[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/yuilib/3.17.2/assets/skin/night/ -> 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-scrollview-scrollbar {
   9      -webkit-transform: translate3d(0, 0, 0);
  10      -moz-transform: translate(0, 0); 
  11  }
  12  
  13  .yui3-skin-night .yui3-scrollview-scrollbar .yui3-scrollview-first,
  14  .yui3-skin-night .yui3-scrollview-scrollbar .yui3-scrollview-middle, 
  15  .yui3-skin-night .yui3-scrollview-scrollbar .yui3-scrollview-last {
  16      border-radius:3px;
  17      -webkit-border-radius: 3px;
  18      -moz-border-radius: 3px;
  19      background-color:#808080;
  20      opacity:0.3;
  21      filter:alpha(opacity=30); /*IE*/
  22  
  23      
  24  /*    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABCAYAAAD9yd/wAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiZGBgSGPAAgACDAAIkABoFyloZQAAAABJRU5ErkJggg==);
  25  */
  26  }
  27  
  28  .yui3-skin-night .yui3-scrollview-scrollbar .yui3-scrollview-first,
  29  .yui3-skin-night .yui3-scrollview-scrollbar .yui3-scrollview-last {
  30      border-bottom-right-radius:0; 
  31      border-bottom-left-radius:0;
  32  
  33      -webkit-border-bottom-right-radius:0; 
  34      -webkit-border-bottom-left-radius:0;
  35  
  36      -moz-border-radius-bottomright:0; 
  37      -moz-border-radius-bottomleft:0;
  38  }
  39  .yui3-skin-night .yui3-scrollview-scrollbar .yui3-scrollview-last {
  40  
  41      border-radius:0; 
  42      border-bottom-right-radius:3px; 
  43      border-bottom-left-radius:3px; 
  44  
  45      -webkit-border-radius:0; 
  46      -webkit-border-bottom-right-radius:3px; 
  47      -webkit-border-bottom-left-radius:3px; 
  48      -webkit-transform: translate3d(0, 0, 0);
  49  
  50      -moz-border-radius:0; 
  51      -moz-border-radius-bottomright:3px; 
  52      -moz-border-radius-bottomleft:3px; 
  53      -moz-transform: translate(0, 0);
  54  }
  55  
  56  .yui3-skin-night .yui3-scrollview-scrollbar .yui3-scrollview-middle {
  57      border-radius:0; 
  58      -webkit-border-radius: 0;
  59      -moz-border-radius: 0; 
  60  
  61      -webkit-transform: translate3d(0,0,0) scaleY(1); 
  62      -webkit-transform-origin: 0 0;
  63  
  64      -moz-transform: translate(0,0) scaleY(1); 
  65      -moz-transform-origin: 0 0;
  66  }
  67  
  68  .yui3-skin-night .yui3-scrollview-scrollbar-horiz .yui3-scrollview-first,
  69  .yui3-skin-night .yui3-scrollview-scrollbar-horiz .yui3-scrollview-last {
  70      border-top-right-radius: 0;
  71      border-bottom-left-radius: 3px;
  72   
  73      -webkit-border-top-right-radius: 0;
  74      -webkit-border-bottom-left-radius: 3px;
  75  
  76      -moz-border-radius-topright: 0;
  77      -moz-border-radius-bottomleft: 3px;
  78  }
  79  
  80  .yui3-skin-night .yui3-scrollview-scrollbar-horiz .yui3-scrollview-last {
  81      border-bottom-left-radius: 0; 
  82      border-top-right-radius: 3px;
  83  
  84      -webkit-border-bottom-left-radius: 0; 
  85      -webkit-border-top-right-radius: 3px;
  86  
  87      -moz-border-radius-bottomleft: 0; 
  88      -moz-border-radius-topright: 3px; 
  89  }
  90  
  91  .yui3-skin-night .yui3-scrollview-scrollbar-horiz .yui3-scrollview-middle { 
  92      -webkit-transform: translate3d(0,0,0) scaleX(1); 
  93      -webkit-transform-origin: 0 0;
  94  
  95      -moz-transform: translate(0,0) scaleX(1); 
  96      -moz-transform-origin: 0 0;
  97  }
  98  
  99  .yui3-skin-night .yui3-scrollview-scrollbar-vert-basic .yui3-scrollview-child,
 100  .yui3-skin-night .yui3-scrollview-scrollbar-horiz-basic .yui3-scrollview-child {
 101      background-color: #aaa;
 102      background-image: none;
 103  }
 104  /*
 105  YUI 3.17.2 (build 9c3c78e)
 106  Copyright 2014 Yahoo! Inc. All rights reserved.
 107  Licensed under the BSD License.
 108  http://yuilibrary.com/license/
 109  */
 110  
 111  .yui3-resize-handle-inner-r,
 112  .yui3-resize-handle-inner-l,
 113  .yui3-resize-handle-inner-t,
 114  .yui3-resize-handle-inner-b,
 115  .yui3-resize-handle-inner-tr,
 116  .yui3-resize-handle-inner-br,
 117  .yui3-resize-handle-inner-tl,
 118  .yui3-resize-handle-inner-bl {
 119      background-repeat: no-repeat;
 120      background: url(arrows.png) no-repeat 0 0;
 121      display: block;
 122      height: 15px;
 123      overflow: hidden;
 124      text-indent: -99999em;
 125      width: 15px;
 126  }
 127  
 128  .yui3-resize-handle-inner-br {
 129      background-position: -30px 0;
 130      bottom: -2px;
 131      right: -2px;
 132  }
 133  
 134  .yui3-resize-handle-inner-tr {
 135      background-position: -58px 0;
 136      bottom: 0;
 137      right: -2px;
 138      
 139  }
 140  
 141  .yui3-resize-handle-inner-bl {
 142      background-position: -75px 0;
 143      bottom: -2px;
 144      right: -2px;
 145  }
 146  
 147  .yui3-resize-handle-inner-tl {
 148      background-position: -47px 0;
 149      bottom: 0;
 150      right: -2px;
 151      
 152  }
 153  
 154  .yui3-resize-handle-inner-b,.yui3-resize-handle-inner-t {
 155      background-position: -15px 0;
 156  }
 157  
 158  /*
 159  YUI 3.17.2 (build 9c3c78e)
 160  Copyright 2014 Yahoo! Inc. All rights reserved.
 161  Licensed under the BSD License.
 162  http://yuilibrary.com/license/
 163  */
 164  
 165  .yui3-skin-night .yui3-calendar-day-highlighted {
 166      background-color: #555555;
 167  }
 168  
 169  .yui3-skin-night .yui3-calendar-day-selected.yui3-calendar-day-highlighted {
 170      background-color: #777777;
 171  }
 172  /*
 173  YUI 3.17.2 (build 9c3c78e)
 174  Copyright 2014 Yahoo! Inc. All rights reserved.
 175  Licensed under the BSD License.
 176  http://yuilibrary.com/license/
 177  */
 178  
 179  .yui3-skin-night{    
 180      background-color:#000;
 181      font-family: HelveticaNeue,arial,helvetica,clean,sans-serif;
 182      color:#fff;
 183  }
 184  
 185  .yui3-skin-night .yui3-overlay-content ul, ol, li {
 186      margin: 0;
 187      padding: 0;
 188      list-style:none;
 189      zoom:1;
 190  }
 191  .yui3-skin-night .yui3-overlay-content li{
 192      *float:left;
 193  }
 194  .yui3-skin-night .yui3-overlay-content {
 195      background-color:#6d6e6e;
 196      -moz-box-shadow:0 0 17px rgba(0,0,0,0.58);
 197      -webkit-box-shadow:0 0 17px rgba(0,0,0,0.58);
 198      box-shadow:0 0 17px rgba(0,0,0,0.58);
 199      -moz-border-radius:7px;
 200      -webkit-border-radius:7px;
 201      border-radius:7px;
 202  }
 203  
 204  .yui3-skin-night .yui3-overlay-content .yui3-widget-hd {
 205      background-color:#6d6e6e;
 206      -moz-border-radius:7px 7px 0 0;
 207      -webkit-border-radius:7px 7px 0 0;
 208      border-radius:7px 7px 0 0;
 209      color: #fff;
 210  
 211      margin:0;
 212      padding:20px 22px 0;
 213      font-size:147%;
 214  }
 215  
 216  
 217  /*** background of bd and ft ***/
 218  .yui3-skin-night .yui3-overlay-content .yui3-widget-bd {
 219      padding:11px 22px 17px;
 220      font-size:92%;
 221      /*margin-bottom:-1px;  this was needed on ipad to close gap between ft and bd*/
 222  }
 223  .yui3-skin-night .yui3-overlay .yui3-widget-bd li{
 224      margin: 0.04em;
 225  }
 226  /*.yui3-skin-night .yui3-widget-bd li:last-child{
 227      margin-bottom:0.4em;
 228  }*/
 229  .yui3-skin-night .yui3-overlay-content .yui3-widget-ft{
 230      background-color:#575858;
 231      border-top:solid 1px #494a4a;
 232      -moz-border-radius:0 0 7px 7px;
 233      -webkit-border-radius:0 0 7px 7px;
 234      border-radius:0 0 7px 7px;
 235      padding:17px 25px 20px;
 236      text-align:center;
 237      /*font-size:92%;*/
 238  }
 239  /* For Buttons */
 240  
 241  .yui3-skin-night .yui3-overlay-content .yui3-widget-ft li {
 242      margin:3px;
 243      display:inline-block;
 244  }
 245  .yui3-skin-night .yui3-overlay-content .yui3-widget-ft li a{
 246      border:solid 1px #1B1C1C;
 247      border-radius: 6px;
 248  
 249      -moz-box-shadow: 0 1px #677478; 
 250      -webkit-box-shadow: 0 1px #677478;
 251      box-shadow: 0 1px #677478; 
 252  
 253      text-shadow: 0 -1px 0 rgba(0,0,0,0.7);
 254      font-size:85%;
 255      text-align:center;
 256      color: #fff;
 257      padding: 6px 28px;
 258      background-color:#2B2D2D;
 259      background: -moz-linear-gradient(
 260          0% 100% 90deg, 
 261          #242526 0%, 
 262          #3b3c3d 96%,
 263          #2C2D2F 100%
 264      );
 265      background: -webkit-gradient(
 266          linear,
 267          left bottom,
 268          left top,
 269          from(#242526),
 270          color-stop(0.96, #3b3c3d),
 271          to(#2C2D2F)     
 272      );
 273  }
 274  .yui3-skin-night .yui3-overlay .yui3-widget-ft li:first-child {
 275      margin-left:0;
 276  }
 277  
 278  .yui3-skin-night .yui3-overlay .yui3-widget-ft li:last-child {
 279      margin-right:0;
 280  }
 281  
 282  .yui3-skin-night .yui3-overlay .yui3-widget-ft li:last-child a {
 283      border:solid 1px #520E00;
 284      -moz-box-shadow: 0 1px #7D5D57; 
 285      -webkit-box-shadow: 0 1px #7D5D57;
 286      box-shadow: 0 1px #7D5D57; 
 287      background-color:#901704;
 288      background: -moz-linear-gradient(
 289      100% 0% 270deg,
 290      #ab1c0b, 
 291      #7b1400
 292      );
 293      background: -webkit-gradient(
 294          linear,
 295          left top,
 296          left bottom,
 297          from(#ab1c0b),
 298          to(#7b1400)     
 299      );
 300      margin-right: 0;
 301  }
 302  
 303  
 304  /*
 305  .yui3-skin-night .yui3-overlay .yui3-widget-ft li{
 306      display:inline-block;
 307      -moz-border-radius:6px;
 308      -webkit-border-radius:6px;
 309      border-radius:6px;
 310      background-color:#252525;
 311      background: -moz-linear-gradient(
 312      100% 0% 270deg,
 313      #3f3f3f, 
 314      #0e0e0e
 315      );
 316      background: -webkit-gradient(
 317          linear,
 318          left top,
 319          left bottom,
 320          from(#3f3f3f),
 321          to(#0e0e0e)     
 322      );
 323  
 324      line-height:32px;
 325      width:100px;
 326      margin:0px 5px 0px 5px;
 327  }
 328  .yui3-skin-night .yui3-overlay .yui3-widget-ft li:first-child {
 329      margin-left:0px;
 330  }
 331  .yui3-skin-night .yui3-overlay .yui3-widget-ft li:last-child {
 332      background-color:#901704;
 333      background: -moz-linear-gradient(
 334      100% 0% 270deg,
 335      #ab1c0b, 
 336      #7b1400
 337      );
 338      background: -webkit-gradient(
 339          linear,
 340          left top,
 341          left bottom,
 342          from(#ab1c0b),
 343          to(#7b1400)     
 344      );
 345      margin-right: 0px;
 346  }
 347  */
 348  #yui3-widget-mask{
 349      background-color:#000;
 350      opacity:0.5;
 351  }
 352  
 353  /*
 354  YUI 3.17.2 (build 9c3c78e)
 355  Copyright 2014 Yahoo! Inc. All rights reserved.
 356  Licensed under the BSD License.
 357  http://yuilibrary.com/license/
 358  */
 359  
 360  /* Vertical menus and submenus */
 361  
 362  .yui3-skin-night .yui3-menu-content, 
 363  .yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-content {
 364  
 365      font-size: 100%;  
 366      line-height: 2.25;  /* 18px 1.5*/
 367      *line-height: 1.45; /* For IE */
 368      border: solid 1px #303030;
 369      background: #151515;
 370      /*padding: 3px 0;*/
 371  
 372  }
 373  
 374  .yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-content {
 375  
 376      font-size: 100%;
 377      
 378  }
 379  
 380  
 381  /* Horizontal menus */
 382  .yui3-skin-night .yui3-menu-horizontal .yui3-menu-content {
 383  
 384      line-height: 2;  /* ~24px */
 385      *line-height: 1.9; /* For IE */
 386      background-color:#3b3c3d;
 387      background: -moz-linear-gradient(
 388          0% 100% 90deg, 
 389          #242526 0%, 
 390          #3b3c3d 96%,
 391          #2C2D2F 100%
 392      );
 393      background: -webkit-gradient(
 394          linear,
 395          left bottom,
 396          left top,
 397          from(#242526),
 398          color-stop(0.96, #3b3c3d),
 399          to(#2C2D2F)     
 400      );
 401      padding: 0;
 402  
 403  }
 404  
 405  
 406  .yui3-skin-night .yui3-menu ul,
 407  .yui3-skin-night .yui3-menu ul ul {
 408  
 409      margin-top: 3px;
 410      padding-top: 3px;
 411      border-top: solid 1px #303030;
 412  
 413  }
 414  
 415  .yui3-skin-night .yui3-menu ul.first-of-type {
 416  
 417      border: 0;
 418      margin: 0;
 419      padding: 0;    
 420  
 421  }
 422  
 423  .yui3-skin-night .yui3-menu-horizontal ul {
 424  
 425      padding: 0;
 426      margin: 0;
 427      border: 0;
 428  
 429  }
 430  
 431  
 432  .yui3-skin-night .yui3-menu li,
 433  .yui3-skin-night .yui3-menu .yui3-menu li {
 434  
 435      /*
 436          For and IE 6 (Strict Mode and Quirks Mode) and IE 7 (Quirks Mode only): 
 437          Used to collapse superfluous white space between <li> elements that is 
 438          triggered by the "display" property of the <a> elements being set to 
 439          "block" by node-menunav-core.css file.
 440      */
 441  
 442      _border-bottom: solid 1px #151515;
 443  
 444  }
 445  
 446  .yui3-skin-night .yui3-menu-horizontal li {
 447  
 448      _border-bottom: 0;
 449  
 450  }
 451  
 452  .yui3-skin-night .yui3-menubuttonnav li {
 453  
 454      border-right: solid 1px #ccc;
 455  
 456  }
 457  
 458  .yui3-skin-night .yui3-splitbuttonnav li {
 459  
 460      border-right: solid 1px #303030;
 461  
 462  }
 463  
 464  .yui3-skin-night .yui3-menubuttonnav li li,
 465  .yui3-skin-night .yui3-splitbuttonnav li li {
 466  
 467      border-right: 0;
 468  
 469  }
 470  
 471  
 472  /* Menuitems and menu labels */
 473  
 474  
 475  .yui3-skin-night .yui3-menu-label,
 476  .yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-label,
 477  .yui3-skin-night .yui3-menuitem-content,
 478  .yui3-skin-night .yui3-menu .yui3-menu .yui3-menuitem-content {
 479  
 480      /*padding: 0 20px;*/
 481      padding: 0 1em;
 482      /*background-color: #2F3030;*/
 483      
 484      
 485      
 486      
 487      
 488      
 489      color: #fff;
 490      text-decoration: none;
 491      cursor: default;
 492  
 493      /*
 494          Necessary specify values for border, position and margin to override 
 495          values specified in the selectors that follow. 
 496      */
 497  
 498      float: none;
 499      border: 0;
 500      margin: 0;
 501  
 502  }
 503  
 504  .yui3-skin-night .yui3-menu-horizontal .yui3-menu-label,
 505  .yui3-skin-night .yui3-menu-horizontal .yui3-menuitem-content {
 506  
 507      padding: 0 10px;
 508      border-style: solid;
 509      border-color: #303030;
 510      border-width: 1px 0;
 511      margin: -1px 0;
 512  
 513      float: left;     /*    Ensures that menu labels clear floated descendents. 
 514                          Also gets negative margins working in IE 7 
 515                          (Strict Mode). */
 516      width: auto;
 517  
 518  }
 519  
 520  .yui3-skin-night .yui3-menu-label,
 521  .yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-label {
 522  
 523      background: url(vertical-menu-submenu-indicator.png) right center no-repeat;
 524  
 525  }
 526  
 527  .yui3-skin-night .yui3-menu-horizontal .yui3-menu-label {
 528  
 529      background: none;
 530  
 531  }
 532  
 533  .yui3-skin-night .yui3-menubuttonnav .yui3-menu-label,
 534  .yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label {
 535  
 536      background-image: none;
 537  
 538  }
 539  
 540  .yui3-skin-night .yui3-menubuttonnav .yui3-menu-label {
 541  
 542      padding-right: 0;
 543  
 544  }
 545  
 546  .yui3-skin-night .yui3-menubuttonnav .yui3-menu-label em {
 547  
 548      font-style: normal;
 549      padding-right: 20px;
 550      display: block;
 551      background: url(horizontal-menu-submenu-indicator.png) right center no-repeat;
 552  
 553  }
 554  
 555  
 556  .yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label {
 557  
 558      padding: 0;
 559  
 560  }
 561  
 562  .yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label a {
 563  
 564      float: left;
 565      width: auto;
 566      color: #fff;
 567      text-decoration: none;
 568      cursor: default;
 569      padding: 0 5px 0 10px;
 570  
 571  }
 572  
 573  .yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label .yui3-menu-toggle {
 574      
 575      padding: 0;    /* Overide padding applied by the preceeding rule. */
 576      border-left: solid 1px #303030; 
 577      width: 15px;
 578      overflow: hidden;
 579      text-indent: -1000px;
 580      background: url(horizontal-menu-submenu-indicator.png) 3px center no-repeat;    
 581      
 582  }
 583  
 584  
 585  /* Selected menuitem */
 586  
 587  .yui3-skin-night .yui3-menu-label-active,
 588  .yui3-skin-night .yui3-menu-label-menuvisible,
 589  .yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-label-active,
 590  .yui3-skin-night .yui3-menu .yui3-menu .yui3-menu-label-menuvisible {
 591  
 592      background-color: #292a2a;
 593  
 594  }
 595  
 596  .yui3-skin-night .yui3-menuitem-active .yui3-menuitem-content,
 597  .yui3-skin-night .yui3-menu .yui3-menu .yui3-menuitem-active .yui3-menuitem-content {
 598  
 599      background-image: none;
 600      background-color: #292a2a;
 601      background: -moz-linear-gradient(
 602          0% 100% 90deg,
 603          #252626 0%,
 604          #333434 100%
 605      );
 606      background: -webkit-gradient(
 607          linear,
 608          left top,
 609          left bottom,
 610          from(#333434),
 611          to(#252626)
 612      );
 613      
 614      /*
 615          Undo values set for "border-left-width" and "margin-left" when the root 
 616          menu has a class of "yui-menubuttonnav" or "yui-splitbuttonnav" applied.
 617      */
 618  
 619      border-left-width: 0;
 620      margin-left: 0;
 621  
 622  }
 623  
 624  .yui3-skin-night .yui3-menu-horizontal .yui3-menu-label-active,
 625  .yui3-skin-night .yui3-menu-horizontal .yui3-menuitem-active .yui3-menuitem-content,
 626  .yui3-skin-night .yui3-menu-horizontal .yui3-menu-label-menuvisible {
 627  
 628      border-color: #303030;
 629      background-color:#555658;
 630      background: -moz-linear-gradient(
 631          0% 100% 90deg, 
 632          #343536 0%, 
 633          #555658 96%,
 634          #3E3F41 100%
 635      );
 636      background: -webkit-gradient(
 637          linear,
 638          left bottom,
 639          left top,
 640          from(#343536),
 641          color-stop(0.96, #555658),
 642          to(#3E3F41)     
 643      );
 644  
 645  }
 646  
 647  .yui3-skin-night .yui3-menubuttonnav .yui3-menu-label-active,
 648  .yui3-skin-night .yui3-menubuttonnav .yui3-menuitem-active .yui3-menuitem-content,
 649  .yui3-skin-night .yui3-menubuttonnav .yui3-menu-label-menuvisible,
 650  .yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label-active,
 651  .yui3-skin-night .yui3-splitbuttonnav .yui3-menuitem-active .yui3-menuitem-content,
 652  .yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label-menuvisible {
 653  
 654      border-left-width: 1px;
 655      margin-left: -1px;
 656  
 657  }
 658  
 659  .yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label-menuvisible {
 660  
 661      border-color: #303030;
 662      background: transparent;
 663  
 664  }
 665  
 666  .yui3-skin-night .yui3-splitbuttonnav .yui3-menu-label-menuvisible .yui3-menu-toggle {
 667  
 668      border-color: #303030;
 669      background-color: #505050;   
 670      
 671  }
 672  /*
 673  YUI 3.17.2 (build 9c3c78e)
 674  Copyright 2014 Yahoo! Inc. All rights reserved.
 675  Licensed under the BSD License.
 676  http://yuilibrary.com/license/
 677  */
 678  
 679  .yui3-skin-night .yui3-calendar-content {
 680      padding:10px;
 681      color: #CBCBCB;
 682      border: 1px solid #303030;
 683      background: #151515; /* Old browsers */
 684      background: -moz-linear-gradient(top, #222222 0%, #151515 100%); /* FF3.6+ */
 685      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#151515)); /* Chrome,Safari4+ */
 686      background: -webkit-linear-gradient(top, #222222 0%,#151515 100%); /* Chrome10+,Safari5.1+ */
 687      background: -o-linear-gradient(top, #222222 0%,#151515 100%); /* Opera11.10+ */
 688      background: -ms-linear-gradient(top, #222222 0%,#151515 100%); /* IE10+ */
 689      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#151515',GradientType=0 ); /* IE6-9 */
 690      background: linear-gradient(top, #222222 0%,#151515 100%); /* W3C */
 691      -moz-border-radius: 5px;
 692      border-radius: 5px;
 693  }
 694  
 695  
 696  .yui3-skin-night .yui3-calendar-grid {
 697      padding:5px;
 698      border-collapse: collapse;
 699  }
 700  
 701  .yui3-skin-night .yui3-calendar-header {
 702      padding-bottom:10px;
 703  }
 704  
 705  .yui3-skin-night .yui3-calendar-header-label {
 706      margin: 0;
 707      font-size: 1em;
 708      font-weight: bold;
 709      text-align: center;
 710      width: 100%;
 711  }
 712  
 713  .yui3-skin-night .yui3-calendar-day,
 714  .yui3-skin-night .yui3-calendar-prevmonth-day, 
 715  .yui3-skin-night .yui3-calendar-nextmonth-day {
 716      padding:5px;
 717      border: 1px solid #151515;
 718      background: #262727;
 719      text-align:center;
 720  }
 721  
 722  .yui3-skin-night .yui3-calendar-day:hover {
 723      background: #383939;
 724      color: #FFFFFF;
 725  }
 726  
 727  .yui3-skin-night .yui3-calendar-selection-disabled,
 728  .yui3-skin-night .yui3-calendar-selection-disabled:hover {
 729      background: #151515;
 730      color: #596060;
 731  }
 732  
 733  .yui3-skin-night .yui3-calendar-weekday {
 734      color: #4F4F4F;
 735      font-weight: bold;
 736      text-align: center;
 737  }
 738  
 739  .yui3-skin-night .yui3-calendar-prevmonth-day, .yui3-skin-night .yui3-calendar-nextmonth-day {
 740      color: #4F4F4F;
 741  }
 742  
 743  .yui3-skin-night .yui3-calendar-day {
 744      font-weight: bold;
 745  }
 746  
 747  .yui3-skin-night .yui3-calendar-day-selected {
 748      background-color: #505151;
 749      color: #fff;
 750  }
 751  
 752  .yui3-skin-night .yui3-calendar-left-grid {
 753     margin-right:1em;
 754  }
 755  
 756  [dir="rtl"] .yui3-skin-night .yui3-calendar-left-grid,
 757  .yui3-skin-night [dir="rtl"] .yui3-calendar-left-grid {
 758      margin-right: auto;
 759      margin-left: 1em;
 760  }
 761  
 762  .yui3-skin-sam .yui3-calendar-right-grid {
 763     margin-left:1em;
 764  }
 765  
 766  [dir="rtl"] .yui3-skin-night .yui3-calendar-right-grid,
 767  .yui3-skin-night [dir="rtl"] .yui3-calendar-right-grid {
 768      margin-left: auto;
 769      margin-right: 1em;
 770  }
 771  
 772  /*
 773  YUI 3.17.2 (build 9c3c78e)
 774  Copyright 2014 Yahoo! Inc. All rights reserved.
 775  Licensed under the BSD License.
 776  http://yuilibrary.com/license/
 777  */
 778  
 779  .yui3-skin-night [for=ac-input] { /* autocomplete label color */
 780      color: #CBCBCB;
 781  }
 782  
 783  .yui3-skin-night .yui3-aclist-content {
 784      font-size: 100%;
 785      background-color: #151515;
 786      color: #ccc;
 787      border: 1px solid #303030;
 788      -moz-box-shadow: 0 0 17px rgba(0,0,0,0.58);
 789      -webkit-box-shadow: 0 0 17px rgba(0,0,0,0.58);
 790      box-shadow: 0 0 17px rgba(0,0,0,0.58);
 791  }
 792  
 793  .yui3-skin-night .yui3-aclist-item-active {
 794      background-color: #2F3030;
 795      background: -moz-linear-gradient(
 796          0% 100% 90deg,
 797          #252626 0%,
 798          #333434 100%
 799      );
 800      background: -webkit-gradient(
 801          linear,
 802          left top,
 803          left bottom,
 804          from(#333434),
 805          to(#252626)
 806      );
 807  }
 808  .yui3-skin-night .yui3-aclist-item-hover {
 809      background-color: #262727;
 810      background: -moz-linear-gradient(
 811          0% 100% 90deg,
 812          #202121 0%,
 813          #282929 100%
 814      );
 815      background: -webkit-gradient(
 816          linear,
 817          left top,
 818          left bottom,
 819          from(#282929),
 820          to(#202121)
 821      );
 822  }
 823  
 824  .yui3-skin-night .yui3-aclist-item { 
 825      padding: 0 1em;   /*0.4em 1em 0.6em*/
 826      line-height: 2.25;
 827  }
 828  .yui3-skin-night .yui3-aclist-item-active { outline: none; }
 829  .yui3-skin-night .yui3-highlight { color:#EFEFEF; }
 830  
 831  /*
 832  YUI 3.17.2 (build 9c3c78e)
 833  Copyright 2014 Yahoo! Inc. All rights reserved.
 834  Licensed under the BSD License.
 835  http://yuilibrary.com/license/
 836  */
 837  
 838  .yui3-skin-sam .yui3-datatable-scroll-columns {
 839      border-collapse: separate;
 840      border-spacing: 0;
 841      font-family: HelveticaNeue,arial,helvetica,clean,sans-serif;
 842      margin: 0;
 843      padding: 0;
 844      top: 0;
 845      left: 0;
 846  }
 847  
 848  .yui3-skin-sam .yui3-datatable-scroll-columns .yui3-datatable-header {
 849      padding: 0;
 850  }
 851  
 852  .yui3-skin-sam .yui3-datatable-x-scroller,
 853  .yui3-skin-sam .yui3-datatable-y-scroller-container {
 854      border: 1px solid #303030;
 855      border-left-color: #323434;
 856  }
 857  
 858  .yui3-skin-sam .yui3-datatable-scrollable-x .yui3-datatable-y-scroller-container,
 859  .yui3-skin-sam .yui3-datatable-x-scroller .yui3-datatable-table,
 860  .yui3-skin-sam .yui3-datatable-y-scroller .yui3-datatable-table {
 861      border: 0 none;
 862  }
 863  
 864  /*
 865  YUI 3.17.2 (build 9c3c78e)
 866  Copyright 2014 Yahoo! Inc. All rights reserved.
 867  Licensed under the BSD License.
 868  http://yuilibrary.com/license/
 869  */
 870  
 871  
 872  /*
 873  YUI 3.17.2 (build 9c3c78e)
 874  Copyright 2014 Yahoo! Inc. All rights reserved.
 875  Licensed under the BSD License.
 876  http://yuilibrary.com/license/
 877  */
 878  
 879  .yui3-skin-night .yui3-calendarnav-prevmonth, .yui3-skin-night .yui3-calendarnav-nextmonth {
 880    width: 0;
 881    height: 0;
 882    padding: 0;
 883    margin: 0;
 884    border: 10px solid transparent;
 885    position: absolute;
 886    /* ie6 height fix */
 887    font-size: 0;
 888    line-height: 0;
 889    /* ie6 transparent fix */
 890    _border-left-color: black;
 891    _border-top-color: black;
 892    _border-right-color: black;
 893    _border-bottom-color: black;
 894    _filter: chroma(color=black);
 895  }
 896  
 897  .yui3-skin-night .yui3-calendarnav-prevmonth:hover,
 898  [dir="rtl"] .yui3-skin-night .yui3-calendarnav-nextmonth:hover,
 899  .yui3-skin-night [dir="rtl"] .yui3-calendarnav-nextmonth:hover {
 900      border-right-color: #0066CC;
 901  }
 902  
 903  .yui3-skin-night .yui3-calendarnav-nextmonth:hover,
 904  [dir="rtl"] .yui3-skin-night .yui3-calendarnav-prevmonth:hover,
 905  .yui3-skin-night [dir="rtl"] .yui3-calendarnav-prevmonth:hover {
 906      border-left-color: #0066CC;
 907  }
 908  
 909  .yui3-skin-night .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled,
 910  .yui3-skin-night .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover,
 911  [dir="rtl"] .yui3-skin-night .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled,
 912  .yui3-skin-night [dir="rtl"] .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled,
 913  [dir="rtl"] .yui3-skin-night .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover,
 914  .yui3-skin-night [dir="rtl"] .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover {
 915      cursor: default;
 916      border-right-color: #CCCCCC;
 917      border-left-color: transparent;
 918  }
 919  .yui3-skin-night .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled,
 920  .yui3-skin-night .yui3-calendarnav-nextmonth.yui3-calendarnav-month-disabled:hover,
 921  [dir="rtl"] .yui3-skin-night .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled,
 922  .yui3-skin-night [dir="rtl"] .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled,
 923  [dir="rtl"] .yui3-skin-night .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover,
 924  .yui3-skin-night [dir="rtl"] .yui3-calendarnav-prevmonth.yui3-calendarnav-month-disabled:hover {
 925      cursor: default;
 926      border-left-color: #CCCCCC;
 927      border-right-color: transparent;
 928  }
 929  
 930  .yui3-skin-night .yui3-calendarnav-prevmonth {
 931      border-right-color: #FFFFFF;
 932      left: 0;
 933      margin-left: -10px;
 934  }
 935  
 936  .yui3-skin-night .yui3-calendarnav-nextmonth {
 937      border-left-color: #FFFFFF;
 938      right: 0;
 939      margin-right: -10px;
 940  }
 941  
 942  [dir="rtl"] .yui3-skin-night .yui3-calendarnav-prevmonth,
 943  .yui3-skin-night [dir="rtl"] .yui3-calendarnav-prevmonth {
 944      left: auto;
 945      right: 0;
 946      border-left-color: #FFFFFF;
 947      border-right-color: transparent;
 948  }
 949  
 950  [dir="rtl"] .yui3-skin-night .yui3-calendarnav-nextmonth,
 951  .yui3-skin-night [dir="rtl"] .yui3-calendarnav-nextmonth {
 952      left: 0;
 953      right: auto;
 954      border-right-color: #FFFFFF;
 955      border-left-color: transparent;
 956  }
 957  
 958  /*
 959  YUI 3.17.2 (build 9c3c78e)
 960  Copyright 2014 Yahoo! Inc. All rights reserved.
 961  Licensed under the BSD License.
 962  http://yuilibrary.com/license/
 963  */
 964  
 965  .yui3-skin-night .yui3-tabview-panel{
 966      background-color:#333333;
 967      color:#808080;
 968      padding:1px;
 969  }
 970  .yui3-skin-night .yui3-tab-panel p{
 971      margin:10px;
 972  }
 973  .yui3-skin-night .yui3-tabview-list {
 974      background-color:#0f0f0f;
 975      border-top:1px solid #000;
 976      text-align:center;
 977      height:46px;
 978      background: -moz-linear-gradient(
 979          0% 100% 90deg, 
 980          #0f0f0f 0%, 
 981          #1e1e1e 96%,
 982          #292929 100%
 983      );
 984      background: -webkit-gradient(
 985          linear,
 986          left bottom,
 987          left top,
 988          from(#0f0f0f),
 989          color-stop(0.96, #1e1e1e),
 990          to(#292929)     
 991      );
 992  }
 993  
 994  .yui3-skin-night .yui3-tabview-list li {
 995      margin-top:8px;
 996  }
 997  .yui3-skin-night .yui3-tabview-list li a{
 998      border:solid 1px #0c0c0c;
 999      border-right-style:none;
1000  
1001      -moz-box-shadow: 0 1px #222222; 
1002      -webkit-box-shadow: 0 1px #222222;
1003      box-shadow: 0 1px #222222; 
1004  
1005      text-shadow: 0 -1px 0 rgba(0,0,0,0.7);
1006      font-size:85%;
1007      text-align:center;
1008      color: #fff;
1009      padding: 6px 28px;
1010      background-color:#555658;
1011      background: -moz-linear-gradient(
1012          0% 100% 90deg, 
1013          #343536 0%, 
1014          #555658 96%,
1015          #3E3F41 100%
1016      );
1017      background: -webkit-gradient(
1018          linear,
1019          left bottom,
1020          left top,
1021          from(#343536),
1022          color-stop(0.96, #555658),
1023          to(#3E3F41)     
1024      );
1025  }
1026  .yui3-skin-night .yui3-tabview-list li.yui3-tab-selected a {
1027      background-color:#2B2D2D;
1028      background: -moz-linear-gradient(
1029          0% 100% 90deg, 
1030          #242526 0%, 
1031          #3b3c3d 96%,
1032          #2C2D2F 100%
1033      );
1034      background: -webkit-gradient(
1035          linear,
1036          left bottom,
1037          left top,
1038          from(#242526),
1039          color-stop(0.96, #3b3c3d),
1040          to(#2C2D2F)     
1041      );
1042  }
1043  .yui3-skin-night .yui3-tabview-list li:first-child a{
1044      -moz-border-radius:6px 0 0 6px;
1045      -webkit-border-radius:6px 0 0 6px;
1046      border-radius:6px 0 0 6px;
1047  }
1048  .yui3-skin-night .yui3-tabview-list li:last-child a{
1049      border-right-style:solid;
1050      -moz-border-radius:0 6px 6px 0;
1051      -webkit-border-radius:0 6px 6px 0;
1052      border-radius:0 6px 6px 0;
1053  }
1054  
1055  /*
1056  YUI 3.17.2 (build 9c3c78e)
1057  Copyright 2014 Yahoo! Inc. All rights reserved.
1058  Licensed under the BSD License.
1059  http://yuilibrary.com/license/
1060  */
1061  
1062  /* basic skin styles */
1063  .yui3-skin-night .yui3-datatable {
1064      color:#8E8E8E;
1065      font-family: HelveticaNeue,arial,helvetica,clean,sans-serif;
1066  }
1067  .yui3-skin-night .yui3-datatable-table {
1068      border: 1px solid #323434;
1069      border-collapse: separate;
1070      border-spacing: 0;
1071      color: #8E8E8E;
1072      margin: 0;
1073      padding: 0;
1074  }
1075  
1076  .yui3-skin-night .yui3-datatable-caption {
1077      color: #474747;
1078      font: italic 85%/1 HelveticaNeue,arial,helvetica,clean,sans-serif;
1079      padding: 1em 0;
1080      text-align: center;
1081  }
1082  
1083  .yui3-skin-night .yui3-datatable-cell,
1084  .yui3-skin-night .yui3-datatable-header {
1085      border-left: 1px solid #303030;/*  inner column border */
1086      border-width: 0 0 0 1px;
1087      font-size: inherit;
1088      margin: 0;
1089      overflow: visible; /*to make ths where the title is really long work*/
1090      padding: 4px 10px 4px 10px; /* cell padding */
1091  }
1092  .yui3-skin-night .yui3-datatable-cell:first-child,
1093  .yui3-skin-night .yui3-datatable-first-header {
1094      border-left-width: 0;
1095  }
1096  
1097  .yui3-skin-night .yui3-datatable-header {
1098      /* header gradient */
1099      background-color:#3b3c3d;
1100  
1101      background: -moz-linear-gradient(
1102          0% 100% 90deg, 
1103          #242526 0%, 
1104          #3b3c3d 96%,
1105          #2C2D2F 100%
1106      );
1107      background: -webkit-gradient(
1108          linear,
1109          left bottom,
1110          left top,
1111          from(#242526),
1112          color-stop(0.96, #3b3c3d),
1113          to(#2C2D2F)     
1114      );
1115      color: #eee;
1116      font-weight: normal;
1117      text-align: left;
1118      vertical-align: bottom;
1119      white-space: nowrap;
1120  }
1121  
1122  /*
1123  striping:
1124     even - #0e0e0e (darkest)
1125     odd  - #1d1e1e (lighter)
1126  */
1127  .yui3-skin-night .yui3-datatable-cell {
1128      background-color: transparent;
1129  }
1130  .yui3-skin-night .yui3-datatable-even .yui3-datatable-cell {
1131      background-color: #0e0e0e;
1132  }
1133  .yui3-skin-night .yui3-datatable-odd .yui3-datatable-cell  {
1134      background-color: #1d1e1e;
1135  }
1136  
1137  /*
1138  YUI 3.17.2 (build 9c3c78e)
1139  Copyright 2014 Yahoo! Inc. All rights reserved.
1140  Licensed under the BSD License.
1141  http://yuilibrary.com/license/
1142  */
1143  
1144  .yui3-skin-night .yui3-datatable-sortable-column {
1145      cursor: pointer;
1146  }
1147  
1148  .yui3-skin-night .yui3-datatable-columns .yui3-datatable-sorted,
1149  .yui3-skin-night .yui3-datatable-sortable-column:hover {
1150      background-color: #4D4E4F;
1151      *background: #505152 url(../../../../assets/skins/night/sprite.png) repeat-x 0 -100px;
1152  
1153      background-image: -webkit-gradient(
1154          linear,
1155          0 0,
1156          0 100%,
1157          from(rgba(255,255,255, 0.2)),
1158          color-stop(40%, rgba(255,255,255, 0.1)),
1159          color-stop(80%, rgba(255,255,255, 0.01)),
1160          to(transparent));
1161  
1162      background-image: -webkit-linear-gradient(
1163          rgba(255,255,255, 0.2),
1164          rgba(255,255,255, 0.1) 40%,
1165          rgba(255,255,255, 0.01) 80%,
1166          transparent);
1167  
1168      background-image: -moz-linear-gradient(
1169          top,
1170          rgba(255,255,255, 0.2),
1171          rgba(255,255,255, 0.1) 40%,
1172          rgba(255,255,255, 0.01) 80%,
1173          transparent);
1174  
1175      background-image: -ms-linear-gradient(
1176          rgba(255,255,255, 0.2),
1177          rgba(255,255,255, 0.1) 40%,
1178          rgba(255,255,255, 0.01) 80%,
1179          transparent);
1180  
1181      background-image: -o-linear-gradient(
1182          rgba(255,255,255, 0.2),
1183          rgba(255,255,255, 0.1) 40%,
1184          rgba(255,255,255, 0.01) 80%,
1185          transparent);
1186  
1187      background-image: linear-gradient(
1188          rgba(255,255,255, 0.2),
1189          rgba(255,255,255, 0.1) 40%,
1190          rgba(255,255,255, 0.01) 80%,
1191          transparent);
1192  }
1193  
1194  .yui3-skin-night .yui3-datatable-sort-liner {
1195      display: block;
1196      height: 100%;
1197      position: relative;
1198      padding-right: 15px;
1199      position: relative;
1200  }
1201  
1202  .yui3-skin-night .yui3-datatable-sort-indicator {
1203      position: absolute;
1204      right: 0;
1205      bottom: .5ex;
1206      width: 7px;
1207      height: 10px;
1208      background: url(sort-arrow-sprite.png) no-repeat 0 0;
1209      _background: url(sort-arrow-sprite-ie.png) no-repeat 0 0;
1210      overflow: hidden;
1211  }
1212  
1213  .yui3-skin-night .yui3-datatable-sorted .yui3-datatable-sort-indicator {
1214      background-position: 0 -10px;
1215  }
1216  .yui3-skin-night .yui3-datatable-sorted-desc .yui3-datatable-sort-indicator {
1217      background-position: 0 -20px;
1218  }
1219  
1220  .yui3-skin-night .yui3-datatable-data .yui3-datatable-even .yui3-datatable-sorted {
1221      background-color: #262626;
1222      color: #B3B2B2;
1223  }
1224  
1225  .yui3-skin-night .yui3-datatable-data .yui3-datatable-odd .yui3-datatable-sorted {
1226      background-color: #393A3A;
1227      color: #CBCBCB;
1228  }
1229  
1230  /*
1231  YUI 3.17.2 (build 9c3c78e)
1232  Copyright 2014 Yahoo! Inc. All rights reserved.
1233  Licensed under the BSD License.
1234  http://yuilibrary.com/license/
1235  */
1236  
1237  .yui3-skin-night .yui3-datatable .yui3-datatable-highlight-row td {
1238      background-color: #38383f;
1239  }
1240  
1241  .yui3-skin-night .yui3-datatable tr .yui3-datatable-highlight-col {
1242      background-color: #38383f;
1243  }
1244  
1245  .yui3-skin-night .yui3-datatable tr .yui3-datatable-highlight-cell {
1246      background-color: #38383f;
1247  }
1248  /*
1249  YUI 3.17.2 (build 9c3c78e)
1250  Copyright 2014 Yahoo! Inc. All rights reserved.
1251  Licensed under the BSD License.
1252  http://yuilibrary.com/license/
1253  */
1254  
1255  .yui3-skin-night .yui3-widget-mask {
1256      background-color: black;
1257      zoom: 1;
1258      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
1259      filter: alpha(opacity=40);
1260      opacity: 0.4;
1261  }
1262  
1263  /*
1264  YUI 3.17.2 (build 9c3c78e)
1265  Copyright 2014 Yahoo! Inc. All rights reserved.
1266  Licensed under the BSD License.
1267  http://yuilibrary.com/license/
1268  */
1269  
1270  .yui3-skin-night .yui3-panel {
1271      color: #FFFFFF;
1272      font-family: HelveticaNeue, arial, helvetica, clean, sans-serif;
1273  }
1274  
1275  .yui3-skin-night .yui3-panel-content {
1276      background: #6D6E6E;
1277      -webkit-box-shadow: 0 0 20px #000;
1278      -moz-box-shadow: 0 0 20px #000;
1279      box-shadow: 0 0 20px #000;
1280      border: 1px solid black;
1281      -webkit-border-radius: 7px;
1282      -moz-border-radius: 7px;
1283      border-radius: 7px;
1284  }
1285  .yui3-skin-night .yui3-panel .yui3-widget-hd {
1286      padding: 11px 57px 11px 22px;   /* Room for close button. */
1287      min-height: 17px;               /* For the close button */
1288      _height: 17px;                  /* IE6 */
1289      -webkit-border-top-left-radius: 7px;
1290      -webkit-border-top-right-radius: 7px;
1291      -moz-border-radius-topleft: 7px;
1292      -moz-border-radius-topright: 7px;
1293      border-top-left-radius: 7px;
1294      border-top-right-radius: 7px;
1295      font-weight: bold;
1296      color: white;
1297      background-color: #555658;
1298      background: -moz-linear-gradient(
1299          0% 100% 90deg,
1300          #343536 0%,
1301          #555658 96%,
1302          #3E3F41 100%
1303      );
1304      background: -webkit-gradient(
1305          linear,
1306          left bottom,
1307          left top,
1308          from(#343536),
1309          color-stop(0.96, #555658),
1310          to(#3E3F41)
1311      );
1312  }
1313  .yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-widget-buttons {
1314      padding: 11px;
1315  }
1316  .yui3-skin-night .yui3-panel .yui3-widget-bd {
1317      padding: 11px 22px 17px;
1318  }
1319  .yui3-skin-night .yui3-panel .yui3-widget-ft {
1320      background-color: #575858;
1321      border-top: 1px solid #494A4A;
1322      padding: 6px 16px 8px;
1323      text-align: center;
1324      -webkit-border-bottom-right-radius: 7px;
1325      -webkit-border-bottom-left-radius: 7px;
1326      -moz-border-radius-bottomright: 7px;
1327      -moz-border-radius-bottomleft: 7px;
1328      border-bottom-right-radius: 7px;
1329      border-bottom-left-radius: 7px;
1330  }
1331  .yui3-skin-night .yui3-panel .yui3-widget-ft .yui3-widget-buttons {
1332      bottom: 0;
1333      position: relative;
1334      right: auto;
1335      width: 100%;
1336      text-align: center;
1337      padding-bottom: 0;
1338      margin-left: -5px;
1339      margin-right: -5px;
1340  }
1341  .yui3-skin-night .yui3-panel .yui3-widget-ft .yui3-button {
1342      margin: 5px;
1343  }
1344  
1345  /*
1346  Support for icon-based [x] "close" button in the header.
1347  
1348  Nicolas Gallagher: "CSS image replacement with pseudo-elements (NIR)"
1349  http://nicolasgallagher.com/css-image-replacement-with-pseudo-elements/
1350  */
1351  .yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-button-close {
1352      /* Reset base button styles */
1353      background: transparent;
1354      filter: none;
1355      border: none;
1356      -webkit-box-shadow: none;
1357      -moz-box-shadow: none;
1358      box-shadow: none;
1359  
1360      /* Structure */
1361      width: 22px;
1362      height: 17px;
1363      padding: 0;
1364      overflow: hidden;
1365      vertical-align: top;
1366      /* IE < 8 :( */
1367      *font-size: 0;
1368      *line-height: 0;
1369      *letter-spacing: -1000px;
1370      *color: #86A5EC;
1371      *background: url(sprite_icons.png) no-repeat center 3px;
1372  }
1373  .yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-button-close:hover {
1374      background-color: #333;
1375  }
1376  .yui3-skin-night .yui3-panel .yui3-widget-hd .yui3-button-close:before {
1377      /*
1378      Displays the [x] icon in place of the "Close" text.
1379      Note: The `width` of this pseudo element is the same as its "host" element.
1380      */
1381      content: url(sprite_icons.png);
1382      display: inline-block;
1383      text-align: center;
1384      font-size: 0;
1385      line-height: 0;
1386      width: 22px;
1387      margin: 3px 0 0 1px;
1388  }
1389  .yui3-skin-night .yui3-panel-hidden .yui3-widget-hd .yui3-button-close {
1390      /* Required for IE > 7 to deal with pseudo :before element */
1391      display: none;
1392  }
1393  
1394  /*
1395  YUI 3.17.2 (build 9c3c78e)
1396  Copyright 2014 Yahoo! Inc. All rights reserved.
1397  Licensed under the BSD License.
1398  http://yuilibrary.com/license/
1399  */
1400  
1401  
1402  /*
1403  YUI 3.17.2 (build 9c3c78e)
1404  Copyright 2014 Yahoo! Inc. All rights reserved.
1405  Licensed under the BSD License.
1406  http://yuilibrary.com/license/
1407  */
1408  
1409  .yui3-skin-night .yui3-scrollview {
1410      -webkit-tap-highlight-color: rgba(0,0,0,0);
1411  }
1412  
1413  .yui3-skin-night .yui3-scrollview{
1414      color:#fff;    
1415      background-color:#000;
1416  }
1417  
1418  .yui3-skin-night .yui3-scrollview-vert .yui3-scrollview-content {
1419      /*border:1px solid #303030; If the ScrollView needs a border add it here */
1420      border-top:0;
1421      background-color:#000;
1422      font-family: HelveticaNeue,arial,helvetica,clean,sans-serif;
1423      color:#fff;
1424  }
1425  
1426  /* For IE 6/7 - needs a background color (above) to pick up events, and zoom, to fill the UL */
1427  .yui3-skin-night .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-item {
1428      *zoom:1;
1429  }
1430  
1431  /* For IE7 - needs zoom, otherwise clipped content is not rendered */
1432  .yui3-skin-night .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-list {
1433      *zoom:1;
1434      list-style:none; /*need these since reset is not required*/
1435      padding:0; /*need these since reset is not required*/
1436      margin:0; /*need these since reset is not required*/
1437  }
1438  
1439  .yui3-skin-night .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-item {
1440      border-bottom: 1px solid #303030;
1441      padding: 15px 20px 16px;
1442      font-size: 100%;
1443      font-weight: bold;
1444      background-color:#151515;
1445      cursor:pointer;
1446  }
1447  
1448  .yui3-skin-night .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-list.selected{
1449      background-color:#2C2D2E;
1450      background: -moz-linear-gradient(
1451          0% 100% 90deg,    
1452          #252626 0%, 
1453          #333434 100%
1454      );
1455      background: -webkit-gradient(
1456          linear,
1457          left top,
1458          left bottom,
1459          from(#333434),
1460          to(#252626)     
1461      );
1462      border-top:solid 1px #4b4b4b;
1463      border-bottom:solid 1px #3e3f3f;
1464      margin-top:-1px;
1465  }
1466  
1467  /*
1468  YUI 3.17.2 (build 9c3c78e)
1469  Copyright 2014 Yahoo! Inc. All rights reserved.
1470  Licensed under the BSD License.
1471  http://yuilibrary.com/license/
1472  */
1473  
1474  /* Horizontal Slider */
1475  
1476  /* Use thumbUrl /build/slider-base/assets/skins/sam-dark/thumb-x.png */
1477  
1478  .yui3-skin-night .yui3-slider-x .yui3-slider-rail,
1479  .yui3-skin-night .yui3-slider-x .yui3-slider-rail-cap-left,
1480  .yui3-skin-night .yui3-slider-x .yui3-slider-rail-cap-right {
1481      background-image: url(rail-x.png);
1482      background-repeat: repeat-x;
1483      /* alternate: rail-x-lines.png */
1484  }
1485  
1486  .yui3-skin-night .yui3-slider-x .yui3-slider-rail {
1487      height: 26px;
1488  }
1489  .yui3-skin-night .yui3-slider-x .yui3-slider-thumb {
1490      height: 26px;
1491      width: 21px;
1492  }
1493  
1494  .yui3-skin-night .yui3-slider-x .yui3-slider-rail-cap-left {
1495      background-position: 0 -20px;
1496      height: 20px;
1497      left: -2px;
1498      width: 5px;
1499  }
1500  .yui3-skin-night .yui3-slider-x .yui3-slider-rail-cap-right {
1501      background-position: 0 -40px;
1502      height: 20px;
1503      right: -2px;
1504      width: 5px;
1505  }
1506  
1507  .yui3-skin-night .yui3-slider-x .yui3-slider-thumb-image {
1508      left: 0;
1509      top: -10px;
1510  }
1511  .yui3-skin-night .yui3-slider-x .yui3-slider-thumb-shadow {
1512      left: 0;
1513      opacity: 0.15;
1514      filter: alpha(opacity=15);
1515      top: -50px;
1516  }
1517  
1518  /* Vertical Slider */
1519  
1520  /* Use thumbUrl /build/slider-base/assets/skins/sam-dark/thumb-y.png */
1521  
1522  .yui3-skin-night .yui3-slider-y .yui3-slider-rail,
1523  .yui3-skin-night .yui3-slider-y .yui3-slider-rail-cap-top,
1524  .yui3-skin-night .yui3-slider-y .yui3-slider-rail-cap-bottom {
1525      background-image: url(rail-y.png);
1526      background-repeat: repeat-y;
1527      /* alternate: rail-y-lines.png */
1528  }
1529  
1530  .yui3-skin-night .yui3-slider-y .yui3-slider-rail {
1531      width: 26px;
1532  }
1533  .yui3-skin-night .yui3-slider-y .yui3-slider-thumb {
1534      width: 26px;
1535      height: 15px;
1536  }
1537  
1538  .yui3-skin-night .yui3-slider-y .yui3-slider-rail-cap-top {
1539      background-position: -20px 0;
1540      width: 20px;
1541      top: -2px;
1542      height: 5px;
1543  }
1544  .yui3-skin-night .yui3-slider-y .yui3-slider-rail-cap-bottom {
1545      background-position: -40px 0;
1546      width: 20px;
1547      bottom: -2px;
1548      height: 5px;
1549  }
1550  
1551  .yui3-skin-night .yui3-slider-y .yui3-slider-thumb-image {
1552      left: -10px;
1553      top: 0;
1554  }
1555  .yui3-skin-night .yui3-slider-y .yui3-slider-thumb-shadow {
1556      left: -50px;
1557      opacity: 0.15;
1558      filter: alpha(opacity=15);
1559      top: 0;
1560  }
1561  
1562  /*
1563  YUI 3.17.2 (build 9c3c78e)
1564  Copyright 2014 Yahoo! Inc. All rights reserved.
1565  Licensed under the BSD License.
1566  http://yuilibrary.com/license/
1567  */
1568  
1569  /* Horizontal Slider */
1570  
1571  /* Use thumbUrl /build/slider-base/assets/skins/night/thumb-x.png */
1572  
1573  .yui3-skin-night .yui3-slider-x .yui3-slider-rail,
1574  .yui3-skin-night .yui3-slider-x .yui3-slider-rail-cap-left,
1575  .yui3-skin-night .yui3-slider-x .yui3-slider-rail-cap-right {
1576      background-image: url(rail-x.png);
1577      background-repeat: repeat-x;
1578      /* alternate: rail-x-lines.png */
1579  }
1580  
1581  .yui3-skin-night .yui3-slider-x .yui3-slider-rail {
1582      height: 25px;
1583  }
1584  .yui3-skin-night .yui3-slider-x .yui3-slider-thumb {
1585      height: 26px;
1586      width: 21px;
1587  }
1588  
1589  .yui3-skin-night .yui3-slider-x .yui3-slider-rail-cap-left {
1590      background-position: 0 -20px;
1591      height: 20px;
1592      left: -5px;
1593      width: 5px;
1594  }
1595  .yui3-skin-night .yui3-slider-x .yui3-slider-rail-cap-right {
1596      background-position: 0 -40px;
1597      height: 20px;
1598      right: -5px;
1599      width: 5px;
1600  }
1601  
1602  .yui3-skin-night .yui3-slider-x .yui3-slider-thumb-image {
1603      left: 0;
1604      top: -10px;
1605  }
1606  .yui3-skin-night .yui3-slider-x .yui3-slider-thumb-shadow {
1607      left: 0;
1608      opacity: 0.15;
1609      filter: alpha(opacity=15);
1610      top: -50px;
1611  }
1612  
1613  /* Vertical Slider */
1614  
1615  /* Use thumbUrl /build/slider-base/assets/skins/night/thumb-y.png */
1616  
1617  .yui3-skin-night .yui3-slider-y .yui3-slider-rail,
1618  .yui3-skin-night .yui3-slider-y .yui3-slider-rail-cap-top,
1619  .yui3-skin-night .yui3-slider-y .yui3-slider-rail-cap-bottom {
1620      background-image: url(rail-y.png);
1621      background-repeat: repeat-y;
1622      /* alternate: rail-y-lines.png */
1623  }
1624  
1625  .yui3-skin-night .yui3-slider-y .yui3-slider-rail {
1626      width: 25px;
1627  }
1628  .yui3-skin-night .yui3-slider-y .yui3-slider-thumb {
1629      width: 26px;
1630      height: 21px;
1631  }
1632  
1633  .yui3-skin-night .yui3-slider-y .yui3-slider-rail-cap-top {
1634      background-position: -20px 0;
1635      width: 20px;
1636      top: -5px;
1637      height: 5px;
1638  }
1639  .yui3-skin-night .yui3-slider-y .yui3-slider-rail-cap-bottom {
1640      background-position: -40px 0;
1641      width: 20px;
1642      bottom: -5px;
1643      height: 5px;
1644  }
1645  
1646  .yui3-skin-night .yui3-slider-y .yui3-slider-thumb-image {
1647      left: -10px;
1648      top: 0;
1649  }
1650  .yui3-skin-night .yui3-slider-y .yui3-slider-thumb-shadow {
1651      left: -50px;
1652      opacity: 0.15;
1653      filter: alpha(opacity=15);
1654      top: 0;
1655  }
1656  
1657  /*
1658  YUI 3.17.2 (build 9c3c78e)
1659  Copyright 2014 Yahoo! Inc. All rights reserved.
1660  Licensed under the BSD License.
1661  http://yuilibrary.com/license/
1662  */
1663  
1664  
1665  /*
1666  YUI 3.17.2 (build 9c3c78e)
1667  Copyright 2014 Yahoo! Inc. All rights reserved.
1668  Licensed under the BSD License.
1669  http://yuilibrary.com/license/
1670  */
1671  
1672  .yui3-datatable-paginator {
1673      background: white url(../../../../assets/skins/night/sprite.png) repeat-x 0 0;
1674      background-image: -webkit-linear-gradient(transparent 40%, hsla(0, 0%, 0%, 0.21));
1675      background-image: -moz-linear-gradient(top, transparent 40%, hsla(0, 0%, 0%, 0.21));
1676      background-image: -ms-linear-gradient(transparent 40%, hsla(0, 0%, 0%, 0.21));
1677      background-image: -o-linear-gradient(transparent 40%, hsla(0, 0%, 0%, 0.21));
1678      background-image: linear-gradient(transparent 40%, hsla(0, 0%, 0%, 0.21));
1679  }
1680  
1681  .yui3-datatable-paginator .yui3-datatable-paginator-control {
1682      color: #242D42;
1683  }
1684  
1685  .yui3-datatable-paginator .yui3-datatable-paginator-control-first:hover,
1686  .yui3-datatable-paginator .yui3-datatable-paginator-control-last:hover,
1687  .yui3-datatable-paginator .yui3-datatable-paginator-control-prev:hover,
1688  .yui3-datatable-paginator .yui3-datatable-paginator-control-next:hover {
1689      box-shadow: 0 1px 2px #292442;
1690  }
1691  
1692  .yui3-datatable-paginator .yui3-datatable-paginator-control-first:active,
1693  .yui3-datatable-paginator .yui3-datatable-paginator-control-last:active,
1694  .yui3-datatable-paginator .yui3-datatable-paginator-control-prev:active,
1695  .yui3-datatable-paginator .yui3-datatable-paginator-control-next:active {
1696      box-shadow: inset 0 1px 1px #292442;
1697      background: #E0DEED;
1698      background: hsla(250, 30%, 90%, 0.3);
1699  }
1700  
1701  .yui3-datatable-paginator .yui3-datatable-paginator-control-disabled,
1702  .yui3-datatable-paginator .yui3-datatable-paginator-control-disabled:hover {
1703      color: #BDC7DB;
1704      border-color: transparent;
1705      box-shadow: none;
1706  }
1707  /*
1708  YUI 3.17.2 (build 9c3c78e)
1709  Copyright 2014 Yahoo! Inc. All rights reserved.
1710  Licensed under the BSD License.
1711  http://yuilibrary.com/license/
1712  */
1713  
1714  .yui3-skin-night .yui3-dial {    
1715      color:#fff;
1716  }
1717  
1718  .yui3-skin-night .yui3-dial-handle{ /*container. top left corner used for trig positioning*/
1719      background:#439EDE;
1720      opacity:0.3;
1721      -moz-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.9) inset;
1722      -webkit-box-shadow:1px 1px 1px rgba(0, 0, 0, 0.9) inset; /*Chrome 7/Win bug*/
1723      box-shadow:1px 1px 1px rgba(0, 0, 0, 0.9) inset;
1724      cursor:pointer;
1725      font-size:1px;
1726  }
1727  .yui3-skin-night .yui3-dial-ring {
1728      background:#595B5B;
1729      background:-moz-linear-gradient(0% 100% 315deg, #5E6060, #2D2E2F);
1730      background:-webkit-gradient(linear, 50% 0%, 100% 100%, from(#636666), to(#424344));
1731      -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.7) inset;
1732      -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7) inset; /*Chrome 7/Win bug*/
1733      box-shadow:1px 1px 5px rgba(0, 0, 0, 0.4) inset;
1734  }
1735  .yui3-skin-night .yui3-dial-center-button{
1736      -moz-box-shadow:-1px -1px 2px rgba(0, 0, 0, 0.3) inset, 1px 1px 2px rgba(0, 0, 0, 0.5);
1737      -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3) inset, 1px 1px 2px rgba(0, 0, 0, 0.5); /*Chrome 7/Win bug*/
1738      box-shadow:-1px -1px 2px rgba(0, 0, 0, 0.3) inset, 1px 1px 2px rgba(0, 0, 0, 0.5);
1739      background:#DDDBD4;
1740      background:-moz-radial-gradient(
1741          30% 30% 0deg, 
1742          circle farthest-side, 
1743          #999C9C 24%, 
1744          #898989 41%, 
1745          #535555 87%) 
1746          repeat scroll 0 0 transparent;
1747      background:-webkit-gradient(
1748          radial, 15 15, 15, 30 30, 40, 
1749          from(#999C9C), 
1750          to(#535555), 
1751          color-stop(.2,#898989));
1752      cursor:pointer;
1753      opacity:0.7;
1754      /*text-align:center;*/
1755  }
1756  .yui3-skin-night .yui3-dial-reset-string{
1757      color:#fff;
1758      font-size:72%;
1759      text-decoration:none;
1760  }
1761  .yui3-skin-night .yui3-dial-label{
1762      color:#CBCBCB;
1763      margin-bottom:0.8em;
1764  }
1765  .yui3-skin-night .yui3-dial-value-string{
1766      margin-left:0.5em;
1767      color:#DCDCDC;
1768      font-size:130%;
1769  }
1770  .yui3-skin-night .yui3-dial-value {
1771      visibility:hidden;
1772      position:absolute;
1773      top:0;
1774      left:102%;
1775      width:4em;
1776  }
1777  .yui3-skin-night .yui3-dial-north-mark{
1778      position:absolute;
1779      border-left:2px solid #434343;
1780      height:5px;
1781      left:50%;
1782      top:-7px;
1783      font-size:1px;    
1784  }
1785  .yui3-skin-night .yui3-dial-marker { 
1786      background-color:#A0D8FF;
1787      opacity:0.2;
1788      font-size:1px;
1789  }
1790  .yui3-skin-night .yui3-dial-marker-max-min{
1791      background-color:#FF0404;
1792      opacity:0.6;
1793  }
1794  .yui3-skin-night .yui3-dial-ring-vml,
1795  .yui3-skin-night .yui3-dial-center-button-vml,
1796  .yui3-skin-night .yui3-dial-marker v\:oval.yui3-dial-marker-max-min,
1797  .yui3-skin-night v\:oval.yui3-dial-marker-max-min,
1798  .yui3-skin-night .yui3-dial-marker-vml,
1799  .yui3-skin-night .yui3-dial-handle-vml {
1800      background: none;
1801      opacity:1;
1802  }
1803  /*
1804  YUI 3.17.2 (build 9c3c78e)
1805  Copyright 2014 Yahoo! Inc. All rights reserved.
1806  Licensed under the BSD License.
1807  http://yuilibrary.com/license/
1808  */
1809  
1810  .yui3-skin-night .yui3-datatable-message-content {
1811      background-color: #0e0e0e;
1812      border: 0 none;
1813      border-bottom: 1px solid #303030;
1814      padding: 4px 10px;
1815  }


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