[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
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 { 9 -webkit-tap-highlight-color: rgba(0,0,0,0); 10 } 11 12 .yui3-skin-night .yui3-scrollview{ 13 color:#fff; 14 background-color:#000; 15 } 16 17 .yui3-skin-night .yui3-scrollview-vert .yui3-scrollview-content { 18 /*border:1px solid #303030; If the ScrollView needs a border add it here */ 19 border-top:0; 20 background-color:#000; 21 font-family: HelveticaNeue,arial,helvetica,clean,sans-serif; 22 color:#fff; 23 } 24 25 /* For IE 6/7 - needs a background color (above) to pick up events, and zoom, to fill the UL */ 26 .yui3-skin-night .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-item { 27 *zoom:1; 28 } 29 30 /* For IE7 - needs zoom, otherwise clipped content is not rendered */ 31 .yui3-skin-night .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-list { 32 *zoom:1; 33 list-style:none; /*need these since reset is not required*/ 34 padding:0; /*need these since reset is not required*/ 35 margin:0; /*need these since reset is not required*/ 36 } 37 38 .yui3-skin-night .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-item { 39 border-bottom: 1px solid #303030; 40 padding: 15px 20px 16px; 41 font-size: 100%; 42 font-weight: bold; 43 background-color:#151515; 44 cursor:pointer; 45 } 46 47 .yui3-skin-night .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-list.selected{ 48 background-color:#2C2D2E; 49 background: -moz-linear-gradient( 50 0% 100% 90deg, 51 #252626 0%, 52 #333434 100% 53 ); 54 background: -webkit-gradient( 55 linear, 56 left top, 57 left bottom, 58 from(#333434), 59 to(#252626) 60 ); 61 border-top:solid 1px #4b4b4b; 62 border-bottom:solid 1px #3e3f3f; 63 margin-top:-1px; 64 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |