home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / greenygrass / default.css next >
Encoding:
Cascading Style Sheet File  |  2008-02-09  |  2.5 KB  |  195 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-x 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: #F8FBEC;
  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. #wrapper {
  62. }
  63. /* Header */
  64.  
  65. #header {
  66.     width: 760px;
  67.     height: 288px;
  68.     margin: 0 auto;
  69.     background: url(images/img02.jpg) no-repeat right top;
  70. }
  71.  
  72. #header h1, #header p {
  73.     margin: 0;
  74.     color: #9CBC1E;
  75. }
  76.  
  77. #header h1 {
  78.     padding: 100px 0 0 70px;
  79. }
  80.  
  81. #header p {
  82.     padding-left: 73px;
  83.     margin-top: -10px;
  84. }
  85. #header a {
  86.     color: #E6B715;
  87. }
  88.  
  89. /* Page */
  90.  
  91. #page {
  92.     width: 760px;
  93.     margin: 0 auto;
  94. }
  95.  
  96. /* Content */
  97.  
  98. #content {
  99.     float: right;
  100.     width: 470px;
  101.     margin: 0;
  102. }
  103.  
  104. .post {
  105.     padding: 0 0 20px 0;
  106. }
  107.  
  108. .title {
  109.     margin: 0;
  110.     padding-bottom: 5px;
  111.     border-bottom: 2px solid #B7D24D;
  112. }
  113.  
  114. .byline {
  115.     margin: 0;
  116.     color: #646464;
  117. }
  118.  
  119. .meta {
  120.     text-align: left;
  121.     color: #646464;
  122.     padding: 10px 10px;
  123.     height: 48px;
  124.     background: url(images/img06.gif) no-repeat left top;
  125. }
  126.  
  127. .meta .more {
  128.     padding-left: 20px;
  129. }
  130.  
  131. .meta .comments {
  132.     padding-left: 20px;
  133. }
  134.  
  135. .meta a {
  136.     color: #003300;
  137. }
  138.  
  139. /* Sidebar */
  140.  
  141. #sidebar {
  142.     float: left;
  143.     width: 230px;
  144. }
  145.  
  146. #sidebar ul {
  147.     margin: 0;
  148.     padding: 0;
  149.     list-style: none;
  150. }
  151.  
  152. #sidebar li {
  153. }
  154.  
  155. #sidebar li ul {
  156.     padding: 15px 15px;
  157. }
  158.  
  159. #sidebar li li {
  160.     border-bottom: 1px dotted #000000;
  161.     padding-left: 15px;
  162. }
  163.  
  164. #sidebar h2 {
  165.     margin: 0;
  166.     padding: 10px 0 0 40px;
  167.     height: 40px;
  168.     background: url(images/img04.gif) no-repeat left 60%;
  169. }
  170.  
  171. #sidebar a {
  172.     text-decoration: none;
  173. }
  174.  
  175. #sidebar a:hover {
  176. }
  177.  
  178. /* Footer */
  179.  
  180. #footer {
  181.     clear: both;
  182.     width: 760px;
  183.     height: 40px;
  184.     margin: 0 auto;
  185.     padding: 20px 0 0 0;
  186.     background: url(images/img05.gif) no-repeat left top;
  187.     text-align: center;
  188.     font-size: smaller;
  189.     color: #52640A;
  190. }
  191.  
  192. #footer a {
  193.     color: #003300;
  194. }
  195.