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