home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / floating / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2008-02-29  |  2.0 KB  |  26 lines

  1. body { margin:0; font-size:0.9em; line-height:20px; font-family: "Myriad Pro", "Trebuchet MS", Arial;  background-color:#EEEFF7;}
  2. a { color:#871A2F;}
  3. a:hover { text-decoration:none;}
  4. #container { background-color:#fff;}
  5. #header { background:url(images/header_bckg.jpg) repeat-x #2D1721;}
  6. #logo { padding:30px 0 0 40px; height:34px; }
  7. #logo a{ color:#FFFFFF; text-decoration:none; font-weight:bold; height:36px; font-size:26px; text-transform:uppercase;}
  8. #menu { background: url(images/menu_bckg.jpg) #84807A; height:30px; margin-top:47px;}
  9. #menu ul { margin:0; padding:0;}
  10. #menu ul li{ display:inline-block; float:left; width:104px; list-style:none; text-align:center; }
  11. #menu a { display:block; float:left; width:104px; color:#000; font-size:14px; text-transform:uppercase; font-weight:bold; text-decoration:none; padding-top:8px; background:url(images/button.gif) no-repeat 0 4px;}
  12. #menu a:hover{background:url(images/button_over.gif) no-repeat 0 4px; padding-top:8px; height:22px;}
  13. #text { margin: 0 320px 0 20px; }
  14. #text p { padding:0 20px 10px 0;}
  15. #text li {list-style:none; padding-left:20px; background:url(images/li.gif) no-repeat 0px 7px;}
  16. #sidebar { float:right; width:270px; padding: 0 20px 0 10px; font-size:13px;}
  17. h1 { margin:0; padding:0; text-transform:uppercase; font-size:2em; color:#84807a;}
  18. #main { float:left; background:url(images/sidebar_bckg.gif) repeat-y top right; padding:20px 0 0 0;}
  19. #foot { background:url(images/foot.gif) no-repeat; height:47px; width:200px;}
  20. #footer {background:url(images/footer_bckg.jpg) repeat-x #84807a; height:102px; clear:both;}
  21. #left_footer { float:left; padding:40px 0 0 30px; background:url(images/c.gif) no-repeat 30px 35px; text-transform:uppercase; color:#FFFFFF; font-weight:bold; font-size:12px;}
  22. #left_footer a { color:#FFFFFF;}
  23. #left_footer a:hover { text-decoration:none;}
  24. #right_footer { float:right; padding:40px 30px 0 0; text-transform:uppercase; color:#FFFFFF; font-weight:bold; font-size:12px; text-align:right;}
  25. #right_footer a { color:#FFFFFF;}
  26. #right_footer a:hover { text-decoration:none;}