home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / conglomerate / default.css next >
Encoding:
Cascading Style Sheet File  |  2007-05-14  |  2.6 KB  |  200 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.     margin: 20px 0;
  14.     background: #FFFFFF;
  15.     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  16.     font-size: 13px;
  17.     color: #7F7772;
  18. }
  19.  
  20. h1, h2, h3 {
  21.     font-weight: normal;
  22.     color: #ED2024;
  23. }
  24.  
  25. h1 { font-size: 182%; }
  26. h2 { font-size: 122%; }
  27. h3 { font-size: 100%; }
  28.  
  29. p, ul, ol {
  30.     margin-bottom: 20px;
  31.     line-height: 167%;
  32.     font-size: 85%;
  33. }
  34.  
  35. a:link {
  36.     color: #0AAAFD;
  37. }
  38.  
  39. a:hover {
  40.     text-decoration: none;
  41.     color: #ED2024;
  42. }
  43.  
  44. #header {
  45.     width: 770px;
  46.     height: 100px;
  47.     margin: 0 auto;
  48. }
  49.  
  50. #logo {
  51.     float: left;
  52.     width: 240px;
  53. }
  54.  
  55. #logo h1 {
  56.     padding-top: 20px;
  57.     text-align: center;
  58. }
  59.  
  60. #logo h1 a {
  61.     color: #ED2024;
  62. }
  63.  
  64. #logo h2 {
  65.     text-align: center;
  66.     text-transform: uppercase;
  67.     font-size: 8px;
  68. }
  69.  
  70. #logo h2 a {
  71.     color: #B3A7A0;
  72. }
  73.  
  74. #logo a {
  75.     text-decoration: none;
  76. }
  77.  
  78. #menu {
  79.     float: left;
  80.     width: 530px;
  81. }
  82.  
  83. #menu ul {
  84.     margin: 0;
  85.     padding: 0;
  86.     list-style: none;
  87. }
  88.  
  89. #menu li {
  90.     display: inline;
  91. }
  92.  
  93. #menu a {
  94.     display: block;
  95.     float: left;
  96.     height: 50px;
  97.     padding: 30px 25px 0 25px;
  98.     background: url(images/img1.gif) no-repeat;
  99.     text-decoration: none;
  100.     font-size: 114%;
  101.     color: #0AAAFD;
  102. }
  103.  
  104. #menu a:hover {
  105.     color: #ED2024;
  106. }
  107.  
  108. #splash {
  109.     width: 770px;
  110.     height: 180px;
  111.     margin: 0 auto;
  112.     background: url(images/img2.jpg) no-repeat;
  113. }
  114.  
  115. #splash p {
  116.     float: right;
  117.     width: 460px;
  118.     height: 70px;
  119.     margin: 0;
  120.     padding: 110px 20px 0 50px;
  121.     background: url(images/img3.jpg) no-repeat;
  122.     text-align: right;
  123.     font-size: 136%;
  124.     font-weight: bold;
  125.     color: #ED2024;
  126. }
  127.  
  128. #page {
  129.     width: 770px;
  130.     margin: 0 auto;
  131. }
  132.  
  133. #page h1, #page h2 {
  134.     margin-bottom: 20px;
  135. }
  136.  
  137. #content {
  138.     float: right;
  139.     width: 490px;
  140.     padding: 20px;
  141. }
  142.  
  143. #content ol, #content ul {
  144.     margin-left: 3em;
  145. }
  146.  
  147. #sidebar {
  148.     float: right;
  149.     width: 200px;
  150.     padding: 20px;
  151. }
  152.  
  153. #sidebar h2 {
  154.     padding-top: 6px;
  155.     font-weight: bold;
  156. }
  157.  
  158. #sidebar ul {
  159.     margin: 0;
  160.     padding: 0;
  161.     list-style: none;
  162. }
  163.  
  164. #sidebar li {
  165.     margin: 0 0 20px 0;
  166.     padding: 0 0 20px 0;
  167.     border-bottom: 1px dashed #CCCCCC;
  168. }
  169.  
  170. #sidebar h3 {
  171.     width: 50px;
  172.     height: 17px;
  173.     padding: 0 10px;
  174.     background: #ED2024 url(images/img4.gif) no-repeat;
  175.     color: #FFFFFF;
  176. }
  177.  
  178. #footer {
  179.     clear: both;
  180.     width: 770px;
  181.     height: 50px;
  182.     margin: 0 auto;
  183.     padding-top: 10px;
  184.     border-top: 5px solid #ED2024;
  185. }
  186.  
  187. #footer p {
  188.     margin: 0;
  189.     padding: 0;
  190.     line-height: normal;
  191.     font-size: 77%;
  192. }
  193.  
  194. #legal {
  195.     float: left;
  196. }
  197.  
  198. #links {
  199.     float: right;
  200. }