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