home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Botoes_Menus / Menu_CSS / menu48 / styles.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-10-06  |  857 b   |  57 lines

  1. body {
  2.     font-family: Verdana, Arial, Helvetica, sans-serif;
  3.     font-size: 80%;
  4.     font-weight: bold;
  5.     background: #FFF;
  6.     }
  7.  
  8. h1 {
  9.     font-family:Verdana, Arial, Helvetica, sans-serif;
  10.     font-size:16px;
  11.     font-weight:bold;
  12.     margin:0;
  13.     padding:0;
  14.     }
  15.  
  16. hr {
  17.     border:none;
  18.     border-top:1px solid #CCCCCC;
  19.     height:1px;
  20.     margin-bottom:25px;
  21.     }
  22.  
  23. ul {
  24.     list-style: none;
  25.     margin: 0;
  26.     padding: 0;
  27.     }
  28.  
  29. img {
  30.     border: none;
  31.     }
  32.     
  33. #menu {
  34.     width: 200px;
  35.     margin: 10px;
  36.     }
  37.     
  38. #menu li a {
  39.     height: 32px;
  40.       voice-family: "\"}\""; 
  41.       voice-family: inherit;
  42.       height: 24px;
  43.     text-decoration: none;
  44.     }    
  45.     
  46. #menu li a:link, #menu li a:visited {
  47.     color: #FFF;
  48.     display: block;
  49.     background:  url(menu.gif);
  50.     padding: 8px 0 0 10px;
  51.     }
  52.     
  53. #menu li a:hover {
  54.     color: #FFF;
  55.     background:  url(menu.gif) 0 -32px;
  56.     padding: 8px 0 0 10px;
  57.     }