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