home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / madeofcheese / default.css next >
Encoding:
Cascading Style Sheet File  |  2007-01-05  |  1.8 KB  |  134 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: 0;
  9.     padding: 0;
  10.     background: #FFFFFF url(images/img1.gif) repeat-x;
  11.     font-family: Georgia, "Times New Roman", Times, serif;
  12.     color: #3D515C;
  13. }
  14.  
  15. img {
  16.     border: none;
  17. }
  18.  
  19. h1, h2, h3 {
  20.     margin: 0;
  21.     padding: 0;
  22.     letter-spacing: -1px;
  23.     font-weight: normal;
  24.     font-style: italic;
  25.     color: #8F3844;
  26. }
  27.  
  28. p, ul, ol {
  29.     margin-top: 0;
  30.     padding-top: 0;
  31.     line-height: 150%;
  32. }
  33.  
  34. ul, ol {
  35.     color: #8F3844;
  36. }
  37.  
  38. ul {
  39.     margin-left: 0;
  40.     padding-left: 0;
  41.     list-style-type: square;
  42.     list-style-position: inside;
  43. }
  44.  
  45. ol {
  46.     margin-left: 0;
  47.     padding-left: 1em;
  48. }
  49.  
  50. a:link, a:active {
  51.     text-decoration: none;
  52.     color: #8F3844;
  53. }
  54.  
  55. a:visited, a:hover {
  56.     text-decoration: underline;
  57.     color: #3D515C;
  58. }
  59.  
  60. /* Header */
  61.  
  62. #header {
  63.     height: 116px;
  64.     margin-bottom: 20px;
  65.     padding-top: 20px;
  66.     background: url(images/img2.gif) no-repeat center bottom;
  67. }
  68.  
  69. #header * {
  70.     text-align: center;
  71.     text-decoration: none;
  72.     color: #8F3844;
  73. }
  74.  
  75. #header h1 {
  76.     letter-spacing: -2px;
  77.     font-size: 48px;
  78. }
  79.  
  80. #header h2 {
  81.     letter-spacing: normal;
  82.     font-size: 12px;
  83. }
  84.  
  85. /* Content */
  86.  
  87. #content {
  88.     width: 700px;
  89.     margin: 0 auto;
  90. }
  91.  
  92. #colOne {
  93.     float: right;
  94.     width: 240px;
  95. }
  96.  
  97. #colTwo {
  98.     float: left;
  99.     width: 440px;
  100. }
  101.  
  102. /* Footer */
  103.  
  104. #footer {
  105.     clear: both;
  106.     padding: 20px;
  107.     background: #F5EDEE url(images/img1.gif) repeat-x 0px -120px;
  108. }
  109.  
  110. #footer p {
  111.     margin: 0;
  112.     text-align: center;
  113.     font-size: 11px;
  114. }
  115.  
  116. /* Boxed */
  117.  
  118. .boxed {
  119. }
  120.  
  121. .boxed .title {
  122.     margin: 0;
  123.     padding: 0;
  124. }
  125.  
  126. .boxed .content {
  127.     padding: 20px;
  128.     background: url(images/img3.gif) repeat-x;
  129. }
  130.  
  131. .boxed .image {
  132.     float: left;
  133.     margin: 5px 20px 0 0;
  134. }