home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Botoes_Menus / Menu_CSS / menu6 / styles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-10-06  |  1.1 KB  |  71 lines

  1. body {
  2.     font: bold 11px/1.5em Verdana;
  3.     }
  4.  
  5. h1 {
  6.     font-family:Verdana, Arial, Helvetica, sans-serif;
  7.     font-size:16px;
  8.     font-weight:bold;
  9.     margin:0;
  10.     padding:0;
  11.     }
  12.  
  13. hr {
  14.     border:none;
  15.     border-top:1px solid #CCCCCC;
  16.     height:1px;
  17.     margin-bottom:25px;
  18.     }
  19.     
  20. #tabs {
  21.     float:left;
  22.     width:100%;
  23.     background:#efefef;
  24.     font-size:93%;
  25.     line-height:normal;
  26.     border-bottom:1px solid #666;
  27.     }
  28.  
  29. #tabs ul {
  30.     margin:0;
  31.     padding:10px 10px 0 50px;
  32.     list-style:none;
  33.     }
  34.  
  35. #tabs li {
  36.     display:inline;
  37.     margin:0;
  38.     padding:0;
  39.     }
  40.  
  41. #tabs a {
  42.     float:left;
  43.     background:url("tableft.gif") no-repeat left top;
  44.     margin:0;
  45.     padding:0 0 0 4px;
  46.     text-decoration:none;
  47.     }
  48.  
  49. #tabs a span {
  50.     float:left;
  51.     display:block;
  52.     background:url("tabright.gif") no-repeat right top;
  53.     padding:5px 15px 4px 6px;
  54.     color:#FFF;
  55.     }
  56.  
  57. /* Commented Backslash Hack hides rule from IE5-Mac \*/
  58. #tabs a span {float:none;}
  59.  
  60. /* End IE5-Mac hack */
  61. #tabs a:hover span {
  62.     color:#FFF;
  63.     }
  64.  
  65. #tabs a:hover {
  66.     background-position:0% -42px;
  67.     }
  68.  
  69. #tabs a:hover span {
  70.     background-position:100% -42px;
  71.     }