[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/vertical_tabs/garland/ -> vertical_tabs.garland.css (source)

   1  /* $Id: vertical_tabs.garland.css,v 1.1.2.4 2009/11/28 22:10:17 davereid Exp $ */
   2  
   3  /**
   4   * @file
   5   *   Color module support for Vertical Tabs. Do not change the contents of this
   6   *   file! This file is automatically copied to the files directory when the
   7   *   theme settings are changed for Garland. It is not compatible with other
   8   *   color-module enhanced themes.
   9   */
  10  
  11  .vertical-tab-button .summary {
  12    font-size: 0.92em;
  13    color: #898989;
  14  }
  15  
  16  /* Keep the background position at 0 for vertical tabs. */
  17  *:first-child+html fieldset.vertical-tabs-pane {
  18    background-position: 0 0;
  19  }
  20  
  21  /**
  22   * Vertical tabs.
  23   */
  24  div.vertical-tabs {
  25    margin-right: 5%;
  26    border-color: #d9eaf5;
  27  }
  28  
  29  div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  30    padding: 0.5em 1em;
  31  }
  32  
  33  div.vertical-tabs ul.vertical-tabs-list {
  34    border-color: #d9eaf5;
  35  }
  36  
  37  div.vertical-tabs ul.vertical-tabs-list li {
  38    background-color: #edf5fa;
  39    border-color: #d9eaf5;
  40  }
  41  
  42  div.vertical-tabs ul.vertical-tabs-list li strong {
  43    font-weight: normal;
  44  }
  45  
  46  div.vertical-tabs ul.vertical-tabs-list li.selected strong {
  47    font-weight: bold;
  48  }
  49  
  50  div.vertical-tabs ul.vertical-tabs-list li.selected small {
  51    color: #898989;
  52  }
  53  
  54  div.vertical-tabs ul.vertical-tabs-list li.selected {
  55    background: #fff repeat-x 0 0;
  56  }
  57  
  58  div.vertical-tabs ul.vertical-tabs-list li.selected.first {
  59    background-image: url(gradient-inner.png);
  60  }
  61  
  62  div.vertical-tabs ul.vertical-tabs-list li.selected a strong {
  63    color: #494949;
  64  }


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7