home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / contemplate / default.css next >
Cascading Style Sheet File  |  2007-06-06  |  3KB  |  240 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. * {
  8.     margin: 0;
  9.     padding: 0;
  10. }
  11.  
  12. body {
  13.     background: #232903;
  14.     font-family: Arial, Helvetica, sans-serif;
  15.     font-size: 13px;
  16.     color: #8B985F;
  17. }
  18.  
  19. h1, h2, h3 {
  20.     margin-bottom: 15px;
  21.     text-transform: lowercase;
  22.     font-family: Georgia, "Times New Roman", Times, serif;
  23.     font-weight: normal;
  24.     color: #CEEA70;
  25. }
  26.  
  27. h1 {
  28.     letter-spacing: -1px;
  29.     font-size: 197%;
  30. }
  31.  
  32. h2 {
  33.     letter-spacing: -1px;
  34. }
  35.  
  36. h3 {
  37. }
  38.  
  39. p, ol, ul {
  40.     margin-bottom: 1.5em;
  41.     line-height: 1.5em;
  42. }
  43.  
  44. ul, ol {
  45.     margin-left: 3em;
  46. }
  47.  
  48. blockquote {
  49.     padding: 0 3em;
  50.     background: url(images/img05.gif) no-repeat 1em 0;
  51.     font-style: italic;
  52. }
  53.  
  54. a:link {
  55.     text-decoration: none;
  56.     color: #CEEA70;
  57. }
  58.  
  59. a:hover, a:active {
  60.     text-decoration: none;
  61.     color: #FFFFFF;
  62. }
  63.  
  64. a:visited {
  65.     color: #8B985F;
  66. }
  67.  
  68. img {
  69.     border: none;
  70. }
  71.  
  72. img.left {
  73.     float: left;
  74.     margin: 0 15px 0 0;
  75. }
  76.  
  77. img.right {
  78.     float: right;
  79.     margin: 0 0 0 15px;
  80. }
  81.  
  82. /* Header */
  83.  
  84. #header {
  85.     width: 710px;
  86.     height: 305px;
  87.     margin: 0 auto;
  88.     padding: 0 25px 10px 25px;
  89.     background: #34160C url(images/img01.jpg) no-repeat center top;
  90. }
  91.  
  92. #header h1 {
  93.     margin: 0;
  94.     padding: 200px 0 0 40px;
  95.     letter-spacing: -2px;
  96.     font-size: 40px;
  97. }
  98.  
  99. #header h1 a {
  100.     color: #FFFFFF;
  101. }
  102.  
  103. #header h2 {
  104.     margin: -10px 0 0 0;
  105.     padding: 0 0 0 175px;
  106.     letter-spacing: normal;
  107.     font: bold 10px Arial, Helvetica, sans-serif;
  108. }
  109.  
  110. #header h2 a {
  111.     color: #CAF368;
  112. }
  113.  
  114. #header a {
  115.     text-decoration: none;
  116. }
  117.  
  118. /* Page */
  119.  
  120. #page {
  121.     width: 710px;
  122.     margin: 0 auto;
  123.     padding: 0 25px;
  124.     background: #34160C url(images/img02.gif) repeat-y center top;
  125. }
  126.  
  127. /* Content */
  128.  
  129. #content {
  130.     float: left;
  131.     width: 460px;
  132.     padding: 5px 0 0 5px;
  133.     background: url(images/img03.gif) no-repeat;
  134. }
  135.  
  136. .post {
  137.     width: 420px;
  138.     padding: 20px 0 0 20px;
  139. }
  140.  
  141. .post h1, .post h2, .post h3 {
  142. }
  143.  
  144. .post .title {
  145.     padding: 0 0 5px 0;
  146.     background: url(images/img08.gif) repeat-x left bottom;
  147. }
  148.  
  149. .post .title span {
  150.     padding-right: 30px;
  151.     background: url(images/img06.gif) no-repeat right center;
  152. }
  153.  
  154. /* Sidebar */
  155.  
  156. #sidebar {
  157.     float: right;
  158.     width: 240px;
  159.     padding: 5px 5px 0 0;
  160.     background: url(images/img04.gif) no-repeat;
  161. }
  162.  
  163. .box {
  164.     width: 239px;
  165.     padding-left: 1px;
  166. }
  167.  
  168. .box .title {
  169.     height: 33px;
  170.     margin: 0;
  171.     padding: 10px 0 0 20px;
  172.     background: url(images/img09.gif) repeat-x;
  173.     font-size: 18px;
  174. }
  175.  
  176. .box ul {
  177.     margin: 20px;
  178.     padding: 0;
  179.     list-style: none;
  180. }
  181.  
  182. .box li {
  183.     padding: 5px 0;
  184.     background: url(images/img10.gif) repeat-x;
  185. }
  186.  
  187. .box li.first {
  188.     background: none;
  189. }
  190.  
  191. .box h3 {
  192.     margin: 0;
  193.     font-size: 85%;
  194.     font-weight: bold;
  195.     color: #8B985F;
  196. }
  197.  
  198. .box p {
  199.     margin: 0;
  200.     line-height: normal;
  201. }
  202.  
  203. .box a {
  204.     padding-left: 10px;
  205.     background: url(images/img11.gif) no-repeat 0 5px;
  206. }
  207.  
  208. /* Footer */
  209.  
  210. #footer {
  211.     width: 710px;
  212.     height: 45px;
  213.     margin: 0 auto;
  214.     padding: 0 25px 25px 25px;
  215.     background: #34160C url(images/img12.gif) no-repeat center top;
  216. }
  217.  
  218. #footer p {
  219.     margin: 0;
  220.     padding: 14px 20px;
  221.     line-height: normal;
  222.     font-size: 77%;
  223.     color: #565736;
  224. }
  225.  
  226. #footer a {
  227.     color: #565736;
  228. }
  229.  
  230. #footer a:hover {
  231.     text-decoration: underline;
  232. }
  233.  
  234. #legal {
  235.     float: left;
  236. }
  237.  
  238. #links {
  239.     float: right;
  240. }