home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / emerald / default.css next >
Cascading Style Sheet File  |  2007-04-30  |  3KB  |  201 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. /* Basic */
  7. *
  8. {
  9.     margin: 0em;
  10.     padding: 0em;
  11. }
  12. h1,h2
  13. {
  14. }
  15. body
  16. {
  17.     font-family: "trebuchet ms", sans-serif;
  18.     color: #555555;
  19.     font-size: 11pt;
  20. }
  21. a
  22. {
  23.     color: #669911;
  24. }
  25. /* Outer */
  26. #outer
  27. {
  28. }
  29. /* Header */
  30. #header
  31. {
  32.     height: 95px;
  33.     background-image: url('images/a2.gif');
  34.     background-position: bottom left;
  35.     padding-left: 40px;
  36.     padding-top: 45px;
  37. }
  38. #header h1 a
  39. {
  40.     color: #fff;
  41.     text-decoration: none;
  42.     font-size: 1.5em;
  43. }
  44. #header h1
  45. {
  46.     text-transform: lowercase;
  47.     font-size: 1.6em;
  48. }
  49. #header h2
  50. {
  51.     position: relative;
  52.     top: -0.3em;
  53.     color: #E8EFC2;
  54.     font-weight: normal;
  55.     font-size: 1.1em;
  56.     text-transform: lowercase;
  57. }
  58. /* Menu */
  59. #menu
  60. {
  61.     background-image: url('images/a3.gif');
  62.     background-repeat: repeat-x;
  63.     background-position: bottom left;
  64.     padding: 1em 2.5em 1em 2.5em;
  65. }
  66. #menu ul
  67. {
  68.     list-style: none;
  69. }
  70. #menu li
  71. {
  72.     display: inline;
  73. }
  74. #menu li a
  75. {
  76.     font-size: 1.1em;
  77.     font-weight: bold;
  78.     text-transform: lowercase;
  79.     color: #5D5F53;
  80.     text-decoration: none;
  81.     margin-right: 1em;
  82. }
  83. #menu li a:hover
  84. {
  85.     color: #6B7E09;
  86.     text-decoration: underline;
  87. }
  88. /* Content */
  89. #content
  90. {
  91.     padding: 3em 15px 1em 15px;
  92.     line-height: 1.6em;
  93.     background: url('images/a4.gif') repeat-x top left;
  94. }
  95. #content p
  96. {
  97.     margin-bottom: 1.5em;
  98. }
  99. #content h2,h3,h4,h5,h6
  100. {
  101.     margin-bottom: 1em;
  102. }
  103. #content ul
  104. {
  105.     margin-bottom: 1.5em;
  106.     padding-left: 1em;
  107. }
  108. #content blockquote
  109. {
  110.     padding: 1em;
  111.     margin-bottom: 1.5em;
  112.     background-color: #FFFCD8;
  113.     background-image: url('images/a5.gif');
  114.     background-repeat: no-repeat;
  115.     background-position: top left;
  116.     border: dotted 1px #DFD999;
  117. }
  118. #content blockquote p
  119. {
  120.     margin-bottom: 0em;
  121. }
  122. #content table
  123. {
  124.     margin-bottom: 1.5em;
  125. }
  126. #content table th
  127. {
  128.     text-align: left;
  129.     font-weight: bold;
  130.     padding: 0.5em;
  131. }
  132. #content table td
  133. {
  134.     padding: 0.5em;
  135. }
  136. #content table tr.rowA
  137. {
  138.     background-color: #EAEFE0;
  139.     color: inherit;
  140. }
  141. #content table tr.rowB
  142. {
  143.     background-color: #F9FFEF;
  144.     color: inherit;
  145. }
  146. /* Primary Content */
  147. #primaryContentContainer
  148. {
  149.     float: left;
  150.     margin-right: -460px;
  151.     width: 100%;
  152. }
  153. #primaryContent
  154. {
  155.     margin: 0em 470px 0em 0em;
  156.     padding: 0em 1.5em 1.5em 1.5em;
  157. }
  158. #primaryContent h2, #primaryContent h3
  159. {
  160.     text-transform: lowercase;
  161.     color: #5D5F53;
  162.     border-bottom: dotted 1px #ECEEDF;
  163.     padding-bottom: 0.3em;
  164. }
  165. #secondaryContent h3, #tertiaryContent h3
  166. {
  167.     background: url('images/a1.gif') no-repeat;
  168.     width: 185px;
  169.     height: 27px;
  170.     font-size: 1.0em;
  171.     font-weight: bold;
  172.     padding-left: 15px;
  173.     padding-top: 5px;
  174.     text-transform: lowercase;
  175.     color: #5D5F53;
  176. }
  177. /* Secondary Content */
  178. #secondaryContent
  179. {
  180.     float: left;
  181.     width: 215px;
  182. }
  183. /* Tertiary Content */
  184. #tertiaryContent
  185. {
  186.     float: right;
  187.     width: 215px;
  188.     padding-right: 1em;
  189. }
  190. /* Footer */
  191. #footer
  192. {
  193.     background: url('images/a4.gif') repeat-x top left;
  194.     border-top: solid 1px #D0D4BB;
  195.     padding: 2.0em 3.5em 3.0em 3.5em;
  196.     font-size: 0.8em;
  197. }
  198. .clear
  199. {
  200.     clear: both;
  201. }