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