home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / theragblog / default.css next >
Encoding:
Cascading Style Sheet File  |  2007-02-07  |  3.1 KB  |  251 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: 20px 0;
  9.     padding: 0;
  10.     background: #FFFFFF;
  11.     font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
  12.     color: #633003;
  13. }
  14.  
  15. h1, h2, h3, h4, h5, h6 {
  16.     margin: 0;
  17.     padding: 0;
  18.     font-weight: normal;
  19. }
  20.  
  21. h1, h2, h3 {
  22. }
  23.  
  24. h4, h5, h6 {
  25. }
  26.  
  27. p, ul, ol, blockquote {
  28.     margin-top: 0;
  29.     line-height: 160%;
  30. }
  31.  
  32. blockquote {
  33.     font-style: italic;
  34. }
  35.  
  36. a {
  37.     text-decoration: underline;
  38.     color: #475D41;
  39. }
  40.  
  41. a:hover {
  42.     text-decoration: none;
  43. }
  44.  
  45. img {
  46.     border: none;
  47. }
  48.  
  49. /* Header */
  50.  
  51. #header {
  52.     width: 760px;
  53.     height: 101px;
  54.     margin: 0 auto;
  55.     background: url(images/img01.jpg) no-repeat;
  56. }
  57.  
  58. #header h1 {
  59.     float: left;
  60.     padding: 25px 0 0 20px;
  61.     letter-spacing: -3px;
  62.     font-size: 3.4em;
  63. }
  64.  
  65. #header h2 {
  66.     float: right;
  67.     padding: 43px 20px 0 0;
  68.     letter-spacing: -1px;
  69.     font-size: 2em;
  70. }
  71.  
  72. #header a {
  73.     text-decoration: none;
  74.     color: #FFFFFF;
  75. }
  76.  
  77. /* Content */
  78.  
  79. #content {
  80.     width: 720px;
  81.     margin: 0 auto;
  82.     padding: 20px 20px 0 20px;
  83.     background: url(images/img02.jpg) no-repeat;
  84. }
  85.  
  86. /* Posts */
  87.  
  88. #posts {
  89.     float: right;
  90.     width: 320px;
  91. }
  92.  
  93. .post {
  94. }
  95.  
  96. .post .title {
  97.     letter-spacing: -1px;
  98.     font-size: 2em;
  99. }
  100.  
  101. .post .posted {
  102.     margin-bottom: 20px;
  103.     font-size: .8em;
  104. }
  105.  
  106. .post .story {
  107. }
  108.  
  109. .post .meta {
  110.     height: 50px;
  111.     padding: 8px 0 0 10px;
  112.     background: url(images/img09.jpg) no-repeat;
  113.     font-size: .8em;
  114. }
  115.  
  116. /* Archives */
  117.  
  118. #archives {
  119.     float: right;
  120.     width: 180px;
  121.     padding: 0 0 0 20px;
  122. }
  123.  
  124. /* Search */
  125.  
  126. #search {
  127.     float: left;
  128.     width: 180px;
  129. }
  130.  
  131. #search form {
  132.     margin: 0 0 12px 0;
  133.     padding: 0;
  134. }
  135.  
  136. #search #textfield1 {
  137.     width: 155px;
  138. }
  139.  
  140. #search #submit1 {
  141.     display: none;
  142. }
  143.  
  144. /* Pages */
  145.  
  146. #pages {
  147.     float: left;
  148.     width: 180px;
  149. }
  150.  
  151. /* Categories */
  152.  
  153. #categories {
  154.     float: left;
  155.     width: 180px;
  156. }
  157.  
  158. /* Blog Roll */
  159.  
  160. #blogroll {
  161.     float: left;
  162.     width: 180px;
  163. }
  164.  
  165. /* Orange Box */
  166.  
  167. .obox {
  168. }
  169.  
  170. .obox .heading {
  171.     height: 28px;
  172.     padding: 3px 0 0 10px;
  173.     background: url(images/img03.jpg) no-repeat;
  174.     letter-spacing: -1px;
  175.     font-size: 1.4em;
  176.     color: #FFFFFF;
  177. }
  178.  
  179. .obox .content {
  180.     padding: 10px;
  181.     background: url(images/img04.jpg) no-repeat;
  182. }
  183.  
  184. .obox ul {
  185.     margin: 0;
  186.     padding: 0;
  187.     list-style: none;
  188. }
  189.  
  190. .obox li {
  191. }
  192.  
  193. .obox a {
  194.     text-decoration: none;
  195. }
  196.  
  197. .obox a:hover {
  198.     text-decoration: underline;
  199. }
  200.  
  201. /* Green Box */
  202.  
  203. .gbox {
  204. }
  205.  
  206. .gbox .heading {
  207.     height: 28px;
  208.     padding: 3px 0 0 10px;
  209.     background: url(images/img06.jpg) no-repeat;
  210.     letter-spacing: -1px;
  211.     font-size: 1.4em;
  212.     color: #FFFFFF;
  213. }
  214.  
  215. .gbox .content {
  216.     padding: 10px;
  217.     background: url(images/img07.jpg) no-repeat;
  218. }
  219.  
  220. .gbox ul {
  221.     margin: 0;
  222.     padding: 0;
  223.     list-style: none;
  224. }
  225.  
  226. .gbox li {
  227. }
  228.  
  229. .gbox a {
  230.     text-decoration: none;
  231. }
  232.  
  233. .gbox a:hover {
  234.     text-decoration: underline;
  235. }
  236.  
  237. /* Footer */
  238.  
  239. #footer {
  240.     width: 760px;
  241.     margin: 0 auto;
  242.     padding: 60px 0 0 0;
  243.     background: url(images/img10.jpg) no-repeat;
  244. }
  245.  
  246. #footer p {
  247.     margin: 0;
  248.     padding: 0;
  249.     text-align: center;
  250.     font-size: x-small;
  251. }