root / trunk / web / dojo / dojox / image / resources / image.css @ 12
History | View | Annotate | Download (6.22 KB)
1 | 9 | andrej.cim | |
---|---|---|---|
2 | .dijitDialogUnderlay {
|
||
3 | background-color:#000; |
||
4 | } |
||
5 | .claro .dojoxLightbox, |
||
6 | .soria .dojoxLightbox, |
||
7 | .nihilo .dojoxLightbox, |
||
8 | .tundra .dojoxLightbox { |
||
9 | position:absolute; |
||
10 | z-index:999; |
||
11 | overflow:hidden; |
||
12 | width:100px; |
||
13 | height:100px; |
||
14 | border:11px solid #fff; |
||
15 | background:#fff url(images/loading.gif) no-repeat center center; |
||
16 | |||
17 | -webkit-box-shadow: 0px 6px 10px #636363; |
||
18 | -webkit-border-radius: 3px; |
||
19 | -moz-border-radius:4px; |
||
20 | border-radius: 4px; |
||
21 | } |
||
22 | .dojoxLightboxContainer {
|
||
23 | position:absolute; |
||
24 | top:0; left:0; |
||
25 | } |
||
26 | .dojoxLightboxFooter {
|
||
27 | padding-bottom:5px; |
||
28 | position:relative; |
||
29 | bottom:0; |
||
30 | left:0; |
||
31 | margin-top:8px; |
||
32 | color:#333; |
||
33 | z-index:1000; |
||
34 | font-size:10pt; |
||
35 | } |
||
36 | .dojoxLightboxGroupText {
|
||
37 | color:#666; |
||
38 | font-size:8pt; |
||
39 | } |
||
40 | .LightboxNext,
|
||
41 | .LightboxPrev,
|
||
42 | .LightboxClose {
|
||
43 | float:right; |
||
44 | width:16px; |
||
45 | height:16px; |
||
46 | cursor:pointer; |
||
47 | } |
||
48 | .nihilo .LightboxClose, |
||
49 | .tundra .LightboxClose { |
||
50 | background:url(images/close.png) no-repeat center center; |
||
51 | } |
||
52 | .di_ie6 .nihilo .LightboxClose, |
||
53 | .dj_ie6 .tundra .LightboxClose { |
||
54 | background:url(images/close.gif) no-repeat center center; |
||
55 | } |
||
56 | .nihilo .LightboxNext, |
||
57 | .tundra .LightboxNext { |
||
58 | background:url(images/right.png) no-repeat center center; |
||
59 | } |
||
60 | .dj_ie6 .nihilo .LightboxNext, |
||
61 | .dj_ie6 .tundra .LightboxNext { |
||
62 | background:url(images/right.gif) no-repeat center center; |
||
63 | } |
||
64 | .nihilo .LightboxPrev, |
||
65 | .tundra .LightboxPrev { |
||
66 | background:url(images/left.png) no-repeat center center; |
||
67 | } |
||
68 | .dj_ie6 .nihilo .LightboxPrev, |
||
69 | .dj_ie6 .tundra .LightboxPrev { |
||
70 | background:url(images/left.gif) no-repeat center center; |
||
71 | } |
||
72 | .soria .LightboxClose, |
||
73 | .soria .LightboxNext, |
||
74 | .soria .LightboxPrev { |
||
75 | width:15px; |
||
76 | height:15px; |
||
77 | background:url(../../../dijit/themes/soria/images/spriteRoundedIconsSmall.png) no-repeat center center; |
||
78 | background-position:-60px; |
||
79 | } |
||
80 | .soria .LightboxNext { |
||
81 | background-position:-30px 0; |
||
82 | } |
||
83 | .soria .LightboxPrev { |
||
84 | background-position:0 0; |
||
85 | } |
||
86 | .dojoxLightboxText {
|
||
87 | margin:0; padding:0; |
||
88 | } |
||
89 | .slideShowWrapper {
|
||
90 | position:relative; |
||
91 | background:#fff; |
||
92 | padding:8px; |
||
93 | border:1px solid #333; |
||
94 | padding-bottom:20px; |
||
95 | overflow:hidden; |
||
96 | -moz-border-radius:3pt; |
||
97 | -webkit-border-radius:4pt; |
||
98 | -webkit-drop-shadow:#ccc 4pt; |
||
99 | } |
||
100 | .slideShowNav {
|
||
101 | position:absolute; |
||
102 | bottom:-18px; |
||
103 | left:0px; |
||
104 | padding:0px 3px 2px 0px; |
||
105 | background-color:#fff; |
||
106 | width:100%; |
||
107 | } |
||
108 | .slideShowNavWrapper { float:right; } |
||
109 | .slideShowTitle {
|
||
110 | float:left; |
||
111 | color:#333; |
||
112 | font-size:10pt; |
||
113 | } |
||
114 | .slideShowTitle .slideShowCounterText { |
||
115 | font-size:6pt; color:#666; |
||
116 | } |
||
117 | .slideShowHidden {
|
||
118 | position:absolute; |
||
119 | display: none; |
||
120 | height: 1px; |
||
121 | width: 1px; |
||
122 | } |
||
123 | .slideShowImageWrapper {
|
||
124 | position:relative; |
||
125 | text-align: center; |
||
126 | margin-top: -42px; |
||
127 | float: left; |
||
128 | width: 100%; |
||
129 | } |
||
130 | .slideShowImageWrapper img { |
||
131 | border: 0px none; |
||
132 | } |
||
133 | .slideShowNotifier {
|
||
134 | background-color: red; |
||
135 | width: 100px; |
||
136 | height: 5px; |
||
137 | font-size: 1%; |
||
138 | } |
||
139 | .slideShowSlideShow {
|
||
140 | position:absolute; |
||
141 | top:30px; |
||
142 | padding: 0 5px; |
||
143 | border: 0px; |
||
144 | text-decoration: none; |
||
145 | color: #2e6ab1; |
||
146 | } |
||
147 | .slideShowLoading { background-color: #fad66a; } |
||
148 | .slideShowLoaded { background-color: transparent; } |
||
149 | .slideShowCtrlPrev {
|
||
150 | background-position: -96px 0px; |
||
151 | float: left; |
||
152 | } |
||
153 | .slideShowCtrlNext {
|
||
154 | background-position: -144px 0px; |
||
155 | float: right; |
||
156 | } |
||
157 | .slideShowCtrlPlay {
|
||
158 | background-position: -190px 0px; |
||
159 | position: absolute; |
||
160 | } |
||
161 | .slideShowPaused .slideShowCtrlPlay { |
||
162 | background-position: -236px 0px; |
||
163 | position: absolute; |
||
164 | } |
||
165 | .slideShowCtrl span.slideShowCtrlHide { |
||
166 | background-image: url(../../../dojo/resources/blank.gif); |
||
167 | cursor: auto; |
||
168 | } |
||
169 | .slideShowCtrl {
|
||
170 | height: 50px; |
||
171 | width: 100%; |
||
172 | position: relative; |
||
173 | z-index:999; |
||
174 | float: left; |
||
175 | } |
||
176 | .slideShowCtrl span { |
||
177 | width: 50px; |
||
178 | height: 100%; |
||
179 | background-image: url(images/buttons.png); |
||
180 | cursor: pointer; |
||
181 | } |
||
182 | .dj_ie .slideShowCtrl span { |
||
183 | background-image: url(images/buttons.gif); |
||
184 | } |
||
185 | .dj_ie6 .slideShowPager li.currentpage, |
||
186 | .dj_ie6 .pagination li.disablepage{ |
||
187 | |||
188 | margin-right: 5px; |
||
189 | padding-right: 0; |
||
190 | } |
||
191 | .thumbWrapper .thumbNav { |
||
192 | background-repeat: no-repeat; |
||
193 | background-position: center; |
||
194 | padding-top: 1px; |
||
195 | width: 30px; |
||
196 | height: 100%; |
||
197 | } |
||
198 | .thumbOuter {
|
||
199 | padding-bottom: 2px; |
||
200 | } |
||
201 | .thumbOuter.thumbHoriz { |
||
202 | width: 500px; |
||
203 | height: 85px; |
||
204 | } |
||
205 | .thumbOuter.thumbVert { |
||
206 | width: 100px; |
||
207 | height: 400px; |
||
208 | } |
||
209 | .thumbOuter .enabled { |
||
210 | background: transparent url(images/buttons.png) no-repeat center center; |
||
211 | } |
||
212 | .dj_ie6 .thumbOuter .enabled { background-image: url(images/buttons.gif); } |
||
213 | .thumbOuter .thumbNav img { |
||
214 | width: 48px; |
||
215 | height: 75px; |
||
216 | } |
||
217 | .thumbOuter .thumbClickable div { |
||
218 | cursor: pointer; |
||
219 | } |
||
220 | .thumbOuter .prevHoriz { |
||
221 | background-position: -96px 12px; |
||
222 | position: relative; |
||
223 | float: left; |
||
224 | height: 100%; |
||
225 | } |
||
226 | .thumbOuter .nextHoriz { |
||
227 | background-position: -144px 12px; |
||
228 | position: relative; |
||
229 | float: right; |
||
230 | height: 100%; |
||
231 | } |
||
232 | .thumbOuter .prevVert { |
||
233 | background-position: 0px 0px; |
||
234 | height: 48px; |
||
235 | width:48px; |
||
236 | margin-left:24px; |
||
237 | } |
||
238 | .thumbOuter .nextVert { |
||
239 | background-position: -48px 0px; |
||
240 | height: 48px; |
||
241 | width:48px; |
||
242 | margin-left:24px; |
||
243 | } |
||
244 | .thumbWrapper img { |
||
245 | height: 75px; |
||
246 | max-width: 100px; |
||
247 | width: expression(this.width > 100 ? 100: true); |
||
248 | } |
||
249 | .thumbWrapper .thumbNav .imageGalleryThumb { |
||
250 | height: 50px; |
||
251 | } |
||
252 | .thumbWrapper .thumbNotifier { |
||
253 | background-color: red; |
||
254 | width: 0px; |
||
255 | margin-left: 2px; |
||
256 | height: 5px; |
||
257 | font-size: 1%; |
||
258 | } |
||
259 | .thumbWrapper .thumbLoaded { |
||
260 | background-color: transparent; |
||
261 | } |
||
262 | .thumbScroller {
|
||
263 | overflow-x: hidden; |
||
264 | overflow-y: hidden; |
||
265 | text-align: center; |
||
266 | } |
||
267 | .thumbHoriz .thumbScroller { |
||
268 | width: 500px; |
||
269 | height: 85px; |
||
270 | float: left; |
||
271 | } |
||
272 | .thumbVert .thumbScroller { |
||
273 | height: 500px; |
||
274 | width: 100px; |
||
275 | } |
||
276 | .thumbWrapper {
|
||
277 | float: left; |
||
278 | } |
||
279 | .thumbVert .thumbWrapper { |
||
280 | width: 100px; |
||
281 | height: 10px; |
||
282 | } |
||
283 | .thumbHoriz .thumbWapper { |
||
284 | height:85px; |
||
285 | width: 10px; |
||
286 | } |
||
287 | .thumbWrapper.thumbHoriz div { |
||
288 | float: left; |
||
289 | padding-right: 2px; |
||
290 | } |
||
291 | .thumbWrapper.thumbVert { |
||
292 | width: 100px; |
||
293 | } |
||
294 | .thumbWrapper.thumbVert div { |
||
295 | padding-bottom: 2px; |
||
296 | } |
||
297 | .imageGalleryWrapper {
|
||
298 | padding-bottom: 20px; |
||
299 | text-align: center; |
||
300 | } |
||
301 | .dojoxBadge {
|
||
302 | position:relative; |
||
303 | } |
||
304 | .dojoxBadge .dojoxBadgeImage { |
||
305 | position:absolute; |
||
306 | top:0; left:0; |
||
307 | margin:0; |
||
308 | padding:0; |
||
309 | } |
||
310 | .dojoxBadge {
|
||
311 | margin:0; padding:0; |
||
312 | border:1px solid #eee; |
||
313 | } |
||
314 | .dojoxBadge .dojoxBadgeImage { |
||
315 | overflow:hidden; |
||
316 | margin-left:1px; |
||
317 | margin-top:1px; |
||
318 | background:#ededed; |
||
319 | z-index:90; |
||
320 | } |
||
321 | .dojoxBadge .dojoxBadgeSeen { |
||
322 | background-color:#dedede; |
||
323 | } |
||
324 | .dojoxBadge .dojoxBadgeOver { |
||
325 | background-color:green !important; |
||
326 | } |
||
327 | .dojoxBadge .dojoxBadgeTop { |
||
328 | z-index:99; |
||
329 | } |
||
330 | .glassNode {
|
||
331 | overflow:hidden; |
||
332 | position:absolute; |
||
333 | visibility:hidden; |
||
334 | } |