[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/devel/krumo/skins/green/ -> skin.css (source)

   1  /**

   2  * Krumo "Green" Skin

   3  *

   4  * @version $Id: skin.css,v 1.1.2.2 2008/06/03 20:36:05 weitzman Exp $

   5  * @author Kaloyan K. Tsvetkov <mrasnika@users.sourceforge.net>

   6  */
   7  
   8  /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

   9  
  10  ul.krumo-node {
  11      margin: 0px;
  12      padding: 0px;
  13      }
  14  ul.krumo-node ul {
  15      margin-left: 20px;
  16      }
  17  * html ul.krumo-node ul {
  18      margin-left: 24px;
  19      }
  20  div.krumo-root {
  21      border: solid 1px black;
  22      margin: 1em 0em;
  23      }
  24  ul.krumo-first {
  25      font: normal 12px arial;
  26      border: solid 2px white;
  27      border-top-width:1px;
  28      background: url(%url%bg.gif);
  29      }
  30  
  31  /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

  32  
  33  li.krumo-child {
  34      display:block;
  35      list-style: none;
  36      padding: 0px;
  37      margin: 0px;
  38      overflow:hidden;
  39      }
  40  div.krumo-element {
  41      cursor:default;
  42  
  43      line-height: 24px;
  44      display:block;
  45      
  46      clear:both;
  47      white-space:nowrap;
  48      
  49      border-top: solid 1px white;
  50      background: #D7F4CA;
  51      padding-left: 10px;
  52      }
  53  * html div.krumo-element {
  54      padding-bottom: 3px;
  55      }
  56  a.krumo-name {
  57      color:#004000;
  58      font: bold 13px Arial;
  59      }
  60  a.krumo-name big {
  61      font: bold 20pt Georgia;
  62      line-height: 14px;
  63      position:relative;
  64      top:2px;
  65      left:-2px;
  66      }
  67  * html a.krumo-name big {
  68      font: bold 19pt Georgia;
  69      top: 5px;
  70      left: 0px;
  71      line-height: 9px;
  72      height: 12px;
  73      padding: 0px;
  74      margin: 0px;
  75      }
  76  div.krumo-expand {
  77      background: #C0EEAC;
  78      cursor:pointer;
  79      }
  80  div.krumo-hover {
  81      background: gold;
  82      }
  83  
  84  /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

  85  
  86  div.krumo-preview {
  87      font: normal 13px courier new;
  88      padding: 5px 5px 14px 5px;
  89      background: white;
  90      border-top: 0px;
  91      overflow:auto;
  92      }
  93  * html div.krumo-preview {
  94      padding-top: 2px;
  95      }
  96  
  97  /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

  98  
  99  li.krumo-footnote {
 100      background:white;
 101      padding: 2px 5px;
 102      list-style:none;
 103      border-top: solid 1px #bebebe;
 104      margin-top:2px;
 105      cursor:default;
 106      }
 107  * html li.krumo-footnote {
 108      line-height: 13px;
 109      }
 110  div.krumo-version {
 111      float:right;
 112      }
 113  li.krumo-footnote h6 {
 114      font: bold 11px verdana;
 115      margin: 0px;
 116      padding: 0px;
 117      color:#008040;
 118      display:inline;
 119      }
 120  * html li.krumo-footnote h6 {
 121      margin-right: 3px;
 122      }
 123  li.krumo-footnote a {
 124      font: bold 10px arial;
 125      color: #434343;
 126      text-decoration:none;
 127      }
 128  li.krumo-footnote a:hover {
 129      color:black;
 130      }
 131  
 132  li.krumo-footnote span.krumo-call {
 133      font:normal 11px verdana;
 134      position: relative;
 135      top: 1px;
 136      }
 137  li.krumo-footnote span.krumo-call code {
 138      font-weight:bold;
 139      }
 140  
 141  /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

 142  
 143  div.krumo-title {
 144      font: normal 11px verdana ;
 145      position:relative;
 146      top:9px;
 147      cursor:default;
 148      line-height:2px;
 149      }
 150  
 151  /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */

 152  
 153  strong.krumo-array-length,
 154  strong.krumo-string-length {
 155      font-weight: normal;
 156      }
 157  
 158  /* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */



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