[ 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-scrollview-scrollbar { 9 opacity: 1; 10 position: absolute; 11 width: 6px; 12 height: 10px; 13 } 14 15 .yui3-scrollview-scrollbar { 16 top: 0; 17 right: 1px; 18 } 19 20 .yui3-scrollview-scrollbar-horiz { 21 top:auto; 22 height: 8px; 23 width: 20px; 24 bottom: 1px; 25 left: 0; 26 } 27 28 .yui3-scrollview-scrollbar .yui3-scrollview-child { 29 position: absolute; 30 right: 0px; 31 display: block; 32 width: 100%; 33 height: 4px; 34 } 35 36 .yui3-scrollview-scrollbar .yui3-scrollview-first { 37 top: 0; 38 } 39 40 .yui3-scrollview-scrollbar .yui3-scrollview-last { 41 top: 0; 42 } 43 44 .yui3-scrollview-scrollbar .yui3-scrollview-middle { 45 position: absolute; 46 top: 4px; 47 height: 1px; 48 } 49 50 .yui3-scrollview-scrollbar-horiz .yui3-scrollview-child { 51 display:-moz-inline-stack; 52 display:inline-block; 53 zoom:1; 54 *display:inline; 55 56 top: 0; 57 left: 0; 58 bottom: auto; 59 right: auto; 60 } 61 62 .yui3-scrollview-scrollbar-horiz .yui3-scrollview-first, 63 .yui3-scrollview-scrollbar-horiz .yui3-scrollview-last { 64 width: 4px; 65 height: 6px; 66 } 67 68 .yui3-scrollview-scrollbar-horiz .yui3-scrollview-middle { 69 top: 0; 70 left: 4px; 71 width: 1px; 72 height: 6px; 73 } 74 75 .yui3-scrollview-scrollbar-vert-basic { 76 height:auto; 77 } 78 79 .yui3-scrollview-scrollbar-vert-basic .yui3-scrollview-child { 80 position:static; 81 _overflow:hidden; 82 _line-height:4px; 83 } 84 85 .yui3-scrollview-scrollbar-horiz-basic { 86 width:auto; 87 white-space:nowrap; 88 line-height:6px; 89 _overflow:hidden; 90 } 91 92 .yui3-scrollview-scrollbar-horiz-basic .yui3-scrollview-child { 93 position:static; 94 95 padding:0; 96 margin:0; 97 98 top:auto; 99 left:auto; 100 right:auto; 101 bottom:auto; 102 }
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 |