home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / burned / default.css next >
Encoding:
Cascading Style Sheet File  |  2006-12-23  |  2.9 KB  |  242 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. /* Basic */
  8.  
  9. *
  10. {
  11.     margin: 0em;
  12.     padding: 0em;
  13. }
  14.  
  15. h1,h2,h3,h4,h5,h6
  16. {
  17.     text-transform: uppercase;
  18.     letter-spacing: 0.2em;
  19. }
  20.  
  21. body
  22. {
  23.     font-family: "trebuchet ms", sans-serif;
  24.     font-size: 10pt;
  25.     background-color: #000000;
  26.     color: #6F5129;
  27. }
  28.  
  29. a
  30. {
  31.     color: #667700;
  32.     text-decoration: underline;
  33. }
  34.  
  35. a:hover
  36. {
  37.     text-decoration: none;
  38. }
  39.  
  40. /* Outer */
  41.  
  42. #outer
  43. {
  44.     width: 778px;
  45.     margin: 2em auto;
  46. }
  47.  
  48. /* Header */
  49.  
  50. #header
  51. {
  52.     padding: 1.75em;
  53.     text-align: center;
  54. }
  55.  
  56. #header h1
  57. {
  58.     font-size: 2em;
  59. }
  60.  
  61. #header h2
  62. {
  63.     font-size: 1em;
  64.     color: #747474;
  65. }
  66.  
  67. #header h1 a
  68. {
  69.     color: #fff;
  70.     text-decoration: none;
  71. }
  72.  
  73. /* Menu */
  74.  
  75. #menu
  76. {
  77.     background: #000000 url('images/a1.jpg') top left no-repeat;
  78.     height: 94px;
  79.     width: 778px;
  80. }
  81.  
  82. #menu ul
  83. {
  84.     list-style: none;
  85.     text-align: center;
  86.     position: relative;
  87.     top: 45px;
  88. }
  89.  
  90. #menu li
  91. {
  92.     padding: 0em 1.5em 0em 1.5em;
  93.     display: inline;
  94. }
  95.  
  96. #menu li a
  97. {
  98.     color: #3A2000;
  99.     font-weight: bold;
  100.     text-transform: uppercase;
  101.     text-decoration: none;
  102.     font-size: 0.9em;
  103.     letter-spacing: 0.2em;
  104. }
  105.  
  106. #menu li a:hover
  107. {
  108.     text-decoration: underline;
  109. }
  110.  
  111. /* Content */
  112.  
  113. #xbg1
  114. {
  115.     position: absolute;
  116.     z-index: 1;
  117.     background: #000000 url('images/a2.jpg') top left no-repeat;
  118.     width: 778px;
  119.     height: 98px;
  120. }
  121.  
  122. #content
  123. {
  124.     background: #000000 url('images/a3.jpg') top left repeat-y;
  125. }
  126.  
  127. #content p
  128. {
  129.     margin-bottom: 2em;
  130.     line-height: 1.5em;
  131. }
  132.  
  133. #content h2,h3,h4,h5,h6
  134. {
  135.     position: relative;
  136.     color: #3F2109;
  137.     margin-bottom: 1em;
  138.     padding-bottom: 0.5em;
  139.     border-bottom: solid 1px #DFBF99;
  140. }
  141.  
  142. #content h2
  143. {
  144.     font-size: 1.5em;
  145. }
  146.  
  147. #content h3
  148. {
  149.     font-size: 1.1em;
  150. }
  151.  
  152. #content ul
  153. {
  154.     margin-bottom: 2em;
  155.     padding-left: 1em;
  156. }
  157.  
  158. #content blockquote
  159. {
  160.     margin-bottom: 2em;
  161. }
  162.  
  163. #content blockquote p
  164. {
  165.     border-left: solid 8px #667700;
  166.     padding-left: 1em;
  167.     margin-bottom: 0em;
  168. }
  169.  
  170. #content table
  171. {
  172.     margin-bottom: 2em;
  173. }
  174.  
  175. #content table th
  176. {
  177.     text-align: left;
  178.     font-weight: bold;
  179.     padding: 0.5em;
  180. }
  181.  
  182. #content table td
  183. {
  184.     padding: 0.5em;
  185. }
  186.  
  187. #content table tr.rowA
  188. {
  189.     background-color: #DFBD99;
  190.     color: inherit;
  191. }
  192.  
  193. #content table tr.rowB
  194. {
  195.     background-color: #EFDCC2;
  196.     color: inherit;
  197. }
  198.  
  199. /* Primary Content */
  200.  
  201. #primaryContentContainer
  202. {
  203.     position: relative;
  204.     z-index: 2;
  205.     float: right;
  206.     margin-left: -18em;
  207.     width: 100%;
  208. }
  209.  
  210. #primaryContent
  211. {
  212.     margin: 2em 3.0em 0em 19em;
  213.     padding: 0em 0em 0em 1.5em;
  214.     border-left: solid 1px #DFBF99;
  215. }
  216.  
  217. /* Secondary Content */
  218.  
  219. #secondaryContent
  220. {
  221.     position: relative;
  222.     z-index: 2;
  223.     float: right;
  224.     width: 15em;
  225.     margin-top: 2em;
  226. }
  227.  
  228. /* Footer */
  229.  
  230. #footer
  231. {
  232.     width: 778px;
  233.     height: 56px;
  234.     padding-top: 30px;
  235.     background: #000000 url('images/a4.jpg') top left no-repeat;
  236.     text-align: center;
  237. }
  238.  
  239. .clear
  240. {
  241.     clear: both;
  242. }