[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/yuilib/3.17.2/console/assets/skins/sam/ -> console-skin.css (source)

   1  /*
   2  YUI 3.17.2 (build 9c3c78e)
   3  Copyright 2014 Yahoo! Inc. All rights reserved.
   4  Licensed under the BSD License.
   5  http://yuilibrary.com/license/
   6  */
   7  
   8  .yui3-skin-sam .yui3-console-separate {
   9      position:absolute;
  10      right:1em;
  11      top:1em;
  12      z-index:999;
  13  }
  14  
  15  .yui3-skin-sam .yui3-console-inline {
  16      /* xbrowser inline-block styles */
  17      display: -moz-inline-stack; /* FF2 */
  18      display: inline-block;
  19      *display: inline; /* IE 7- (with zoom) */
  20      zoom: 1;
  21      vertical-align: top;
  22  }
  23  .yui3-skin-sam .yui3-console-inline .yui3-console-content {
  24      position: relative;
  25  }
  26  
  27  .yui3-skin-sam .yui3-console-content {
  28      background: #777;
  29      _background: #D8D8DA url(bg.png) repeat-x 0 0;
  30      font: normal 13px/1.3 Arial, sans-serif;
  31      text-align: left;
  32  
  33      border: 1px solid #777;
  34      border-radius: 10px;
  35      -moz-border-radius: 10px;
  36      -webkit-border-radius: 10px;
  37  }
  38  
  39  .yui3-skin-sam .yui3-console-hd,
  40  .yui3-skin-sam .yui3-console-bd,
  41  .yui3-skin-sam .yui3-console-ft {
  42      position: relative;
  43  }
  44  
  45  .yui3-skin-sam .yui3-console-hd,
  46  .yui3-skin-sam .yui3-console-ft .yui3-console-controls {
  47      text-align: right;
  48  }
  49  
  50  .yui3-skin-sam .yui3-console-hd {
  51      background: #D8D8DA url(bg.png) repeat-x 0 0;
  52      padding: 1ex;
  53  
  54      border: 1px solid transparent;
  55      _border: 0 none;
  56      border-top-right-radius: 10px;
  57      border-top-left-radius: 10px;
  58      -moz-border-radius-topright: 10px;
  59      -moz-border-radius-topleft: 10px;
  60      -webkit-border-top-right-radius: 10px;
  61      -webkit-border-top-left-radius: 10px;
  62  }
  63  
  64  .yui3-skin-sam .yui3-console-bd {
  65      background: #fff;
  66      border-top: 1px solid #777;
  67      border-bottom: 1px solid #777;
  68      color: #000;
  69      font-size: 11px;
  70      overflow: auto;
  71      overflow-x: auto;
  72      overflow-y: scroll;
  73      _width: 100%;
  74  }
  75  
  76  .yui3-skin-sam .yui3-console-ft {
  77      background: #D8D8DA url(bg.png) repeat-x 0 0;
  78  
  79      border: 1px solid transparent;
  80      _border: 0 none;
  81      border-bottom-right-radius: 10px;
  82      border-bottom-left-radius: 10px;
  83      -moz-border-radius-bottomright: 10px;
  84      -moz-border-radius-bottomleft: 10px;
  85      -webkit-border-bottom-right-radius: 10px;
  86      -webkit-border-bottom-left-radius: 10px;
  87  }
  88  
  89  .yui3-skin-sam .yui3-console-controls {
  90      padding: 4px 1ex;
  91      zoom: 1;
  92  }
  93  
  94  .yui3-skin-sam .yui3-console-title {
  95      color: #000;
  96      display: inline;
  97      float: left;
  98      font-weight: bold;
  99      font-size: 13px;
 100      height: 24px;
 101      line-height: 24px;
 102      margin: 0;
 103      padding-left: 1ex;
 104  }
 105  
 106  .yui3-skin-sam .yui3-console-pause-label {
 107      float: left;
 108  }
 109  .yui3-skin-sam .yui3-console-button {
 110      line-height: 1.3;
 111  }
 112  
 113  .yui3-skin-sam .yui3-console-collapsed .yui3-console-bd,
 114  .yui3-skin-sam .yui3-console-collapsed .yui3-console-ft {
 115      display: none;
 116  }
 117  .yui3-skin-sam .yui3-console-content.yui3-console-collapsed {
 118      -webkit-border-radius: 0;
 119  }
 120  .yui3-skin-sam .yui3-console-collapsed .yui3-console-hd {
 121      border-radius: 10px;
 122      -moz-border-radius: 10px;
 123      -webkit-border-radius: 0;
 124  }
 125  
 126  /* Log entries */
 127  .yui3-skin-sam .yui3-console-entry {
 128      border-bottom: 1px solid #aaa;
 129      min-height: 32px;
 130      _height: 32px;
 131  }
 132  
 133  .yui3-skin-sam .yui3-console-entry-meta {
 134      margin: 0;
 135      overflow: hidden;
 136  }
 137  
 138  .yui3-skin-sam .yui3-console-entry-content {
 139      margin: 0;
 140      padding: 0 1ex;
 141      white-space: pre-wrap;
 142      word-wrap: break-word;
 143  }
 144  
 145  .yui3-skin-sam .yui3-console-entry-meta .yui3-console-entry-src {
 146      color: #000;
 147      font-style: italic;
 148      font-weight: bold;
 149      float: right;
 150      margin: 2px 5px 0 0;
 151  }
 152  .yui3-skin-sam .yui3-console-entry-meta .yui3-console-entry-time {
 153      color: #777;
 154      padding-left: 1ex;
 155  }
 156  .yui3-skin-sam .yui3-console-entry-warn .yui3-console-entry-meta .yui3-console-entry-time {
 157      color: #555;
 158  }
 159  
 160  .yui3-skin-sam .yui3-console-entry-info .yui3-console-entry-meta .yui3-console-entry-cat,
 161  .yui3-skin-sam .yui3-console-entry-warn .yui3-console-entry-meta .yui3-console-entry-cat,
 162  .yui3-skin-sam .yui3-console-entry-error .yui3-console-entry-meta .yui3-console-entry-cat {
 163      display: none;
 164  }
 165  .yui3-skin-sam .yui3-console-entry-warn {
 166      background: #aee url(warn_error.png) no-repeat -15px 15px;
 167  }
 168  .yui3-skin-sam .yui3-console-entry-error {
 169      background: #ffa url(warn_error.png) no-repeat 5px -24px;
 170      color: #900;
 171  }
 172  .yui3-skin-sam .yui3-console-entry-warn .yui3-console-entry-content,
 173  .yui3-skin-sam .yui3-console-entry-error .yui3-console-entry-content {
 174      padding-left: 24px;
 175  }
 176  .yui3-skin-sam .yui3-console-entry-cat {
 177      text-transform: uppercase;
 178      padding: 1px 4px;
 179      background-color: #ccc;
 180  }
 181  .yui3-skin-sam .yui3-console-entry-info .yui3-console-entry-cat {
 182      background-color: #ac2;
 183  }
 184  .yui3-skin-sam .yui3-console-entry-warn .yui3-console-entry-cat {
 185      background-color: #e81;
 186  }
 187  .yui3-skin-sam .yui3-console-entry-error .yui3-console-entry-cat {
 188      background-color: #b00;
 189      color: #fff;
 190  }
 191  
 192  .yui3-skin-sam .yui3-console-hidden { display: none; }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1