home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / darkened / default.css next >
Encoding:
Cascading Style Sheet File  |  2006-12-05  |  2.1 KB  |  150 lines

  1. /*
  2. Design by Free CSS Templates
  3. http://www.freecsstemplates.org
  4. Released for free under a Creative Commons Attribution 2.5 License
  5. */
  6.  
  7. body {
  8.     background: #000000;
  9.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  10.     font-size: 11px;
  11.     color: #E7E7E7;
  12. }
  13.  
  14. h1, h2, h3 {
  15.     margin: 0;
  16.     padding: 0;
  17.     font-family: Georgia, "Times New Roman", Times, serif;
  18.     color: #FFFFFF;
  19. }
  20.  
  21. h1 { font-size: 34px; }
  22.  
  23. h2 {
  24.     margin-bottom: 10px;
  25.     padding: 0 0 22px 0;
  26.     font-size: 24px;
  27.     background: #000000 url(images/img3.gif) repeat-x left bottom;
  28. }
  29.  
  30. h3 {
  31.     padding: 0 0 22px 0;
  32.     font-size: 13px;
  33.     background: #000000 url(images/img3.gif) repeat-x left bottom;
  34. }
  35.  
  36. p {
  37.     margin-top: 0;
  38.     text-align: justify;
  39.     line-height: 160%;
  40. }
  41.  
  42. a {
  43.     color: #FE4E00;
  44. }
  45.  
  46. a:hover {
  47.     text-decoration: none;
  48. }
  49.  
  50. .list {
  51.     margin: 0;
  52.     padding: 0;
  53.     list-style: none;
  54. }
  55.  
  56. .list li {
  57.     padding: 5px 0;
  58.     background: url(images/img5.gif) repeat-x;
  59. }
  60.  
  61. .list li.first {
  62.     background: none;
  63. }
  64.  
  65. /* Header */
  66.  
  67. #header {
  68.     width: 681px;
  69.     margin: 0 auto;
  70.     padding: 40px 0 0 13px;
  71.     height: 90px;
  72.     background: url(images/img1.gif) repeat-x left bottom;
  73. }
  74.  
  75. #header h1 {
  76.     float: left;
  77. }
  78.  
  79. #header h2 {
  80.     display: none;
  81. }
  82.  
  83. #header ul {
  84.     float: right;
  85.     margin: 0;
  86.     padding: 15px 0 0 0;
  87.     list-style: none;
  88. }
  89.  
  90. #header li {
  91.     display: inline;
  92. }
  93.  
  94. #header a {
  95.     display: block;
  96.     float: left;
  97.     padding: 0 14px 0 20px;
  98.     background: url(images/img2.gif) no-repeat left center;
  99.     text-decoration: none;
  100.     font: bold 12px Georgia, "Times New Roman", Times, serif;
  101.     color: #FFFFFF;
  102. }
  103.  
  104. #header a:hover {
  105.     text-decoration: underline;
  106. }
  107.  
  108. #header .first a {
  109.     background: none;
  110. }
  111.  
  112. /* Content */
  113.  
  114. #content {
  115.     width: 694px;
  116.     margin: 0 auto;
  117. }
  118.  
  119. #colOne {
  120.     float: left;
  121.     width: 179px;
  122.     padding: 0 0 0 21px;
  123. }
  124.  
  125. #colOne h3 {
  126.     margin-top: 14px;
  127. }
  128.  
  129. #colTwo {
  130.     float: right;
  131.     width: 394px;
  132.     padding: 0 29px 0 0;
  133. }
  134.  
  135. /* Footer */
  136.  
  137. #footer {
  138.     clear: both;
  139.     width: 694px;
  140.     margin: 0 auto;
  141.     padding: 30px 0 0 0;
  142. }
  143.  
  144. #footer p {
  145.     padding: 20px 0 0 0;
  146.     background: url(images/img4.gif) repeat-x;
  147.     text-align: center;
  148.     color: #8A8A8A;
  149. }
  150.