1 | /* ----------------------------------------------------------------------------- |
---|
2 | MINIMALIST |
---|
3 | A Gally's theme for Piwigo |
---|
4 | ------------------------------------------------------------------------------ |
---|
5 | file: gally/gally-minimalist/theme.css |
---|
6 | file version: 1.1.0 |
---|
7 | ------------------------------------------------------------------------------ |
---|
8 | author: grum at grum.fr |
---|
9 | << May the Little SpaceFrog be with you >> |
---|
10 | ------------------------------------------------------------------------------ |
---|
11 | Minimalist for template "Gally" |
---|
12 | ----------------------------------------------------------------------------- */ |
---|
13 | |
---|
14 | div.errors { |
---|
15 | background:#FFB0B0; |
---|
16 | border:4px solid #802020; |
---|
17 | color:#802020; |
---|
18 | padding:8px; |
---|
19 | } |
---|
20 | div.errors a { |
---|
21 | color:#800000; |
---|
22 | font-weight:bold; |
---|
23 | } |
---|
24 | div.errors button { |
---|
25 | color:#ffffff; |
---|
26 | background:#802020; |
---|
27 | } |
---|
28 | div.errors button:hover { |
---|
29 | color:#FFB0B0; |
---|
30 | } |
---|
31 | div.errors button:active { |
---|
32 | color:#802020; |
---|
33 | background:#ffffff; |
---|
34 | } |
---|
35 | |
---|
36 | |
---|
37 | div.infos { |
---|
38 | background:#B0FFB0; |
---|
39 | border:4px solid #208020; |
---|
40 | color:#208020; |
---|
41 | padding:8px; |
---|
42 | } |
---|
43 | div.infos a { |
---|
44 | color:#008000; |
---|
45 | font-weight:bold; |
---|
46 | } |
---|
47 | div.infos button { |
---|
48 | color:#ffffff; |
---|
49 | background:#208020; |
---|
50 | } |
---|
51 | div.infos button:hover { |
---|
52 | color:#B0FFB0; |
---|
53 | } |
---|
54 | div.infos button:active { |
---|
55 | color:#208020; |
---|
56 | background:#ffffff; |
---|
57 | } |
---|
58 | |
---|
59 | div.errors ul, div.infos ul { |
---|
60 | text-align:justify; |
---|
61 | padding-left:0px; |
---|
62 | } |
---|
63 | |
---|
64 | div.errors ul li, div.infos ul li { |
---|
65 | margin-bottom:4px; |
---|
66 | } |
---|
67 | |
---|
68 | div.ui-widget-overlay { |
---|
69 | background:#101010; |
---|
70 | opacity:0.88; |
---|
71 | filter:alpha(opacity:88); |
---|
72 | position:absolute; |
---|
73 | left:0px; |
---|
74 | top:0px; |
---|
75 | } |
---|
76 | |
---|
77 | .ui-dialog-buttonpane { |
---|
78 | margin-bottom:8px; |
---|
79 | } |
---|
80 | |
---|
81 | |
---|
82 | /* |
---|
83 | page |
---|
84 | */ |
---|
85 | |
---|
86 | body { |
---|
87 | background:#ffffff; |
---|
88 | color:#000000; |
---|
89 | font-size:14px; |
---|
90 | } |
---|
91 | |
---|
92 | #the_page { |
---|
93 | display:block; |
---|
94 | background:transparent; |
---|
95 | margin: auto auto auto 180px; |
---|
96 | position: relative; |
---|
97 | } |
---|
98 | |
---|
99 | #thePicturePage #the_page { |
---|
100 | margin: auto 40px; |
---|
101 | min-width: 0; |
---|
102 | position: relative; |
---|
103 | width: auto; |
---|
104 | } |
---|
105 | |
---|
106 | a { |
---|
107 | color: #666666; |
---|
108 | outline:none; |
---|
109 | } |
---|
110 | |
---|
111 | a:hover { |
---|
112 | color: #000000; |
---|
113 | } |
---|
114 | |
---|
115 | a:focus { |
---|
116 | outline:none; |
---|
117 | } |
---|
118 | |
---|
119 | |
---|
120 | a.button { |
---|
121 | -moz-border-radius:5px; |
---|
122 | -webkit-border-radius:5px; |
---|
123 | -khtml-border-radius:5px; |
---|
124 | border-radius:5px; |
---|
125 | display:block; |
---|
126 | display:inline-block; |
---|
127 | width:43px; |
---|
128 | height:43px; |
---|
129 | cursor:pointer; |
---|
130 | border: 2px solid transparent; |
---|
131 | } |
---|
132 | a.navButton { |
---|
133 | display:block; |
---|
134 | display:inline-block; |
---|
135 | width:16px; |
---|
136 | height:15px; |
---|
137 | cursor:pointer; |
---|
138 | border:1px solid transparent; |
---|
139 | border-radius:2px; |
---|
140 | } |
---|
141 | span.button { |
---|
142 | display: inline-block; |
---|
143 | cursor:pointer; |
---|
144 | } |
---|
145 | |
---|
146 | a.button, a.navButton, span.button { |
---|
147 | background-image:url(./../icon/buttons.png); |
---|
148 | background-repeat:no-repeat; |
---|
149 | } |
---|
150 | |
---|
151 | a.button:hover{ |
---|
152 | border:2px solid #000000; |
---|
153 | } |
---|
154 | |
---|
155 | |
---|
156 | |
---|
157 | /* index.tpl */ |
---|
158 | |
---|
159 | #icon_caddie { |
---|
160 | background-position:0px 0; |
---|
161 | } |
---|
162 | #icon_caddie:hover { |
---|
163 | background-position:0px 0px; |
---|
164 | } |
---|
165 | |
---|
166 | #icon_category_edit { |
---|
167 | background-position:-132px 0; |
---|
168 | } |
---|
169 | #icon_category_edit:hover { |
---|
170 | background-position:-132px 0px; |
---|
171 | } |
---|
172 | |
---|
173 | #icon_search_rules { |
---|
174 | background-position:-704px 0; |
---|
175 | } |
---|
176 | #icon_search_rules:hover { |
---|
177 | background-position:-704px 0px; |
---|
178 | } |
---|
179 | |
---|
180 | #icon_start_slideshow { |
---|
181 | background-position:-792px 0; |
---|
182 | } |
---|
183 | #icon_start_slideshow:hover { |
---|
184 | background-position:-792px 0px; |
---|
185 | } |
---|
186 | |
---|
187 | #icon_flat { |
---|
188 | background-position:-308px 0; |
---|
189 | } |
---|
190 | #icon_flat:hover { |
---|
191 | background-position:-308px 0px; |
---|
192 | } |
---|
193 | |
---|
194 | #icon_normal_mode { |
---|
195 | background-position:-528px 0; |
---|
196 | } |
---|
197 | #icon_normal_mode:hover { |
---|
198 | background-position:-528px 0px; |
---|
199 | } |
---|
200 | |
---|
201 | #icon_calendar { |
---|
202 | background-position:-44px 0; |
---|
203 | } |
---|
204 | #icon_calendar:hover { |
---|
205 | background-position:-44px 0px; |
---|
206 | } |
---|
207 | |
---|
208 | #icon_calendar_created { |
---|
209 | background-position:-88px 0; |
---|
210 | } |
---|
211 | #icon_calendar_created:hover { |
---|
212 | background-position:-88px 0px; |
---|
213 | } |
---|
214 | |
---|
215 | #icon_sort { |
---|
216 | background-position:-1892px 0; |
---|
217 | } |
---|
218 | #icon_sort:hover { |
---|
219 | background-position:-1892px 0px; |
---|
220 | } |
---|
221 | |
---|
222 | /* about.tpl */ |
---|
223 | /* comments.tpl */ |
---|
224 | /* identification.tpl */ |
---|
225 | /* nbm.tpl */ |
---|
226 | /* notification.tpl */ |
---|
227 | /* password.tpl */ |
---|
228 | /* tags.tpl */ |
---|
229 | /* profile.tpl */ |
---|
230 | /* register.tpl */ |
---|
231 | /* upload.tpl */ |
---|
232 | #icon_home { |
---|
233 | background-position:-396px 0; |
---|
234 | } |
---|
235 | #icon_home:hover { |
---|
236 | background-position:-396px 0px; |
---|
237 | } |
---|
238 | |
---|
239 | /* identification.tpl */ |
---|
240 | /* menubar_identification.tpl */ |
---|
241 | #icon_lost_password { |
---|
242 | background-position:-440px 0; |
---|
243 | } |
---|
244 | #icon_lost_password:hover { |
---|
245 | background-position:-440px 0px; |
---|
246 | } |
---|
247 | |
---|
248 | #icon_register, #icon_register2, #icon_register3 { |
---|
249 | background-position:-572px 0; |
---|
250 | } |
---|
251 | #icon_register:hover, #icon_register2:hover, #icon_register3:hover { |
---|
252 | background-position:-572px 0px; |
---|
253 | } |
---|
254 | |
---|
255 | #icon_lost_password, #icon_lost_password2, #icon_lost_password3 { |
---|
256 | background-position:-440px 0; |
---|
257 | } |
---|
258 | #icon_lost_password:hover, #icon_lost_password2:hover, #icon_lost_password3:hover { |
---|
259 | background-position:-440px 0px; |
---|
260 | } |
---|
261 | |
---|
262 | /* menubar_categories.tpl */ |
---|
263 | #icon_start_filter { |
---|
264 | background-position:-1936px 0px; |
---|
265 | width:16px; |
---|
266 | height:16px; |
---|
267 | } |
---|
268 | #icon_start_filter:hover { |
---|
269 | background-position:-1936px 0px; |
---|
270 | } |
---|
271 | |
---|
272 | #icon_stop_filter { |
---|
273 | background-position:-1958px 0px; |
---|
274 | width:16px; |
---|
275 | height:16px; |
---|
276 | } |
---|
277 | #icon_stop_filter:hover { |
---|
278 | background-position:-1958px 0px; |
---|
279 | } |
---|
280 | |
---|
281 | /* picture.tpl */ |
---|
282 | #icon_high_res { |
---|
283 | background-position:-264px 0; |
---|
284 | } |
---|
285 | #icon_high_res:hover { |
---|
286 | background-position:-264px 0px; |
---|
287 | } |
---|
288 | |
---|
289 | #icon_stop_slideshow { |
---|
290 | background-position:-748px 0; |
---|
291 | } |
---|
292 | #icon_stop_slideshow:hover { |
---|
293 | background-position:-748px 0px; |
---|
294 | } |
---|
295 | |
---|
296 | #icon_metadata { |
---|
297 | background-position:-484px 0; |
---|
298 | } |
---|
299 | #icon_metadata:hover { |
---|
300 | background-position:-484px 0px; |
---|
301 | } |
---|
302 | |
---|
303 | #icon_save { |
---|
304 | background-position:-660px 0; |
---|
305 | } |
---|
306 | #icon_save:hover { |
---|
307 | background-position:-660px 0px; |
---|
308 | } |
---|
309 | |
---|
310 | #icon_favorite { |
---|
311 | background-position:-176px 0; |
---|
312 | } |
---|
313 | #icon_favorite:hover { |
---|
314 | background-position:-176px 0px; |
---|
315 | } |
---|
316 | |
---|
317 | #icon_del_favorite { |
---|
318 | background-position:-220px 0; |
---|
319 | } |
---|
320 | #icon_del_favorite:hover { |
---|
321 | background-position:-220px 0px; |
---|
322 | } |
---|
323 | |
---|
324 | #icon_delall_favorite { |
---|
325 | background-position:-220px 0; |
---|
326 | } |
---|
327 | #icon_delall_favorite:hover { |
---|
328 | background-position:-220px 0px; |
---|
329 | } |
---|
330 | |
---|
331 | #icon_representative { |
---|
332 | background-position:-616px 0; |
---|
333 | } |
---|
334 | #icon_representative:hover { |
---|
335 | background-position:-616px 0px; |
---|
336 | } |
---|
337 | |
---|
338 | #icon_preferences { |
---|
339 | background-position:-132px 0; |
---|
340 | } |
---|
341 | #icon_preferences:hover { |
---|
342 | background-position:-132px 0px; |
---|
343 | } |
---|
344 | |
---|
345 | #icon_derivatives { |
---|
346 | background-position:-1848px 0; |
---|
347 | } |
---|
348 | #icon_derivatives:hover { |
---|
349 | background-position:-1848px 0px; |
---|
350 | } |
---|
351 | |
---|
352 | /* tags.tpl */ |
---|
353 | #icon_cloud { |
---|
354 | background-position:-836px 0; |
---|
355 | } |
---|
356 | #icon_cloud:hover { |
---|
357 | background-position:-836px 0px; |
---|
358 | } |
---|
359 | |
---|
360 | #icon_tag_letters { |
---|
361 | background-position:-880px 0; |
---|
362 | } |
---|
363 | #icon_tag_letters:hover { |
---|
364 | background-position:-880px 0px; |
---|
365 | } |
---|
366 | |
---|
367 | /* picture_nav_buttons.tpl */ |
---|
368 | #icon_last { |
---|
369 | background-position:-1144px 0; |
---|
370 | } |
---|
371 | #icon_last:hover { |
---|
372 | border-color:#000000; |
---|
373 | background-position:-1144px 0px; |
---|
374 | } |
---|
375 | #icon_last_unactive { |
---|
376 | background-position:-1144px -88px; |
---|
377 | cursor:default; |
---|
378 | } |
---|
379 | #icon_right { |
---|
380 | background-position:-1232px 0; |
---|
381 | } |
---|
382 | #icon_right:hover { |
---|
383 | border-color:#000000; |
---|
384 | background-position:-1232px 0px; |
---|
385 | } |
---|
386 | #icon_right_unactive { |
---|
387 | background-position:-1232px -88px; |
---|
388 | cursor:default; |
---|
389 | } |
---|
390 | #icon_play { |
---|
391 | background-position:-1364px 0; |
---|
392 | } |
---|
393 | #icon_play:hover { |
---|
394 | border-color:#000000; |
---|
395 | background-position:-1364px 0px; |
---|
396 | } |
---|
397 | |
---|
398 | #icon_pause { |
---|
399 | background-position:-1408px 0; |
---|
400 | } |
---|
401 | #icon_pause:hover { |
---|
402 | border-color:#000000; |
---|
403 | background-position:-1408px 0px; |
---|
404 | } |
---|
405 | |
---|
406 | #icon_up { |
---|
407 | background-position:-1320px 0; |
---|
408 | } |
---|
409 | #icon_up:hover { |
---|
410 | background-position:-1320px 0px; |
---|
411 | border-color:#000000; |
---|
412 | } |
---|
413 | |
---|
414 | #icon_left { |
---|
415 | background-position:-1276px 0; |
---|
416 | } |
---|
417 | #icon_left:hover { |
---|
418 | background-position:-1276px 0px; |
---|
419 | border-color:#000000; |
---|
420 | } |
---|
421 | #icon_left_unactive { |
---|
422 | background-position:-1276px -88px; |
---|
423 | cursor:default; |
---|
424 | } |
---|
425 | #icon_first { |
---|
426 | background-position:-1188px 0; |
---|
427 | } |
---|
428 | #icon_first:hover { |
---|
429 | background-position:-1188px 0px; |
---|
430 | border-color:#000000; |
---|
431 | } |
---|
432 | #icon_first_unactive { |
---|
433 | background-position:-1188px -88px; |
---|
434 | cursor:default; |
---|
435 | } |
---|
436 | |
---|
437 | #icon_start_repeat { |
---|
438 | background-position:-1496px 0; |
---|
439 | } |
---|
440 | #icon_start_repeat:hover { |
---|
441 | border-color:#000000; |
---|
442 | background-position:-1496px 0px; |
---|
443 | } |
---|
444 | |
---|
445 | #icon_stop_repeat { |
---|
446 | background-position:-1452px 0; |
---|
447 | } |
---|
448 | #icon_stop_repeat:hover { |
---|
449 | border-color:#000000; |
---|
450 | background-position:-1452px 0px; |
---|
451 | } |
---|
452 | |
---|
453 | #icon_dec_period { |
---|
454 | background-position:-1540px 0; |
---|
455 | } |
---|
456 | #icon_dec_period:hover { |
---|
457 | border-color:#000000; |
---|
458 | background-position:-1540px 0px; |
---|
459 | } |
---|
460 | #icon_dec_period_unactive { |
---|
461 | background-position:-1540px -88px; |
---|
462 | cursor:default; |
---|
463 | } |
---|
464 | #icon_inc_period { |
---|
465 | background-position:-1584px 0; |
---|
466 | } |
---|
467 | #icon_inc_period:hover { |
---|
468 | border-color:#000000; |
---|
469 | background-position:-1584px 0px; |
---|
470 | } |
---|
471 | #icon_inc_period_unactive { |
---|
472 | background-position:-1584px -88px; |
---|
473 | cursor:default; |
---|
474 | } |
---|
475 | |
---|
476 | /* popuphelp.tpl */ |
---|
477 | /* search_rules.tpl */ |
---|
478 | #icon_exit { |
---|
479 | background-position:-1100px 0; |
---|
480 | } |
---|
481 | #icon_exit:hover { |
---|
482 | background-position:-1100px 0px; |
---|
483 | } |
---|
484 | |
---|
485 | /* search.tpl */ |
---|
486 | #icon_help { |
---|
487 | background-position:-352px 0; |
---|
488 | } |
---|
489 | #icon_help:hover { |
---|
490 | background-position:-352px 0px; |
---|
491 | } |
---|
492 | |
---|
493 | /* pseudo icons */ |
---|
494 | span.id_recent { |
---|
495 | background-position:-968px 0; |
---|
496 | height: 11px; |
---|
497 | width: 11px; |
---|
498 | margin: -3px -3px 2px 2px; |
---|
499 | } |
---|
500 | span.id_recent_cat { |
---|
501 | background-position:-990px 0; |
---|
502 | height: 16px; |
---|
503 | width: 22px; |
---|
504 | position: relative; |
---|
505 | top: 0px; |
---|
506 | left:-6px; |
---|
507 | } |
---|
508 | span.id_recent_cat_by_child { |
---|
509 | background-position:-990px 0; |
---|
510 | height: 16px; |
---|
511 | width: 22px; |
---|
512 | position: relative; |
---|
513 | left:-6px; |
---|
514 | } |
---|
515 | span.id_delete { |
---|
516 | background-position:-1012px 0; |
---|
517 | height: 16px; |
---|
518 | width: 16px; |
---|
519 | } |
---|
520 | span.id_delete:hover { |
---|
521 | background-position:-1012px 0px; |
---|
522 | } |
---|
523 | span.id_edit { |
---|
524 | background-position:-1034px 0; |
---|
525 | height: 16px; |
---|
526 | width: 16px; |
---|
527 | } |
---|
528 | span.id_edit:hover { |
---|
529 | background-position:-1034px 0px; |
---|
530 | } |
---|
531 | span.id_validate { |
---|
532 | background-position:-1056px 0; |
---|
533 | height: 16px; |
---|
534 | width: 16px; |
---|
535 | } |
---|
536 | span.id_validate:hover { |
---|
537 | background-position:-1056px -0px; |
---|
538 | } |
---|
539 | |
---|
540 | /* |
---|
541 | * page : header |
---|
542 | */ |
---|
543 | #theHeader { |
---|
544 | } |
---|
545 | |
---|
546 | #theHeader h1 { |
---|
547 | margin:0px; |
---|
548 | } |
---|
549 | |
---|
550 | /* |
---|
551 | page : title |
---|
552 | */ |
---|
553 | .titrePage { |
---|
554 | height:auto; |
---|
555 | padding:0 12px 0 30px; |
---|
556 | min-height:31px; |
---|
557 | } |
---|
558 | |
---|
559 | .titrePageEmpty { |
---|
560 | height:0px; |
---|
561 | min-height:0px; |
---|
562 | } |
---|
563 | |
---|
564 | |
---|
565 | .titrePage, .navigationBar, #imageHeaderBar { |
---|
566 | margin-top: 8px; |
---|
567 | padding: 0px 16px; |
---|
568 | color:#000000; |
---|
569 | } |
---|
570 | |
---|
571 | .navigationBar { |
---|
572 | padding: 2px; |
---|
573 | position: fixed; |
---|
574 | right: 0; |
---|
575 | bottom:18px; |
---|
576 | } |
---|
577 | |
---|
578 | .navigationBarBG |
---|
579 | { |
---|
580 | background: none repeat scroll 0 0 #FFFFFF; |
---|
581 | border-radius: 8px 0 0 0; |
---|
582 | display: block; |
---|
583 | height: 100%; |
---|
584 | position: absolute; |
---|
585 | width: 100%; |
---|
586 | z-index: 0; |
---|
587 | opacity:0.5; |
---|
588 | filter:alpha(opacity:50); |
---|
589 | } |
---|
590 | |
---|
591 | .navigationBarFG |
---|
592 | { |
---|
593 | z-index: 900; |
---|
594 | padding: 4px 0 0 4px; |
---|
595 | position:relative; |
---|
596 | color:#c0c0c0; |
---|
597 | } |
---|
598 | |
---|
599 | .navigationBarFG a { |
---|
600 | font-weight:bold; |
---|
601 | } |
---|
602 | .navigationBarFG span.separator { |
---|
603 | color:#000000; |
---|
604 | } |
---|
605 | |
---|
606 | |
---|
607 | .titrePage .categoryActions { |
---|
608 | padding-top:2px; |
---|
609 | height:50px; |
---|
610 | } |
---|
611 | |
---|
612 | div.categoryActionsContentBG { |
---|
613 | -moz-border-radius:2px; |
---|
614 | -webkit-border-radius:2px; |
---|
615 | -khtml-border-radius:2px; |
---|
616 | border-radius: 2px; |
---|
617 | background: none repeat scroll 0 0 #FFFFFF; |
---|
618 | height: 100%; |
---|
619 | opacity: 0.75; |
---|
620 | position: absolute; |
---|
621 | width: 100%; |
---|
622 | z-index: -1; |
---|
623 | } |
---|
624 | |
---|
625 | |
---|
626 | #titrePageID { |
---|
627 | background: none; /* repeat scroll 0 0 #FFFFFF; */ |
---|
628 | border-radius: 4px 4px 4px 4px; |
---|
629 | height: auto; |
---|
630 | padding-bottom: 1px; |
---|
631 | position: fixed; |
---|
632 | right: 10px; |
---|
633 | z-index: 800; |
---|
634 | } |
---|
635 | #titrePageID:hover { |
---|
636 | visibility:visible; |
---|
637 | } |
---|
638 | |
---|
639 | #titrePageID div.browsePath { |
---|
640 | float: none; |
---|
641 | left: 20px; |
---|
642 | position: fixed; |
---|
643 | padding: 0; |
---|
644 | z-index: 1050; |
---|
645 | } |
---|
646 | |
---|
647 | #titrePageID h2 a:hover, div.browsePath h2 a:hover { |
---|
648 | border-bottom:1px dotted #666666; |
---|
649 | } |
---|
650 | |
---|
651 | #titrePageID h2 { |
---|
652 | padding:2px 0; |
---|
653 | clear: both; |
---|
654 | } |
---|
655 | |
---|
656 | div.browsePathBG { |
---|
657 | -moz-border-radius:2px; |
---|
658 | -webkit-border-radius:2px; |
---|
659 | -khtml-border-radius:2px; |
---|
660 | border-radius: 2px; |
---|
661 | background: none repeat scroll 0 0 #FFFFFF; |
---|
662 | height: 100%; |
---|
663 | opacity: 0.75; |
---|
664 | position: absolute; |
---|
665 | width: 100%; |
---|
666 | z-index: -1; |
---|
667 | } |
---|
668 | |
---|
669 | /* |
---|
670 | * page content |
---|
671 | */ |
---|
672 | #content { |
---|
673 | min-height:450px; |
---|
674 | } |
---|
675 | |
---|
676 | |
---|
677 | .titrePage h2 { |
---|
678 | font-size:28px; |
---|
679 | } |
---|
680 | |
---|
681 | #content2 { |
---|
682 | padding:8px; |
---|
683 | position: relative; |
---|
684 | top: 100px; |
---|
685 | } |
---|
686 | |
---|
687 | #content2 a { |
---|
688 | border-bottom:1px dotted #666666; |
---|
689 | } |
---|
690 | |
---|
691 | /* |
---|
692 | * page : identification, register, profile |
---|
693 | */ |
---|
694 | #identification, #register, #profile { |
---|
695 | margin:0; |
---|
696 | padding:16px; |
---|
697 | position: relative; |
---|
698 | top: 100px; |
---|
699 | } |
---|
700 | |
---|
701 | /* |
---|
702 | page content : thumbnails |
---|
703 | */ |
---|
704 | |
---|
705 | #additional_infoTOP, #additional_infoBOTTOM { |
---|
706 | -moz-border-radius:8px; |
---|
707 | -webkit-border-radius:8px; |
---|
708 | -khtml-border-radius:8px; |
---|
709 | border-radius:8px; |
---|
710 | background-color: #202020; |
---|
711 | margin: 8px 0; |
---|
712 | padding: 8px 0; |
---|
713 | } |
---|
714 | |
---|
715 | .additional_info { |
---|
716 | padding:8px 8px 8px 16px; |
---|
717 | } |
---|
718 | |
---|
719 | #thumbnails { |
---|
720 | font-size:80%; |
---|
721 | font-weight:bold; |
---|
722 | margin-bottom: 16px; |
---|
723 | } |
---|
724 | |
---|
725 | /* |
---|
726 | page content : categories thumbnails |
---|
727 | */ |
---|
728 | |
---|
729 | #subContent { |
---|
730 | padding: 60px 0 0; |
---|
731 | clear:both; |
---|
732 | } |
---|
733 | |
---|
734 | #subContent h2 { |
---|
735 | font-size: 150%; |
---|
736 | padding-bottom:4px; |
---|
737 | } |
---|
738 | |
---|
739 | |
---|
740 | .thumbnailCategory { |
---|
741 | display: block; |
---|
742 | margin: 40px; |
---|
743 | padding: 0; |
---|
744 | } |
---|
745 | |
---|
746 | div.thumbnailCategory span.id_recent_cat, |
---|
747 | div.thumbnailCategory span.id_recent_cat_by_child { |
---|
748 | top:-5px; |
---|
749 | } |
---|
750 | div.thumbnailCategory:hover span.id_recent_cat { |
---|
751 | background-position:-990px 0px; |
---|
752 | } |
---|
753 | div.thumbnailCategory:hover span.id_recent_cat_by_child { |
---|
754 | background-position:-990px 0px; |
---|
755 | } |
---|
756 | |
---|
757 | |
---|
758 | .thumbnailCategory h3 { |
---|
759 | font-size: 120%; |
---|
760 | position:absolute; |
---|
761 | } |
---|
762 | .thumbnailCategory:hover h3 { |
---|
763 | font-size: 150%; |
---|
764 | } |
---|
765 | |
---|
766 | .thumbnailCategory h3.odd0 { |
---|
767 | margin: -17px 0 0; |
---|
768 | text-align: left; |
---|
769 | } |
---|
770 | .thumbnailCategory:hover h3 { |
---|
771 | margin: -21px 0 0; |
---|
772 | } |
---|
773 | |
---|
774 | .thumbnailCategory h3.odd1 { |
---|
775 | margin: -2px 0 0; |
---|
776 | text-align: right; |
---|
777 | min-height:30px; |
---|
778 | } |
---|
779 | |
---|
780 | |
---|
781 | |
---|
782 | .thumbnailCategory div.imgContainer { |
---|
783 | border:8px solid #000000; |
---|
784 | } |
---|
785 | .thumbnailCategory img { |
---|
786 | opacity:0.75; |
---|
787 | filter:alpha(opacity:75); |
---|
788 | display:block; |
---|
789 | } |
---|
790 | .thumbnailCategory:hover img { |
---|
791 | opacity:1; |
---|
792 | filter:alpha(opacity:100); |
---|
793 | } |
---|
794 | |
---|
795 | |
---|
796 | ul.thumbnailCategories { |
---|
797 | padding:16px 0 0; |
---|
798 | } |
---|
799 | |
---|
800 | ul.thumbnailCategories li { |
---|
801 | float:none; |
---|
802 | margin:auto; |
---|
803 | display: inline-block; |
---|
804 | width: auto; |
---|
805 | min-width:0; |
---|
806 | } |
---|
807 | |
---|
808 | #thumbContents { |
---|
809 | margin:0px; |
---|
810 | } |
---|
811 | |
---|
812 | .illustration { |
---|
813 | padding: 0px 20px; |
---|
814 | text-align: center; |
---|
815 | } |
---|
816 | |
---|
817 | div.illustration img { |
---|
818 | border:4px solid #000000; |
---|
819 | } |
---|
820 | |
---|
821 | li.odd1 .illustration { |
---|
822 | } |
---|
823 | |
---|
824 | |
---|
825 | li p.thumbCatDesc, li p.thumbCatDescNbImg { |
---|
826 | margin-left:-8px; |
---|
827 | padding: 0 8px; |
---|
828 | } |
---|
829 | |
---|
830 | li p.thumbCatDescNbImg { |
---|
831 | font-style: italic; |
---|
832 | float:right; |
---|
833 | margin-top: -2px; |
---|
834 | color: #666666; |
---|
835 | } |
---|
836 | |
---|
837 | li p.thumbCatDesc { |
---|
838 | margin-top: 4px; |
---|
839 | padding-top: 4px; |
---|
840 | text-align: justify; |
---|
841 | } |
---|
842 | |
---|
843 | div.thumbnailCategory div.description { |
---|
844 | height:auto; |
---|
845 | } |
---|
846 | |
---|
847 | div ul.thumbnails { |
---|
848 | padding-bottom:40px; |
---|
849 | } |
---|
850 | |
---|
851 | div ul.thumbnails li { |
---|
852 | width: auto; |
---|
853 | height: auto; |
---|
854 | margin:40px; |
---|
855 | display: inline-block; |
---|
856 | float:none; |
---|
857 | } |
---|
858 | |
---|
859 | div ul.thumbnails li { |
---|
860 | border:4px solid #000000; |
---|
861 | } |
---|
862 | |
---|
863 | div ul.thumbnails li a img { |
---|
864 | display:block; |
---|
865 | opacity:0.75; |
---|
866 | filter:alpha(opacity:75); |
---|
867 | } |
---|
868 | |
---|
869 | div ul.thumbnails li:hover a img { |
---|
870 | opacity:1; |
---|
871 | filter:alpha(opacity:100); |
---|
872 | } |
---|
873 | |
---|
874 | |
---|
875 | /* |
---|
876 | * page :search |
---|
877 | */ |
---|
878 | form.filter { |
---|
879 | margin:0; |
---|
880 | padding:16px; |
---|
881 | position: relative; |
---|
882 | top: 50px; |
---|
883 | } |
---|
884 | |
---|
885 | /* |
---|
886 | * page:help |
---|
887 | */ |
---|
888 | .help { |
---|
889 | margin:8px; |
---|
890 | } |
---|
891 | |
---|
892 | /* |
---|
893 | page : copyright |
---|
894 | */ |
---|
895 | #copyright { |
---|
896 | color: #000000; |
---|
897 | font-size: 10px; |
---|
898 | left: 0px; |
---|
899 | border-top:1px solid #000000; |
---|
900 | padding: 3px; |
---|
901 | width: 100%; |
---|
902 | z-index: 800; |
---|
903 | background:#ffffff; |
---|
904 | height:14px; |
---|
905 | } |
---|
906 | |
---|
907 | /* |
---|
908 | page : menubar |
---|
909 | */ |
---|
910 | #menubar { |
---|
911 | color: #000000; |
---|
912 | display: block; |
---|
913 | height: 30px; |
---|
914 | left: -6px; |
---|
915 | margin: 0; |
---|
916 | overflow: visible; |
---|
917 | padding: 50px 0 0; |
---|
918 | position: fixed; |
---|
919 | top: auto; |
---|
920 | width: 200px; |
---|
921 | z-index: 1000; |
---|
922 | visibility:visible; |
---|
923 | } |
---|
924 | |
---|
925 | #menubar dt { |
---|
926 | font-size:120%; |
---|
927 | font-weight:bold; |
---|
928 | cursor:default; |
---|
929 | z-index:1010; |
---|
930 | } |
---|
931 | |
---|
932 | #menubar dt a { |
---|
933 | color:#000000; |
---|
934 | } |
---|
935 | |
---|
936 | #menubar dl:hover dt:hover, #menubar dl:hover dt a:hover { |
---|
937 | color:#ffffff; |
---|
938 | } |
---|
939 | |
---|
940 | #menubar dl:hover dt, #menubar dl:hover dt a { |
---|
941 | color:#ffffff; |
---|
942 | } |
---|
943 | |
---|
944 | #menubar dl { |
---|
945 | float:left; |
---|
946 | margin:0px 1px 1px 10px; |
---|
947 | padding:0px 6px 0; |
---|
948 | max-height:30px; |
---|
949 | width: 80%; |
---|
950 | } |
---|
951 | |
---|
952 | #menubar dl:hover { |
---|
953 | background-color:#000000; |
---|
954 | color:#ffffff; |
---|
955 | -moz-border-radius:4px; |
---|
956 | -webkit-border-radius:4px; |
---|
957 | -khtml-border-radius:4px; |
---|
958 | border-radius:4px; |
---|
959 | } |
---|
960 | |
---|
961 | #menubar ul { |
---|
962 | list-style-type:none; |
---|
963 | font-size:92%; |
---|
964 | margin:0; |
---|
965 | padding:0; |
---|
966 | } |
---|
967 | |
---|
968 | #menubar ul ul { |
---|
969 | font-size:100%; |
---|
970 | padding-bottom:0px; |
---|
971 | padding-top:0px; |
---|
972 | } |
---|
973 | |
---|
974 | #menubar dt .button { |
---|
975 | display:none; |
---|
976 | } |
---|
977 | |
---|
978 | #menubar p.totalImages { |
---|
979 | font-size:65%; |
---|
980 | margin-right:12px; |
---|
981 | color:#ffffff; |
---|
982 | } |
---|
983 | |
---|
984 | |
---|
985 | div#menubar dd, |
---|
986 | div#menubar ul ul, |
---|
987 | div#menubar ul li:hover ul ul, |
---|
988 | div#menubar ul ul li:hover ul ul, |
---|
989 | div#menubar ul ul ul li:hover ul ul, |
---|
990 | div#menubar ul ul ul ul li:hover ul ul, |
---|
991 | div#menubar ul ul ul ul ul li:hover ul ul, |
---|
992 | div#menubar ul ul ul ul ul ul li:hover ul ul { |
---|
993 | display:none; |
---|
994 | } |
---|
995 | |
---|
996 | #menubar dd ul ul { |
---|
997 | -moz-border-radius:4px; |
---|
998 | -webkit-border-radius:4px; |
---|
999 | -khtml-border-radius:4px; |
---|
1000 | border-radius:4px; |
---|
1001 | left:99%; |
---|
1002 | position:absolute; |
---|
1003 | padding-top:4px; |
---|
1004 | padding-bottom:4px; |
---|
1005 | margin:-23px 0px 0px -6px; /* for FF, Opera, Safari... */ |
---|
1006 | #margin:-8px 0px 0px -8px; /* for the M$IE (f**k M$IE and the bad tips) */ |
---|
1007 | } |
---|
1008 | |
---|
1009 | div#menubar dl:hover dd, |
---|
1010 | div#menubar ul li:hover ul, |
---|
1011 | div#menubar ul ul li:hover ul, |
---|
1012 | div#menubar ul ul ul li:hover ul, |
---|
1013 | div#menubar ul ul ul ul li:hover ul, |
---|
1014 | div#menubar ul ul ul ul ul li:hover ul, |
---|
1015 | div#menubar ul ul ul ul ul ul li:hover ul, |
---|
1016 | div#menubar ul ul ul ul ul ul ul li:hover ul { |
---|
1017 | display:block; |
---|
1018 | background:#000000; |
---|
1019 | padding-bottom:6px; |
---|
1020 | min-width:180px; |
---|
1021 | border: 2px solid #000000; |
---|
1022 | color:#ffffff; |
---|
1023 | |
---|
1024 | left: 85%; |
---|
1025 | margin: -35px 0 0 0; |
---|
1026 | position: absolute; |
---|
1027 | z-index: 500; |
---|
1028 | } |
---|
1029 | |
---|
1030 | #menubar dd { |
---|
1031 | position:absolute; |
---|
1032 | z-index:-1; |
---|
1033 | border: 2px solid #000000; |
---|
1034 | margin: 0px 0 0 -8px; |
---|
1035 | -moz-border-radius:4px; |
---|
1036 | -webkit-border-radius:4px; |
---|
1037 | -khtml-border-radius:4px; |
---|
1038 | border-radius:4px; |
---|
1039 | } |
---|
1040 | |
---|
1041 | |
---|
1042 | #menubar li { |
---|
1043 | padding: 1px 8px; |
---|
1044 | white-space: nowrap; |
---|
1045 | } |
---|
1046 | #menubar li a { |
---|
1047 | color:#ffffff; |
---|
1048 | } |
---|
1049 | |
---|
1050 | #menubar li:hover { |
---|
1051 | background:#ffffff; |
---|
1052 | color:#000000; |
---|
1053 | -moz-border-radius:2px; |
---|
1054 | -webkit-border-radius:2px; |
---|
1055 | -khtml-border-radius:2px; |
---|
1056 | border-radius:2px; |
---|
1057 | } |
---|
1058 | |
---|
1059 | #menubar li:hover>a { |
---|
1060 | color:#000000; |
---|
1061 | } |
---|
1062 | |
---|
1063 | #menubar li a.button { |
---|
1064 | background-color:#ffffff; |
---|
1065 | border:2px solid transparent; |
---|
1066 | -moz-border-radius:2px; |
---|
1067 | -webkit-border-radius:2px; |
---|
1068 | -khtml-border-radius:2px; |
---|
1069 | border-radius:2px; |
---|
1070 | } |
---|
1071 | |
---|
1072 | |
---|
1073 | #menubar ul.actions li:hover { |
---|
1074 | background-color:#ffffff; |
---|
1075 | } |
---|
1076 | |
---|
1077 | #mbCategories dt { |
---|
1078 | height:20px; |
---|
1079 | overflow:hidden; |
---|
1080 | } |
---|
1081 | |
---|
1082 | |
---|
1083 | .menuInfoCat, .menuInfoCatByChild { |
---|
1084 | font-size: 70%; |
---|
1085 | color:#ffffff; |
---|
1086 | } |
---|
1087 | |
---|
1088 | li:hover > span.menuInfoCat, |
---|
1089 | li:hover > span.menuInfoCatByChild { |
---|
1090 | color:#666666; |
---|
1091 | } |
---|
1092 | |
---|
1093 | #mbIdentification dd p { |
---|
1094 | color:#ffffff; |
---|
1095 | } |
---|
1096 | |
---|
1097 | |
---|
1098 | /* |
---|
1099 | calendar bar |
---|
1100 | */ |
---|
1101 | .calendarBar { |
---|
1102 | margin-top:2px; |
---|
1103 | text-align:center; |
---|
1104 | padding:0 15px; |
---|
1105 | } |
---|
1106 | span.calItemP { |
---|
1107 | float:left; |
---|
1108 | } |
---|
1109 | span.calItemN { |
---|
1110 | float:right; |
---|
1111 | } |
---|
1112 | |
---|
1113 | span.calItem, span.calItemEmpty { |
---|
1114 | display:inline-table; |
---|
1115 | margin:1px; |
---|
1116 | min-width:15px; |
---|
1117 | padding-left:2px; |
---|
1118 | padding-right:2px; |
---|
1119 | border:1px solid #000000; |
---|
1120 | font-weight:bold; |
---|
1121 | } |
---|
1122 | |
---|
1123 | td.calDayHead { |
---|
1124 | font-size:14px; |
---|
1125 | font-weight:normal; |
---|
1126 | padding-bottom:12px; |
---|
1127 | } |
---|
1128 | |
---|
1129 | table.calMonth tbody td.calDayCellFull, table.calMonth tbody td.calDayCellEmpty { |
---|
1130 | border:1px solid #000000; |
---|
1131 | overflow:hidden; |
---|
1132 | } |
---|
1133 | |
---|
1134 | .calBackDate { |
---|
1135 | color:#000000; |
---|
1136 | padding-left:10px; |
---|
1137 | padding-top:7px; |
---|
1138 | } |
---|
1139 | .calForeDate { |
---|
1140 | color: #fff; |
---|
1141 | padding-left:10px; |
---|
1142 | padding-top:6px; |
---|
1143 | } |
---|
1144 | |
---|
1145 | table.calMonth tbody td.calDayCellEmpty, table.calMonth tbody td.calDayCellBlank { |
---|
1146 | height:97px; |
---|
1147 | width:84px; |
---|
1148 | } |
---|
1149 | |
---|
1150 | td.calDayCellEmpty { |
---|
1151 | color:#666666; |
---|
1152 | padding-left:12px; |
---|
1153 | padding-top:8px; |
---|
1154 | } |
---|
1155 | |
---|
1156 | div.calImg { |
---|
1157 | position:relative; |
---|
1158 | left:8px; |
---|
1159 | top:8px; |
---|
1160 | } |
---|
1161 | |
---|
1162 | div.calImg img { |
---|
1163 | opacity:0.75; |
---|
1164 | filter:alpha(opacity:75); |
---|
1165 | } |
---|
1166 | |
---|
1167 | div.calImg:hover img { |
---|
1168 | opacity:1; |
---|
1169 | filter:alpha(opacity:100); |
---|
1170 | } |
---|
1171 | |
---|
1172 | |
---|
1173 | .calendarCalBar { |
---|
1174 | padding-left:16px; |
---|
1175 | padding-top:8px; |
---|
1176 | margin-left:8px; |
---|
1177 | margin-right:12px; |
---|
1178 | margin-bottom: 8px; |
---|
1179 | } |
---|
1180 | |
---|
1181 | .calendarBar span { |
---|
1182 | font-size:90%; |
---|
1183 | } |
---|
1184 | |
---|
1185 | table.calMonth { |
---|
1186 | margin-left:auto; |
---|
1187 | margin-right:auto; |
---|
1188 | left:0px; |
---|
1189 | } |
---|
1190 | |
---|
1191 | table.calMonth td.calDayCellFull:hover { |
---|
1192 | background-color:#ffffff; |
---|
1193 | } |
---|
1194 | |
---|
1195 | div.calendarViews { |
---|
1196 | margin-top: 4px; |
---|
1197 | } |
---|
1198 | |
---|
1199 | span.calCalHead a { |
---|
1200 | font-weight:bold; |
---|
1201 | font-size:150%; |
---|
1202 | } |
---|
1203 | span.calCalHead span.calCalNbImg, |
---|
1204 | span.calCal span.calCalNbImg { |
---|
1205 | color:#666666; |
---|
1206 | } |
---|
1207 | span.calCalNbImg { |
---|
1208 | font-size: 70%; |
---|
1209 | left: -3px; |
---|
1210 | position: relative; |
---|
1211 | top: -8px; |
---|
1212 | } |
---|
1213 | |
---|
1214 | /* |
---|
1215 | inputs |
---|
1216 | */ |
---|
1217 | input[type="text"], input[type="password"], select, textarea, file { |
---|
1218 | font-family: monospace; |
---|
1219 | background: #d9d9d9; |
---|
1220 | color:#333333; |
---|
1221 | border:none; |
---|
1222 | margin:0px; |
---|
1223 | max-width:640px; |
---|
1224 | } |
---|
1225 | |
---|
1226 | input:focus, select:focus, textarea:focus { |
---|
1227 | background: #eeeeee; |
---|
1228 | color:#000000; |
---|
1229 | } |
---|
1230 | |
---|
1231 | input[type="submit"], input[type="button"], input[type="reset"], button { |
---|
1232 | -moz-border-radius: 8px; |
---|
1233 | -webkit-border-radius:8px; |
---|
1234 | -khtml-border-radius:8px; |
---|
1235 | border-radius:8px; |
---|
1236 | background:#000000; |
---|
1237 | border:none; |
---|
1238 | color: #C0C0C0; |
---|
1239 | font-family: monospace; |
---|
1240 | font-weight: bold; |
---|
1241 | padding: 4px; |
---|
1242 | margin-top:1px; |
---|
1243 | cursor: pointer; |
---|
1244 | } |
---|
1245 | |
---|
1246 | input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover { |
---|
1247 | color: #ffffff; |
---|
1248 | } |
---|
1249 | |
---|
1250 | input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active, button:active { |
---|
1251 | background:#c0c0c0; |
---|
1252 | color: #000000; |
---|
1253 | outline:none; |
---|
1254 | } |
---|
1255 | |
---|
1256 | |
---|
1257 | /* |
---|
1258 | input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active { |
---|
1259 | border-bottom:1px #ffffff solid; |
---|
1260 | border-right:1px #ffffff solid; |
---|
1261 | border-top:1px #606060 solid; |
---|
1262 | border-left:1px #606060 solid; |
---|
1263 | } |
---|
1264 | */ |
---|
1265 | |
---|
1266 | fieldset { |
---|
1267 | border: 2px solid #000000; |
---|
1268 | margin: 16px 4px; |
---|
1269 | padding: 8px; |
---|
1270 | font-size: 12px; |
---|
1271 | } |
---|
1272 | |
---|
1273 | fieldset legend { |
---|
1274 | -moz-border-radius:4px; |
---|
1275 | -webkit-border-radius:4px; |
---|
1276 | -khtml-border-radius:4px; |
---|
1277 | border-radius:4px; |
---|
1278 | background: none repeat scroll 0 0 #000000; |
---|
1279 | color:#ffffff; |
---|
1280 | font-size: 14px; |
---|
1281 | font-weight: bold; |
---|
1282 | padding: 1px 16px; |
---|
1283 | } |
---|
1284 | |
---|
1285 | #quickconnect { |
---|
1286 | color:#ffffff; |
---|
1287 | } |
---|
1288 | #quickconnect fieldset { |
---|
1289 | border: 2px solid #ffffff; |
---|
1290 | background:#000000; |
---|
1291 | margin: 16px 4px 4px; |
---|
1292 | padding: 4px; |
---|
1293 | } |
---|
1294 | #quickconnect fieldset legend { |
---|
1295 | background: none repeat scroll 0 0 #ffffff; |
---|
1296 | color:#000000; |
---|
1297 | } |
---|
1298 | #quickconnect #iValid { |
---|
1299 | margin-top:12px; |
---|
1300 | } |
---|
1301 | #quickconnect ul.actions { |
---|
1302 | float:right; |
---|
1303 | } |
---|
1304 | |
---|
1305 | /* |
---|
1306 | picture page |
---|
1307 | */ |
---|
1308 | .switchBox { |
---|
1309 | -moz-border-radius:4px; |
---|
1310 | -webkit-border-radius:4px; |
---|
1311 | -khtml-border-radius:4px; |
---|
1312 | border-radius:4px; |
---|
1313 | background-color: #ffffff; |
---|
1314 | border: 2px solid #000000; |
---|
1315 | margin-left:4px; |
---|
1316 | z-index:15000; |
---|
1317 | margin-top:12px; |
---|
1318 | } |
---|
1319 | |
---|
1320 | .switchBoxTitle { |
---|
1321 | font-size: 12px; |
---|
1322 | font-weight: bold; |
---|
1323 | } |
---|
1324 | |
---|
1325 | .switchBoxCat { |
---|
1326 | margin-top:25px; |
---|
1327 | } |
---|
1328 | |
---|
1329 | #thePicturePage #titrePageID { |
---|
1330 | min-height:0; |
---|
1331 | padding:0; |
---|
1332 | border:0; |
---|
1333 | margin:0; |
---|
1334 | } |
---|
1335 | |
---|
1336 | #imageHeaderBar { |
---|
1337 | z-index: 1000; |
---|
1338 | position: relative; |
---|
1339 | } |
---|
1340 | |
---|
1341 | #imageHeaderBar div { |
---|
1342 | color:#000000; |
---|
1343 | } |
---|
1344 | |
---|
1345 | #imageHeaderBar div.browsePath { |
---|
1346 | float: none; |
---|
1347 | left: 20px; |
---|
1348 | position: fixed; |
---|
1349 | padding: 0; |
---|
1350 | } |
---|
1351 | |
---|
1352 | #theImage { |
---|
1353 | position:static; |
---|
1354 | padding-bottom:0px; |
---|
1355 | } |
---|
1356 | |
---|
1357 | #theImage p { |
---|
1358 | margin:0; |
---|
1359 | } |
---|
1360 | |
---|
1361 | #theImgContainer { |
---|
1362 | border:8px #000000 solid; |
---|
1363 | margin-top:30px; |
---|
1364 | } |
---|
1365 | |
---|
1366 | #theImageHigh { |
---|
1367 | position: fixed; |
---|
1368 | } |
---|
1369 | |
---|
1370 | #theImgHighBg { |
---|
1371 | background-color:#000000; |
---|
1372 | opacity:0.88; |
---|
1373 | filter:alpha(opacity:88); |
---|
1374 | } |
---|
1375 | |
---|
1376 | #theImgHighContainer { |
---|
1377 | -moz-border-radius:10px; |
---|
1378 | -webkit-border-radius:10px; |
---|
1379 | -khtml-border-radius:10px; |
---|
1380 | border-radius:10px; |
---|
1381 | background:#FFFFFF url(./../icon/processing.gif) no-repeat scroll 82px 42px; |
---|
1382 | } |
---|
1383 | |
---|
1384 | #theImgHighCloseButton { |
---|
1385 | width:22px; |
---|
1386 | height:22px; |
---|
1387 | background:transparent url(./../icon/buttons.png) no-repeat scroll -1804px 0px; |
---|
1388 | top:-14px; |
---|
1389 | right:15px; |
---|
1390 | cursor:pointer; |
---|
1391 | } |
---|
1392 | #theImgHighCloseButton:hover { |
---|
1393 | background-position:-1804px -44px; |
---|
1394 | } |
---|
1395 | |
---|
1396 | #theImgHighZoomButton { |
---|
1397 | width:22px; |
---|
1398 | height:22px; |
---|
1399 | top:-14px; |
---|
1400 | right:40px; |
---|
1401 | cursor:pointer; |
---|
1402 | background:transparent url(./../icon/buttons.png); |
---|
1403 | } |
---|
1404 | |
---|
1405 | #theImgHighZoomButton.fit { |
---|
1406 | background-position:-1760px 0px; |
---|
1407 | } |
---|
1408 | #theImgHighZoomButton.fit:hover { |
---|
1409 | background-position:-1760px -44px; |
---|
1410 | } |
---|
1411 | |
---|
1412 | #theImgHighZoomButton.full { |
---|
1413 | background-position:-1716px 0px; |
---|
1414 | } |
---|
1415 | #theImgHighZoomButton.full:hover { |
---|
1416 | background-position:-1716px -44px; |
---|
1417 | } |
---|
1418 | |
---|
1419 | |
---|
1420 | #imageHeaderBar.browsePath h2 { |
---|
1421 | font-weight:normal; |
---|
1422 | } |
---|
1423 | |
---|
1424 | #imageToolBar { |
---|
1425 | top:0px; |
---|
1426 | margin-top: 15px; |
---|
1427 | position: fixed; |
---|
1428 | right: 10px; |
---|
1429 | } |
---|
1430 | |
---|
1431 | .imageToolBarBg { |
---|
1432 | z-index:-1; |
---|
1433 | left:0px; |
---|
1434 | -moz-border-radius:6px; |
---|
1435 | -webkit-border-radius:6px; |
---|
1436 | -khtml-border-radius:6px; |
---|
1437 | border-radius:6px; |
---|
1438 | min-height: 23px; |
---|
1439 | } |
---|
1440 | |
---|
1441 | div.navButtons { |
---|
1442 | background: none repeat scroll 0 0 #FFFFFF; |
---|
1443 | border-radius: 3px; |
---|
1444 | -moz-border-radius:3px; |
---|
1445 | -webkit-border-radius:3px; |
---|
1446 | -khtml-border-radius:3px; |
---|
1447 | margin-right: 5px; |
---|
1448 | padding: 1px; |
---|
1449 | position: absolute; |
---|
1450 | right: 0; |
---|
1451 | top: 5px; |
---|
1452 | width: auto; |
---|
1453 | z-index: 800; |
---|
1454 | } |
---|
1455 | |
---|
1456 | |
---|
1457 | #imageToolBar h2 { |
---|
1458 | color:#d9d9d9; |
---|
1459 | margin-top:6px; |
---|
1460 | } |
---|
1461 | |
---|
1462 | #navThumbNext { |
---|
1463 | right:auto; |
---|
1464 | margin-left:768px; |
---|
1465 | } |
---|
1466 | |
---|
1467 | #navThumbPrev { |
---|
1468 | left:auto; |
---|
1469 | margin-left:-14px; |
---|
1470 | } |
---|
1471 | |
---|
1472 | #navThumbNext, #navThumbPrev { |
---|
1473 | top:310px; |
---|
1474 | max-height:200px; |
---|
1475 | height:200px; |
---|
1476 | } |
---|
1477 | |
---|
1478 | #navThumbPrevContainer, #navThumbNextContainer { |
---|
1479 | height:200px; |
---|
1480 | } |
---|
1481 | |
---|
1482 | .navThumbNextBg, .navThumbPrevBg { |
---|
1483 | -moz-border-radius:12px; |
---|
1484 | -webkit-border-radius:12px; |
---|
1485 | -khtml-border-radius:12px; |
---|
1486 | border-radius:12px; |
---|
1487 | background: none repeat scroll 0 0 #202020; |
---|
1488 | height:180px; |
---|
1489 | width:180px; |
---|
1490 | margin:10px; |
---|
1491 | } |
---|
1492 | |
---|
1493 | #navThumbNextContainer:hover div.navThumbNextBg, |
---|
1494 | #navThumbPrevContainer:hover div.navThumbPrevBg { |
---|
1495 | background:#000000; |
---|
1496 | } |
---|
1497 | |
---|
1498 | |
---|
1499 | #imageInfos { |
---|
1500 | z-index:100; |
---|
1501 | } |
---|
1502 | |
---|
1503 | #imageInfosContainer { |
---|
1504 | padding-bottom:8px; |
---|
1505 | } |
---|
1506 | |
---|
1507 | .imageMetaBg, .imageInfosBg { |
---|
1508 | background:#ffffff; |
---|
1509 | opacity:0.85; |
---|
1510 | filter:alpha(opacity:85); |
---|
1511 | } |
---|
1512 | |
---|
1513 | .infoTable { |
---|
1514 | margin:auto; |
---|
1515 | font-size:90%; |
---|
1516 | max-width:94%; |
---|
1517 | color:#666666; |
---|
1518 | z-index:200; |
---|
1519 | border-collapse:collapse; |
---|
1520 | position:relative; |
---|
1521 | } |
---|
1522 | |
---|
1523 | .infoTable td { |
---|
1524 | padding-bottom:5px; |
---|
1525 | padding-left:4px; |
---|
1526 | padding-right:5px; |
---|
1527 | } |
---|
1528 | |
---|
1529 | .infoTable td.value, .infoTable td.label { |
---|
1530 | padding-right:50px; |
---|
1531 | } |
---|
1532 | |
---|
1533 | .infoTable .label { |
---|
1534 | font-weight:bold; |
---|
1535 | } |
---|
1536 | |
---|
1537 | .infoTable tr:hover { |
---|
1538 | color:#000000; |
---|
1539 | cursor:default; |
---|
1540 | } |
---|
1541 | .infoTable tr.emptyrow td { |
---|
1542 | height:4px; |
---|
1543 | padding:0px; |
---|
1544 | } |
---|
1545 | |
---|
1546 | #updateRate { |
---|
1547 | margin-right:25px; |
---|
1548 | float:left; |
---|
1549 | } |
---|
1550 | #rateForm { |
---|
1551 | float:left; |
---|
1552 | position:relative; |
---|
1553 | top:-2px; |
---|
1554 | } |
---|
1555 | #rateForm input[type="button"].rateButtonStarFull, |
---|
1556 | #rateForm input[type="button"].rateButtonStarFull:focus, |
---|
1557 | #rateForm input[type="submit"].rateButtonStarFull { |
---|
1558 | background: url('./../icon/buttons.png') no-repeat scroll; background-position:-1695px -2px; width:22px; height:20px; |
---|
1559 | outline:none; |
---|
1560 | } |
---|
1561 | |
---|
1562 | #rateForm input[type="button"].rateButtonStarEmpty, |
---|
1563 | #rateForm input[type="button"].rateButtonStarEmpty:focus, |
---|
1564 | #rateForm input[type="submit"].rateButtonStarEmpty { |
---|
1565 | background: url('./../icon/buttons.png') no-repeat scroll; background-position:-1673px -2px; width:22px; height:20px; |
---|
1566 | outline:none; |
---|
1567 | } |
---|
1568 | |
---|
1569 | #rateForm input[type="button"], |
---|
1570 | #rateForm input[type="button"]:active, |
---|
1571 | #rateForm input[type="submit"], |
---|
1572 | #rateForm input[type="submit"]:active { |
---|
1573 | cursor:pointer; |
---|
1574 | border:none; |
---|
1575 | padding:0; |
---|
1576 | } |
---|
1577 | |
---|
1578 | #privacyLevelBox { |
---|
1579 | font-weight:normal; |
---|
1580 | } |
---|
1581 | |
---|
1582 | #privacyLevelBox a { |
---|
1583 | cursor:pointer; |
---|
1584 | } |
---|
1585 | |
---|
1586 | #iPrivacyLevelLink { |
---|
1587 | cursor:pointer; |
---|
1588 | font-style:italic; |
---|
1589 | } |
---|
1590 | |
---|
1591 | #comments { |
---|
1592 | padding:16px; |
---|
1593 | } |
---|
1594 | |
---|
1595 | #theCommentsPage ul.commentList { |
---|
1596 | padding:0; |
---|
1597 | } |
---|
1598 | |
---|
1599 | #theCommentsPage ul.commentList li { |
---|
1600 | margin-bottom: 8px; |
---|
1601 | padding: 4px; |
---|
1602 | } |
---|
1603 | |
---|
1604 | #theCommentList ul.commentList { |
---|
1605 | padding: 0 0 0 17px; |
---|
1606 | } |
---|
1607 | |
---|
1608 | .commentDetail ul { |
---|
1609 | list-style-type:none; |
---|
1610 | padding:4px; |
---|
1611 | } |
---|
1612 | .commentDetail ul li { |
---|
1613 | float:right; |
---|
1614 | } |
---|
1615 | |
---|
1616 | #theCommentsPage ul.commentList li .commentDetail ul li { |
---|
1617 | display:inline; |
---|
1618 | margin:0; |
---|
1619 | padding:0; |
---|
1620 | } |
---|
1621 | |
---|
1622 | .commentDetail .description { |
---|
1623 | padding-top: 12px; |
---|
1624 | } |
---|
1625 | |
---|
1626 | .commentDetail .description .author, |
---|
1627 | .commentDetail .description .date { |
---|
1628 | font-weight:bold; |
---|
1629 | color:#666666; |
---|
1630 | } |
---|
1631 | |
---|
1632 | .commentDetail .description blockquote { |
---|
1633 | margin:0; |
---|
1634 | padding:4px 4px 8px 12px; |
---|
1635 | text-align:justify; |
---|
1636 | } |
---|
1637 | |
---|
1638 | .commentDetail fieldset legend { |
---|
1639 | background:none; |
---|
1640 | } |
---|
1641 | |
---|
1642 | #titleComment h3:hover { |
---|
1643 | background:#000000; |
---|
1644 | } |
---|
1645 | |
---|
1646 | .comment_icon { |
---|
1647 | margin-left:5px; |
---|
1648 | padding:0; |
---|
1649 | position:absolute; |
---|
1650 | } |
---|
1651 | |
---|
1652 | #theCommentBG { |
---|
1653 | background: none repeat scroll 0 0 #FFFFFF; |
---|
1654 | opacity: 0.85; |
---|
1655 | } |
---|
1656 | |
---|
1657 | #theCommentContainer { |
---|
1658 | clear:both; |
---|
1659 | min-height:250px; |
---|
1660 | display:inline-block; |
---|
1661 | } |
---|
1662 | |
---|
1663 | #theCommentContainer input, #theCommentContainer textarea { |
---|
1664 | max-width:418px; |
---|
1665 | } |
---|
1666 | |
---|
1667 | #theCommentContainer #contentEditId { |
---|
1668 | max-width:410px; |
---|
1669 | } |
---|
1670 | |
---|
1671 | #theCommentContainer form { |
---|
1672 | padding-right:8px; |
---|
1673 | padding-left:8px; |
---|
1674 | padding-top:0px; |
---|
1675 | } |
---|
1676 | |
---|
1677 | #theCommentList { |
---|
1678 | height:75%; |
---|
1679 | } |
---|
1680 | |
---|
1681 | #theCommentsContainer { |
---|
1682 | z-index:800; |
---|
1683 | } |
---|
1684 | |
---|
1685 | .imageNumber { |
---|
1686 | font-size: 60%; |
---|
1687 | font-style: italic; |
---|
1688 | font-weight: normal; |
---|
1689 | left: 40px; |
---|
1690 | margin: 16px 0; |
---|
1691 | padding: 0; |
---|
1692 | position: fixed; |
---|
1693 | } |
---|
1694 | |
---|
1695 | div.imageNumberTxt { |
---|
1696 | padding:4px; |
---|
1697 | } |
---|
1698 | |
---|
1699 | /* |
---|
1700 | * tabs |
---|
1701 | */ |
---|
1702 | #theTabs { |
---|
1703 | } |
---|
1704 | |
---|
1705 | #theTabsBg { |
---|
1706 | background:url("./../icon/1x1transp.gif") repeat scroll 0 0 transparent; |
---|
1707 | } |
---|
1708 | |
---|
1709 | #theTabsheets { |
---|
1710 | margin:2px; |
---|
1711 | } |
---|
1712 | |
---|
1713 | #theTabsheets li.tab, #theTabs div.tab { |
---|
1714 | -moz-border-radius:4px; |
---|
1715 | -webkit-border-radius:4px; |
---|
1716 | -khtml-border-radius:4px; |
---|
1717 | border-radius:4px; |
---|
1718 | background-color:transparent; |
---|
1719 | color:#ffffff; |
---|
1720 | display:block; |
---|
1721 | margin:0 2px 2px 4px; |
---|
1722 | padding:2px 8px; |
---|
1723 | position:relative; |
---|
1724 | top:2px; |
---|
1725 | font-size:11px; |
---|
1726 | height:14px; |
---|
1727 | clear: right; |
---|
1728 | float: right; |
---|
1729 | } |
---|
1730 | #theTabs #tabNavigate { |
---|
1731 | background-color:#ffffff; |
---|
1732 | } |
---|
1733 | #theTabsheets li.tab { |
---|
1734 | background-color:#ffffff; |
---|
1735 | border:1px solid transparent; |
---|
1736 | } |
---|
1737 | |
---|
1738 | #theTabsheets li.tab a { |
---|
1739 | color:#000000; |
---|
1740 | } |
---|
1741 | |
---|
1742 | #theTabsheets li.tab:hover { |
---|
1743 | border-color:#000000; |
---|
1744 | } |
---|
1745 | |
---|
1746 | #theTabsheets li.ui-tabs-selected { |
---|
1747 | border-color:#000000; |
---|
1748 | border-left-width:8px; |
---|
1749 | background:#ffffff; |
---|
1750 | } |
---|
1751 | #theTabsheets li.ui-tabs-selected a { |
---|
1752 | color:#000000; |
---|
1753 | } |
---|
1754 | |
---|
1755 | #theTabsContainer { |
---|
1756 | position:absolute; |
---|
1757 | z-index:850; |
---|
1758 | width:0px; |
---|
1759 | top:0px; |
---|
1760 | } |
---|
1761 | |
---|
1762 | #theTabsContainer .navigationBar { |
---|
1763 | background:transparent; |
---|
1764 | margin:0px; |
---|
1765 | border:none; |
---|
1766 | float:right; |
---|
1767 | } |
---|
1768 | |
---|
1769 | #theTabs #tabNavigate { |
---|
1770 | float:right; |
---|
1771 | margin:4px; |
---|
1772 | height:13px; |
---|
1773 | top:0; |
---|
1774 | } |
---|
1775 | |
---|
1776 | |
---|
1777 | #theTabs #tabNavigate div.navButtons { |
---|
1778 | margin: 0; |
---|
1779 | padding: 0; |
---|
1780 | position: relative; |
---|
1781 | top: -2px; |
---|
1782 | width: auto; |
---|
1783 | z-index: 100; |
---|
1784 | } |
---|
1785 | |
---|
1786 | |
---|
1787 | |
---|
1788 | #theTabs #tabRandomButtons { |
---|
1789 | height: auto; |
---|
1790 | margin: 4px; |
---|
1791 | position: absolute; |
---|
1792 | padding:0px; |
---|
1793 | top:0; |
---|
1794 | } |
---|
1795 | |
---|
1796 | #theTabs #tabImageInfos { |
---|
1797 | margin-left: 42px; |
---|
1798 | } |
---|
1799 | |
---|
1800 | #theTabs div.tabPanel { |
---|
1801 | width:100%; |
---|
1802 | position:fixed; |
---|
1803 | left:0; |
---|
1804 | bottom:40px; |
---|
1805 | } |
---|
1806 | |
---|
1807 | #theTabs div.tabPanel>div { |
---|
1808 | border:1px solid #000000; |
---|
1809 | margin:10px; |
---|
1810 | position:relative; |
---|
1811 | } |
---|
1812 | |
---|
1813 | .randomButtons { |
---|
1814 | left: 0; |
---|
1815 | z-index: 110; |
---|
1816 | margin-left:0; |
---|
1817 | position:relative; |
---|
1818 | top:0; |
---|
1819 | } |
---|
1820 | |
---|
1821 | div.randomButtons a.button { |
---|
1822 | display:block; |
---|
1823 | margin-top: 2px; |
---|
1824 | background-color: #FFFFFF; |
---|
1825 | } |
---|
1826 | |
---|
1827 | |
---|
1828 | /* |
---|
1829 | tags |
---|
1830 | */ |
---|
1831 | |
---|
1832 | #fullTagCloud SPAN a:hover { |
---|
1833 | border-bottom:1px dotted #666666; |
---|
1834 | } |
---|
1835 | |
---|
1836 | #menuTagCloud { |
---|
1837 | padding:6px; |
---|
1838 | } |
---|
1839 | |
---|
1840 | #menuTagCloud SPAN { |
---|
1841 | margin:0px; |
---|
1842 | } |
---|
1843 | |
---|
1844 | #menuTagCloud SPAN a { |
---|
1845 | color:#ffffff; |
---|
1846 | } |
---|
1847 | #menuTagCloud SPAN:hover a { |
---|
1848 | border-bottom:1px dotted #ffffff; |
---|
1849 | } |
---|
1850 | #menuTagCloud SPAN.add_tag:hover, #menuTagCloud SPAN:hover a.tagaddbutton { |
---|
1851 | border:none; |
---|
1852 | } |
---|
1853 | |
---|
1854 | |
---|
1855 | |
---|
1856 | #fullTagCloud span a { |
---|
1857 | padding:4px; |
---|
1858 | margin:0px; |
---|
1859 | } |
---|
1860 | |
---|
1861 | #fullTagCloud { |
---|
1862 | padding:8px 16px; |
---|
1863 | margin:0px; |
---|
1864 | position: relative; |
---|
1865 | top: 100px; |
---|
1866 | } |
---|
1867 | |
---|
1868 | .tagLetters { |
---|
1869 | padding:8px 16px; |
---|
1870 | } |
---|
1871 | |
---|
1872 | .nbEntries { |
---|
1873 | text-align:right; |
---|
1874 | padding-left:20px; |
---|
1875 | font-size:75%; |
---|
1876 | } |
---|
1877 | |
---|
1878 | .tagaddbutton { |
---|
1879 | left:-4px; |
---|
1880 | position:relative; |
---|
1881 | top:-6px; |
---|
1882 | } |
---|
1883 | span.add_tag { |
---|
1884 | background-image:url(./../icon/buttons.png); |
---|
1885 | background-repeat:no-repeat; |
---|
1886 | width:9px; |
---|
1887 | height:9px; |
---|
1888 | background-position:-947px -1px; |
---|
1889 | display:inline-block; |
---|
1890 | } |
---|
1891 | span.add_tag:hover { |
---|
1892 | background-position:-947px -45px; |
---|
1893 | } |
---|
1894 | |
---|
1895 | .mandatorystar { |
---|
1896 | color:#A04040; |
---|
1897 | } |
---|
1898 | |
---|
1899 | .mandatorynfo { |
---|
1900 | font-size:90%; |
---|
1901 | margin:0 0 4px 8px |
---|
1902 | } |
---|
1903 | |
---|
1904 | tr.tagLine { |
---|
1905 | border-bottom:1px solid transparent; |
---|
1906 | } |
---|
1907 | |
---|
1908 | tr.tagLine:hover { |
---|
1909 | border-bottom:1px dotted #666666; |
---|
1910 | } |
---|
1911 | |
---|
1912 | .tagLetterContent { |
---|
1913 | border-collapse: collapse; |
---|
1914 | } |
---|
1915 | |
---|
1916 | /* |
---|
1917 | help |
---|
1918 | */ |
---|
1919 | #thePopuphelpPage h1 { |
---|
1920 | background:transparent; |
---|
1921 | padding-top:30px; |
---|
1922 | } |
---|
1923 | |
---|
1924 | |
---|
1925 | #thePopuphelpPage #the_page { |
---|
1926 | left: 0; |
---|
1927 | width: 96%; |
---|
1928 | margin:auto; |
---|
1929 | } |
---|
1930 | |
---|
1931 | #thePopuphelpPage #theHeader { |
---|
1932 | -moz-border-radius: 12px; |
---|
1933 | -webkit-border-radius: 12px; |
---|
1934 | -khtml-border-radius: 12px; |
---|
1935 | border-radius: 12px; |
---|
1936 | background: none repeat scroll 0 0 #202020; |
---|
1937 | margin-top: 8px; |
---|
1938 | padding: 0px 16px; |
---|
1939 | border-top: 4px solid; |
---|
1940 | color:#666666; |
---|
1941 | } |
---|
1942 | |
---|
1943 | #thePopuphelpPage #content { |
---|
1944 | margin:0 8px; |
---|
1945 | min-height:0; |
---|
1946 | padding:16px 16px 52px; |
---|
1947 | } |
---|
1948 | |
---|
1949 | #thePopuphelpPage #copyright { |
---|
1950 | width: 96%; |
---|
1951 | } |
---|
1952 | |
---|
1953 | #thePopuphelpPage ul.categoryActions { |
---|
1954 | margin:-16px 0 0; |
---|
1955 | padding:0; |
---|
1956 | } |
---|
1957 | |
---|
1958 | /* |
---|
1959 | * diaporama |
---|
1960 | */ |
---|
1961 | #imageHeaderBar h2.showtitle { |
---|
1962 | display:inline; |
---|
1963 | } |
---|
1964 | |
---|
1965 | #imageHeaderBar div.slideShow { |
---|
1966 | padding:2px 0 0 5px; |
---|
1967 | } |
---|
1968 | |
---|
1969 | /* |
---|
1970 | * notification |
---|
1971 | */ |
---|
1972 | span.rssFeed { |
---|
1973 | display:inline-block; |
---|
1974 | width:11px; |
---|
1975 | height:14px; |
---|
1976 | background-image:url(./../icon/buttons.png); |
---|
1977 | background-repeat:no-repeat; |
---|
1978 | background-position:-1628px 0; |
---|
1979 | margin-right: 4px; |
---|
1980 | position: relative; |
---|
1981 | top: 2px; |
---|
1982 | } |
---|
1983 | |
---|
1984 | |
---|
1985 | |
---|
1986 | |
---|
1987 | /* |
---|
1988 | * tips |
---|
1989 | */ |
---|
1990 | |
---|
1991 | #iSimpleTipContent { |
---|
1992 | background: none repeat scroll 0 0 #C0C0C0; |
---|
1993 | border: none; |
---|
1994 | color: #202020; |
---|
1995 | font-family: sans-serif; |
---|
1996 | font-size: 11px; |
---|
1997 | max-width: 200px; |
---|
1998 | padding: 4px; |
---|
1999 | min-height: 15px; |
---|
2000 | } |
---|
2001 | #iSimpleTipShadow, #iSimpleTipContent { |
---|
2002 | -moz-border-radius:4px; |
---|
2003 | -webkit-border-radius:4px; |
---|
2004 | -khtml-border-radius:4px; |
---|
2005 | border-radius:4px; |
---|
2006 | } |
---|
2007 | |
---|
2008 | #iSimpleTipContent span.title { |
---|
2009 | font-weight:bold; |
---|
2010 | } |
---|
2011 | #iSimpleTipContent ul, #iSimpleTipContent ol { |
---|
2012 | margin:4px; |
---|
2013 | padding-left:15px; |
---|
2014 | } |
---|
2015 | |
---|
2016 | #iSimpleTipContent img { |
---|
2017 | margin:8px; |
---|
2018 | } |
---|
2019 | |
---|
2020 | #iSimpleTipContent span.navDesc { |
---|
2021 | text-align:center; |
---|
2022 | display:block; |
---|
2023 | } |
---|
2024 | |
---|
2025 | #iSimpleTipContent span.navAction { |
---|
2026 | font-weight:bold; |
---|
2027 | } |
---|
2028 | #iSimpleTipContent span.navTitle { |
---|
2029 | font-style:italic; |
---|
2030 | } |
---|
2031 | |
---|
2032 | .cSimpleTipArrow { |
---|
2033 | background-image: url("./../icon/sTipArrows.png"); |
---|
2034 | } |
---|
2035 | |
---|
2036 | .cSimpleTipArrow { |
---|
2037 | background-repeat: no-repeat; |
---|
2038 | height: 12px; |
---|
2039 | position: absolute; |
---|
2040 | width: 12px; |
---|
2041 | } |
---|
2042 | |
---|
2043 | |
---|
2044 | /* |
---|
2045 | vd language switch plugin |
---|
2046 | */ |
---|
2047 | ul.categoryActions li.menuf ul li a, .menuf ul li a:visited { |
---|
2048 | height:27px; |
---|
2049 | line-height:27px; |
---|
2050 | margin-top:3px; |
---|
2051 | } |
---|
2052 | |
---|
2053 | .menuf ul.flag-pan .flags:hover, .menuf a img.flags { |
---|
2054 | border:1px solid #000000; |
---|
2055 | } |
---|
2056 | |
---|
2057 | .menuf ul.flag-pan .flags { |
---|
2058 | border:1px solid #000000; |
---|
2059 | } |
---|
2060 | |
---|
2061 | .menuf ul.flag-pan { |
---|
2062 | -moz-border-radius: 4px; |
---|
2063 | -webkit-border-radius:4px; |
---|
2064 | -khtml-border-radius:4px; |
---|
2065 | border-radius:4px; |
---|
2066 | background: #ffffff; |
---|
2067 | border: 2px solid #000000; |
---|
2068 | padding-bottom: 4px; |
---|
2069 | margin-left: 6px; |
---|
2070 | margin-top: -4px; |
---|
2071 | } |
---|
2072 | |
---|
2073 | li.menuf { |
---|
2074 | left: 15px; |
---|
2075 | margin-top: 10px; |
---|
2076 | position: fixed; |
---|
2077 | z-index:1500; |
---|
2078 | } |
---|
2079 | |
---|
2080 | li.menuf ul li:hover ul { |
---|
2081 | display:block; |
---|
2082 | left:-15px; |
---|
2083 | } |
---|
2084 | li.menuf ul li { |
---|
2085 | margin-left:0; |
---|
2086 | top:8px; |
---|
2087 | } |
---|
2088 | li.menuf ul li ul.flag-pan li { |
---|
2089 | margin-left:5px; |
---|
2090 | top:0px; |
---|
2091 | } |
---|
2092 | |
---|
2093 | /* |
---|
2094 | * PWG Stuff plugin |
---|
2095 | */ |
---|
2096 | div.stuffs_block { |
---|
2097 | margin:0px; |
---|
2098 | padding:0px; |
---|
2099 | } |
---|
2100 | |
---|
2101 | div.stuffs_block .stuffs { |
---|
2102 | margin:0px; |
---|
2103 | padding:0px; |
---|
2104 | background:transparent; |
---|
2105 | } |
---|
2106 | |
---|
2107 | div.stuffs_block .stuffs h2 { |
---|
2108 | margin:0px; |
---|
2109 | padding-top:4px; |
---|
2110 | } |
---|
2111 | |
---|
2112 | div.stuffs_block div.personal_block, |
---|
2113 | div.stuffs_block #comments { |
---|
2114 | -moz-border-radius: 12px; |
---|
2115 | -webkit-border-radius:12px; |
---|
2116 | -khtml-border-radius:12px; |
---|
2117 | border-radius:12px; |
---|
2118 | background: #202020; |
---|
2119 | margin-top: -24px; |
---|
2120 | margin-bottom: 8px; |
---|
2121 | padding: 35px 15px 15px; |
---|
2122 | } |
---|
2123 | |
---|
2124 | /* |
---|
2125 | * AMM compatibility |
---|
2126 | */ |
---|
2127 | div#menubar dd.randompicdd { |
---|
2128 | margin-left:-7px; |
---|
2129 | } |
---|
2130 | |
---|
2131 | div#irandompicinner.illustration { |
---|
2132 | height:auto; |
---|
2133 | padding:0px; |
---|
2134 | } |
---|
2135 | |
---|
2136 | |
---|
2137 | |
---|
2138 | /* |
---|
2139 | * GMaps compatibility |
---|
2140 | */ |
---|
2141 | #icon_gmaps { |
---|
2142 | height:43px; |
---|
2143 | } |
---|
2144 | #icon_gmaps.size42x28 { |
---|
2145 | background-image:url(./../icon/gmaps/i42x28.png); |
---|
2146 | width:65px; |
---|
2147 | } |
---|
2148 | #icon_gmaps.size28x28 { |
---|
2149 | background-image:url(./../icon/gmaps/i28x28.png); |
---|
2150 | width:43px; |
---|
2151 | } |
---|
2152 | |
---|
2153 | /* |
---|
2154 | * LMT compatibility |
---|
2155 | */ |
---|
2156 | #copyright img.logo80x15 { |
---|
2157 | top: 2px; |
---|
2158 | } |
---|
2159 | #theImage table img.logo88x31 { |
---|
2160 | top:2px; |
---|
2161 | } |
---|
2162 | |
---|
2163 | /* |
---|
2164 | * Histogram compatibility |
---|
2165 | */ |
---|
2166 | #iHistoContent { |
---|
2167 | margin:5px; |
---|
2168 | } |
---|