Don't like ads? PRO users don't see any ads ;-)
Guest

cssfile

By: a guest on May 4th, 2012  |  syntax: None  |  size: 10.47 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. html {rs
  2.   height: 100%;
  3.   width: 100%;
  4. }
  5. body {
  6.   margin: 0;
  7.   background-image: url(../images/backround.jpg);
  8.   background-repeat: no-repeat;
  9.   background-position: center bottom;
  10.   background-color: #999;
  11.   background-attachment: fixed;
  12. }
  13. #container {
  14.     color: #FFFF00;
  15.     font-family: Georgia,"Times New Roman",Times,serif;
  16.     height: auto;
  17.     margin-left: 10%;
  18.     margin-right: 10%;
  19.     padding: 0;
  20.     text-align: left;
  21.     width: 1280px;
  22. }
  23. #header {
  24.     height: 165px;
  25.     margin-left: auto;
  26.     margin-right: auto;
  27.     padding: 0;
  28. }
  29. #main {
  30.     height: auto;
  31.     margin: 20px auto auto;
  32.     min-height: 800px;
  33.     padding: 0;
  34.     position: relative;
  35. }
  36. a:link {
  37.     color: #000;
  38.     font-weight: bold;
  39.     text-decoration: none;
  40. }
  41. a:visited {
  42.     color: #000;
  43.     font-weight: bold;
  44.     text-decoration: none;
  45. }
  46. a:hover {
  47.     color: #333333;
  48.     font-weight: bold;
  49.     text-align: center;
  50.     text-decoration: none;
  51. }
  52. #container #header #logo #tw-logo {
  53.     background-image: url("/templates/tempestwolves/images/logo.jpg");
  54.     bottom: 130px;
  55.     display: block;
  56.     height: 125px;
  57.     left: 0;
  58.     margin-left: auto;
  59.     margin-right: auto;
  60.     position: relative;
  61.     right: 1024px;
  62.     text-indent: -9999px;
  63.     top: 0;
  64.     width: 1280px;
  65.     z-index: 2;
  66. }
  67. #container #main #navbar {
  68.     background-image: url("/templates/tempestwolves/images/navbar.png");
  69.     background-position: center center;
  70.     background-repeat: no-repeat;
  71.     bottom: 65px;
  72.     font-size: 20px;
  73.     height: 51px;
  74.     list-style-type: none;
  75.     position: relative;
  76.     text-align: center;
  77.     text-transform: capitalize;
  78.     width: 1280px;
  79.     z-index: 1;
  80. }
  81. #container #main #navbar ul {
  82.     background-position: center 0;
  83.     background-repeat: no-repeat;
  84.     list-style-type: none;
  85.     margin: 0;
  86.     padding-right: 80px;
  87.     padding-top: 10px;
  88.     text-align: center;
  89. }
  90. #container #main #navbar ul li {
  91.     background-image: url("/templates/tempestwolves/images/navwidget.png");
  92.     background-position: center center;
  93.     background-repeat: no-repeat;
  94.     bottom: 5px;
  95.     display: inline;
  96.     font-size: 20px;
  97.     font-weight: normal;
  98.     height: 0;
  99.     margin: 0;
  100.     padding: 0 0 0 10px;
  101.     position: relative;
  102.     right: 0;
  103.     text-align: center;
  104.     text-transform: uppercase;
  105. }
  106. #container #navbar ul li a:link {
  107.     color: #FFFF00;
  108.     padding-left: 10px;
  109.     text-decoration: none;
  110. }
  111. #container #navbar ul li a:visited {
  112.   color: #FFFF00;
  113.   text-decoration: none;
  114.   padding-left: 10px;
  115. }
  116. #container #navbar ul li a:hover {
  117.     background-image: url("/templates/tempestwolves/images/button.png");
  118.     background-position: left 6px;
  119.     background-repeat: no-repeat;
  120.     color: #999900;
  121.     height: 16px;
  122.     margin: 0;
  123.     padding-left: 10px;
  124.     padding-top: 0;
  125.     text-decoration: none;
  126.     visibility: visible;
  127.     z-index: 1;
  128. }
  129. #container #main #content {
  130.   background-color: #666666;
  131.   border: thick solid #000000;
  132.   float: right;
  133.   font-family: Arial, Helvetica, sans-serif;
  134.   font-size: 24px;
  135.   font-weight: bold;
  136.   left: 220px;
  137.   margin: 0;
  138.   min-height: 800px;
  139.   padding: 0;
  140.   position: absolute;
  141.   right: 0;
  142.   text-align: center;
  143.   text-transform: none;
  144.   top: -19px;
  145.   width: 1025px;
  146.   z-index: 1;
  147.   color: #000;
  148. }
  149. #container #main #login {
  150.   background-color: #666666;
  151.   background-image: url("/templates/tempestwolves/images/menuback.png");
  152.   background-position: center center;
  153.   background-repeat: no-repeat;
  154.   border: thin solid #000000;
  155.   bottom: 0;
  156.   float: left;
  157.   font-size: 12px;
  158.   font-weight: bold;
  159.   height: 340px;
  160.   left: 0px;
  161.   margin: 0;
  162.   padding-bottom: 0;
  163.   position: absolute;
  164.   right: 0;
  165.   text-align: center;
  166.   text-transform: uppercase;
  167.   top: -19px;
  168.   width: 200px;
  169. }
  170. #container #main #ventrilo {
  171.     background-color: #666666;
  172.     border: thin solid #000000;
  173.     float: left;
  174.     font-weight: bold;
  175.     height: 400px;
  176.     left: 15px;
  177.     position: absolute;
  178.     text-align: center;
  179.     text-transform: uppercase;
  180.     top: 325px;
  181.     width: 200px;
  182. }
  183. html {
  184.     height: 100%;
  185.     width: 100%;
  186. }
  187. body {
  188.     background-color: #CCCCCC;
  189.     margin: 0;
  190. }
  191. #container {
  192.     color: #FFFF00;
  193.     font-family: Georgia,"Times New Roman",Times,serif;
  194.     height: auto;
  195.     margin-left: 10%;
  196.     margin-right: 10%;
  197.     padding: 0;
  198.     text-align: left;
  199.     width: 1280px;
  200. }
  201. #header {
  202.     height: 165px;
  203.     margin-left: auto;
  204.     margin-right: auto;
  205.     padding: 0;
  206. }
  207. #main {
  208.     height: auto;
  209.     margin: 20px auto auto;
  210.     min-height: 800px;
  211.     padding: 0;
  212.     position: relative;
  213. }
  214. a:link {
  215.     color: #000000;
  216.     text-decoration: none;
  217.     text-transform: uppercase;
  218. }
  219. a:visited {
  220.     color: #000;
  221.     font-weight: bold;
  222.     text-decoration: none;
  223. }
  224. a:hover {
  225.   color: #333;
  226.   font-weight: bold;
  227.   text-align: center;
  228.   text-decoration: none;
  229. }
  230. #container #header #logo #tw-logo {
  231.     background-image: url("/templates/tempestwolves/images/logo.jpg");
  232.     bottom: 130px;
  233.     display: block;
  234.     height: 125px;
  235.     left: 0;
  236.     margin-left: auto;
  237.     margin-right: auto;
  238.     position: relative;
  239.     right: 1024px;
  240.     text-indent: -9999px;
  241.     top: 0;
  242.     width: 1280px;
  243.     z-index: 2;
  244. }
  245. #container #main #navbar {
  246.     background-image: url("/templates/tempestwolves/images/navbar.png");
  247.     background-position: center center;
  248.     background-repeat: no-repeat;
  249.     bottom: 65px;
  250.     font-size: 20px;
  251.     height: 51px;
  252.     list-style-type: none;
  253.     position: relative;
  254.     text-align: center;
  255.     text-transform: capitalize;
  256.     width: 1280px;
  257.     z-index: 1;
  258. }
  259. #container #main #navbar ul {
  260.     background-position: center 0;
  261.     background-repeat: no-repeat;
  262.     list-style-type: none;
  263.     margin: 0;
  264.     padding-right: 80px;
  265.     padding-top: 10px;
  266.     text-align: center;
  267. }
  268. #container #main #navbar ul li {
  269.     background-image: url("/templates/tempestwolves/images/navwidget.png");
  270.     background-position: center center;
  271.     background-repeat: no-repeat;
  272.     bottom: 5px;
  273.     display: inline;
  274.     font-size: 20px;
  275.     font-weight: normal;
  276.     height: 0;
  277.     margin: 0;
  278.     padding: 0 0 0 10px;
  279.     position: relative;
  280.     right: 0;
  281.     text-align: center;
  282.     text-transform: uppercase;
  283. }
  284. #container #navbar ul li a:link {
  285.     color: #FFFF00;
  286.     padding-left: 10px;
  287.     text-decoration: none;
  288. }
  289. #container #navbar ul li a:visited {
  290.     color: #FFFF00;
  291.     text-decoration: none;
  292. }
  293. #container #navbar ul li a:hover {
  294.     background-image: url("/templates/tempestwolves/images/button.png");
  295.     background-position: left 6px;
  296.     background-repeat: no-repeat;
  297.     color: #999900;
  298.     height: 16px;
  299.     margin: 0;
  300.     padding-left: 10px;
  301.     padding-top: 0;
  302.     text-decoration: none;
  303.     visibility: visible;
  304.     z-index: 1;
  305. }
  306. #container #main #content {
  307.     border: thick solid #000000;
  308.     float: right;
  309.     font-family: Arial, Helvetica, sans-serif;
  310.     font-size: 14px;
  311.     font-weight: bold;
  312.     left: 125px;
  313.     margin: 0;
  314.     min-height: 800px;
  315.     position: absolute;
  316.     right: 0;
  317.     text-align: center;
  318.     text-transform: none;
  319.     top: -19px;
  320.     width: 1000px;
  321.     z-index: 1;
  322.     background-repeat: no-repeat;
  323.     background-position: center top;
  324.     padding-top: 0;
  325.     padding-right: 0;
  326.     padding-bottom: 0;
  327.     color: #000;
  328.     background-color: #999999;
  329.     background-image: url(../images/contentbackround.jpg);
  330. }
  331. #container #main #login {
  332.   background-color: #666666;
  333.   border: thin solid #000000;
  334.   bottom: 0;
  335.   color: #000000;
  336.   float: left;
  337.   font-size: 12px;
  338.   font-weight: bold;
  339.   height: 250px;
  340.   margin: 0;
  341.   padding-bottom: 0;
  342.   position: absolute;
  343.   right: 0;
  344.   text-align: center;
  345.   text-transform: uppercase;
  346.   top: -19px;
  347.   width: 200px;
  348.   left: -78px;
  349. }
  350. #container #main #ventrilo {
  351.   background-color: #333;
  352.   border: thick solid #000000;
  353.   float: left;
  354.   font-weight: bold;
  355.   height: 350px;
  356.   left: -78px;
  357.   position: absolute;
  358.   text-align: center;
  359.   text-transform: uppercase;
  360.   top: 235px;
  361.   width: 192px;
  362.   padding-top: 5px;
  363.   padding-right: 0px;
  364.   padding-bottom: 10px;
  365.   padding-left: 0px;
  366. }
  367. fieldset {
  368.     border: medium none;
  369. }
  370. h3 {
  371.     font-size: 18px;
  372.     font-weight: bold;
  373. }
  374. div.blog-featured h2 {
  375.     padding-top: 15px;
  376.     font-size: 50px;
  377.     font-family: Impact;
  378.     font-style: normal;
  379.     text-transform: capitalize;
  380.     font-weight: bold;
  381.     margin: 0px;
  382.     border-right-style: none;
  383.     border-bottom-style: none;
  384.     border-left-style: none;
  385.     margin-bottom: 0.3em;
  386.     color: #000;
  387.     border-top-width: 0px;
  388.     border-right-width: 0px;
  389.     border-bottom-width: 0px;
  390.     border-left-width: 0px;
  391.     border-top-style: none;
  392. }
  393. div.blog-featured p {
  394.     margin: 0px;
  395.     margin-top: 0.3em;
  396.     padding-bottom: 0px;
  397.  }
  398. div.blog-featured p.readmore {
  399.     margin: 0px;
  400.     font-size: 36px;
  401.     padding-bottom: 20px;
  402.     text-decoration: underline;
  403.     border-bottom-style: solid;
  404.     border-bottom-width: medium;
  405.     border-bottom-color: #000;
  406.     font-family: Impact;
  407. }
  408. div.blog h1 {
  409.   padding-top: 0px;
  410.   font-size: 36px;
  411.   font-family: Arial, Helvetica, sans-serif;
  412.   font-style: normal;
  413.   text-transform: uppercase;
  414.   font-weight: bold;
  415.   border-right-style: solid;
  416.   border-bottom-style: solid;
  417.   border-left-style: solid;
  418.   border-top-color: #000;
  419.   border-right-color: #000;
  420.   border-bottom-color: #000;
  421.   border-left-color: #000;
  422.   margin-bottom: 0.3em;
  423.   color: #000;
  424.   border-top-width: medium;
  425.   border-top-style: solid;
  426.   height: 40px;
  427.   width: 400px;
  428.   margin-top: 0px;
  429.   margin-right: 0px;
  430.   margin-left: 0px;
  431.   position: relative;
  432.   text-align: center;
  433.   background-color: #999;
  434.   right: 0px;
  435.   left: 300px;
  436.   bottom: 0px;
  437.   top: 10px;
  438.   float: none;
  439. }
  440. div.blog h2 {
  441.   padding-top: 10px;
  442. }
  443. div.blog p.readmore {
  444.     margin: 0px;
  445.     font-size: 24px;
  446.     padding-bottom: 20px;
  447.     text-decoration: underline;
  448.     border-bottom-style: solid;
  449.     border-bottom-width: medium;
  450.     border-bottom-color: #000;
  451. }
  452. div.item-page {
  453.     text-align: center;
  454.     border: thin solid #000;
  455.     position: relative;
  456.     top: 5px;
  457.     width: 978px;
  458.     left: 10px;
  459.     background-image: url(../images/contentbackround.jpg);
  460.     background-repeat: no-repeat;
  461.     background-position: center top;
  462. }
  463.  
  464. div.item-page h2 {
  465.     margin: 0px;
  466.     position: relative;
  467.     top: 5px;
  468.     left: 410px;
  469.     width: 200px;
  470.     font-size: 36px;
  471.   text-indent: -9999px;
  472. }