home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / foundation / default.css next >
Cascading Style Sheet File  |  2007-05-03  |  2KB  |  124 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. * {
  8.     margin: 0;
  9.     padding: 0;
  10. }
  11.  
  12. body {
  13.     background: #FFFFFF url(images/img1.jpg) repeat-x;
  14.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  15.     font-size: 13px;
  16.     color: #666666;
  17. }
  18.  
  19. h1, h2, h3 {
  20.     color: #000000;
  21. }
  22.  
  23. p, blockquote, ul, ol {
  24.     margin-bottom: 1.8em;
  25.     line-height: 180%;
  26. }
  27.  
  28. a {
  29.     color: #000000;
  30. }
  31.  
  32. a:hover {
  33.     text-decoration: none;
  34. }
  35.  
  36. .boxed {
  37.     padding: 20px;
  38.     background: url(images/img3.jpg) repeat-x;
  39. }
  40.  
  41. .heading {
  42.     margin-bottom: 40px;
  43.     text-transform: uppercase;
  44.     letter-spacing: 3px;
  45.     font-size: 12px;
  46. }
  47.  
  48. /* Header */
  49.  
  50. #header {
  51.     width: 660px;
  52.     height: 180px;
  53.     margin: 0 auto;
  54.     background: url(images/img2.jpg) no-repeat;
  55.     text-align: center;
  56. }
  57.  
  58. #header a {
  59.     text-decoration: none;
  60.     text-transform: uppercase;
  61.     color: #000000;
  62. }
  63.  
  64. #header h1 {
  65.     padding-top: 50px;
  66.     letter-spacing: 4px;
  67.     font-size: 36px;
  68. }
  69.  
  70. #header h2 {
  71.     letter-spacing: 8px;
  72.     font-size: 14px;
  73. }
  74.  
  75. /* Columns */
  76.  
  77. #left {
  78.     float: left;
  79.     width: 240px;
  80.     margin-left: 10px;
  81. }
  82.  
  83. #right {
  84.     float: right;
  85.     width: 220px;
  86.     margin-right: 10px;
  87. }
  88.  
  89. #left ul, #left ol, #right ul, #right ol {
  90.     list-style-position: inside;
  91. }
  92.  
  93. #left li, #right li {
  94.     margin-bottom: 1.5em;
  95. }
  96.  
  97. #center {
  98.     margin: 0 240px 0 260px;
  99. }
  100.  
  101. #center ul, #center ol {
  102.     margin-left: 3em;
  103. }
  104.  
  105. /* Footer */
  106.  
  107. #footer {
  108.     background: url(images/img3.jpg) repeat-x;
  109.     text-align: center;
  110.     font-size: 77%;
  111.     color: #000000;
  112. }
  113.  
  114. #legal {
  115.     margin: 0;
  116.     padding: 20px 0 0 0;
  117.     line-height: normal;
  118. }
  119.  
  120. #links {
  121.     margin: 0;
  122.     padding: 20px 0;
  123.     line-height: normal;
  124. }