home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / boxybox / default.css next >
Cascading Style Sheet File  |  2006-12-08  |  2KB  |  142 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: #AFB3A5;
  9.     text-align: justify;
  10.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  11.     font-size: small;
  12.     text-align: justify;
  13.     color: #555E4F;
  14. }
  15.  
  16. h1, h2, h3, h4, h5 {
  17.     margin: 0;
  18. }
  19.  
  20. /* Header */
  21.  
  22. #header {
  23.     width: 700px;
  24.     height: 100px;
  25.     margin: 0 auto;
  26.     padding: 0;
  27.     border: 10px solid #FFFFFF;
  28.     border-bottom: none;
  29.     background: #788770;
  30. }
  31.  
  32. #header h1 {
  33.     float: left;
  34.     margin: 20px 0 0 20px;
  35.     font-size: 50px;
  36.     letter-spacing: -7px;
  37.     color: #323B2E;
  38. }
  39.  
  40. #header h2 {
  41.     float: right;
  42.     margin: 40px 20px 0 0;
  43.     font-size: 18px;
  44.     letter-spacing: -2px;
  45. }
  46.  
  47.  
  48. a {
  49.     color: #323B2E;
  50.     text-decoration: none;
  51. }
  52.  
  53. a:hover {
  54.     color: #555E4F;
  55.     text-decoration: none;
  56. }
  57.  
  58. /* Menu */
  59.  
  60. #menu1 {
  61.     float: left;
  62.     width: 160px;
  63.     margin: 0px auto;
  64.     padding-bottom: 20px;
  65.     text-transform: uppercase;
  66.     font-weight: bold;
  67.     font-size: 14px;
  68.     color: #323B2E;
  69. }
  70.  
  71. #menu1 ul {
  72.     margin: 0px;
  73.     list-style: none;
  74.     padding: 0px;
  75. }
  76.  
  77. #menu1 li {
  78. }
  79.  
  80. #menu1 a {
  81.     display: block;
  82.     width: 190px;
  83.     padding: 15px 0px;
  84.     background-color: #788770;
  85.     border-top: 1px solid #323B2E;
  86.     border-bottom: 1px solid #788770;
  87.     text-align: center;
  88.     text-decoration: none;
  89.     text-transform: uppercase;
  90.     font-weight: bold;
  91.     color: #FFFFFF;
  92. }
  93.  
  94. #menu1 a:hover {
  95.     background-color: #AFB3A5;
  96.     border-top: 1px solid #555E4F;
  97.     border-bottom: 1px solid #555E4F;
  98. }
  99.  
  100. /* Content */
  101.  
  102. #content {
  103.     width: 700px;
  104.     margin: 0 auto;
  105.     border: 10px solid #FFFFFF;
  106.     border-top: none;
  107.     background: #E9EAE2;
  108. }
  109.  
  110. #colOne {
  111.     float: left;
  112.     width: 190px;
  113.     margin-top: 20px;
  114.     padding: 0 10px 0 20px;
  115. }
  116.  
  117. #colTwo {
  118.     float: right;
  119.     margin-top: 20px;
  120.     width: 440px;
  121.     padding: 0 20px 0 20px;
  122. }
  123.  
  124. #content h2 {
  125.     margin-bottom: 20px;
  126.     font-size: 18px;
  127.     letter-spacing: -2px;
  128. }
  129.  
  130.  
  131. #footer {
  132.     width: 700px;
  133.     margin: 0 auto;
  134.     padding-top: 20px;
  135. }
  136.  
  137.  
  138. #footer p {
  139.     text-align: center;
  140.     padding: 0;
  141.     font-size: 10px;
  142. }