home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / evergreen / default.css next >
Encoding:
Cascading Style Sheet File  |  2007-01-23  |  2.4 KB  |  184 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.     margin: 0;
  9.     padding: 0;
  10.     background: #000000 url(images/img1.gif) repeat-x;
  11.     font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
  12.     color: #2FCC61;
  13. }
  14.  
  15. h1, h2, h3, h4, h5, h6 {
  16.     color: #FFFFFF;
  17. }
  18.  
  19. a {
  20.     color: #00FF51;
  21. }
  22.  
  23. a:hover {
  24.     text-decoration: none;
  25.     color: #FFFFFF;
  26. }
  27.  
  28. /* Header */
  29.  
  30. #header {
  31.     width: 750px;
  32.     height: 200px;
  33.     margin: 0 auto;
  34.     background: url(images/img2.jpg) no-repeat center bottom;
  35. }
  36.  
  37. /* Logo */
  38.  
  39. #logo {
  40.     float: left;
  41. }
  42.  
  43. #logo * {
  44.     margin: 0;
  45.     padding: 0;
  46.     text-transform: lowercase;
  47.     color: #FFFFFF;
  48. }
  49.  
  50. #logo h1 {
  51.     padding: 115px 0 0 0;
  52.     letter-spacing: -3px;
  53.     font-size: 3.5em;
  54. }
  55.  
  56. #logo h2 {
  57.     letter-spacing: 1px;
  58.     font-size: 1em;
  59. }
  60.  
  61. /* Menu */
  62.  
  63. #menu {
  64.     float: right;
  65. }
  66.  
  67. #menu ul {
  68.     margin: 0;
  69.     padding: 164px 0 0 0;
  70.     list-style: none;
  71. }
  72.  
  73. #menu li {
  74.     display: inline;
  75. }
  76.  
  77. #menu a {
  78.     display: block;
  79.     float: left;
  80.     margin-right: 2px;
  81.     padding: 10px 20px;
  82.     text-decoration: none;
  83.     text-transform: lowercase;
  84.     font-size: 1em;
  85.     font-weight: bold;
  86.     color: #FFFFFF;
  87. }
  88.  
  89. #menu a:hover, #menu .active a {
  90.     background: #000000;
  91. }
  92.  
  93. /* Content */
  94.  
  95. #content {
  96.     width: 750px;
  97.     margin: 0 auto;
  98.     padding: 20px 0 0 0;
  99. }
  100.  
  101. /* Column One */
  102.  
  103. #colOne {
  104.     float: left;
  105.     width: 500px;
  106. }
  107.  
  108. #colOne h2 {
  109.     margin-top: 0;
  110.     font-size: 2.2em;
  111. }
  112.  
  113. #colOne p, #colOne ul, #colOne ol {
  114.     line-height: 160%;
  115. }
  116.  
  117. #colOne .credits {
  118.     margin-bottom: 20px;
  119.     padding: 5px 0 20px 8px;
  120.     border-bottom: 1px solid #2C2C2C;
  121. }
  122.  
  123. #colOne .credits p {
  124.     margin: 0;
  125.     padding: 0;
  126.     line-height: normal;
  127. }
  128.  
  129. /* Column Two */
  130.  
  131. #colTwo {
  132.     float: right;
  133.     width: 220px;
  134. }
  135.  
  136. #colTwo ul {
  137.     margin: 0;
  138.     padding: 10px 0 0 0;
  139.     list-style: none;
  140. }
  141.  
  142. #colTwo li {
  143.     margin-bottom: 20px;
  144. }
  145.  
  146. #colTwo li li {
  147.     margin-bottom: auto;
  148. }
  149.  
  150. #colTwo li ul {
  151.     padding-left: 20px;
  152.     list-style: square inside;
  153. }
  154.  
  155. #colTwo h2 {
  156.     padding-bottom: 5px;
  157.     font-size: 1em;
  158.     color: #FFFFFF;
  159.     padding-left: 20px;
  160.     border-bottom: 1px solid #2C2C2C;
  161. }
  162.  
  163. #textfield1 {
  164. }
  165.  
  166. #submit1 {
  167. }
  168.  
  169. /* Footer */
  170.  
  171. #footer {
  172.     clear: both;
  173.     width: 750px;
  174.     height: 60px;
  175.     margin: 0 auto;
  176.     padding: 20px 0;
  177. }
  178.  
  179. #footer p {
  180.     margin: 0;
  181.     padding: 0;
  182.     text-align: center;
  183.     font-size: smaller;
  184. }