home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / dark_shine / css.css next >
Cascading Style Sheet File  |  2006-04-15  |  6KB  |  297 lines

  1. /*    __________________________________________________________________
  2.     |                                                                  |
  3.     |  Template Info:                                                 |
  4.    |                                                                    |
  5.     |  This template is released into the public domain. Attribution  |
  6.     |  to me is appreciated, but not required. You are free to        |
  7.     |  modify and redistribute this page as you see fit. This notice  |
  8.     |  does not need to be retained if it is used or redistributed.   |
  9.     |                                                                 |
  10.     |  Jack Qiao                                                      |
  11.     |  www.pureweb.ca                                                 |
  12.     |                                                                 |
  13.     |_________________________________________________________________|
  14. */
  15.  
  16. /*
  17.  
  18. note: my css selectors are generally location based. For example,
  19. the top navigation selector is placed at the top of the css file,
  20. and the footer is placed at the very end. Have fun tinkering!
  21.  
  22. */
  23.  
  24. body {
  25.     background: #90140C url(images/stripes.gif) repeat-x;
  26.     background-position: 50% 40px;
  27.     margin: 0;
  28.     padding: 0;
  29. }
  30.  
  31. a {
  32.     color: #600000;
  33.     font-weight: bold;
  34.     text-decoration: none;
  35. }
  36.  
  37. a:visited {
  38.     color: #000;
  39. }
  40.  
  41. a:hover {
  42.     color: #90140C;
  43. }
  44.  
  45. img {
  46.     border: 0;
  47. }
  48.  
  49. ul {
  50.     list-style: none;
  51. }
  52.  
  53. h1 {
  54.     font: normal 1.2em arial, verdana, helvetica, sans-serif;
  55.     margin: 23px 18px;
  56.     text-align: left;
  57. }
  58.  
  59. h2 {
  60.     color: #333;
  61.     font: bold 12px arial, verdana, helvetica, sans-serif;
  62. }
  63.  
  64. #nav {
  65.     text-align: center;
  66.     width: 100%;
  67.     background: #000 url(images/nav.gif) repeat-x;
  68.     margin: 0;
  69.     padding: 0;
  70.     height: 40px;
  71.     overflow: hidden;
  72.     cursor: default;
  73. }
  74.  
  75. #nav li, #nav a {
  76.     display: inline;
  77.     color: #fff;
  78.     text-decoration: none;
  79.     font: bold 11px verdana, arial, helvetica, sans-serif;
  80.     height: 40px;
  81.     line-height: 40px;
  82.     padding: 13px 15px;
  83.     margin: 0;
  84. }
  85.  
  86. #nav li a {
  87.     background: transparent url(images/nav.gif) repeat-x;
  88. }
  89.  
  90. #nav li a:hover, #nav li#current a {
  91.     background: transparent url(images/nav.gif) repeat-x;
  92.     background-position: 0 -40px;
  93. }
  94.  
  95. #nav li {
  96.     padding: 14px 0;
  97. }
  98.  
  99. #title {
  100.     width: 410px;
  101.     height: 101px;
  102.     background: transparent url(images/title_background.jpg) no-repeat;
  103.     line-height: 75px;
  104.     display: block;
  105.     margin: 0 auto;
  106.     margin-top: 66px;
  107.     text-align: center;
  108.     font: normal 2.5em/1.8em 'trebuchet ms', georgia, 'lucidia grande';
  109.     color: #FE9B27;
  110.     letter-spacing: 8px;
  111.     cursor: default;
  112. }
  113.  
  114. #wrapper {
  115.     width: 732px;
  116.     margin: 0 auto;
  117.     border: solid 15px #600000;
  118.     border-bottom: none;
  119.     background-color: #F3F3F3;
  120.     height: auto;
  121. }
  122.  
  123. #top {
  124.     height: 28px;
  125.     overflow: hidden;
  126.     width: 100%;
  127.     background: #000 url(images/stripes_small.gif) repeat-x;
  128.     color: #fff;
  129.     cursor: default;
  130.     text-align: left;
  131.     font: normal 10px/32px arial, verdana, helvetica, sans-serif;
  132. }
  133.  
  134. #top strong {
  135.     font: bold 11px arial;
  136.     margin-left: 2px;
  137.     margin-right: 6px;
  138. }
  139.  
  140. #top span {
  141.     display: inline;
  142.     margin-left: 10px;
  143.     float: left;
  144.     clear: none;
  145.     margin-top: -28px;
  146. }
  147.  
  148. #top ul {
  149.     margin: 0;
  150.     padding: 0;
  151.     float: right;
  152.     clear: none;
  153.     display: inline;
  154. }
  155.  
  156. #top ul li a, #top ul li {
  157.     display: block;
  158.     float: right;
  159.     width: 78px;
  160.     height: 28px;
  161.     text-align: center;
  162.     text-decoration: none;
  163.     color: #fff;
  164.     font: bold 12px/32px arial, verdana, helvetica, sans-serif;
  165.     overflow: hidden;
  166. }
  167.  
  168. #top ul li a:hover {
  169.     color: #000;
  170. }
  171.  
  172. #chat a {
  173.     background: #0086EE url(images/blue.jpg) no-repeat;
  174. }
  175.  
  176. #join a {
  177.     background: #F41100 url(images/red.jpg) no-repeat;
  178. }
  179.  
  180. #login a {
  181.     background: #ED700D url(images/orange.jpg) no-repeat;
  182. }
  183.  
  184. #search a {
  185.     background: #199B2C url(images/green.jpg) no-repeat;
  186. }
  187.  
  188. #adspace {    
  189.     height: 67px;
  190.     background: #86221B url(images/ad.gif) repeat-x;
  191.     border-top: 1px solid #CA807C;
  192.     border-left: 1px solid #A5514B;
  193.     border-right: 1px solid #5B1D1B;
  194.     border-bottom: 1px solid #3E1B19;
  195.     font: normal 10px/100px verdana, arial, sans-serif;
  196.     text-align: center;
  197.     color: #fff;
  198.     cursor: default;
  199.     overflow: hidden;
  200. }
  201.  
  202. #main {
  203.     height: 246px;
  204.     background: #FE8624 url(images/main.gif) repeat-x;
  205.     border-top: 1px solid #FEC782;
  206.     border-left: 1px solid #FEB154;
  207.     border-right: 1px solid #D76C22;
  208.     border-bottom: 1px solid #783C1C;
  209.     overflow: hidden;
  210. }
  211.  
  212. #main ul {
  213.     width: 710px;
  214.     overflow: hidden;
  215.     margin: 0;
  216.     padding: 0;
  217.     margin-left: 15px;
  218. }
  219.  
  220. #main ul li {
  221.     float: left;
  222.     text-align: center;
  223.     margin-left: 25px;
  224.     display: inline;
  225. }
  226.  
  227. #main ul li a img {
  228.     border: 3px solid #fff;
  229. }
  230.  
  231. #main ul li a img:hover {
  232. border: 3px solid #FEE5C6;
  233. }
  234.  
  235. #main ul li h2 {
  236.     font: bold 11px arial, verdana, helvetica;
  237.     margin-top: 10px;
  238.     color: #000;
  239. }
  240.  
  241. .content {
  242.     float: left;
  243.     width: 330px;
  244.     margin: 20px 10px 0 20px;
  245.     font: normal 11px/18px arial, verdana, helvetica, sans-serif;
  246.     text-align: justify;
  247.     display: inline;
  248. }
  249.  
  250. .content h1, .content ul {
  251.     margin: 0;
  252.     padding: 0;
  253. }
  254.  
  255. .content h1 {
  256.     color: #8A0700;
  257.     font: normal 2em arial, verdana, helvetica, sans-serif;
  258.     margin-bottom: 20px;
  259. }
  260.  
  261. .content h2 {
  262.     margin: 20px 0 4px 0;
  263. }
  264.  
  265. .content ul.hover_list li {
  266.     border: 1px solid #783C1C;
  267.     border-width: 0 0 1px 0;
  268.     color: #600000;
  269. }
  270.  
  271. .content ul.hover_list li a {
  272.     height: 40px;
  273.     color: #600000;
  274.     display: block;
  275.     line-height: 40px;
  276.     padding-left: 15px;
  277. }
  278.  
  279. .content ul.hover_list li a:hover, .content ul.hover_list li a:focus {
  280.     background: #FD9339 url(images/hover_list.jpg) repeat-x;
  281.     color: #fff;
  282. }
  283.  
  284. #footer {
  285.     height: 25px;
  286.     background-color: #000;
  287.     color: #fff;
  288.     font: normal 10px/25px arial, verdana, helvetica, sans-serif;
  289.     color: #999;
  290.     text-align: center;
  291.     border-top: 50px solid #F3F3F3;
  292.     clear: both;
  293. }
  294.  
  295. #footer a {    
  296.     color: #ccc;
  297. }