[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

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

   1  /* $Id: dark.css,v 1.1.2.12 2009/11/09 16:18:36 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  #navigation ul.i16 #current-16 a {
  93    padding-bottom: 8px;
  94  }
  95  
  96  #navigation ul.i32 #current-32 a {
  97    padding-bottom: 0px;
  98  }
  99  
 100  div#breadcrumb {
 101    clear: both;
 102    background: url(images/breadcrumb_bg.png) repeat-x;
 103    padding-top: 15px;
 104  }
 105  
 106  * html div#breadcrumb {
 107    padding-top: 8px;
 108  }
 109  
 110  #content {
 111    background: #f4f4f4 none repeat scroll 0 0;
 112  }
 113  
 114  .t {background: #fff url(images/window/t.gif) 0 0 repeat-x;}
 115  .b {background: url(images/window/b.gif) 0 100% repeat-x}
 116  .l {background: url(images/window/l.gif) 0 0 repeat-y}
 117  .r {background: url(images/window/r.gif) 100% 0 repeat-y}
 118  .bl {background: url(images/window/bl.gif) 0 100% no-repeat}
 119  .br {background: url(images/window/br.gif) 100% 100% no-repeat}
 120  .tl {background: url(images/window/tl.gif) 0 0 no-repeat}
 121  .tr {background: url(images/window/tr.gif) 100% 0 no-repeat; padding: 10px}
 122  
 123  .content-in {
 124    background: #fff;
 125    background-image: none;
 126  }
 127  
 128  #content-wrap {
 129    background: #f4f4f4;
 130  }
 131  
 132  th a:link, th a:visited {
 133    color: #000;
 134  }
 135  
 136  .block h2 {
 137    color: #f27b00;
 138  }
 139  
 140  #breadcrumb h2 {
 141    color: #000;
 142  }
 143  
 144  .level-1 h2 {
 145    color: #000;
 146  }
 147  
 148  #tabs-primary a {
 149    color: #000;
 150  }
 151  
 152  #tabs-secondary a {
 153    color: #000;
 154  }
 155  
 156  #rootcandy-menu li.active {
 157    border-top: 1px solid #e5e5e5;
 158    border-bottom: 1px solid #e5e5e5;
 159  }
 160  
 161  
 162  input.form-submit,
 163  input.teaser-button,
 164  .pager li.pager-current,
 165  .pager li a,
 166  .pager a:hover,
 167  .pager li.pager-current {
 168    background: transparent url(images/buttons/orange-button.png) no-repeat top;
 169  }
 170  
 171  
 172  tr.odd, tr.info {
 173    background-color: #b1b1b1;
 174  }
 175  
 176  tr.even {
 177    background-color: #919191;
 178  }
 179  
 180  tr.drag {
 181    background-color: #fdfcf4;
 182  }
 183  
 184  tr.drag-previous {
 185    background-color: #faf9e5;
 186  }
 187  
 188  tr.odd td.active {
 189    background-color: #f4f7f8;
 190  }
 191  
 192  tr.even td.active {
 193    background-color: #f7f9fa;
 194  }
 195  
 196  td.description, .theme-info .description, td .description, table.description {
 197  color:#000;
 198  }
 199  
 200  label.label-help {
 201    background: #ececec;
 202  }
 203  
 204  #panel {
 205    background: #2f333c url(images/panel/panel_content_bg.png);
 206  }
 207  
 208  #panel a {
 209    color: #c0c0c0;
 210  }
 211  
 212  #toggle li {
 213    background: url(images/panel/panel_left.png) no-repeat left top;
 214  }
 215  
 216  #toggle li a {
 217    background: url(images/panel/panel_bg.png) no-repeat right top;
 218  }
 219  
 220  /* Vertical tabs */
 221  .vertical-tabs-list li {
 222    background: #ececec;
 223  }
 224  
 225  .vertical-tabs-list li.selected {
 226    background-color: #fff;
 227    background-image: none;
 228  }
 229  
 230  .vertical-tabs-list .summary {
 231    color: #898989;
 232  }


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