]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blob - wradmin/static/yui/carousel/assets/skins/sam/carousel-skin.css
Rename public directory to static.
[philipp/winterrodeln/wradmin.git] / wradmin / static / yui / carousel / assets / skins / sam / carousel-skin.css
1 /*
2 Copyright (c) 2009, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
5 version: 2.7.0
6 */
7 .yui-skin-sam .yui-carousel,
8 .yui-skin-sam .yui-carousel-vertical {
9     border: 1px solid #808080;
10 }
11
12 .yui-skin-sam .yui-carousel-nav {
13     background: url(../../../../assets/skins/sam/sprite.png) repeat-x 0 0;
14     padding: 3px;
15     text-align: right;
16 }
17
18 .yui-skin-sam .yui-carousel-button {
19     background: url(../../../../assets/skins/sam/sprite.png) no-repeat 0 -600px;
20     float: right;
21     height: 19px;
22     margin: 5px;
23     overflow: hidden;
24     width: 40px;
25 }
26
27 .yui-skin-sam .yui-carousel-vertical .yui-carousel-button {
28     background-position: 0 -800px;
29 }
30
31 .yui-skin-sam .yui-carousel-button-disabled {
32     background-position: 0 -2000px;
33 }
34
35 .yui-skin-sam .yui-carousel-vertical .yui-carousel-button-disabled {
36     background-position: 0 -2100px;
37 }
38
39 .yui-skin-sam .yui-carousel-button input,
40 .yui-skin-sam .yui-carousel-button button {
41     background-color: transparent;
42     border: 0;
43     cursor: pointer;
44     display: block;
45     height: 44px;
46     margin: -2px 0 0 -2px;
47     padding: 0 0 0 50px;
48 }
49
50 .yui-skin-sam span.yui-carousel-first-button {
51     background-position: 0px -550px;
52     margin-left: -100px;
53     margin-right: 50px;
54    *margin: 5px 5px 5px -90px;
55 }
56
57 .yui-skin-sam .yui-carousel-vertical span.yui-carousel-first-button {
58     background-position: 0px -750px;
59 }
60
61 .yui-skin-sam span.yui-carousel-first-button-disabled {
62     background-position: 0 -1950px;
63 }
64
65 .yui-skin-sam .yui-carousel-vertical span.yui-carousel-first-button-disabled {
66     background-position: 0 -2050px;
67 }
68
69 .yui-skin-sam .yui-carousel-nav ul {
70     float: right;
71     height: 19px;
72     margin: 0;
73     margin-left: -220px;
74     margin-right: 100px;
75    *margin-left: -160px;
76    *margin-right: 0;
77     padding: 0;
78 }
79
80 .yui-skin-sam .yui-carousel-min-width .yui-carousel-nav ul {
81     *margin-left: -170px;
82 }
83
84 .yui-skin-sam .yui-carousel-nav select {
85     position: relative;
86    *right: 50px;
87     top: 4px;
88 }
89
90 .yui-skin-sam .yui-carousel-vertical .yui-carousel-nav ul,
91 .yui-skin-sam .yui-carousel-vertical .yui-carousel-nav select {
92     float: none;
93     margin: 0;
94    *zoom: 1;
95 }
96
97 .yui-skin-sam .yui-carousel-nav ul li {
98     background: url(../../../../assets/skins/sam/sprite.png) no-repeat 0 -650px;
99     cursor: pointer;
100     float: left;
101     height: 9px;
102     list-style: none;
103     margin: 10px 0 0 5px;
104     overflow: hidden;
105     padding: 0;
106     width: 9px;
107 }
108
109 .yui-skin-sam .yui-carousel-nav ul:after {
110     clear: both;
111     content: "";
112     display: block;
113 }
114
115 .yui-skin-sam .yui-carousel-nav ul li a {
116     left: -10000px;
117     position: absolute;
118 }
119
120 .yui-skin-sam .yui-carousel-nav ul li.yui-carousel-nav-page-focus {
121     outline: 1px dotted #000;
122 }
123
124 .yui-skin-sam .yui-carousel-nav ul li.yui-carousel-nav-page-selected {
125     background-position: 0 -700px;
126 }
127
128 .yui-skin-sam .yui-carousel-item-loading {
129     background: url(ajax-loader.gif) no-repeat 50% 50%;
130     position: relative;
131     text-indent: -150px;
132 }