1 | @charset "UTF-8"; |
---|
2 | :focus { |
---|
3 | outline: medium none; |
---|
4 | } |
---|
5 | html { |
---|
6 | height: 100%; |
---|
7 | overflow: hidden; |
---|
8 | } |
---|
9 | BODY { |
---|
10 | font-family: 'Tenor Sans',sans-serif; |
---|
11 | padding: 0px; |
---|
12 | margin: 0px; |
---|
13 | min-width: 800px; |
---|
14 | width: 100%; |
---|
15 | color: rgb(255, 255, 255); |
---|
16 | background: none repeat scroll 0% 0% rgb(34, 34, 34); |
---|
17 | outline: 2px dotted red; |
---|
18 | } |
---|
19 | H1, H3, INPUT.rateButtonSelected { |
---|
20 | color: rgb(255, 255, 255); |
---|
21 | } |
---|
22 | A, INPUT.rateButton { |
---|
23 | color: rgb(255, 255, 255); |
---|
24 | border: medium none; |
---|
25 | text-decoration: none; |
---|
26 | } |
---|
27 | A:hover { |
---|
28 | color: rgb(194, 194, 194); |
---|
29 | text-decoration: none; |
---|
30 | border-bottom: medium none; |
---|
31 | } |
---|
32 | FIELDSET { |
---|
33 | border: 0px none; |
---|
34 | } |
---|
35 | INPUT[type="submit"], INPUT[type="reset"] { |
---|
36 | cursor: pointer; |
---|
37 | background-color: rgb(85, 85, 85); |
---|
38 | background-image: linear-gradient(to bottom, rgb(85, 85, 85) 0%, rgb(44, 44, 44) 50%); |
---|
39 | margin: 0px 5px; |
---|
40 | padding-bottom: 4px; |
---|
41 | min-width: 150px; |
---|
42 | width: auto; |
---|
43 | height: 25px; |
---|
44 | text-align: center; |
---|
45 | color: rgb(197, 197, 197); |
---|
46 | border-radius: 8px 8px 8px 8px; |
---|
47 | -moz-border-radius: 8px 8px 8px 8px; |
---|
48 | -webkit-border-radius: 8px 8px 8px 8px; |
---|
49 | text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2); |
---|
50 | box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), 0px -1px 0px rgba(255, 255, 255, 0.4); |
---|
51 | -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), 0px -1px 0px rgba(255, 255, 255, 0.4); |
---|
52 | -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5), 0px -1px 0px rgba(255, 255, 255, 0.4); |
---|
53 | } |
---|
54 | INPUT[type="submit"]:hover, INPUT[type="reset"]:hover { |
---|
55 | color: rgb(131, 131, 131); |
---|
56 | background-color: rgb(119, 119, 119); |
---|
57 | background-image: -moz-linear-gradient(center top , rgb(119, 119, 119), rgb(51, 51, 51) 50%); |
---|
58 | } |
---|
59 | INPUT[type="submit"]:active, INPUT[type="reset"]:active { |
---|
60 | color: rgb(0, 0, 0); |
---|
61 | box-shadow: 1px 1px 10px rgb(0, 0, 0) inset, 0px 1px 0px rgba(255, 255, 255, 0.4); |
---|
62 | -moz-box-shadow: 1px 1px 10px rgb(0, 0, 0) inset, 0px 1px 0px rgba(255, 255, 255, 0.4); |
---|
63 | -webkit-box-shadow: 1px 1px 10px rgb(0, 0, 0) inset, 0px 1px 0px rgba(255, 255, 255, 0.4); |
---|
64 | } |
---|
65 | INPUT[type="text"], INPUT[type="password"], INPUT[type="file"] { |
---|
66 | margin: 0px 5px; |
---|
67 | padding: 0px; |
---|
68 | background: none repeat scroll 0px 0px rgb(255, 255, 255); |
---|
69 | min-width: 150px; |
---|
70 | width: auto; |
---|
71 | height: 22px; |
---|
72 | border: 0px none; |
---|
73 | color: rgb(0, 0, 0) ! important; |
---|
74 | border-radius: 3px 3px 3px 3px; |
---|
75 | -moz-border-radius: 3px 3px 3px 3px; |
---|
76 | -webkit-border-radius: 3px 3px 3px 3px; |
---|
77 | } |
---|
78 | INPUT[type="text"]:hover, INPUT[type="password"]:hover, INPUT[type="file"]:hover, SELECT:hover { |
---|
79 | background-color: rgb(229, 229, 229); |
---|
80 | background-image: -moz-linear-gradient(center top , rgb(229, 229, 229), rgb(255, 255, 255) 50%); |
---|
81 | } |
---|
82 | SELECT.categoryList:hover { |
---|
83 | background: none repeat scroll 0px 0px rgb(255, 255, 255); |
---|
84 | } |
---|
85 | SELECT { |
---|
86 | margin: 0px 5px; |
---|
87 | padding: 0px; |
---|
88 | background: none repeat scroll 0px 0px rgb(255, 255, 255); |
---|
89 | min-width: 150px; |
---|
90 | width: auto; |
---|
91 | height: 22px; |
---|
92 | border: 0px none; |
---|
93 | color: rgb(0, 0, 0) ! important; |
---|
94 | border-radius: 3px 0px 0px 3px; |
---|
95 | -moz-border-radius: 3px 0px 0px 3px; |
---|
96 | -webkit-border-radius: 3px 0px 0px 3px; |
---|
97 | } |
---|
98 | LEGEND { |
---|
99 | font-style: normal; |
---|
100 | font-weight: 700; |
---|
101 | font-size: 110%; |
---|
102 | margin-top: 25px; |
---|
103 | } |
---|
104 | |
---|
105 | /*_______________________________header______________________________________*/ |
---|
106 | #theHeader { |
---|
107 | font-size: 30px; |
---|
108 | color: rgb(204, 204, 204); |
---|
109 | position: relative; |
---|
110 | height: auto; |
---|
111 | width: 90%; |
---|
112 | margin: 0px auto; |
---|
113 | min-height: 120px; |
---|
114 | } |
---|
115 | #theHeader h1 { |
---|
116 | position: absolute; |
---|
117 | left: 30px; |
---|
118 | } |
---|
119 | #theHeader p { |
---|
120 | font-size: 15px; |
---|
121 | position: absolute; |
---|
122 | right: 80px; |
---|
123 | } |
---|
124 | .headbord { |
---|
125 | border-bottom: 1px solid rgb(51, 51, 51); |
---|
126 | } |
---|
127 | #imageHeaderBar { |
---|
128 | margin-bottom: 10px; |
---|
129 | padding-left: 15px; |
---|
130 | } |
---|
131 | /*_______________________________menu______________________________________*/ |
---|
132 | #menubar { |
---|
133 | color: rgb(179, 179, 179); |
---|
134 | font-size: 1.2em; |
---|
135 | height: 30px; |
---|
136 | min-width: 800px; |
---|
137 | background: none repeat scroll 0% 0% rgb(51, 51, 51); |
---|
138 | width: 90%; |
---|
139 | margin: 10px auto; |
---|
140 | display: block; |
---|
141 | float: none; |
---|
142 | position: relative; |
---|
143 | border: 1px solid rgb(20, 20, 20); |
---|
144 | border-radius: 5px 5px 5px 5px; |
---|
145 | -moz-border-radius: 5px 5px 5px 5px; |
---|
146 | -webkit-border-radius: 5px 5px 5px 5px; |
---|
147 | } |
---|
148 | #menubar FORM { |
---|
149 | margin: 0px; |
---|
150 | } |
---|
151 | #menubar UL { |
---|
152 | list-style: none outside none; |
---|
153 | margin: 0px; |
---|
154 | } |
---|
155 | .dd_wrapper, .cl_wrapper, .cc_wrapper, #menubar dt, #menubar dt a { |
---|
156 | float: left; |
---|
157 | padding: 3px 16px 6px; |
---|
158 | font-weight: normal; |
---|
159 | height: 21px; |
---|
160 | line-height: 21px; |
---|
161 | text-decoration: none; |
---|
162 | color: rgb(179, 179, 179); |
---|
163 | font-size: 16px; |
---|
164 | } |
---|
165 | .dd_wrapper:hover, .cl_wrapper:hover, .cc_wrapper:hover, .activate { |
---|
166 | z-index: 100; |
---|
167 | padding: 3px 16px 6px; |
---|
168 | text-shadow: none; |
---|
169 | cursor: default; |
---|
170 | background: none repeat scroll 0px 0px rgb(228, 228, 228); |
---|
171 | } |
---|
172 | #menubar dt a, #menubar dt a:hover { |
---|
173 | z-index: 100; |
---|
174 | padding: 0px; |
---|
175 | text-shadow: none; |
---|
176 | cursor: default; |
---|
177 | } |
---|
178 | span#menu_start { |
---|
179 | width: 85px; |
---|
180 | float: left; |
---|
181 | display: block; |
---|
182 | height: 30px; |
---|
183 | } |
---|
184 | span#menu_start a { |
---|
185 | background: url("images/menu/home_w.png") no-repeat scroll left top transparent; |
---|
186 | width: 52px; |
---|
187 | height: 30px; |
---|
188 | padding: 0px; |
---|
189 | margin: 0px 20px 0px 25px; |
---|
190 | display: block; |
---|
191 | line-height: 46px; |
---|
192 | } |
---|
193 | span#menu_start a:hover { |
---|
194 | background-position: left -30px; |
---|
195 | } |
---|
196 | span#menu_start a:active { |
---|
197 | background-position: left -60px; |
---|
198 | } |
---|
199 | #topnav { |
---|
200 | margin: 0px; |
---|
201 | padding: 0px 2px 0px 0px; |
---|
202 | list-style: none outside none; |
---|
203 | height: 30px; |
---|
204 | position: relative; |
---|
205 | z-index: 999; |
---|
206 | display: inline-block; |
---|
207 | } |
---|
208 | #topnav .liSub { |
---|
209 | float: left; |
---|
210 | position: relative; |
---|
211 | padding-right: 2px; |
---|
212 | } |
---|
213 | #topnav .sub, #topnav #loger { |
---|
214 | position: absolute; |
---|
215 | top: 30px; |
---|
216 | margin-left: 0px; |
---|
217 | background: none repeat scroll 0% 0% rgb(121, 121, 121); |
---|
218 | padding: 5px 8px 10px 5px; |
---|
219 | float: left; |
---|
220 | max-width: 100em; |
---|
221 | min-width: 200px; |
---|
222 | display: none; |
---|
223 | max-height: 500px; |
---|
224 | } |
---|
225 | #topnav #loger { |
---|
226 | z-index: 50; |
---|
227 | } |
---|
228 | .sub { |
---|
229 | z-index: 100; |
---|
230 | max-width: 600px; |
---|
231 | } |
---|
232 | .sub p { |
---|
233 | color: rgb(179, 179, 179); |
---|
234 | font-size: 13px; |
---|
235 | text-shadow: none; |
---|
236 | text-transform: none; |
---|
237 | } |
---|
238 | .sub a { |
---|
239 | color: rgb(179, 179, 179); |
---|
240 | } |
---|
241 | .sub a:hover { |
---|
242 | color: rgb(179, 179, 179); |
---|
243 | } |
---|
244 | ul#topnav .sub ul li, ul#topnav #loger ul li, ul#topnav .sub #menuTagCloud div { |
---|
245 | width: 95%; |
---|
246 | color: rgb(179, 179, 179); |
---|
247 | background: none repeat scroll 0% 0% transparent; |
---|
248 | font-size: 10px; |
---|
249 | margin-bottom: 2px; |
---|
250 | border: 1px solid rgb(203, 203, 203); |
---|
251 | border-radius: 10px 10px 10px 10px; |
---|
252 | -moz-border-radius: 10px 10px 10px 10px; |
---|
253 | -webkit-border-radius: 10px 10px 10px 10px; |
---|
254 | } |
---|
255 | ul#topnav .sub ul li a, ul#topnav #loger ul li a { |
---|
256 | float: none; |
---|
257 | text-indent: 0px; |
---|
258 | height: auto; |
---|
259 | margin: 0px 8px; |
---|
260 | display: block; |
---|
261 | text-decoration: none; |
---|
262 | color: rgb(179, 179, 179); |
---|
263 | font-size: 1.2em; |
---|
264 | text-shadow: none; |
---|
265 | text-transform: none; |
---|
266 | line-height: 17px; |
---|
267 | padding: 0px 0px 0px 15px; |
---|
268 | } |
---|
269 | ul#topnav .sub ul .level1 li, ul#topnav .sub ul .level1 li .selected { |
---|
270 | border: medium none; |
---|
271 | background: none repeat scroll 0% 0% transparent; |
---|
272 | } |
---|
273 | ul#topnav .sub ul li.selected a { |
---|
274 | background: url("images/menu/navlist_arrow_select.png") no-repeat scroll 4px 5px transparent; |
---|
275 | color: rgb(179, 179, 179); |
---|
276 | text-decoration: none; |
---|
277 | border: medium none; |
---|
278 | } |
---|
279 | ul#topnav .sub ul li a:hover, ul#topnav .sub #menuTagCloud div a:hover { |
---|
280 | color: rgb(196, 196, 196); |
---|
281 | background: url("images/menu/navlist_arrow_hover.png") no-repeat scroll 4px 5px transparent; |
---|
282 | } |
---|
283 | ul#topnav li .sub ul, ul#topnav #loger ul { |
---|
284 | list-style: none outside none; |
---|
285 | margin: 0px 5px 0px 10px; |
---|
286 | padding: 0px; |
---|
287 | } |
---|
288 | .level2, .level3, .level4, .level5 { |
---|
289 | border: medium none ! important; |
---|
290 | } |
---|
291 | .mcol { |
---|
292 | width: 100%; |
---|
293 | } |
---|
294 | .menubarFilter { |
---|
295 | margin: 0px; |
---|
296 | } |
---|
297 | #menu_cat_act { |
---|
298 | border-bottom: 1px solid rgb(203, 203, 203); |
---|
299 | margin-bottom: 5px; |
---|
300 | height: 30px; |
---|
301 | } |
---|
302 | #filter { |
---|
303 | width: 26px; |
---|
304 | height: 26px; |
---|
305 | background: none repeat scroll 0% 0% transparent; |
---|
306 | padding-left: 2px; |
---|
307 | } |
---|
308 | #nbImg { |
---|
309 | height: 30px; |
---|
310 | float: right; |
---|
311 | line-height: 10px; |
---|
312 | } |
---|
313 | #menuTagCloud a { |
---|
314 | text-decoration: none; |
---|
315 | text-shadow: none; |
---|
316 | z-index: 200; |
---|
317 | } |
---|
318 | #quickconnect { |
---|
319 | width: 225px; |
---|
320 | } |
---|
321 | #search { |
---|
322 | right: 4px; |
---|
323 | height: 22px; |
---|
324 | display: inline-block; |
---|
325 | position: absolute; |
---|
326 | width: 220px; |
---|
327 | margin-top: 4px; |
---|
328 | } |
---|
329 | #quicksearch { |
---|
330 | width: 240px; |
---|
331 | float: left; |
---|
332 | } |
---|
333 | #quicksearch input[type="text"] { |
---|
334 | background: none repeat scroll 0% 0% rgb(121, 121, 121); |
---|
335 | border: 1px solid rgb(175, 175, 175); |
---|
336 | float: left; |
---|
337 | width: 172px; |
---|
338 | height: 22px; |
---|
339 | padding: 0px 0px 0px 4px; |
---|
340 | margin: 0px 1px 0px 0px; |
---|
341 | font-size: 100%; |
---|
342 | color: rgb(179, 179, 179) ! important; |
---|
343 | min-width: 0px; |
---|
344 | } |
---|
345 | #quicksearch input[type="submit"] { |
---|
346 | float: left; |
---|
347 | padding: 0px; |
---|
348 | border: 0px none; |
---|
349 | height: 24px; |
---|
350 | width: 23px; |
---|
351 | background: url("images/menu/search.png") no-repeat scroll right top transparent; |
---|
352 | font-size: 13px; |
---|
353 | cursor: pointer; |
---|
354 | min-width: 0px; |
---|
355 | margin-left: 2px; |
---|
356 | border-radius: 0px 0px 0px 0px; |
---|
357 | -moz-border-radius: 0px 0px 0px 0px; |
---|
358 | -webkit-border-radius: 0px 0px 0px 0px; |
---|
359 | box-shadow: none; |
---|
360 | -moz-box-shadow: none; |
---|
361 | -webkit-box-shadow: none; |
---|
362 | } |
---|
363 | #quicksearch input[type="submit"]:hover { |
---|
364 | background-position: right bottom; |
---|
365 | } |
---|
366 | #loger { |
---|
367 | line-height: 25px; |
---|
368 | width: 220px; |
---|
369 | position: absolute; |
---|
370 | top: 30px; |
---|
371 | background: none repeat scroll 0% 0% rgb(255, 255, 255); |
---|
372 | padding: 10px; |
---|
373 | float: left; |
---|
374 | max-width: 100em; |
---|
375 | min-width: 200px; |
---|
376 | display: none; |
---|
377 | z-index: 0; |
---|
378 | } |
---|
379 | #loger p { |
---|
380 | margin-bottom: 20px; |
---|
381 | } |
---|
382 | #quickconnect #log { |
---|
383 | margin-bottom: 20px; |
---|
384 | } |
---|
385 | #log div { |
---|
386 | margin: 0px; |
---|
387 | } |
---|
388 | #log INPUT { |
---|
389 | width: 100%; |
---|
390 | height: 22px; |
---|
391 | margin: 0px; |
---|
392 | } |
---|
393 | #go { |
---|
394 | width: 100%; |
---|
395 | } |
---|
396 | #go INPUT[type="submit"] { |
---|
397 | height: 32px; |
---|
398 | display: block; |
---|
399 | margin: 18px auto; |
---|
400 | width: 50%; |
---|
401 | } |
---|
402 | #log #remember_me { |
---|
403 | width: auto; |
---|
404 | height: auto; |
---|
405 | } |
---|
406 | .close { |
---|
407 | cursor: pointer; |
---|
408 | height: 16px; |
---|
409 | width: 16px; |
---|
410 | background: url("images/menu/close.png") no-repeat scroll 0% 0% transparent; |
---|
411 | float: right; |
---|
412 | } |
---|
413 | .close:hover { |
---|
414 | background: url("images/menu/close.png") no-repeat scroll 0px -16px transparent; |
---|
415 | } |
---|
416 | /*_______________________________content______________________________________*/ |
---|
417 | #the_page { |
---|
418 | height: 900px; |
---|
419 | } |
---|
420 | #content { |
---|
421 | width: 90%; |
---|
422 | margin: 20px auto; |
---|
423 | } |
---|
424 | .contentWithMenu { |
---|
425 | margin: 0px auto; |
---|
426 | } |
---|
427 | .thumbnailCategories { |
---|
428 | background: none repeat scroll 0% 0% rgb(51, 51, 51); |
---|
429 | border: 1px solid rgb(20, 20, 20); |
---|
430 | border-radius: 5px 5px 5px 5px; |
---|
431 | -moz-border-radius: 5px 5px 5px 5px; |
---|
432 | -webkit-border-radius: 5px 5px 5px 5px; |
---|
433 | margin-bottom: 20px; |
---|
434 | } |
---|
435 | .content .titrePage { |
---|
436 | margin: 10px; |
---|
437 | height: auto; |
---|
438 | } |
---|
439 | .blockConteneur { |
---|
440 | background: none repeat scroll 0% 0% rgb(51, 51, 51); |
---|
441 | border: 1px solid rgb(20, 20, 20); |
---|
442 | border-radius: 5px 5px 5px 5px; |
---|
443 | -moz-border-radius: 5px 5px 5px 5px; |
---|
444 | -webkit-border-radius: 5px 5px 5px 5px; |
---|
445 | } |
---|
446 | .thumbnailCategory { |
---|
447 | margin: 40px auto; |
---|
448 | padding: 10px; |
---|
449 | display: table; |
---|
450 | } |
---|
451 | .illustration { |
---|
452 | position: relative; |
---|
453 | margin: 0px; |
---|
454 | } |
---|
455 | .illustration img { |
---|
456 | box-shadow: 10px 10px 5px 0px rgb(0, 0, 0); |
---|
457 | -moz-box-shadow: 10px 10px 5px 0px rgb(0, 0, 0); |
---|
458 | -webkit-box-shadow: 10px 10px 5px 0px rgb(0, 0, 0); |
---|
459 | border-radius: 5px 5px 5px 5px; |
---|
460 | -moz-border-radius: 5px 5px 5px 5px; |
---|
461 | -webkit-border-radius: 5px 5px 5px 5px; |
---|
462 | float: left; |
---|
463 | } |
---|
464 | .content ul.thumbnails .wrap1 { |
---|
465 | display: inline-block; |
---|
466 | margin: 20px 20px 5px; |
---|
467 | text-align: center; |
---|
468 | vertical-align: top; |
---|
469 | } |
---|
470 | .content UL.thumbnails .wrap2 { |
---|
471 | height: 140px; |
---|
472 | } |
---|
473 | .thumbnail { |
---|
474 | position: relative; |
---|
475 | } |
---|
476 | .thumbnailCategory DIV.description, .thumbnailCategory DIV.description_main { |
---|
477 | background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.5); |
---|
478 | overflow: hidden; |
---|
479 | color: rgb(255, 255, 255); |
---|
480 | position: absolute; |
---|
481 | top: 0px; |
---|
482 | right: 0px; |
---|
483 | z-index: 100; |
---|
484 | width: 35%; |
---|
485 | height: 100%; |
---|
486 | border-radius: 0px 5px 5px 0px; |
---|
487 | -moz-border-radius: 0px 5px 5px 0px; |
---|
488 | -webkit-border-radius: 0px 5px 5px 0px; |
---|
489 | border-left: 1px solid rgba(0, 0, 0, 0.51); |
---|
490 | } |
---|
491 | .description_stuffs { |
---|
492 | background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.5); |
---|
493 | overflow: hidden; |
---|
494 | color: rgb(255, 255, 255); |
---|
495 | position: absolute; |
---|
496 | top: 0px; |
---|
497 | right: 0px; |
---|
498 | z-index: 100; |
---|
499 | width: 100%; |
---|
500 | height: auto; |
---|
501 | border-radius: 5px 5px 0px 0px; |
---|
502 | -moz-border-radius: 5px 5px 0px 0px; |
---|
503 | -webkit-border-radius: 5px 5px 0px 0px; |
---|
504 | } |
---|
505 | .description_stuffs .thumbLegend { |
---|
506 | height: auto ! important; |
---|
507 | } |
---|
508 | .thumbnails SPAN.thumbLegend { |
---|
509 | height: 80px; |
---|
510 | padding: 5px; |
---|
511 | } |
---|
512 | .thumbnailCategory .description H3 { |
---|
513 | font-size: 130%; |
---|
514 | padding: 5px 10px; |
---|
515 | } |
---|
516 | .thumbnailCategory .description P { |
---|
517 | margin-bottom: 2px; |
---|
518 | padding: 5px 10px; |
---|
519 | } |
---|
520 | .thumbnails { |
---|
521 | margin-top: 20px; |
---|
522 | border: 1px solid rgb(20, 20, 20); |
---|
523 | border-radius: 5px 5px 5px 5px; |
---|
524 | -moz-border-radius: 5px 5px 5px 5px; |
---|
525 | -webkit-border-radius: 5px 5px 5px 5px; |
---|
526 | background: none repeat scroll 0% 0% rgb(51, 51, 51); |
---|
527 | } |
---|
528 | .thumbnailCategories LI { |
---|
529 | float: none; |
---|
530 | width: auto; |
---|
531 | } |
---|
532 | .commentElement .description { |
---|
533 | padding: 10px; |
---|
534 | } |
---|
535 | #comments { |
---|
536 | background: none repeat scroll 0% 0% rgb(51, 51, 51); |
---|
537 | border: 1px solid rgb(20, 20, 20); |
---|
538 | border-radius: 5px 5px 5px 5px; |
---|
539 | -moz-border-radius: 5px 5px 5px 5px; |
---|
540 | -webkit-border-radius: 5px 5px 5px 5px; |
---|
541 | margin: 40px auto; |
---|
542 | width: 90%; |
---|
543 | } |
---|
544 | .switchBox { |
---|
545 | background: none repeat scroll 0% 0% rgb(51, 51, 51); |
---|
546 | z-index: 150; |
---|
547 | border: 1px solid rgb(20, 20, 20); |
---|
548 | } |
---|
549 | .browsePath { |
---|
550 | display: block; |
---|
551 | } |
---|
552 | #slideshow { |
---|
553 | width: 90%; |
---|
554 | margin: 0px auto; |
---|
555 | } |
---|
556 | .content .calendarBar { |
---|
557 | height: 20px; |
---|
558 | padding-top: 5px; |
---|
559 | margin: 0px; |
---|
560 | } |
---|
561 | #imageToolBar .imageNumber{ |
---|
562 | margin-top: -25px; |
---|
563 | } |
---|
564 | #imageToolBar .actionButtons { |
---|
565 | margin-left: 50px; |
---|
566 | z-index: 120; |
---|
567 | } |
---|
568 | /*_______________________________slide______________________________________*/ |
---|
569 | #pageslide { |
---|
570 | display: none; |
---|
571 | position: fixed; |
---|
572 | top: 0px; |
---|
573 | height: 100%; |
---|
574 | z-index: 999999; |
---|
575 | background-color: rgb(51, 51, 51); |
---|
576 | color: rgb(255, 255, 255); |
---|
577 | overflow: hidden; |
---|
578 | padding: 0px; |
---|
579 | } |
---|
580 | .intabs { |
---|
581 | background: none repeat scroll 0% 0% rgb(34, 34, 34); |
---|
582 | width: 40px; |
---|
583 | border-right: 1px solid rgb(77, 77, 77); |
---|
584 | z-index: 120; |
---|
585 | top: 0px; |
---|
586 | position: absolute; |
---|
587 | left: 0px; |
---|
588 | transition: bottom 1s ease 0s, width 1s ease 0s, opacity 2s ease 0s; |
---|
589 | -moz-transition: bottom 1s ease 0s, width 1s ease 0s, opacity 2s ease 0s; |
---|
590 | -webkit-transition: bottom 1s ease 0s, width 1s ease 0s, opacity 2s ease 0s; |
---|
591 | -o-transition: bottom 1s ease 0s, width 1s ease 0s, opacity 2s ease 0s; |
---|
592 | opacity: 0; |
---|
593 | -ms-filter: "alpha(opacity=0)"; |
---|
594 | filter: alpha(opacity=0); |
---|
595 | zoom: 1; |
---|
596 | cursor: default; |
---|
597 | } |
---|
598 | .tabs { |
---|
599 | background: none repeat scroll 0% 0% rgb(34, 34, 34); |
---|
600 | z-index: 100; |
---|
601 | opacity: 0.7; |
---|
602 | -ms-filter: "alpha(opacity=70)"; |
---|
603 | filter: alpha(opacity=70); |
---|
604 | zoom: 1; |
---|
605 | display: block; |
---|
606 | height: 100%; |
---|
607 | } |
---|
608 | .tabs:hover { |
---|
609 | opacity: 0.5; |
---|
610 | -ms-filter: "alpha(opacity=50)"; |
---|
611 | filter: alpha(opacity=50); |
---|
612 | zoom: 1; |
---|
613 | } |
---|
614 | #sld_tab, #sld_tabIdent { |
---|
615 | font-size: 30px; |
---|
616 | position: relative; |
---|
617 | top: 50%; |
---|
618 | transform: rotate(-90deg) translateX(300px) translateY(-280px); |
---|
619 | -moz-transform: rotate(-90deg) translateX(300px) translateY(-280px); |
---|
620 | -webkit-transform: rotate(-90deg) translateX(300px) translateY(-280px); |
---|
621 | -o-transform: rotate(-90deg) translateX(300px) translateY(-280px); |
---|
622 | width: 600px; |
---|
623 | } |
---|
624 | #sld_tab div { |
---|
625 | display: none; |
---|
626 | } |
---|
627 | .hideTransi { |
---|
628 | opacity: 0; |
---|
629 | -ms-filter: "alpha(opacity=0)"; |
---|
630 | filter: alpha(opacity=0); |
---|
631 | zoom: 1; |
---|
632 | transition: bottom 1s ease 0s, width 1s ease 0s, opacity 2s ease 0s; |
---|
633 | -moz-transition: bottom 1s ease 0s, width 1s ease 0s, opacity 2s ease 0s; |
---|
634 | -webkit-transition: bottom 1s ease 0s, width 1s ease 0s, opacity 2s ease 0s; |
---|
635 | -o-transition: bottom 1s ease 0s, width 1s ease 0s, opacity 2s ease 0s; |
---|
636 | } |
---|
637 | .visibleTransi { |
---|
638 | opacity: 1; |
---|
639 | -ms-filter: "alpha(opacity=100)"; |
---|
640 | filter: alpha(opacity=100); |
---|
641 | zoom: 1; |
---|
642 | transition: bottom 1s ease 0s, width 1s ease 0s, opacity 3s ease 2s; |
---|
643 | -moz-transition: bottom 1s ease 0s, width 1s ease 0s, opacity 3s ease 2s; |
---|
644 | -webkit-transition: bottom 1s ease 0s, width 1s ease 0s, opacity 3s ease 2s; |
---|
645 | -o-transition: bottom 1s ease 0s, width 1s ease 0s, opacity 3s ease 2s; |
---|
646 | } |
---|
647 | .visible { |
---|
648 | opacity: 1; |
---|
649 | -ms-filter: "alpha(opacity=100)"; |
---|
650 | filter: alpha(opacity=100); |
---|
651 | zoom: 1; |
---|
652 | } |
---|
653 | /*_______________________________scrollbar______________________________________*/ |
---|
654 | .jspPane { |
---|
655 | position: absolute; |
---|
656 | } |
---|
657 | .jspContainer { |
---|
658 | overflow: hidden; |
---|
659 | position: relative; |
---|
660 | } |
---|
661 | .jspVerticalBar { |
---|
662 | position: absolute; |
---|
663 | top: 0px; |
---|
664 | right: 0px; |
---|
665 | width: 16px; |
---|
666 | height: 100%; |
---|
667 | } |
---|
668 | .jspHorizontalBar { |
---|
669 | position: absolute; |
---|
670 | bottom: 0px; |
---|
671 | left: 0px; |
---|
672 | width: 100%; |
---|
673 | height: 16px; |
---|
674 | background: none repeat scroll 0% 0% red; |
---|
675 | } |
---|
676 | .jspVerticalBar *, .jspHorizontalBar * { |
---|
677 | margin: 0px; |
---|
678 | padding: 0px; |
---|
679 | } |
---|
680 | .jspCap { |
---|
681 | display: none; |
---|
682 | } |
---|
683 | .jspHorizontalBar .jspCap { |
---|
684 | float: left; |
---|
685 | } |
---|
686 | .jspTrack { |
---|
687 | background: none repeat scroll 0% 0% rgb(34, 34, 34); |
---|
688 | position: relative; |
---|
689 | } |
---|
690 | .jspDrag { |
---|
691 | background: url("images/drag.png") no-repeat scroll 0% 0% transparent; |
---|
692 | position: relative; |
---|
693 | top: 0px; |
---|
694 | left: 0px; |
---|
695 | cursor: pointer; |
---|
696 | } |
---|
697 | .jspDrag:hover { |
---|
698 | background: url("images/dragH.png") no-repeat scroll 0% 0% transparent; |
---|
699 | } |
---|
700 | .jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { |
---|
701 | float: left; |
---|
702 | height: 100%; |
---|
703 | } |
---|
704 | .jspArrow { |
---|
705 | background: none repeat scroll 0% 0% rgb(80, 80, 109); |
---|
706 | text-indent: -20000px; |
---|
707 | display: block; |
---|
708 | cursor: pointer; |
---|
709 | } |
---|
710 | .jspArrow.jspDisabled { |
---|
711 | cursor: default; |
---|
712 | background: none repeat scroll 0% 0% rgb(128, 128, 141); |
---|
713 | } |
---|
714 | .jspVerticalBar .jspArrow { |
---|
715 | height: 16px; |
---|
716 | } |
---|
717 | .jspHorizontalBar .jspArrow { |
---|
718 | width: 16px; |
---|
719 | float: left; |
---|
720 | height: 100%; |
---|
721 | } |
---|
722 | .jspVerticalBar .jspArrow:focus { |
---|
723 | outline: medium none; |
---|
724 | } |
---|
725 | .jspCorner { |
---|
726 | background: none repeat scroll 0% 0% rgb(238, 238, 244); |
---|
727 | float: left; |
---|
728 | height: 100%; |
---|
729 | } |
---|
730 | * html .jspCorner { |
---|
731 | margin: 0px -3px 0px 0px; |
---|
732 | } |
---|
733 | .scrollpane { |
---|
734 | width: 100%; |
---|
735 | height: 100%; |
---|
736 | overflow: auto; |
---|
737 | } |
---|
738 | /*_______________________________plugin______________________________________*/ |
---|
739 | .stuffs_block { |
---|
740 | width: 100% ! important; |
---|
741 | } |
---|
742 | #mbContact .sub { |
---|
743 | display: none ! important; |
---|
744 | } |
---|
745 | #languageSwitchBox { |
---|
746 | background: none repeat scroll 0px 0px rgb(51, 51, 51) ! important; |
---|
747 | z-index: 1000 ! important; |
---|
748 | } |
---|