home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / sunflower / default.css next >
Cascading Style Sheet File  |  2008-02-02  |  3KB  |  185 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/img01.jpg) repeat-y top center;
  11.     font-size: 13px;
  12.     color: #8C8C8C;
  13. }
  14.  
  15. body, th, td, input, textarea, select, option {
  16.     text-transform: lowercase;
  17.     font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
  18. }
  19.  
  20. h1, h2, h3 {
  21.     font-weight: normal;
  22.     color: #CBA61A;
  23. }
  24.  
  25. h1 {
  26.     letter-spacing: -2px;
  27.     font-size: 3em;
  28. }
  29.  
  30. h2 {
  31.     letter-spacing: -1px;
  32.     font-size: 2em;
  33. }
  34.  
  35. h3 {
  36.     font-size: 1em;
  37. }
  38.  
  39. p, ul, ol {
  40.     line-height: 200%;
  41. }
  42.  
  43. blockquote {
  44.     padding-left: 1em;
  45. }
  46.  
  47. blockquote p, blockquote ul, blockquote ol {
  48.     line-height: normal;
  49.     font-style: italic;
  50. }
  51.  
  52. a {
  53.     color: #9BDB18;
  54. }
  55.  
  56. a:hover {
  57.     text-decoration: none;
  58.     color: #E6B715;
  59. }
  60.  
  61. /* Header */
  62.  
  63. #header {
  64.     width: 760px;
  65.     height: 348px;
  66.     margin: 0 auto;
  67.     background: url(images/img03.jpg) no-repeat right top;
  68. }
  69.  
  70. #header h1, #header p {
  71.     margin: 0;
  72.     color: #E6B715;
  73. }
  74.  
  75. #header h1 {
  76.     padding: 100px 0 0 50px;
  77. }
  78.  
  79. #header p {
  80.     padding-left: 53px;
  81.     margin-top: -10px;
  82. }
  83. #header a {
  84.     color: #E6B715;
  85. }
  86.  
  87. /* Page */
  88.  
  89. #page {
  90.     width: 760px;
  91.     margin: 0 auto;
  92. }
  93.  
  94. /* Content */
  95.  
  96. #content {
  97.     float: left;
  98.     width: 470px;
  99.     margin: 0;
  100.     margin-top: -90px;
  101. }
  102.  
  103. .post {
  104.     padding: 0 0 20px 0;
  105. }
  106.  
  107. .title {
  108.     margin: 0;
  109.     padding-bottom: 5px;
  110.     border-bottom: 2px dashed #333333;
  111. }
  112.  
  113. .byline {
  114.     margin: 0;
  115.     color: #646464;
  116. }
  117.  
  118. .meta {
  119.     text-align: right;
  120.     color: #646464;
  121.     padding: 5px 10px;
  122.     border: 1px dashed #333333;
  123. }
  124.  
  125. .meta .more {
  126.     padding-left: 20px;
  127.     background: url(images/img05.gif) no-repeat left center;
  128. }
  129.  
  130. .meta .comments {
  131.     padding-left: 20px;
  132.     background: url(images/img06.gif) no-repeat left center;
  133. }
  134.  
  135. /* Sidebar */
  136.  
  137. #sidebar {
  138.     float: right;
  139.     width: 230px;
  140. }
  141.  
  142. #sidebar ul {
  143.     margin: 0;
  144.     padding: 0;
  145.     list-style: none;
  146. }
  147.  
  148. #sidebar li {
  149. }
  150.  
  151. #sidebar li ul {
  152.     padding: 15px 15px;
  153. }
  154.  
  155. #sidebar li li {
  156.     border-bottom: 1px dotted #000000;
  157.     background: url(images/img02.gif) no-repeat 5px 50%;
  158.     padding-left: 15px;
  159. }
  160.  
  161. #sidebar h2 {
  162.     margin: 0;
  163.     padding: 20px 0 0 0;
  164.     border-bottom: 2px solid #0F0F0F;
  165. }
  166.  
  167. #sidebar a {
  168.     text-decoration: none;
  169. }
  170.  
  171. #sidebar a:hover {
  172. }
  173.  
  174. /* Footer */
  175.  
  176. #footer {
  177.     clear: both;
  178.     width: 760px;
  179.     margin: 0 auto;
  180.     padding: 30px 0;
  181.     text-align: left;
  182.     font-size: smaller;
  183. }
  184.  
  185.