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