[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/devel/krumo/docs/media/ -> stylesheet.css (source)

   1  a { color: #000090; text-decoration: none; }
   2  a:hover, a:active, a:focus { color: highlighttext; background-color: highlight; text-decoration: none; }
   3  
   4  body { background : #FFFFFF; }
   5  body, table { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
   6  
   7  a img { border: 0px; }
   8  
   9  /* Page layout/boxes */

  10  
  11  .info-box {  }
  12  .info-box-title { margin: 1em 0em 0em 0em; font-weight: normal; font-size: 14pt; color: #999999; border-bottom: 2px solid #999999; }
  13  .info-box-body { border: 1px solid #999999; padding: .5em; }
  14  .nav-bar { font-size: 8pt; white-space: nowrap; text-align: right; padding: .2em; margin: 0em 0em 1em 0em; }
  15  
  16  .oddrow { background-color: #F8F8F8; border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}
  17  .evenrow { border: 1px solid #AAAAAA; padding: .5em; margin-bottom: 1em}
  18  
  19  .page-body { max-width: 800px; margin: auto; }
  20  .tree { }
  21  
  22  /* Index formatting classes */

  23  
  24  .index-item-body { margin-top: .5em; margin-bottom: .5em}
  25  .index-item-description { margin-top: .25em }
  26  .index-item-details { font-weight: normal; font-style: italic; font-size: 8pt }
  27  .index-letter-section { background-color: #EEEEEE; border: 1px dotted #999999; padding: .5em; margin-bottom: 1em}
  28  .index-letter-title { font-size: 12pt; font-weight: bold }
  29  .index-letter-menu { text-align: center; margin: 1em }
  30  .index-letter { font-size: 12pt }
  31  
  32  /* Docbook classes */

  33  
  34  .description {}
  35  .short-description { font-weight: bold; color: #666666; }
  36  .tags {    padding-left: 0em; margin-left: 3em; color: #666666; list-style-type: square; }
  37  .parameters {    padding-left: 0em; margin-left: 3em; color: #014fbe; list-style-type: square; }
  38  .redefinitions { font-size: 8pt; padding-left: 0em; margin-left: 2em; }
  39  .package { font-weight: bold; }
  40  .package-title { font-weight: bold; font-size: 14pt; border-bottom: 1px solid black }
  41  .sub-package { font-weight: bold; }
  42  .tutorial { border-width: thin; border-color: #0066ff; }
  43  .tutorial-nav-box { width: 100%; border: 1px solid #999999; background-color: #F8F8F8; }
  44  
  45  /* Generic formatting */

  46  
  47  .field { font-weight: bold; }
  48  .detail { font-size: 8pt; }
  49  .notes { font-style: italic; font-size: 8pt; }
  50  .separator { background-color: #999999; height: 2px; }
  51  .warning {  color: #FF6600; }
  52  .disabled { font-style: italic; color: #999999; }
  53  
  54  /* Code elements */

  55  
  56  .line-number {  }
  57  
  58  .class-table { width: 100%; }
  59  .class-table-header { border-bottom: 1px dotted #666666; text-align: left}
  60  .class-name { color: #0000AA; font-weight: bold; }
  61  
  62  .method-summary { color: #009000; padding-left: 1em; font-size: 8pt; }
  63  .method-header { }
  64  .method-definition { margin-bottom: .2em }
  65  .method-title { color: #009000; font-weight: bold; }
  66  .method-name { font-weight: bold; }
  67  .method-signature { font-size: 85%; color: #666666; margin: .5em 0em }
  68  .method-result { font-style: italic; }
  69  
  70  .var-summary { padding-left: 1em; font-size: 8pt; }
  71  .var-header { }
  72  .var-title { color: #014fbe; margin-bottom: .3em }
  73  .var-type { font-style: italic; }
  74  .var-name { font-weight: bold; }
  75  .var-default {}
  76  .var-description { font-weight: normal; color: #000000; }
  77  
  78  .include-title { color: #014fbe;}
  79  .include-type { font-style: italic; }
  80  .include-name { font-weight: bold; }
  81  
  82  .const-title { color: #FF6600; }
  83  .const-name { font-weight: bold; }
  84  
  85  /* Syntax highlighting */

  86  
  87  .src-code {  }
  88  *[class="src-code"], *[class="listing"], *[class="example"] { line-height : 0.5em }
  89  
  90  .src-code a:link { padding: 1px; text-decoration: underline; color: #0000DD; }
  91  .src-code a:visited { text-decoration: underline; color: #0000DD; }
  92  .src-code a:active { background-color: #FFFF66; color: #008000; }
  93  .src-code a:hover { background-color: #FFFF66; text-decoration: overline underline; color: #008000; }
  94  
  95  .src-comm { color: #666666; }
  96  .src-id { color: #FF6600; font-style: italic; }
  97  .src-inc { color: #0000AA; font-weight: bold; }
  98  .src-key { color: #0000AA; font-weight: bold; }
  99  .src-num { color: #CC0000; }
 100  .src-str { color: #CC0000; }
 101  .src-sym { }
 102  .src-var { }
 103  
 104  .src-php { font-weight: bold; }
 105  
 106  .src-doc { color: #666666; }
 107  .src-doc-close-template { color: #666666 }
 108  .src-doc-coretag { color: #008000; }
 109  .src-doc-inlinetag {}
 110  .src-doc-internal {}
 111  .src-doc-tag { color: #0080CC; }
 112  .src-doc-template { color: #666666 }
 113  .src-doc-type { font-style: italic; color: #444444 }
 114  .src-doc-var { color: #444444 }
 115  
 116  .tute-tag { color: #009999 }
 117  .tute-attribute-name { color: #0000FF }
 118  .tute-attribute-value { color: #0099FF }
 119  .tute-entity { font-weight: bold; }
 120  .tute-comment { font-style: italic }
 121  .tute-inline-tag { color: #636311; font-weight: bold }
 122  
 123  /* tutorial */

 124  
 125  .authors {  }
 126  .author { font-style: italic; font-weight: bold }
 127  .author-blurb { margin: .5em 0em .5em 2em; font-size: 85%; font-weight: normal; font-style: normal }
 128  .example { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; }
 129  .listing { border: 1px dashed #999999; background-color: #EEEEEE; padding: .5em; white-space: nowrap; }
 130  .release-info { font-size: 85%; font-style: italic; margin: 1em 0em }
 131  .ref-title-box {  }
 132  .ref-title {  }
 133  .ref-purpose { font-style: italic; color: #666666 }
 134  .ref-synopsis {  }
 135  .title { font-weight: bold; border-bottom: 1px solid #999999; color: #999999;  }
 136  .cmd-synopsis { margin: 1em 0em }
 137  .cmd-title { font-weight: bold }
 138  .toc { margin-left: 2em; padding-left: 0em }
 139  
 140  /*------------------------------------------------------------------------------

 141      webfx-tree

 142  ------------------------------------------------------------------------------*/
 143  
 144  .webfx-tree-container {
 145      margin: 0px;
 146      padding: 0px;
 147      white-space: nowrap;
 148      font: icon;
 149  }
 150  
 151  .webfx-tree-item {
 152      padding: 0px;
 153      margin: 0px;
 154      color: black;
 155      white-space: nowrap;
 156      font: icon;
 157  }
 158  
 159  .webfx-tree-item a {
 160      margin-left: 3px;
 161      padding: 1px 2px 1px 2px;
 162      color: black;
 163      text-decoration: none;
 164  }
 165  
 166  .webfx-tree-item a:hover, .webfx-tree-item a:active { 
 167      color: highlighttext; 
 168      background: highlight; 
 169      text-decoration: none 
 170  }
 171  
 172  .webfx-tree-item img {
 173      vertical-align: middle;
 174      border: 0px;
 175  }
 176  
 177  .webfx-tree-icon {
 178      width: 16px;
 179      height: 16px;
 180  }
 181  


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