[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/yuilib/3.17.2/datatable-base/assets/skins/night/ -> datatable-base-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  /* basic skin styles */
   9  .yui3-skin-night .yui3-datatable {
  10      color:#8E8E8E;
  11      font-family: HelveticaNeue,arial,helvetica,clean,sans-serif;
  12  }
  13  .yui3-skin-night .yui3-datatable-table {
  14      border: 1px solid #323434;
  15      border-collapse: separate;
  16      border-spacing: 0;
  17      color: #8E8E8E;
  18      margin: 0;
  19      padding: 0;
  20  }
  21  
  22  .yui3-skin-night .yui3-datatable-caption {
  23      color: #474747;
  24      font: italic 85%/1 HelveticaNeue,arial,helvetica,clean,sans-serif;
  25      padding: 1em 0;
  26      text-align: center;
  27  }
  28  
  29  .yui3-skin-night .yui3-datatable-cell,
  30  .yui3-skin-night .yui3-datatable-header {
  31      border-left: 1px solid #303030;/*  inner column border */
  32      border-width: 0 0 0 1px;
  33      font-size: inherit;
  34      margin: 0;
  35      overflow: visible; /*to make ths where the title is really long work*/
  36      padding: 4px 10px 4px 10px; /* cell padding */
  37  }
  38  .yui3-skin-night .yui3-datatable-cell:first-child,
  39  .yui3-skin-night .yui3-datatable-first-header {
  40      border-left-width: 0;
  41  }
  42  
  43  .yui3-skin-night .yui3-datatable-header {
  44      /* header gradient */
  45      background-color:#3b3c3d;
  46  
  47      background: -moz-linear-gradient(
  48          0% 100% 90deg, 
  49          #242526 0%, 
  50          #3b3c3d 96%,
  51          #2C2D2F 100%
  52      );
  53      background: -webkit-gradient(
  54          linear,
  55          left bottom,
  56          left top,
  57          from(#242526),
  58          color-stop(0.96, #3b3c3d),
  59          to(#2C2D2F)     
  60      );
  61      color: #eee;
  62      font-weight: normal;
  63      text-align: left;
  64      vertical-align: bottom;
  65      white-space: nowrap;
  66  }
  67  
  68  /*
  69  striping:
  70     even - #0e0e0e (darkest)
  71     odd  - #1d1e1e (lighter)
  72  */
  73  .yui3-skin-night .yui3-datatable-cell {
  74      background-color: transparent;
  75  }
  76  .yui3-skin-night .yui3-datatable-even .yui3-datatable-cell {
  77      background-color: #0e0e0e;
  78  }
  79  .yui3-skin-night .yui3-datatable-odd .yui3-datatable-cell  {
  80      background-color: #1d1e1e;
  81  }


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