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