[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/yuilib/3.17.2/tabview/assets/skins/night/ -> tabview-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-night .yui3-tabview-panel{
   9      background-color:#333333;
  10      color:#808080;
  11      padding:1px;
  12  }
  13  .yui3-skin-night .yui3-tab-panel p{
  14      margin:10px;
  15  }
  16  .yui3-skin-night .yui3-tabview-list {
  17      background-color:#0f0f0f;
  18      border-top:1px solid #000;
  19      text-align:center;
  20      height:46px;
  21      background: -moz-linear-gradient(
  22          0% 100% 90deg, 
  23          #0f0f0f 0%, 
  24          #1e1e1e 96%,
  25          #292929 100%
  26      );
  27      background: -webkit-gradient(
  28          linear,
  29          left bottom,
  30          left top,
  31          from(#0f0f0f),
  32          color-stop(0.96, #1e1e1e),
  33          to(#292929)     
  34      );
  35  }
  36  
  37  .yui3-skin-night .yui3-tabview-list li {
  38      margin-top:8px;
  39  }
  40  .yui3-skin-night .yui3-tabview-list li a{
  41      border:solid 1px #0c0c0c;
  42      border-right-style:none;
  43  
  44      -moz-box-shadow: 0 1px #222222; 
  45      -webkit-box-shadow: 0 1px #222222;
  46      box-shadow: 0 1px #222222; 
  47  
  48      text-shadow: 0 -1px 0 rgba(0,0,0,0.7);
  49      font-size:85%;
  50      text-align:center;
  51      color: #fff;
  52      padding: 6px 28px;
  53      background-color:#555658;
  54      background: -moz-linear-gradient(
  55          0% 100% 90deg, 
  56          #343536 0%, 
  57          #555658 96%,
  58          #3E3F41 100%
  59      );
  60      background: -webkit-gradient(
  61          linear,
  62          left bottom,
  63          left top,
  64          from(#343536),
  65          color-stop(0.96, #555658),
  66          to(#3E3F41)     
  67      );
  68  }
  69  .yui3-skin-night .yui3-tabview-list li.yui3-tab-selected a {
  70      background-color:#2B2D2D;
  71      background: -moz-linear-gradient(
  72          0% 100% 90deg, 
  73          #242526 0%, 
  74          #3b3c3d 96%,
  75          #2C2D2F 100%
  76      );
  77      background: -webkit-gradient(
  78          linear,
  79          left bottom,
  80          left top,
  81          from(#242526),
  82          color-stop(0.96, #3b3c3d),
  83          to(#2C2D2F)     
  84      );
  85  }
  86  .yui3-skin-night .yui3-tabview-list li:first-child a{
  87      -moz-border-radius:6px 0 0 6px;
  88      -webkit-border-radius:6px 0 0 6px;
  89      border-radius:6px 0 0 6px;
  90  }
  91  .yui3-skin-night .yui3-tabview-list li:last-child a{
  92      border-right-style:solid;
  93      -moz-border-radius:0 6px 6px 0;
  94      -webkit-border-radius:0 6px 6px 0;
  95      border-radius:0 6px 6px 0;
  96  }


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