home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / dekada / default.css next >
Cascading Style Sheet File  |  2008-01-18  |  2KB  |  150 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.     background: #C62020 url(images/img8.jpg) repeat-x top left;
  9.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  10.     font-size: 11px;
  11.     color: #FFFFFF;
  12. }
  13.  
  14. h1, h2, h3 {
  15.     margin: 0;
  16.     padding: 0;
  17.     color: #FFFFFF;
  18. }
  19.  
  20. h1 { font-size: 34px; }
  21.  
  22. h2 {
  23.     margin-bottom: 10px;
  24.     padding: 0 0 10px 0;
  25.     font-size: 24px;
  26.     border-bottom: #000000 2px solid;
  27. }
  28.  
  29. h3 {
  30.     padding: 0 0 10px 0;
  31.     font-size: 13px;
  32.     border-bottom: #000000 2px solid;
  33. }
  34.  
  35. p {
  36.     margin-top: 10px;
  37.     text-align: justify;
  38.     line-height: 160%;
  39. }
  40.  
  41. a {
  42.     color: #F5C314;
  43. }
  44.  
  45. a:hover {
  46.     text-decoration: none;
  47. }
  48.  
  49. .list {
  50.     margin: 0;
  51.     padding: 0;
  52.     list-style: none;
  53. }
  54.  
  55. .list li {
  56.     padding: 5px 0;
  57.     background: url(images/img5.gif) repeat-x;
  58. }
  59.  
  60. .list li.first {
  61.     background: none;
  62. }
  63.  
  64. /* Header */
  65.  
  66. #header {
  67.     width: 681px;
  68.     margin: 0 auto;
  69.     padding: 40px 0 0 13px;
  70.     height: 90px;
  71.     background: url(images/img1a.gif) repeat-x left bottom;
  72. }
  73.  
  74. #header h1 {
  75.     float: left;
  76. }
  77.  
  78. #header h2 {
  79.     display: none;
  80. }
  81.  
  82. #header ul {
  83.     float: right;
  84.     margin: 0;
  85.     padding: 15px 0 0 0;
  86.     list-style: none;
  87. }
  88.  
  89. #header li {
  90.     display: inline;
  91. }
  92.  
  93. #header a {
  94.     display: block;
  95.     float: left;
  96.     padding: 0 14px 0 20px;
  97.     background: url(images/img2.gif) no-repeat left center;
  98.     text-decoration: none;
  99.     text-transform: uppercase;
  100.     font: bold 12px;
  101.     color: #FFFFFF;
  102. }
  103.  
  104. #header a:hover {
  105.     text-decoration: underline;
  106. }
  107.  
  108. #header .first a {
  109.     background: none;
  110. }
  111.  
  112. /* Content */
  113.  
  114. #content {
  115.     width: 694px;
  116.     margin: 0 auto;
  117. }
  118.  
  119. #colOne {
  120.     float: right;
  121.     width: 179px;
  122.     padding: 0 29px 0 0;
  123. }
  124.  
  125. #colOne h3 {
  126.     margin-top: 0px;
  127. }
  128.  
  129. #colTwo {
  130.     float: left;
  131.     width: 394px;
  132.     padding: 0 0 0 21px;
  133. }
  134.  
  135. /* Footer */
  136.  
  137. #footer {
  138.     clear: both;
  139.     width: 694px;
  140.     margin: 0 auto;
  141.     padding: 30px 0 0 0;
  142. }
  143.  
  144. #footer p {
  145.     padding: 20px 0 0 0;
  146.     border-top: #000000 2px solid;
  147.     text-align: center;
  148.     color: #FFFFFF;
  149. }
  150.