[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/themes/rootcandy/rootcandy_dark/ -> dark.css (source)

   1  /* $Id: dark.css,v 1.1.2.13 2010/04/24 00:14:59 sign Exp $ */
   2  
   3  body {
   4    background: #f4f4f4;
   5  }
   6  
   7  a, a:active {
   8    color: #000;
   9    text-decoration: underline;
  10  }
  11  
  12  a:hover {
  13    text-decoration: none;
  14    color: #f27b00;
  15  }
  16  
  17  #toppanel-head {
  18    background: #313332 url(images/header_bg.png) repeat-x bottom;
  19  }
  20  
  21  #go-home {
  22    float: left;
  23    padding: 4px 0 0 32px;
  24    background: url(images/gohome.png) no-repeat 6px 6px;
  25  }
  26  
  27  #navigation {
  28    float: left;
  29    width: 100%;
  30    background: url(images/navigation_bg.png) repeat-x bottom;
  31    background-color: #b2c8d3;
  32    color: #f27b00;
  33    font-size: 94%;
  34    line-height: normal;
  35  }
  36  
  37  #navigation a {
  38    color: #c0c0c0;
  39  }
  40  
  41  #navigation a:hover {
  42    color: #f27b00;
  43  }
  44  
  45  #navigation #current {
  46    background: url(images/tabs/tableft.gif) no-repeat left top;
  47  }
  48  
  49  #navigation #current a {
  50    background: url(images/tabs/tabright.gif) no-repeat right top;
  51    color: #fff;
  52    padding-bottom: 2px;
  53  }
  54  
  55  
  56  #navigation #current-32 {
  57    background: url(images/tabs/tableft_32.gif) no-repeat left top;
  58    position: relative;
  59    top: 1px;
  60  }
  61  
  62  #navigation #current-32 a {
  63    background: url(images/tabs/tabright_32.gif) no-repeat right top;
  64    color: #fff;
  65    padding-bottom: 2px;
  66  }
  67  
  68  #navigation #current-24 {
  69    background: url(images/tabs/tableft_24.gif) no-repeat left top;
  70    position: relative;
  71    top: 0px;
  72  }
  73  
  74  #navigation #current-24 a {
  75    background: url(images/tabs/tabright_24.gif) no-repeat right top;
  76    color: #fff;
  77    padding-bottom: 3px;
  78  }
  79  
  80  #navigation #current-16 {
  81    background: url(images/tabs/tableft_16.gif) no-repeat left top;
  82    position: relative;
  83    top: 0px;
  84  }
  85  
  86  #navigation #current-16 a {
  87    background: url(images/tabs/tabright_16.gif) no-repeat right top;
  88    color: #fff;
  89    padding-bottom: 3px;
  90  }
  91  
  92  div#breadcrumb {
  93    clear: both;
  94    background: url(images/breadcrumb_bg.png) repeat-x;
  95    padding-top: 15px;
  96  }
  97  
  98  * html div#breadcrumb {
  99    padding-top: 8px;
 100  }
 101  
 102  #content {
 103    background: #f4f4f4 none repeat scroll 0 0;
 104  }
 105  
 106  .t {background: #fff url(images/window/t.gif) 0 0 repeat-x;}
 107  .b {background: url(images/window/b.gif) 0 100% repeat-x}
 108  .l {background: url(images/window/l.gif) 0 0 repeat-y}
 109  .r {background: url(images/window/r.gif) 100% 0 repeat-y}
 110  .bl {background: url(images/window/bl.gif) 0 100% no-repeat}
 111  .br {background: url(images/window/br.gif) 100% 100% no-repeat}
 112  .tl {background: url(images/window/tl.gif) 0 0 no-repeat}
 113  .tr {background: url(images/window/tr.gif) 100% 0 no-repeat; padding: 10px}
 114  
 115  .content-in {
 116    background: #fff;
 117    background-image: none;
 118  }
 119  
 120  #content-wrap {
 121    background: #f4f4f4;
 122  }
 123  
 124  .block h2 {
 125    color: #f27b00;
 126  }
 127  
 128  #breadcrumb h2 {
 129    color: #000;
 130  }
 131  
 132  .level-1 h2 {
 133    color: #000;
 134  }
 135  
 136  #tabs-primary a {
 137    color: #000;
 138  }
 139  
 140  #tabs-secondary a {
 141    color: #000;
 142  }
 143  
 144  #rootcandy-menu li.active {
 145    border-top: 1px solid #e5e5e5;
 146    border-bottom: 1px solid #e5e5e5;
 147  }
 148  
 149  
 150  input.form-submit,
 151  input.teaser-button,
 152  .pager li.pager-current,
 153  .pager li a,
 154  .pager a:hover,
 155  .pager li.pager-current {
 156    background: transparent url(images/buttons/orange-button.png) no-repeat top;
 157  }
 158  
 159  thead {
 160    background: #333;
 161    color: #fff;
 162    text-shadow: none;
 163    border: 1px solid #999;
 164  }
 165  
 166  thead tr.highlight {
 167    background: #a0a0a0;
 168  }
 169  
 170  th a:link, th a:visited {
 171    color: #fff;
 172    text-decoration: none;
 173  }
 174  
 175  tr.odd, tr.info {
 176    border: 1px solid #999;
 177    background-color: #e0e0e0;
 178  }
 179  
 180  tr.even {
 181    border: 1px solid #999;
 182  }
 183  
 184  tr.drag {
 185    background-color: #fdfcf4;
 186  }
 187  
 188  tr.drag-previous {
 189    background-color: #faf9e5;
 190  }
 191  
 192  
 193  td.description, .theme-info .description, td .description, table.description {
 194    color:#000;
 195  }
 196  
 197  tr.highlight {
 198    background: #fffcc8;
 199  }
 200  
 201  label.label-help {
 202    background: #ececec;
 203  }
 204  
 205  #panel {
 206    background: #2f333c url(images/panel/panel_content_bg.png);
 207  }
 208  
 209  #panel a {
 210    color: #c0c0c0;
 211  }
 212  
 213  #toggle li {
 214    background: url(images/panel/panel_left.png) no-repeat left top;
 215  }
 216  
 217  #toggle li a {
 218    background: url(images/panel/panel_bg.png) no-repeat right top;
 219  }
 220  
 221  /* Vertical tabs */
 222  .vertical-tabs-list li {
 223    background: #ececec;
 224  }
 225  
 226  .vertical-tabs-list li.selected {
 227    background-color: #fff;
 228    background-image: none;
 229  }
 230  
 231  .vertical-tabs-list .summary {
 232    color: #898989;
 233  }


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