[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 /* 2 Copyright (c) 2011, Yahoo! Inc. All rights reserved. 3 Code licensed under the BSD License: 4 http://developer.yahoo.com/yui/license.html 5 version: 2.9.0 6 */ 7 .yui-carousel { 8 visibility: hidden; 9 overflow: hidden; 10 position: relative; 11 text-align: left; 12 zoom: 1; 13 } 14 15 .yui-carousel.yui-carousel-visible { 16 visibility: visible; 17 } 18 19 .yui-carousel-content { 20 overflow: hidden; 21 position: relative; 22 text-align:center; 23 } 24 25 .yui-carousel-element li { 26 border: 1px solid #ccc; 27 list-style: none; 28 margin: 1px; 29 overflow: hidden; 30 padding: 0; 31 position: absolute; 32 text-align: center; 33 } 34 35 .yui-carousel-vertical .yui-carousel-element li { 36 display: block; 37 float: none; 38 } 39 40 .yui-log .carousel { 41 background: #f2e886; 42 } 43 44 .yui-carousel-nav { 45 zoom: 1; 46 } 47 48 .yui-carousel-nav:after { 49 content: "."; 50 display: block; 51 height: 0; 52 clear: both; 53 visibility: hidden; 54 } 55 56 .yui-carousel-button-focus { 57 outline: 1px dotted #000; 58 } 59 60 .yui-carousel-min-width { 61 min-width: 115px; 62 } 63 64 .yui-carousel-element { 65 overflow: hidden; 66 position:relative; 67 margin: 0 auto; 68 padding:0; 69 text-align:left; 70 *margin:0; 71 } 72 73 .yui-carousel-horizontal .yui-carousel-element { 74 width: 320000px; 75 } 76 77 .yui-carousel-vertical .yui-carousel-element { 78 height:320000px; 79 } 80 81 .yui-skin-sam .yui-carousel-nav select { 82 position:static; 83 } 84 85 .yui-carousel .yui-carousel-item-selected { 86 border: 1px dashed #000; 87 margin: 1px; 88 }
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 |