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