[ 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_vertical.nav.php (source)

   1  
   2  
   3  /*
   4  ========================Vertical Admin Menu============================*/
   5  #nav a {
   6      display: block;
   7      margin: 0;
   8      text-indent: 15px;
   9      height: 30px;
  10      line-height: 30px;
  11      font-size: 1em;
  12      font-weight: bold;
  13      color: <?php echo $tertiaryDarkest ?>;
  14      text-decoration: none;
  15      border-top: 1px solid <?php echo $borderLight ?>;
  16      border-bottom: 1px solid <?php echo $borderDark ?>;
  17  }
  18  #nav a img {
  19      float: left;
  20      padding: 4px 3px;
  21      text-align: center;
  22  }
  23  #nav a:hover {
  24      background: <?php echo $tertiaryDarker ?>;
  25      color: <?php echo $tertiaryLightest ?>;
  26  }
  27  #nav li ul {
  28      display: none;
  29  }
  30  #nav li.current ul {
  31      display: block;
  32      border: none;
  33  }
  34  #nav li.current a {
  35      color: <?php echo $primary ?>;
  36  }
  37  #nav li.current a:hover {
  38      color: <?php echo $tertiaryLightest ?>;
  39  }
  40  
  41  /*
  42  -- Second level ------------------------------------------------------ */
  43  #nav li li a {
  44      font-weight: normal;
  45      text-indent: 30px;
  46  }
  47  #nav li.current li a {
  48      color: <?php echo $tertiaryDarkest ?>;
  49  }
  50  #nav li.current li a:hover {
  51      color: <?php echo $tertiaryLightest ?>;
  52  }
  53  #nav li.current li.current a {
  54      color: <?php echo $primary ?>;
  55      background: <?php echo $tertiaryLightest ?>;
  56  }
  57  
  58  /*
  59  -- Third level ------------------------------------------------------- */
  60  #nav li.current li ul {
  61      display: none;
  62      border-top: 1px solid <?php echo $borderLight ?>;
  63      border-bottom: 1px solid <?php echo $borderDark ?>;
  64  }
  65  #nav li.current li.current ul {
  66      display: block;
  67  }
  68  #nav li.current li.current li a {
  69      background: <?php echo $tertiaryLight ?> url('<?php echo $baseUrl ?>/images/bullet_square_empty.gif') 32px 50% no-repeat;
  70      border: none;
  71      height: 24px;
  72      line-height: 24px;
  73      text-indent: 45px;
  74      font-size: 0.9em;
  75  }
  76  #nav li.current li.current li.current a {
  77      background: <?php echo $tertiaryLight ?> url('<?php echo $baseUrl ?>/images/bullet_square_full.gif') 32px 50% no-repeat;
  78  }
  79  #nav li.current li.current li a:hover {
  80      background: <?php echo $tertiaryLight ?> url('<?php echo $baseUrl ?>/images/bullet_square_full.gif') 32px 50% no-repeat;
  81      color: <?php echo $primary ?>;
  82  }


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