home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / maxosdarker / default.css next >
Encoding:
Cascading Style Sheet File  |  2006-12-16  |  2.3 KB  |  168 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. /* Elements */
  8.  
  9. * {
  10.     color: #666;
  11. }
  12.  
  13. html, body {
  14.     height: 100%;
  15. }
  16.  
  17. body {
  18.     margin: 0;
  19.     padding: 0;
  20.     background: #FFFFFF url(images/img01.gif);
  21.     font-family: Tahoma, Arial, Helvetica, sans-serif;
  22.     font-size: 11px;
  23. }
  24.  
  25. h1, h2, h3 {
  26.     margin: 0;
  27.     padding: 0;
  28.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  29. }
  30.  
  31. h4, h5, h6 {
  32. }
  33.  
  34. p, ol, ul, dl, blockquote {
  35.     margin-top: 0;
  36.     line-height: 18px;
  37. }
  38.  
  39. a {
  40.     color: #333;
  41. }
  42.  
  43. a:hover {
  44.     text-decoration: none;
  45.     color: #000;
  46. }
  47.  
  48. /* Wrapper */
  49.  
  50. #wrapper {
  51.     width: 600px;
  52.     height: 100%;
  53.     min-height: 100%;
  54.     margin: 0 auto;
  55.     background: url(images/img02.gif) repeat-y;
  56. }
  57.  
  58. html>body #wrapper {
  59.     height: auto;
  60. }
  61.  
  62. /* Header */
  63.  
  64. #header {
  65.     width: 600px;
  66.     height: 104px;
  67.     background: url(images/img03.gif) no-repeat;
  68. }
  69.  
  70. #header h1 {
  71.     float: left;
  72.     padding: 35px 0 0 20px;
  73.     font-size: 48px;
  74.     font-weight: normal;
  75.     letter-spacing: -1px;
  76. }
  77.  
  78. #header h2 {
  79.     float: right;
  80.     padding: 68px 20px 0 0;
  81.     font-size: 13px;
  82. }
  83.  
  84. #header a {
  85.     text-decoration: none;
  86. }
  87.  
  88. /* Menu */
  89.  
  90. #menu {
  91.     width: 600px;
  92.     height: 35px;
  93.     padding-top: 13px;
  94.     background: url(images/img04.gif);
  95. }
  96.  
  97. #menu ul {
  98.     margin: 0;
  99.     padding: 0;
  100.     list-style: none;
  101.     line-height: normal;
  102. }
  103.  
  104. #menu li {
  105.     display: inline;
  106. }
  107.  
  108. #menu a {
  109.     display: block;
  110.     float: left;
  111.     width: 112px;
  112.     height: 18px;
  113.     padding: 4px 4px 0 4px;
  114.     text-align: center;
  115.     text-decoration: none;
  116.     background: url(images/img05.gif) no-repeat center top;
  117. }
  118.  
  119. #menu .active a, #menu a:hover {
  120.     background-image: url(images/img06.gif);
  121. }
  122.  
  123. /* Content */
  124.  
  125. #content {
  126.     width: 600px;
  127.     background: url(images/img07.gif);
  128. }
  129.  
  130. #content h2 {
  131.     margin-bottom: 1em;
  132. }
  133.  
  134. #content h3 {
  135.     margin-bottom: 0;
  136. }
  137.  
  138. #colOne {
  139.     float: right;
  140.     width: 340px;
  141.     padding: 20px 20px 0 20px;
  142. }
  143.  
  144. #colTwo {
  145.     float: left;
  146.     width: 180px;
  147.     padding: 20px 20px 0 20px;
  148. }
  149.  
  150. #colTwo ul {
  151.     margin-left: 0;
  152.     padding-left: 0;
  153.     list-style-position: inside;
  154. }
  155.  
  156. /* Footer */
  157.  
  158. #footer {
  159.     width: 600px;
  160.     background: url(images/img08.gif) no-repeat;
  161. }
  162.  
  163. #footer p {
  164.     margin: 0;
  165.     padding: 20px 0 0 0;
  166.     text-align: center;
  167.     font-size: smaller;
  168. }