home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / 5800 / style.css < prev   
Cascading Style Sheet File  |  2007-12-17  |  3KB  |  208 lines

  1. * {
  2.     margin: 0;
  3.     padding: 0;
  4. }
  5.  
  6. body {
  7.    font: 12px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
  8.     text-align: center;
  9.     color: #DFCEB6;
  10.     background: #601D25;
  11. }
  12.  
  13. h1 {
  14.     padding: 27px 0 0 25px;
  15.     font: bold 26px Arial, Helvetica, sans-serif;
  16.     color: #601D25;
  17. }
  18.  
  19. h2 {
  20.     padding: 0 0 53px 25px;
  21.     font: bold 12px Arial, Helvetica, sans-serif;
  22.     color: #601D25;
  23. }
  24.  
  25. h3 {
  26.     font: bold 16px/41px Verdana, Geneva, Arial, Helvetica, sans-serif;
  27.     text-align: center;
  28.     color: #DFCEB6;
  29.     background: url(images/h3.gif) no-repeat top center;
  30. }
  31.  
  32. h4 {
  33.    margin-top: 15px;
  34.     padding: 30px 0 20px 30px;
  35.     font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
  36.     color: #E2D6C7;
  37.     background: url(images/h4.gif) no-repeat top;
  38. }
  39.  
  40. h4.firstH4 {
  41.    margin-top: 0;
  42.     padding-top: 0;
  43.     background: none;
  44. }
  45.  
  46. p {
  47.     padding: 5px 0;
  48. }
  49.  
  50. a {
  51.     color: #E1E8EE;
  52.     text-decoration: underline;
  53. }
  54.  
  55. a:hover {
  56.     color: #E1E8EE;
  57.     text-decoration: none;
  58. }
  59.  
  60. #main {
  61.     margin: 0 auto;
  62.     width: 900px;
  63.     text-align: left;
  64. }
  65.  
  66. #menu {
  67.    padding: 30px 0;
  68.    height: 35px;    
  69. }
  70.  
  71. #menu ul {
  72.     list-style: none;
  73. }
  74.  
  75. #menu ul li {    
  76.     float: left;
  77. }
  78.  
  79. #menu ul li.menuBr {
  80.     width: 8px;
  81.     height: 35px;
  82.     background: url(images/menu_br.gif) no-repeat;
  83. }
  84.  
  85. #menu ul li#menuLeft{
  86.     width: 3px;
  87.     height: 35px;
  88.     background: url(images/menu_left.gif) no-repeat;
  89. }
  90.  
  91. #menu ul li#menuRight{
  92.     width: 3px;
  93.     height: 35px;
  94.     background: url(images/menu_right.gif) no-repeat;
  95. }
  96.  
  97. #menu ul li a {
  98.     display: block;
  99.     float: left;
  100.     padding: 0 20px;
  101.     font: 18px/35px Verdana, Geneva, Arial, Helvetica, sans-serif;
  102.     text-decoration: none;
  103.     color: #AB7859;
  104. }
  105.  
  106. #menu ul li a:hover {
  107.     text-decoration: none;
  108.     color: #CCAD9D;
  109. }
  110.  
  111. #middle { 
  112.  
  113. }
  114.  
  115. #left {
  116.     float: left;
  117.     margin: 0 0 30px 0;
  118.     width: 270px;
  119.     background: #CAAD83 url(images/left.gif) repeat-y;
  120. }
  121.  
  122. #leftTop {
  123.     height: 20px;
  124.     background: url(images/left_top.gif) no-repeat top;
  125. }
  126.  
  127. #logo {
  128.     margin: 0 4px;
  129.     border-bottom: 3px solid #B89568;
  130. }
  131.  
  132. #leftUl {
  133.    margin: 0 4px;
  134.     border-top: 3px solid #DFCEB6;
  135. }
  136.  
  137. #leftUl ul {
  138.    padding: 55px 0 0 0;
  139.     list-style: none;
  140. }
  141.  
  142. #leftUl ul li {    
  143.    margin: 0 0 40px 0;
  144.     padding: 0;
  145. }
  146.  
  147. #leftUl ul li#lastLi {    
  148.    margin-bottom: 0;
  149. }  
  150.  
  151. #leftUl ul li ul {
  152.     margin: 10px 0 0 0;
  153.     padding: 0;    
  154. }
  155.  
  156. #leftUl ul li ul li {
  157.    margin: 0 0 0 45px;
  158.     padding: 0;
  159. }
  160.  
  161. #leftUl ul li ul li a {
  162.     margin: 0;
  163.     padding: 0;    
  164.     font: 14px/22px Verdana, Geneva, Arial, Helvetica, sans-serif;
  165.     color: #E1E8EE;
  166.     text-decoration: none;
  167. }
  168.  
  169. #leftUl ul li ul li a:hover {
  170.     color: #E1E8EE;
  171.     text-decoration: underline;
  172. }
  173.  
  174. #leftBottom {
  175.     height: 20px;
  176.     background: url(images/left_bottom.gif) no-repeat bottom;
  177. }
  178.  
  179. #right {
  180.     float: right;
  181.     padding: 282px 0 30px 0;
  182.     width: 600px;
  183.     font: 12px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
  184.     text-align: justify;
  185.     color: #DFCEB6;
  186.     background: url(images/image.jpg) no-repeat top;
  187. }
  188.  
  189. #bottom {
  190.     clear: both;
  191.     margin: 0;
  192.     width: 900px;
  193.     padding: 8px 0 0 5px;
  194. }
  195.  
  196. #bottom p {    
  197.     font: 11px/36px Arial, Helvetica, sans-serif;    
  198.     color: #8C594C;
  199.     background: url(images/bottom_br.gif) no-repeat top;
  200. }
  201.  
  202. #bottom a {
  203.     color: #8C594C;
  204. }
  205.  
  206. #bottom a:hover {
  207.     color: #DFCEB6;
  208. }