[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/sitedoc/ -> sitedoc.css (source)

   1  /* $Id: sitedoc.css,v 1.6.4.1 2008/05/13 19:45:18 nancyw Exp $ */
   2  
   3  /* Site Documentation CSS */
   4  /* Overall wrapper */
   5  .site-documentation {
   6    font-size: 0.9em;
   7  }
   8  
   9  .site-documentation h3 {
  10    font-size: 120%;
  11    color: #ffffff;
  12      background-color: #666666;
  13  }
  14  
  15  /* Table alignment */
  16  .sitedoc_right {
  17    text-align: right;
  18  }
  19  
  20  .site-documentation th {
  21    text-align: center;
  22  }
  23  
  24  /* settings page stuff */
  25  .sitedoc_options label {
  26    font-weight: normal;
  27  }
  28  
  29  .sitedoc_sections_block {
  30    position: relative;
  31    float: left;
  32  }
  33  
  34  .sitedoc_settings {
  35    position: relative;
  36    width:100%;
  37    clear: both;
  38    margin-top: 1.0em;
  39  }
  40  
  41  .sitedoc_archive_block {
  42    position: relative;
  43    float: left;
  44  }
  45  
  46  .sitedoc_archive {
  47    position: relative;
  48    width:100%;
  49    clear: both;
  50    margin-top: 1.0em;
  51  }
  52  
  53  .sitedoc_options_block .description {
  54    margin-left: 1.0em;
  55  }
  56  
  57  .sitedoc_sections_block .form-item {
  58    position: relative;
  59    width:100%;
  60    clear: both;
  61  }
  62  
  63  .sitedoc_sections_block .form-item label {
  64    position: relative;
  65    float: left;
  66  }
  67  
  68  .sitedoc_sections_block .form-item .description {
  69    position: relative;
  70    float: left;
  71    padding: 0.5em 0px 0px 1.0em;
  72  }
  73  
  74  /* used to indent settings section options */
  75  .sitedoc_sections .sitedoc_options {
  76    margin-left: 2.0em;
  77  }
  78  
  79  .sitedoc_options input, select {
  80    margin-left: 1.0em;
  81  }
  82  
  83  #edit-archive-frequency {
  84    margin-left: 0em;
  85  }
  86  
  87  /* used for the profile section */
  88  .sitedoc_profile_fields td, .sitedoc_profile_fields th {
  89    font-size: 0.8em;
  90  }


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7