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