[ 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/ -> blockStyle.php (source)

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


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