[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

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

   1  .field-tip {
   2    position: absolute;
   3    padding: 3px 5px;
   4  }
   5  #themer-popup .field-label {
   6    background: #000;
   7    z-index: 10001;
   8    color: #fff;
   9  }
  10  
  11  #themer-fixeder {
  12    position:fixed;
  13    top: 10px;
  14    right: 10px;
  15    z-index: 10000;
  16  }
  17  
  18  #themer-relativer {
  19    position: relative;
  20  }
  21  
  22  #themer-popup {
  23    position: absolute;
  24    right: 0;
  25    font-family: "lucida grande", helvetica, arial, sans-serif;
  26    text-align: left;
  27    color: #FFFFFF;
  28    background-color: #333;
  29    width: 400px;
  30    font-size: 10px;
  31    opacity:.9;
  32    filter: alpha(opacity=90);
  33    border: 1px solid #000;
  34    display: none;
  35    z-index: 10001;
  36  }
  37  
  38  #themer-popup h2, #themer-popup h3, #themer-popup h4 {
  39    font-family: "lucida grande", helvetica, arial, sans-serif;
  40  }
  41  
  42  #themer-popup a, #themer-popup a:visited, #themer-popup span.parent {
  43    color: #FFF;
  44    text-decoration: none;
  45    font-weight: normal;
  46    margin-bottom: -4px;
  47    border-bottom:1px dotted #666666;
  48    cursor: pointer;
  49  }
  50  
  51  #themer-popup .topper {
  52    text-align: center;
  53    padding: 0 5px;
  54    height: 20px;
  55    background-color:#666;
  56    background-image: url(themer-bar.png);
  57    background-repeat: repeat-x;
  58    cursor: move;
  59  }
  60  #themer-popup .close {
  61    float: right;
  62    cursor: pointer;
  63  }
  64  #themer-popup .starter {
  65    font-size:2em;
  66  }
  67  
  68  #themer-popup #parents {
  69    padding-top: 5px;
  70    background-color: #222;
  71    color: #999;
  72  }
  73  #themer-popup .row {
  74    padding: 0 5px 5px;
  75    border-top: 1px solid #777;
  76  }
  77  #themer-popup dl {
  78    margin: 0;
  79  }
  80  #themer-popup dt {
  81  
  82  }
  83  #themer-popup dd {
  84    margin: 0 0 0 15px;
  85    display:block;
  86  }
  87  #themer-popup dd.candidates .delimiter, #themer-popup dd.preprocessors .delimiter {
  88    color: #999;
  89  }
  90  
  91  #themer-popup .devel-obj-output,
  92  #themer-popup .krumo-root {
  93    max-height: 250px;
  94    overflow: auto;
  95  }
  96  #themer-popup .devel-obj-output dt {
  97    cursor: pointer;
  98  }
  99  #themer-popup .devel-obj-output dd {
 100    display: none;
 101  }
 102  #themer-popup .devel-obj-output .field {
 103    color: #CCC;
 104  }
 105  
 106  #themer-popup .info .key {
 107    font-size: 18px;
 108  }
 109  #themer-popup .info dt,
 110  #themer-popup .info .dt {
 111    color: #999;
 112  }
 113  
 114  #themer-popup h4 {
 115    margin: 0;
 116    font-size: 10px;
 117    text-align: center;
 118    font-weight:normal;
 119    color: #999;
 120  }
 121  
 122  #themer-popup .item-list ul li {
 123    background: none;
 124    list-style: none;
 125    padding: 0 0 0 .5em;
 126    margin: 0;
 127    text-indent: -.5em;
 128  }
 129  #themer-popup .item-list ul li:before {
 130    content: "- ";
 131  }
 132  
 133  #themer-popup img.throbber {
 134    position:absolute;
 135    left:3px;
 136    top:2px;
 137  }
 138  
 139  #themer-toggle {
 140    position: fixed;
 141    bottom: 0;
 142    left: 0;
 143    padding: 3px 5px;
 144    background: #fff;
 145    color: #008;
 146    cursor: pointer;
 147    z-index: 10002;
 148    font-size: 13px;
 149    background-color: #333;
 150    opacity: .8;
 151    color: #FFF;
 152    border-top: 1px solid #000;
 153    border-right: 1px solid #000;
 154  }
 155  
 156  #themer-popup div.krumo-element {
 157    background: #222222;
 158  } 
 159   
 160  #themer-popup div.krumo-expand {
 161    background: #999999;
 162  }
 163  
 164  #themer-popup div.krumo-hover {
 165      background: #000;
 166  }
 167  
 168  #themer-popup div.krumo-preview {
 169      background: #494949;
 170  }
 171  
 172  #themer-popup li.krumo-footnote {
 173    display: none;
 174  }


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