home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / godofgates / default.css next >
Cascading Style Sheet File  |  2007-01-08  |  2KB  |  128 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: #CCCCCC;
  11.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  12. }
  13.  
  14. h1, h2, h3, h4, h5, h6 {
  15.     margin: 0;
  16.     padding: 0;
  17. }
  18.  
  19. p, ul, ol, blockquote {
  20.     font-size: small;
  21.     line-height: 160%;
  22. }
  23.  
  24. a {
  25.     color: #67823B;
  26. }
  27.  
  28. a:hover {
  29.     text-decoration: none;
  30. }
  31.  
  32. /* Header */
  33.  
  34. #header {
  35.     width: 740px;
  36.     height: 144px;
  37.     margin: 0 auto;
  38.     background: url(images/img1.jpg) no-repeat center center;
  39.     border-top: 10px solid #000000;
  40.     border-bottom: 10px solid #000000;
  41. }
  42.  
  43. #header * {
  44.     margin: 0;
  45.     padding: 0;
  46.     text-decoration: none;
  47.     font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  48.     color: #FFFFFF;
  49. }
  50.  
  51. #header h1 {
  52.     float: left;
  53.     padding: 120px 0 0 10px;
  54. }
  55.  
  56. #header h2 {
  57.     float: right;
  58.     padding: 120px 10px 0 0;
  59. }
  60.  
  61. /* Content */
  62.  
  63. #content {
  64.     width: 740px;
  65.     margin: 0 auto;
  66.     background: url(images/img2.gif);
  67.     border: 2px solid #CCCCCC;
  68. }
  69.  
  70. #colOne {
  71.     float: left;
  72.     width: 449px;
  73.     padding: 20px;
  74. }
  75.  
  76. #colTwo {
  77.     float: right;
  78.     width: 209px;
  79.     padding: 20px;
  80. }
  81.  
  82. /* Content > ColOne */
  83.  
  84. /* Content > ColTwo */
  85.  
  86. #colTwo h2 {
  87.     font-size: medium;
  88.     color: #FFFFFF;
  89. }
  90.  
  91. #colTwo ul {
  92.     margin: 0;
  93.     padding: 0;
  94.     list-style: none;
  95. }
  96.  
  97. #colTwo li {
  98.     margin-bottom: 1em;
  99.     color: #FFFFFF;
  100. }
  101.  
  102. #colTwo li li {
  103.     margin-bottom: 0;
  104.     padding-left: 1em;
  105. }
  106.  
  107. #colTwo a {
  108.     color: #FFFFFF;
  109. }
  110.  
  111. /* Footer */
  112.  
  113. #footer {
  114.     width: 740px;
  115.     margin: 0 auto;
  116.     background: #000000;
  117. }
  118.  
  119. #footer * {
  120.     color: #FFFFFF;
  121. }
  122.  
  123. #footer p {
  124.     margin: 0;
  125.     padding: 10px 0;
  126.     text-align: center;
  127.     font-size: x-small;
  128. }