home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / stonewalled / default.css next >
Cascading Style Sheet File  |  2007-01-24  |  3KB  |  169 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: 10px 0;
  9.     padding: 0;
  10.     font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
  11.     background: #000000;
  12.     color: #875A00;
  13. }
  14.  
  15. h1, h2, h3, h4, h5, h6 {
  16.     color: #C28D06;
  17. }
  18.  
  19. a {
  20.     color: #C28D06;
  21. }
  22.  
  23. a:hover {
  24.     text-decoration: none;
  25.     color: #FFB700;
  26. }
  27.  
  28. /* Header */
  29.  
  30. #header {
  31.     width: 700px;
  32.     height: 9em;
  33.     margin: 0 auto;
  34.     padding: 0 0 0 0;
  35.     background: url(images/img1.jpg) no-repeat left bottom;
  36. }
  37.  
  38. #header * {
  39.     text-decoration: none;
  40.     text-transform: lowercase;
  41. }
  42.  
  43. #header h1 {
  44.     letter-spacing: -3px;
  45.     float: left;
  46.     margin: 0;
  47.     font-size: 3em;
  48. }
  49.  
  50. #header h2 {
  51.     float: left;
  52.     margin: 0;
  53.     padding: .85em 0 0 0;
  54.     letter-spacing: -1px;
  55.     word-spacing: -.25em;
  56.     font-size: 1.6em;
  57.     font-weight: normal;
  58. }
  59.  
  60. /* Content */
  61.  
  62. #content {
  63.     width: 700px;
  64.     margin: 0 auto;
  65. }
  66.  
  67. /* Column One */
  68.  
  69. #colOne {
  70.     float: left;
  71.     width: 440px;
  72. }
  73.  
  74. #colOne p, #colOne ol, #colOne ul {
  75.     text-align: justify;
  76.     line-height: 180%;
  77. }
  78.  
  79. #colOne blockquote {
  80.     font-style: italic;
  81. }
  82.  
  83. #colOne .post {
  84.     padding: .25em 1em 3em 1em;
  85.     background: url(images/img1.jpg) no-repeat 50% -3em;
  86. }
  87.  
  88. #colOne .title {
  89.     margin: 0;
  90.     padding: 0;
  91.     font-size: 2em;
  92.     font-weight: normal;
  93. }
  94.  
  95. #colOne .posted {
  96.     margin: 0 -1em;
  97.     padding: 0 1em 1em 1em;
  98.     font-size: .7em;
  99.     color: #875A00;
  100.     border-bottom: 1px solid #191200;
  101. }
  102.  
  103. #colOne .meta {
  104.     margin: 0 -1em;
  105.     padding: 1em 1em 0 1em;
  106.     border-top: 1px solid #191200;
  107.     font-size: .7em;
  108. }
  109.  
  110. #colOne .meta p {
  111.     margin: 0;
  112.     padding: 0;
  113. }
  114.  
  115. /* Column Two */
  116.  
  117. #colTwo {
  118.     float: right;
  119.     width: 230px;
  120. }
  121.  
  122. #colTwo ul {
  123.     margin: 0;
  124.     padding: 0;
  125.     list-style: none;
  126. }
  127.  
  128. #colTwo ul ul {
  129.     margin-bottom: 2em;
  130. }
  131.  
  132. #colTwo li li:hover {
  133.     background: #191200;
  134. }
  135.  
  136. #colTwo li a {
  137.     padding: 0 0 0 2em;
  138.     background: url(images/img2.gif) no-repeat 1em 50%;
  139.     text-decoration: none;
  140. }
  141.  
  142. #colTwo li a:hover {
  143.     text-decoration: underline;
  144. }
  145.  
  146. #colTwo h2 {
  147.     margin: 0 0 1em 0;
  148.     padding: .5em 1em;
  149.     background: url(images/img1.jpg) no-repeat center bottom;
  150.     text-transform: uppercase;
  151.     letter-spacing: .25em;
  152.     font-size: .8em;
  153. }
  154.  
  155. /* Footer */
  156.  
  157. #footer {
  158.     width: 700px;
  159.     margin: 0 auto;
  160.     padding: 1em 0;
  161.     background: url(images/img1.jpg) no-repeat left bottom;
  162.     text-align: center;
  163.     font-size: x-small;
  164. }
  165.  
  166. #footer p {
  167.     margin: 0;
  168.     padding: 0;
  169. }