[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/yuilib/3.17.2/datatable-base/assets/skins/sam/ -> 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-sam .yui3-datatable-table {
  10      margin: 0;
  11      padding: 0;
  12      font-family: arial, sans-serif;
  13      border-collapse: separate;
  14      border-spacing: 0;
  15      /* IE7- don't support border-spacing, but separate is needed for more
  16       * reliable dimension calculation for scrollable's header width sync,
  17       * and it doesn't hurt to have the declaration here.
  18       */
  19      /**border-collapse: collapse;*/
  20      border: 1px solid #cbcbcb;
  21  }
  22  
  23  .yui3-skin-sam .yui3-datatable-caption {
  24      color: #000;
  25      font: italic 85%/1 arial, sans-serif;
  26      padding: 1em 0;
  27      text-align: center;
  28  }
  29  
  30  .yui3-skin-sam .yui3-datatable-cell,
  31  .yui3-skin-sam .yui3-datatable-header {
  32      border-left: 1px solid #cbcbcb;/*  inner column border */
  33      border-width: 0 0 0 1px;
  34      font-size: inherit;
  35      margin: 0;
  36      overflow: visible; /*to make ths where the title is really long work*/
  37      padding: 4px 10px 4px 10px; /* cell padding */
  38  }
  39  .yui3-skin-sam .yui3-datatable-cell:first-child,
  40  .yui3-skin-sam .yui3-datatable-first-header {
  41      border-left-width: 0px;
  42  }
  43  
  44  .yui3-skin-sam .yui3-datatable-header {
  45      /* header gradient */
  46      background: #fff url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;
  47  
  48      background-image:-webkit-linear-gradient(transparent 40%, rgba(0,0,0,0.21));
  49      background-image:-moz-linear-gradient(top,transparent 40%,rgba(0,0,0,0.21));
  50      background-image:    -ms-linear-gradient(transparent 40%, rgba(0,0,0,0.21));
  51      background-image:     -o-linear-gradient(transparent 40%, rgba(0,0,0,0.21));
  52      background-image:        linear-gradient(transparent 40%, rgba(0,0,0,0.21));
  53      /* Not using an IE gradient because it doesn't support color stops */
  54  
  55      color: #000;
  56      font-weight: normal;
  57      text-align: left;
  58      text-shadow: 0 1px 1px #fff;
  59      vertical-align: bottom;
  60      white-space: nowrap;
  61  }
  62  
  63  /*
  64  striping:
  65     even - #fff (white)
  66     odd  - #edf5ff (light blue)
  67  */
  68  .yui3-skin-sam .yui3-datatable-cell {
  69      background-color: transparent;
  70  }
  71  .yui3-skin-sam .yui3-datatable-even .yui3-datatable-cell {
  72      background-color: #fff;
  73  }
  74  .yui3-skin-sam .yui3-datatable-odd  .yui3-datatable-cell  {
  75      background-color: #edf5ff;
  76  }


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