home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / loseout / default.css next >
Cascading Style Sheet File  |  2006-12-01  |  2KB  |  152 lines

  1. /** BASIC */
  2.  
  3. html, body {
  4.     height: 100%;
  5. }
  6.  
  7. body {
  8.     margin: 0px;
  9.     padding: 0px;
  10.     background-color: #F1EAE2;
  11.     text-align: justify;
  12.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  13.     font-size: 11px;
  14.     color: #4A3A2D;
  15. }
  16.  
  17. h3, h4, h5, h6 {
  18.     margin: 0px;
  19.     padding: 0px;
  20.     text-transform: uppercase;
  21.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  22.     font-weight: bold;
  23.     color: #713417;
  24. }
  25.  
  26. h1, h2 {
  27.     margin: 0px;
  28.     padding: 0px;
  29.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  30.     font-weight: bold;
  31.     color: #713417;
  32. }
  33.  
  34. a {
  35.     text-decoration: none;
  36.     color: #713417;
  37. }
  38.  
  39. a:hover {
  40.     text-decoration: underline;
  41.     color: #3E2312;
  42. }
  43.  
  44. ul {
  45.     margin:0px;
  46.     padding: 10px;
  47.     list-style: square;
  48. }
  49.  
  50. ul li {
  51.     list-style: square inside;
  52.     line-height: 180%;
  53. }
  54.  
  55. .text1 {
  56.     font-size: 25px;
  57. }
  58.  
  59. .text2 {
  60.     margin: 0px;
  61.     padding: 0px;
  62.     font-size: 15px;
  63. }
  64.  
  65. .text3 {
  66.     margin: 0px 0px 15px 0px;
  67.     padding: 0px;
  68.     font-size: 10px;
  69.     color: #3E2312;
  70. }
  71.  
  72. .text4 {
  73.     padding: 5px 5px 5px 5px;
  74.     background-color: #D3C9C0;
  75.     font-size: 14px;
  76.     color: #3E2312;
  77. }
  78. /** WRAPPER */
  79.  
  80. #wrapper {
  81.     width: 700px;
  82.     height: 100%;
  83.     min-height: 100%;
  84.     margin: 0px auto;
  85.     padding: 5px 5px 5px 5px;
  86.     background-color: #D3C9C0;
  87.     border: 1px solid #BDA28D;
  88. }
  89.  
  90. html>body #wrapper {
  91.     height: auto;
  92. }
  93.  
  94. /** HEADER */
  95.  
  96. #header {
  97.     width: 700px;
  98.     margin: 0px auto;
  99.     padding: 0px;
  100. }
  101.  
  102. /** MENU */
  103.  
  104. /** CONTENT */
  105.  
  106. #content {
  107.     width: 700px;
  108.     height: 100%;
  109.     min-height: 100%;
  110.     margin: 0px auto;
  111.     background-color: #BDA28D;
  112. }
  113.  
  114. html>body #content {
  115.     height: auto;
  116. }
  117.  
  118. #left {
  119.     float: left;
  120.     width: 455px;
  121.     min-height: 100%;
  122.     height: 100%;
  123.     margin: 0px auto;
  124.     padding: 10px 10px 10px 20px;
  125. }
  126.  
  127. #right {
  128.     float: left;
  129.     width: 180px;
  130.     min-height: 100%;
  131.     height: 100%;
  132.     margin: 0px 0px 0px 0px;
  133.     margin: 10px 10px 10px 15px;
  134. }
  135.  
  136. /** FOOTER */
  137.  
  138. #footer {
  139.     clear: both;
  140.     width: 695px;
  141.     margin: 0px auto;
  142.     padding: 5px 0px 20px 0px;
  143. }
  144.  
  145. #footer p {
  146.     font-family: Arial, Helvetica, sans-serif;
  147.     font-size: 9px;
  148.     text-align: center;
  149.     color: #A3613F;
  150. }
  151.  
  152.