home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / bugslife / default.css next >
Cascading Style Sheet File  |  2007-01-29  |  2KB  |  129 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-family: Tahoma, Arial, Helvetica, sans-serif;
  12.     font-size: 11px;
  13.     color: #707070;
  14. }
  15.  
  16. h1, h2, h3 {
  17.     text-transform: lowercase;
  18.     font-family: Georgia, "Times New Roman", Times, serif;
  19.     font-weight: normal;
  20.     font-style: italic;
  21.     color: #FF941D;
  22. }
  23.  
  24. h2 { font-size: 24px; }
  25. h3 { font-size: 18px; }
  26.  
  27. p, ol, ul, blockquote {
  28.     line-height: 22px;
  29. }
  30.  
  31. a {
  32.     border-bottom: 1px dotted #707070;
  33.     text-decoration: none;
  34.     color: #BFBFBF;
  35. }
  36.  
  37. a:hover {
  38.     border: none;
  39. }
  40.  
  41. strong {
  42.     color: #8D8C8C;
  43. }
  44.  
  45. /* Posts */
  46.  
  47. .post {
  48.     margin-bottom: 9px;
  49.     padding: 20px 40px 20px 60px;
  50.     background: #131313;
  51.     border-top: 1px solid #1F1F1F;
  52.     border-right: 1px solid #1F1F1F;
  53.     border-bottom: 1px solid #1F1F1F;
  54.     border-left: 1px solid #1F1F1F;
  55. }
  56.  
  57. .post h2, .post h3 {
  58.     margin-left: -40px;
  59. }
  60.  
  61. /* Header */
  62.  
  63. #header {
  64.     width: 600px;
  65.     height: 280px;
  66.     margin: 0 auto;
  67.     background: url(images/img2.jpg);
  68. }
  69.  
  70. #header h1 {
  71.     margin: 0;
  72.     padding: 180px 0 0 20px;
  73.     font-size: 36px;
  74. }
  75.  
  76. #header h2 {
  77.     margin: 0;
  78.     padding: 0 0 0 92px;
  79.     font-size: 16px;
  80. }
  81.  
  82. #header a {
  83.     border: none;
  84.     letter-spacing: -1px;
  85.     color: #FF941D;
  86. }
  87.  
  88. /* Content */
  89.  
  90. #content {
  91.     width: 580px;
  92.     margin: 0 auto;
  93.     padding: 10px;
  94. }
  95.  
  96. #colOne {
  97.     float: left;
  98.     width: 180px;
  99. }
  100.  
  101. #colOne ul {
  102.     margin-left: 0;
  103.     padding-left: 0;
  104.     list-style: none;
  105. }
  106.  
  107. #colTwo {
  108.     float: right;
  109.     width: 390px;
  110. }
  111.  
  112. /* Footer */
  113.  
  114. #footer {
  115.     clear: both;
  116.     width: 580px;
  117.     margin: 0 auto;
  118.     padding-top: 20px;
  119. }
  120.  
  121. #footer p {
  122.     margin: 0;
  123.     text-align: center;
  124.     font-size: 9px;
  125. }
  126.  
  127. #footer * {
  128.     color: #333333;
  129. }