home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / corporateblue / layout.css < prev   
Cascading Style Sheet File  |  2006-06-10  |  2KB  |  170 lines

  1. /** BASIC */
  2.  
  3. html, body {
  4.     height: 100%;
  5. }
  6.  
  7. body {
  8.     margin: 0px;
  9.     padding: 0px;
  10.     background: #273840 url(images/homepage01.jpg) repeat-x left top;
  11.     font-size: 11px;
  12.     text-align: justify;
  13.     color: #273840;
  14. }
  15.  
  16. h1 {
  17.     font-family: Arial, Helvetica, sans-serif;
  18.     font-weight: bold;
  19.     text-transform: uppercase;
  20. }
  21.  
  22. h2 {
  23.     font-size: 14px;
  24.     text-transform: uppercase;
  25. }
  26.  
  27. h2.bigger {
  28.     font-size: 18px;
  29.     text-transform: uppercase;
  30. }
  31.  
  32. h3 {
  33.     margin: 0px;
  34.     padding: 0px;
  35.     font-size: 11px;
  36.     text-transform: uppercase;
  37. }
  38.  
  39. p, ol, ul {
  40.     margin-top: 0px;
  41. }
  42.  
  43. .img1 {
  44.     float: left;
  45.     margin: 4px 15px 0px 0px;
  46.     border: 2px solid #608B9F;
  47. }
  48.  
  49. .hr1 {
  50.     clear: both;
  51.     margin-top: 10px 0px 10px 0px;
  52.     border: 1px dashed #608B9F;
  53. }
  54.  
  55. .hr1 hr {
  56.     display: none;
  57. }
  58.  
  59. /** WRAPPER */
  60.  
  61. #wrapper {
  62.     width: 718px;
  63.     height: 100%;
  64.     min-height: 100%;
  65.     margin: 0px auto;
  66.     padding: 30px;
  67.     background-color: #FFFFFF;
  68. }
  69.  
  70. html>body #wrapper {
  71.     height: auto;
  72. }
  73.  
  74. /** HEADER */
  75.  
  76. #header {
  77.     margin-bottom: 30px;
  78. }
  79.  
  80. #header h1 {
  81.     margin: 0px;
  82.     padding: 0px;
  83.     font-size: 30px;
  84. }
  85.  
  86. #header h2 {
  87.     margin: 0px;
  88.     padding: 0px;
  89.     font-size: 12px;
  90.     text-transform: lowercase;
  91. }
  92.  
  93. /** MAIN-MENU */
  94.  
  95. #main-menu {
  96.     margin: 0px 0px 30px 0px;
  97.     background: #4F7383 url(images/homepage06.gif) no-repeat right top;
  98.     text-transform: uppercase;
  99. }
  100.  
  101. #main-menu ul {
  102.     height: 28px;
  103.     margin: 0px;
  104.     padding: 11px 0px 0px 7px;
  105.     background: transparent url(images/homepage02.gif) no-repeat left top;
  106.     list-style: none;
  107. }
  108.  
  109. #main-menu li {
  110.     display: inline;
  111. }
  112.  
  113. #main-menu a {
  114.     padding: 0px 8px 0px 15px;
  115.     background: transparent url(images/homepage03.gif) no-repeat left center;
  116.     text-decoration: none;
  117.     font-weight: bold;
  118.     color: #FFFFFF;
  119. }
  120.  
  121. #main-menu .first a {
  122.     background: none;
  123. }
  124.  
  125. #main-menu ul {
  126. }
  127.  
  128. /** CONTENT */
  129.  
  130. #content {
  131. }
  132.  
  133. #left {
  134.     float: left;
  135.     width: 518px;
  136. }
  137.  
  138. #right {
  139.     float: left;
  140.     width: 170px;
  141.     margin: 0px 0px 0px 20px;
  142. }
  143.  
  144. /** FOOTER */
  145.  
  146. #footer {
  147.     clear: both;
  148.     padding: 20px 0px 0px 0px;
  149. }
  150.  
  151. #footer ul {
  152.     margin: 0px;
  153.     padding: 0px;
  154.     list-style: none;
  155.     text-align: center;
  156. }
  157.  
  158. #footer li {
  159.     display: inline;
  160. }
  161.  
  162. #footer a {
  163.     padding: 0px 10px;
  164. }
  165.  
  166. #footer p {
  167.     text-align: center;
  168.     font-size: 9px;
  169. }
  170.