Advertisement
RingtailedFox

Classic.css

May 1st, 2013
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 13.32 KB | None | 0 0
  1. html {
  2.     font-family: Tahoma, Arial, Helvetica;
  3.     font-size: 62.5%;
  4.     line-height: 18px;
  5.     color: #FFFFFF /*White*/;
  6.     background: url('/img/classic/bg.gif');
  7.     background-color: #004CF2;
  8.     background-repeat: repeat;
  9.     background-attachment: fixed;
  10.     background-position: top left;
  11. }
  12. #masterheader {
  13.     width: auto;
  14.     height: auto;
  15.     border: 0px solid #FFFFFF /*White*/;
  16.     background-color: transparent;
  17.     color: #808080 /*Gray*/;
  18.     font-size: 1.000em;
  19.     text-align: center;
  20.     vertical-align: top;
  21.     margin-top: auto;
  22.     margin-right: auto;
  23.     margin-bottom: auto;
  24.     margin-left: auto;
  25.     clear: both;
  26. }
  27. #buttons {
  28.     width: 300px;
  29.     height: auto;
  30.     border: 0px solid #FFFFFF /*White*/;
  31.     text-align: right;
  32.     vertical-align: top;
  33.     float: right;
  34.     padding-top: 0px;
  35.     padding-right: 0px;
  36.     padding-bottom: 0px;
  37.     padding-left: 0px;
  38. }
  39. #logo {
  40.     width: 300px;
  41.     height: auto;
  42.     border: 0px solid #FFFFFF /*White*/;
  43.     text-align: left;
  44.     vertical-align: top;
  45.     float: left;
  46.     padding-top: 0px;
  47.     padding-right: 0px;
  48.     padding-bottom: 0px;
  49.     padding-left: 0px;
  50. }
  51. #quote {
  52.     width: auto;
  53.     height: auto;
  54.     text-align: center;
  55.     vertical-align: top;
  56.     left: 50%;
  57.     margin-left: -145px;
  58.     padding-top: 0px;
  59.     padding-right: 0px;
  60.     padding-bottom: 0px;
  61.     padding-left: 0px;
  62. }
  63. #quotecontent {
  64.     width: 320px;
  65.     height: 90px;
  66.     text-align: left;
  67.     border: 1px solid #0000BB;
  68.     background-color: #000088;
  69.     color: #FFFFFF /*White*/;
  70.     vertical-align: top;
  71.     overflow: auto;
  72. }
  73. #header {
  74.     width: auto;
  75.     height: auto;
  76.     border: 1px solid #0000BB;
  77.     background-color: #000088;
  78.     color: #808080 /*Gray*/;
  79.     font-size: 1.000em;
  80.     text-align: center;
  81.     vertical-align: top;
  82.     margin-top: auto;
  83.     margin-right: auto;
  84.     margin-bottom: auto;
  85.     margin-left: auto;
  86.     clear: both;
  87. }
  88. #leftheader {
  89.     width: 300px;
  90.     height: auto;
  91.     text-align: left;
  92.     float: left;
  93.     margin-top: 0px;
  94.     margin-right: 0px;
  95.     margin-bottom: 0px;
  96.     margin-left: 0px;
  97.     padding-top: 0px;
  98.     padding-left: 0px;
  99.     padding-bottom: 0px;
  100.     padding-right: 0px;
  101.     vertical-align: top;
  102. }
  103. #centerheader {
  104.     width: auto;
  105.     height: auto;
  106.     text-align: center;
  107.     margin-top: auto;
  108.     margin-right: auto;
  109.     margin-bottom: auto;
  110.     margin-left: auto;
  111.     padding-top: 0px;
  112.     padding-right: 0px;
  113.     padding-bottom: 0px;
  114.     padding-left: 0px;
  115.     vertical-align: top;
  116. }
  117. #rightheader {
  118.     width: 300px;
  119.     height: auto;
  120.     text-align: right;
  121.     float: right;
  122.     margin-top: 0px;
  123.     margin-right: 0px;
  124.     margin-bottom: 0px;
  125.     margin-left: 0px;
  126.     padding-top: 0px;
  127.     padding-left: 0px;
  128.     padding-bottom: 0px;
  129.     padding-right: 0px;
  130.     vertical-align: top;
  131. }
  132. #menu a {
  133.     width: 45px;
  134.     height: 20px;
  135.     background: url('/img/classic/blank.png');
  136.     background-repeat: no-repeat;
  137.     background-position: top left;
  138.     color: #FFFFFF /*White*/;
  139.     font-size: 0.800em;
  140.     text-align: center;
  141.     padding-top: 3px;
  142.     padding-right: 0px;
  143.     padding-bottom: 0px;
  144.     padding-left: 24px;
  145.     margin-right: 4px;
  146.     margin-left: auto;
  147.     overflow: hidden;
  148.     text-decoration: none;
  149. }
  150. #menudiv {
  151.     width: auto;
  152.     height: 15px;
  153.     text-align: center;
  154.     vertical-align: bottom;
  155.     margin-top: auto;
  156.     margin-right: auto;
  157.     margin-bottom: auto;
  158.     margin-left: auto;
  159.     padding-top: 0px;
  160.     padding-right: 0px;
  161.     padding-bottom: 0px;
  162.     padding-left: 0px;
  163.     clear: both;
  164. }
  165. #nav {
  166.     width: auto;
  167.     height: auto;
  168.     text-align: center;
  169.     font-size: 1.000em;
  170.     padding-top: 3px;
  171.     padding-right: 0px;
  172.     padding-bottom: 0px;
  173.     padding-left: 24px;
  174.     margin-top: auto;
  175.     margin-right: 4px;
  176.     margin-bottom: auto;
  177.     margin-left: auto;
  178.     text-align: center;
  179.     clear: both;
  180.     /*overflow: ;*/
  181.     text-decoration: none;
  182. }
  183. #toc {
  184.     width: 200px;
  185.     height: auto;
  186.     border: 1px solid #000088;
  187.     background-color: #0000BB;
  188.     font-size: 10px;
  189.     font-weight: bold;
  190.     /*float: right;*/
  191.     margin-top: 0px;
  192.     margin-right: 0px;
  193.     margin-bottom: 10px;
  194.     margin-left: 15px;
  195.     padding-top: 10px;
  196.     padding-right: 10px;
  197.     padding-bottom: 10px;
  198.     padding-left: 20px;
  199.     content: Table of Contents:;
  200. }
  201. #container {
  202.     width: auto;
  203.     height: auto;
  204.     border: 1px solid #0000BB;
  205.     text-align: left;
  206.     vertical-align: top;
  207.     /* Centering for IE6+ in strict mode,
  208.     Firefox, and other modern browsers */
  209.     margin-top: auto;
  210.     margin-right: auto;
  211.     margin-bottom: auto;
  212.     margin-left: auto;
  213.     /* Don't center every line of text -
  214.     we inherited this setting from body */
  215.     padding-top: 10px;
  216.     padding-right: 10px;
  217.     padding-bottom: 10px;
  218.     padding-left: 10px;
  219.     clear: both;
  220. }
  221. #body {
  222.     border: 1px solid #0000BB;
  223.     padding-top: 0px;
  224.     padding-right: 0px;
  225.     padding-bottom: 0px;
  226.     padding-left: 0px;
  227. }
  228. #leftbar {
  229.     width: 180px;
  230.     height: auto;
  231.     text-align: left;
  232.     vertical-align: top;
  233.     float: left;
  234.     margin-top: 0px;
  235.     margin-right: 0px;
  236.     margin-bottom: 0px;
  237.     margin-left: 0px;
  238.     padding-top: 0px;
  239.     padding-right: 10px;
  240.     padding-bottom: 10px;
  241.     padding-left: 10px;
  242.     overflow: hidden;
  243.     /*clear: ;*/
  244. }
  245. #centerbar {
  246.     width: auto;
  247.     height: auto;
  248.     text-align: left;
  249.     vertical-align: top;
  250.     /*float: ;*/
  251.     margin-top: auto;
  252.     margin-right: 200px;
  253.     margin-bottom: auto;
  254.     margin-left: 200px;
  255.     padding-top: 0px;
  256.     padding-right: 0px;
  257.     padding-bottom: 10px;
  258.     padding-left: 0px;
  259.     overflow: hidden;
  260.     /*clear: ;*/
  261. }
  262. #rightbar {
  263.     width: 180px;
  264.     height: auto;
  265.     text-align: right;
  266.     float: right;
  267.     /*clear: ;*/
  268.     margin-top: 0px;
  269.     margin-right: 0px;
  270.     margin-bottom: 0px;
  271.     margin-left: 0px;
  272.     padding-top: 0px;
  273.     padding-right: 10px;
  274.     padding-bottom: 10px;
  275.     padding-left: 10px;
  276.     overflow: hidden;
  277.     vertical-align: top;
  278. }
  279. #footer {
  280.     width: auto;
  281.     height: auto;
  282.     border: 1px solid #0000BB;
  283.     background-color: #000088;
  284.     color: #808080 /*Gray*/;
  285.     font-size: 0.800em;
  286.     text-align: center;
  287.     vertical-align: top;
  288.     margin-top: 0px;
  289.     margin-right: 0px;
  290.     margin-bottom: 0px;
  291.     margin-left: 0px;
  292.     padding-top: 2px;
  293.     padding-right: 2px;
  294.     padding-bottom: 2px;
  295.     padding-left: 2px;
  296.     clear: both;
  297. }
  298. #poweredby {
  299.     width: auto;
  300.     height: auto;
  301.     text-align: center;
  302.     vertical-align: top;
  303.     float: left;
  304.     margin-top: auto;
  305.     margin-right: auto;
  306.     margin-bottom: auto;
  307.     margin-left: auto;
  308.     padding-top: 0px;
  309.     padding-right: 0px;
  310.     padding-bottom: 0px;
  311.     padding-left: 0px;
  312. }
  313. #affiliates {
  314.     width: 50%;
  315.     height: auto;
  316.     text-align: center;
  317.     vertical-align: top;
  318.     margin-top: auto;
  319.     margin-right: auto;
  320.     margin-bottom: auto;
  321.     margin-left: auto;
  322.     padding-top: 0px;
  323.     padding-right: 0px;
  324.     padding-bottom: 0px;
  325.     padding-left: 0px;
  326. }
  327. #sitestats {
  328.     width: auto;
  329.     height: auto;
  330.     text-align: center;
  331.     vertical-align: top;
  332.     float: right;
  333.     margin-top: auto;
  334.     margin-right: auto;
  335.     margin-bottom: auto;
  336.     margin-left: auto;
  337.     padding-top: 0px;
  338.     padding-right: 0px;
  339.     padding-bottom: 0px;
  340.     padding-left: 0px;
  341. }
  342. #topsites {
  343.     width: 50%;
  344.     height: auto;
  345.     text-align: center;
  346.     vertical-align: top;
  347.     float: left;
  348.     margin-top: auto;
  349.     margin-right: auto;
  350.     margin-bottom: auto;
  351.     margin-left: auto;
  352.     padding-top: 0px;
  353.     padding-right: 0px;
  354.     padding-bottom: 0px;
  355.     padding-left: 0px;
  356. }
  357. #linktous {
  358.     width: 50%;
  359.     height: auto;
  360.     text-align: center;
  361.     vertical-align: top;
  362.     float: right;
  363.     margin-top: auto;
  364.     margin-right: auto;
  365.     margin-bottom: auto;
  366.     margin-left: auto;
  367.     padding-top: 0px;
  368.     padding-right: 0px;
  369.     padding-bottom: 0px;
  370.     padding-left: 0px;
  371. }
  372. table, tr, td {
  373.     font-size: 1.000em;
  374.     font-family: Tahoma, Arial, Helvetica;
  375. }
  376. table.rightalign {
  377.     text-align: right;
  378. }
  379. table.leftalign {
  380.     text-align: left;
  381. }
  382. table.centeralign {
  383.     border: 1px solid;
  384.     text-align: center;
  385.     margin-top: 0px;
  386.     margin-right: auto;
  387.     margin-bottom: 0px;
  388.     margin-left: auto;
  389. }
  390. floatright {
  391.     font-size: 1.000em;
  392.     float: right;
  393. }
  394. img {
  395.     border: 0px;
  396. }
  397. img.border {
  398.     border: 1px;
  399.     font-size: 1.000em;
  400.     float: right;
  401. }
  402. a:link {
  403.     background-color: transparent;
  404.     color: #FFD700 /*Gold*/;
  405.     text-decoration: none;
  406. }
  407. a:visited {
  408.     background-color: transparent;
  409.     color: #EEBB00;
  410.     text-decoration: none;
  411. }
  412. a:hover {
  413.     background-color: transparent;
  414.     color: #FFFFCC;
  415.     text-decoration: none;
  416. }
  417. h1 {
  418.     color: #FFFFFF /*White*/;
  419.     font-size: 2.000em; /*20pt, this was formerly 18pt*/
  420.     /*font-size: 1.125em; /*18pt, this was formerly 18pt*/
  421.     font-weight: bold;
  422.     border-bottom: 2px solid #FFFF00 /*Yellow*/;
  423.     background-color: #191970 /*MidnightBlue*/;
  424.     margin-top: 0px;
  425.     margin-right: 0px;
  426.     margin-bottom: 0px;
  427.     margin-left: 0px;
  428. }
  429. h2 {
  430.     color: #FFFFFF /*White*/;
  431.     font-size: 1.800em; /*18pt, this was formerly 15pt*/
  432.     /*font-size: 1em; 16pt = 1em, this was formerly 15pt*/
  433.     font-weight: bold;
  434.     background-color: #000080 /*Navy*/;
  435.     border-bottom: 1px solid #FFFF00 /*Yellow*/;
  436.     margin-top: 0px;
  437.     margin-right: 0px;
  438.     margin-bottom: 0px;
  439.     margin-left: 0px;
  440. }
  441. h3 {
  442.     color: #FFFFFF /*White*/;
  443.     font-size: 1.600em; /*16px, this was formerly 12pt*/
  444.     /*font-size: 0.875em; 14pt, this was formerly 12pt*/
  445.     font-weight: bold;
  446.     border-bottom: 1px solid #FFFF00 /*Yellow*/;
  447.     background-color: #00008B /*DarkBlue*/;
  448.     margin-top: 0px;
  449.     margin-right: 0px;
  450.     margin-bottom: 0px;
  451.     margin-left: 0px;
  452. }
  453. h4 {
  454.     color: #FFFFFF /*White*/;
  455.     font-size: 1.400em; /*14px, this was formerly 12pt*/
  456.     /*font-size: 0.75em; 12pt*/
  457.     font-weight: bold;
  458.     border-bottom: 1px solid #FFFF00 /*Yellow*/;
  459.     background-color: #0000CD /*MediumBlue*/;
  460.     margin-top: 0px;
  461.     margin-right: 0px;
  462.     margin-bottom: 0px;
  463.     margin-left: 0px;
  464. }
  465. h5 {
  466.     color: #FFFFFF /*White*/;
  467.     font-size: 1.200em; /*12px, this was formerly 10pt*/
  468.     /*font-size: 0.625em; 10pt*/
  469.     font-weight: bold;
  470.     border-bottom: 1px solid #FFFF00 /*Yellow*/;
  471.     background-color: #0000FF /*Blue*/;
  472.     margin-top: 0px;
  473.     margin-right: 0px;
  474.     margin-bottom: 0px;
  475.     margin-left: 0px;
  476. }
  477. h6 {
  478.     color: #FFFFFF /*White*/;
  479.     font-size: 1.100em; /*11px, this was formerly 8pt*/
  480.     /*font-size: 0.625em; 8pt*/
  481.     font-weight: bold;
  482.     border-bottom: 1px solid #FFFF00 /*Yellow*/;
  483.     background-color: #4169E1 /*RoyalBlue*/;
  484.     margin-top: 0px;
  485.     margin-right: 0px;
  486.     margin-bottom: 0px;
  487.     margin-left: 0px;
  488. }
  489. p {
  490.     font-size: 1.000em;
  491.     margin-top: 0.500em;
  492.     margin-right: 0px;
  493.     margin-bottom: 0.500em;
  494.     margin-left: 0px;
  495. }
  496. ul {
  497.     font-size: inherit;
  498.     margin-top: 0px;
  499.     margin-right: 10px;
  500.     margin-bottom: 0px;
  501.     margin-left: 10px;
  502.     padding-top: 5px;
  503.     padding-right: 5px;
  504.     padding-bottom: 5px;
  505.     padding-left: 5px;
  506. }
  507. ul.gallery, ul.gallery li {
  508.     font-size: inherit;
  509.     list-style: none;
  510.     margin-top: 0px;
  511.     margin-right: auto;
  512.     margin-bottom: 0px;
  513.     margin-left: auto;
  514.     padding-top: 0px;
  515.     padding-right: 0px;
  516.     padding-bottom: 0px;
  517.     padding-left: 0px;
  518. }
  519. ul.gallery li {
  520.     font-size: inherit;
  521.     text-align: center;
  522.     display: inline-block;
  523. }
  524. .bullet-circle {
  525.     font-size: inherit;
  526.     list-style-type: circle;
  527.     padding-top: 5px;
  528.     padding-right: 0px;
  529.     padding-bottom: 5px;
  530.     padding-left: 0px;
  531. }
  532. .bullet-square {
  533.     font-size: inherit;
  534.     list-style-type: square;
  535.     padding-top: 5px;
  536.     padding-right: 0px;
  537.     padding-bottom: 5px;
  538.     padding-left: 0px;
  539. }
  540. .bullet-disc {
  541.     font-size: inherit;
  542.     list-style-type: disc;
  543.     padding-top: 5px;
  544.     padding-right: 0px;
  545.     padding-bottom: 5px;
  546.     padding-left: 0px;
  547. }
  548. .bullet-decimal {
  549.     font-size: inherit;
  550.     list-style-type: decimal;
  551.     padding-top: 5px;
  552.     padding-right: 0px;
  553.     padding-bottom: 5px;
  554.     padding-left: 0px;
  555. }
  556. .fullwidth {
  557.     width: auto;
  558.     height: auto;
  559.     vertical-align: bottom;
  560.     /* Centering for IE6+ in strict mode,
  561.     Firefox, and other modern browsers */
  562.     margin-top: auto;
  563.     margin-right: auto;
  564.     margin-bottom: auto;
  565.     margin-left: auto;
  566.     /* Don't center every line of text -
  567.     we inherited this setting from body */
  568.     padding-top: 10px;
  569.     padding-right: 10px;
  570.     padding-bottom: 10px;
  571.     padding-left: 10px;
  572.     clear: both;
  573. }
  574. .legal {
  575.     border: 1px solid #0000BB;
  576.     background-color: #000088;
  577.     color: #808080 /*Gray*/;
  578.     font-size: 0.800em; /*10px, this was formerly 8pt*/
  579.     text-align: center;
  580. }
  581. .content {
  582.     width: auto;
  583.     height: auto;
  584.     border: 1px solid #0000BB;
  585.     background-color: transparent;
  586.     overflow: hidden;
  587. }
  588. .leftalign {
  589.     border: 0px solid #0000BB;
  590.     background-color: transparent;
  591.     text-align: left;
  592.     overflow: hidden;
  593. }
  594. .centeralign {
  595.     border: 0px solid #0000BB;
  596.     background-color: transparent;
  597.     text-align: center;
  598.     margin-top: 0px;
  599.     margin-right: auto;
  600.     margin-bottom: 0px;
  601.     margin-left: auto;
  602.     overflow: hidden;
  603. }
  604. .rightalign {
  605.     border: 0px solid #0000BB;
  606.     background-color: transparent;
  607.     text-align: right;
  608.     overflow: hidden;
  609. }
  610. .menuindent {
  611.     padding-left: 20px;
  612. }
  613. .TOC-inner {
  614.     width: 99%;
  615.     border: 1px solid #000088;
  616.     background-color: #0000BB;
  617.     padding-top: 0px;
  618.     padding-right: 0px;
  619.     padding-bottom: 0px;
  620.     padding-left: 0px;
  621. }
  622. .TOC-outer {
  623.     width: 50%;
  624.     background-color: #000088;
  625.     padding-top: 0px;
  626.     padding-right: 0px;
  627.     padding-bottom: 0px;
  628.     padding-left: 0px;
  629. }
  630. .TOC-title {
  631.     font-size: 1.400em; /*14px, this was formerly 14pt*/
  632.     /*font-size: 14pt;*/
  633.     font-weight: bold;
  634. }
  635. .news-head {
  636.     width: 100%;
  637.     border-bottom: 1px solid #FFFF00 /*Yellow*/;
  638.     background-color: #000099;
  639.     font-size: 1.200em; /*12px, this was formerly 12pt*/
  640.     /*font-size: 12pt;*/
  641.     font-weight: bold;
  642.     display: block;
  643. }
  644. .news-subhead {
  645.     background-color: #000055;
  646. }
  647. .news-article {
  648.     width: 90%;
  649.     display: block;
  650. }
  651. .news-foot {
  652.     background-color: #000055;
  653. }
  654. .box {
  655.     border: 1px solid #000055;
  656.     background-color: #444466;
  657. }
  658. .box h2 {
  659.     border: 0px;
  660.     background-color: #000055;
  661.     margin-top: 0px;
  662.     margin-right: 0px;
  663.     margin-bottom: 0px;
  664.     margin-left: 0px;
  665. }
  666. .box h3 {
  667.     border: 0px;
  668.     background-color: #000055;
  669.     margin-top: 0px;
  670.     margin-right: 0px;
  671.     margin-bottom: 0px;
  672.     margin-left: 0px;
  673. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement