[ Index ]
 

Code source de Seagull 0.6.1

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/themes/default_admin/css/ -> adminMenu_horizontal.nav.php (source)

   1  #nav {
   2      position: relative;
   3      height: 24px;
   4      margin: 0;
   5      background: #1F6899 url('../image/menu_bg_px.gif') repeat-x;
   6      font-family: arial;
   7      font-size: 1.1em;
   8      z-index: 10;
   9  }
  10  #navPreview #nav {
  11      margin-top: 10px;
  12  }
  13      #nav ul {
  14          position: absolute;
  15          margin-left: 70px;
  16          padding: 0;
  17          list-style: none; 
  18          line-height: 1;
  19          z-index: 10000;
  20      }
  21      #nav ul li {
  22          float: left;
  23      }
  24      #nav ul a {
  25          display: block;
  26          padding: 5px 10px;
  27          font-weight: bold;
  28          color: #fff;
  29          cursor: default;
  30      }
  31      #nav ul a:hover {
  32          background-color: #ffffff;
  33          color: #339ecc;
  34      }
  35      #nav ul a.deroule {
  36          background-image: url('../images/arrow_black.gif');
  37          background-repeat: no-repeat;
  38          background-position: 95% 50%;
  39      }
  40      #nav ul a.checked {
  41          background-image: url('../images/checked_s.gif');
  42          background-repeat: no-repeat;
  43          background-position: 95% 50%;
  44      }
  45      #nav ul a.unauth {
  46          color: #cfcfcf;
  47      }
  48      #nav ul a.unauth:hover, #nav ul  li.sfhover a.unauth{
  49  
  50      }
  51      #nav ul li a.separator {
  52          background-image: url('../images/pixel.gif');
  53          background-repeat: repeat-x;
  54          background-position: 0% 50%;
  55      }
  56      #nav ul li a.separator:hover, #nav ul li.sfhover a.separator{
  57          background-color: #ffffff;
  58      }
  59      #nav ul li ul {
  60          position: absolute;
  61          width: 12em;
  62          left: -999em;
  63          margin: 0 0 0 0;
  64          background: #f5f5f5;
  65          -moz-opacity: 0.95;
  66          border: 1px solid #afafaf;
  67      }
  68      #nav li ul a {
  69          font-size: 0.9em;
  70          font-weight: normal;
  71          background-color: #f5f5f5;
  72          color: #606060;
  73          cursor: default;
  74  
  75      }
  76      #nav li ul a:hover {
  77          background-color: #f5f5f5;
  78          color: #606060;
  79          border: none;
  80          text-decoration: underline;
  81      }
  82      #nav ul li:hover ul, #nav ul li.sfhover ul {
  83          left: 1px;
  84      }
  85      #nav ul li ul ul {
  86          margin: -1.5em 0 0 12em;
  87      }
  88      #nav ul li ul li {
  89          width: 12em;
  90      }
  91      #nav ul li:hover ul ul, #nav ul li:hover ul ul ul, #nav ul li.sfhover ul ul, #nav ul li.sfhover ul ul ul {
  92          left: -999em;
  93      }
  94      #nav ul li:hover ul, #nav ul li li:hover ul, #nav ul li li li:hover ul, #nav ul li.sfhover ul, #nav ul li li.sfhover ul, #nav ul li li li.sfhover ul {
  95          left: auto;
  96      }


Généré le : Fri Mar 30 01:27:52 2007 par Balluche grâce à PHPXref 0.7