home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Botoes_Menus / Menu_CSS / menu1 / styles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-10-06  |  1.1 KB  |  63 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:#F4F7FB;
  24.     font-size:93%;
  25.     line-height:normal;
  26.     border-bottom:1px solid #BCD2E6;
  27.     }
  28. #tabs ul {
  29.     margin:0;
  30.     padding:10px 10px 0 50px;
  31.     list-style:none;
  32.     }
  33. #tabs li {
  34.     display:inline;
  35.     margin:0;
  36.     padding:0;
  37.     }
  38. #tabs a {
  39.     float:left;
  40.     background:url("tableft.gif") no-repeat left top;
  41.     margin:0;
  42.     padding:0 0 0 4px;
  43.     text-decoration:none;
  44.     }
  45. #tabs a span {
  46.     float:left;
  47.     display:block;
  48.     background:url("tabright.gif") no-repeat right top;
  49.     padding:5px 15px 4px 6px;
  50.     color:#627EB7;
  51.     }
  52. /* Commented Backslash Hack hides rule from IE5-Mac \*/
  53. #tabs a span {float:none;}
  54. /* End IE5-Mac hack */
  55. #tabs a:hover span {
  56.     color:#627EB7;
  57.     }
  58. #tabs a:hover {
  59.     background-position:0% -42px;
  60.     }
  61. #tabs a:hover span {
  62.     background-position:100% -42px;
  63.     }