home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / deardiary / default.css next >
Cascading Style Sheet File  |  2007-02-15  |  3KB  |  184 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: #A060AA url(images/img1.jpg) repeat-y center top;
  11.     font: italic medium Georgia, "Times New Roman", Times, serif;
  12.     color: #B35BC1;
  13. }
  14.  
  15. h1, h2, h3, h4, h5, h6, form {
  16.     margin: 0;
  17.     padding: 0;
  18. }
  19.  
  20. h1, h2, h3 {
  21. }
  22.  
  23. h4, h5, h6 {
  24. }
  25.  
  26. p, ul, ol, blockquote {
  27.     margin-top: 0;
  28. }
  29.  
  30. a {
  31.     text-decoration: none;
  32.     color: #9132A5;
  33. }
  34.  
  35. a:hover {
  36.     text-decoration: underline;
  37. }
  38.  
  39. img {
  40.     border: none;
  41. }
  42.  
  43. /* Header */
  44.  
  45. #header {
  46.     width: 720px;
  47.     height: 70px;
  48.     margin: 0 auto;
  49.     padding: 20px;
  50. }
  51.  
  52. /* Logo */
  53.  
  54. #logo {
  55.     float: left;
  56.     width: 410px;
  57.     padding: 0 0 0 60px;
  58.     background: url(images/img4.jpg) no-repeat left center;
  59. }
  60.  
  61. #logo h1 {
  62.     font-size: 2.5em;
  63. }
  64.  
  65. #logo h2 {
  66.     font-size: 1em;
  67. }
  68.  
  69. #logo a {
  70.     background: none;
  71. }
  72.  
  73. /* Search */
  74.  
  75. #search {
  76.     float: right;
  77.     width: 200px;
  78.     padding-top: 13px;
  79. }
  80.  
  81. /* Content */
  82.  
  83. #content {
  84.     width: 720px;
  85.     margin: 0 auto;
  86. }
  87.  
  88. /* Column One */
  89.  
  90. #colOne {
  91.     float: left;
  92.     width: 470px;
  93. }
  94.  
  95. /* Column Two */
  96.  
  97. #colTwo {
  98.     float: right;
  99.     width: 200px;
  100. }
  101.  
  102. #colTwo ul {
  103.     margin: 0;
  104.     padding: 0;
  105.     list-style: none;
  106. }
  107.  
  108. #colTwo li ul {
  109.     padding: 1em 0;
  110. }
  111.  
  112. #colTwo li a {
  113.     padding-left: 15px;
  114.     background: url(images/img7.jpg) no-repeat left center;
  115. }
  116.  
  117. /* Latest Post */
  118.  
  119. #latest-post {
  120.     padding: 50px 0 0 0;
  121.     background: url(images/img5.jpg) no-repeat center top;
  122. }
  123.  
  124. #latest-post .title {
  125.     padding: 0 0 0 30px;
  126.     background: url(images/img6.jpg) no-repeat left center;
  127.     font-size: 1.4em;
  128. }
  129.  
  130. #latest-post .title a {
  131.     background: none;
  132. }
  133.  
  134. #latest-post .posted {
  135.     padding: 0 0 2em 30px; 
  136.     font-size: x-small;
  137. }
  138.  
  139. #latest-post .posted a {
  140.     background: none;
  141. }
  142.  
  143. #latest-post .image {
  144.     float: left;
  145.     margin: .3em 1em 1em 0;
  146. }
  147.  
  148. /* Recent Posts */
  149.  
  150. #recent-posts {
  151.     padding: 50px 0 0 0;
  152.     background: url(images/img5.jpg) no-repeat center top;
  153. }
  154.  
  155. #recent-posts .title {
  156.     padding: 0 0 0 30px;
  157.     background: url(images/img6.jpg) no-repeat left center;
  158.     font-size: 1.4em;
  159. }
  160.  
  161. #recent-posts ul {
  162.     margin: 0;
  163.     padding: 20px 0 0 30px;
  164.     list-style: none;
  165. }
  166.  
  167. #recent-posts li {
  168.     padding: 5px 0 10px 0;
  169.     background: url(images/img2.jpg) repeat-x left bottom;
  170. }
  171.  
  172. #recent-posts a {
  173.     background: none;
  174. }
  175.  
  176. /* Footer */
  177.  
  178. #footer {
  179.     clear: both;
  180.     width: 720px;
  181.     margin: 0 auto;
  182.     padding: 5em 0;
  183.     font-size: xx-small;
  184. }