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