1 | /* content.css */ |
---|
2 | |
---|
3 | /* .Content is on every pages so it is common and it will no longer be a specific css */ |
---|
4 | .content { margin-right: 1em; margin-bottom: 1em; } |
---|
5 | .content h2 {margin: 0; padding: 5px 0.5em 5px 0.5em; text-align: right; font-size: 120%;} |
---|
6 | .content .navigationBar { margin: 10px 0; text-align: center; } |
---|
7 | .content form { text-align: left; } |
---|
8 | .content dt { margin-bottom: 5px; font-style: italic; |
---|
9 | font-size: 110%; } |
---|
10 | .content ul.categoryActions a img, ul.categoryActions a { |
---|
11 | border:0; margin-bottom:-5px; } |
---|
12 | ul.categoryActions { margin: 0 2px; width: auto; list-style-position:outside; |
---|
13 | padding: 0; text-indent: 0; list-style: none; text-align: center; } |
---|
14 | .content div.titrePage ul.categoryActions { float: right; } |
---|
15 | .content div.titrePage { padding: 0 0 3px; } |
---|
16 | .content ul.categoryActions li { display: inline; } |
---|
17 | .content div.comment { margin: 0 0 0.5em 0; padding: 0; |
---|
18 | overflow: hidden; width: 100%; /* don't ask why. It's a very usefull trick */ } |
---|
19 | .content div.comment a.illustration { |
---|
20 | display: block; float: left; margin: 0.5em 0 0 0.5em; } |
---|
21 | .content div.comment p.commentHeader { |
---|
22 | text-align: right; margin: 0.5em 0.5em 0 0; } |
---|
23 | .content div.comment ul.actions { text-align: center; margin: 0.2em; } |
---|
24 | .content div.comment blockquote { |
---|
25 | margin-right: 0.5em; overflow: visible; /*avoid a very strange margin behaviour (all browsers) */ } |
---|
26 | |
---|
27 | /* not used but should be */ |
---|
28 | #thePopuphelpPage .content { margin: 1em; } |
---|
29 | |
---|
30 | /* thumbnails.css */ |
---|
31 | UL.thumbnails { |
---|
32 | margin: 0; padding: 0; list-style: none; |
---|
33 | text-align: center; /* to center the whole collection in .content */ |
---|
34 | float: left; |
---|
35 | } |
---|
36 | UL.thumbnails LI { display: inline } |
---|
37 | UL.thumbnails li.rank-of-image { |
---|
38 | float: left; |
---|
39 | background-color: #333; |
---|
40 | color: #666; |
---|
41 | -moz-border-radius: 5px; |
---|
42 | display: block; |
---|
43 | width: 104px; |
---|
44 | height: 104px; |
---|
45 | cursor: move; |
---|
46 | margin: 10px; |
---|
47 | } |
---|
48 | .clipwrapper { |
---|
49 | position:relative; |
---|
50 | width: 96px; |
---|
51 | height: 96px; |
---|
52 | margin: 3px; |
---|
53 | } |
---|
54 | .clip { |
---|
55 | position:absolute; |
---|
56 | } |
---|
57 | UL.thumbnails li.rank-of-image input { |
---|
58 | } |
---|
59 | UL.thumbnails SPAN.wrap1 { |
---|
60 | margin: 0 5px 5px 5px; |
---|
61 | display: table-cell; display: inline-table; |
---|
62 | display: inline-block; /* Why 3 display option ??? */ |
---|
63 | vertical-align: top; /* OK with Opera and IE6 not Geko */ |
---|
64 | text-align: center; /* to center the thumbnail and legend in Geko/Opera */ |
---|
65 | } |
---|
66 | UL.thumbnails SPAN.wrap2 { |
---|
67 | margin: 0; /* important reset the margins */ |
---|
68 | display: table-cell; /* block prevents vertical-align here */ |
---|
69 | vertical-align: middle; /* Ok with Opera and Geko not IE6 */ |
---|
70 | } |
---|
71 | UL.thumbnails LABEL { display: block; border-bottom: none; } |
---|
72 | UL.thumbnails IMG { |
---|
73 | margin-bottom: -4px; /* why ??? something wrong with Geko and Opera ignored by IE6*/ |
---|
74 | } |
---|
75 | UL.thumbnails LABEL { position: relative; } |
---|
76 | UL.thumbnails INPUT { |
---|
77 | position: relative; /* <= Opera can handle relative here */ |
---|
78 | top: -20px; |
---|
79 | } |
---|
80 | :root UL.thumbnails INPUT { /* hide from Opera */ |
---|
81 | position: absolute; /* <= Opera hide 1 checkbox over 2 !!! */ |
---|
82 | left: 2px; top: 2px; |
---|
83 | } |
---|
84 | UL.thumbnails .levelIndicatorB { |
---|
85 | display:block; position:absolute; z-index:100;padding:0px 0 0 14px; color:black; font-weight:bold; font-size:120%; |
---|
86 | } |
---|
87 | UL.thumbnails .levelIndicatorF { |
---|
88 | display:block; position:absolute; z-index:101;padding:1px 0 0 15px; color:white; font-weight:bold; font-size:120%; |
---|
89 | } |
---|
90 | |
---|
91 | /* default-layout.css */ |
---|
92 | |
---|
93 | /* History tables */ |
---|
94 | TABLE.table2 { |
---|
95 | border: 1px solid #111; |
---|
96 | margin: 1em auto; |
---|
97 | padding: 0; |
---|
98 | } |
---|
99 | |
---|
100 | TABLE.table2 TD, TABLE.table2 TH { |
---|
101 | padding: 0 5px; |
---|
102 | } |
---|
103 | |
---|
104 | TABLE.table2 TR { |
---|
105 | text-align: left; |
---|
106 | } |
---|
107 | |
---|
108 | TABLE.table2 THEAD TD { padding:7px 10px 3px 10px; } |
---|
109 | TABLE.table2 TR.throw { text-align: center; } |
---|
110 | TABLE.table2 { margin:0pt auto; } |
---|
111 | .sort { display:block; padding:8px 5px 0px 1px; clear: right; float:left; } |
---|
112 | |
---|
113 | |
---|
114 | .hour { |
---|
115 | white-space: pre; |
---|
116 | } |
---|
117 | |
---|
118 | .number { |
---|
119 | text-align: right; |
---|
120 | } |
---|
121 | |
---|
122 | TABLE#dailyStats { |
---|
123 | width: 60%; |
---|
124 | } |
---|
125 | |
---|
126 | TABLE#detailedStats { |
---|
127 | width: 99%; |
---|
128 | } |
---|
129 | |
---|
130 | /* Plugins, languages tables */ |
---|
131 | TABLE.plugins, |
---|
132 | TABLE.languages { |
---|
133 | min-width: 500px; |
---|
134 | } |
---|
135 | TABLE.plugins A { border: 0; } |
---|
136 | TABLE.plugins TR TD { padding: 4px 10px; } |
---|
137 | TABLE.languages TR TD { padding: 7px 20px; } |
---|
138 | |
---|
139 | |
---|
140 | /* categoryOrdering */ |
---|
141 | FORM#categoryOrdering .orderParams { |
---|
142 | line-height:30px; |
---|
143 | margin-bottom:10px; |
---|
144 | } |
---|
145 | |
---|
146 | SELECT.categoryList { |
---|
147 | width: 100%; |
---|
148 | } |
---|
149 | |
---|
150 | FORM#categoryOrdering { |
---|
151 | padding-left: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */ |
---|
152 | padding-right: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */ |
---|
153 | } |
---|
154 | FORM#categoryOrdering p { |
---|
155 | text-align: left; |
---|
156 | margin-top: 1em; |
---|
157 | margin-bottom: 1em; |
---|
158 | } |
---|
159 | UL.categoryUl { |
---|
160 | list-style: none; |
---|
161 | padding: 0; |
---|
162 | margin: 0; |
---|
163 | } |
---|
164 | |
---|
165 | LI.categoryLi { |
---|
166 | width: 100%; |
---|
167 | border: 1px solid #666; |
---|
168 | padding: 0px 5px; |
---|
169 | margin-bottom: 5px; |
---|
170 | } |
---|
171 | |
---|
172 | FORM#categoryOrdering UL.categoryActions { |
---|
173 | float: right; |
---|
174 | height:45px; |
---|
175 | line-height:45px; |
---|
176 | } |
---|
177 | /* */ |
---|
178 | |
---|
179 | /* menuOrdering */ |
---|
180 | FORM#menuOrdering { |
---|
181 | padding-left: 1em; |
---|
182 | padding-right: 1em; |
---|
183 | } |
---|
184 | FORM#menuOrdering p { |
---|
185 | text-align: left; |
---|
186 | margin: 0 10px; |
---|
187 | } |
---|
188 | FORM#menuOrdering p span { |
---|
189 | float:right; |
---|
190 | } |
---|
191 | FORM#menuOrdering input { |
---|
192 | vertical-align: middle; |
---|
193 | margin:0 10px; |
---|
194 | } |
---|
195 | FORM#menuOrdering .menuAuthor { |
---|
196 | margin: 5px 0 0 40px; |
---|
197 | } |
---|
198 | FORM#menuOrdering .menuSubmit { |
---|
199 | margin: 20px 0; |
---|
200 | } |
---|
201 | |
---|
202 | UL.menuUl { |
---|
203 | list-style: none; |
---|
204 | padding: 0; |
---|
205 | margin: 0; |
---|
206 | } |
---|
207 | |
---|
208 | LI.menuLi { |
---|
209 | width: 100%; |
---|
210 | border: 1px solid #666; |
---|
211 | padding: 12px 0; |
---|
212 | margin-bottom: 5px; |
---|
213 | } |
---|
214 | /* */ |
---|
215 | |
---|
216 | FORM#catModify TABLE { width: auto; } |
---|
217 | |
---|
218 | FIELDSET.elementEdit .thumb { |
---|
219 | display: block; |
---|
220 | float: right; |
---|
221 | text-align: center; |
---|
222 | } |
---|
223 | |
---|
224 | TABLE.doubleSelect { |
---|
225 | text-align: center; |
---|
226 | margin: 0 auto; |
---|
227 | width: 100%; |
---|
228 | } |
---|
229 | |
---|
230 | TABLE.doubleSelect TD { |
---|
231 | padding: 0 3px; |
---|
232 | width: 50%; |
---|
233 | } |
---|
234 | |
---|
235 | TABLE.doubleSelect SELECT.categoryList { |
---|
236 | width: 100%; max-width: 100%; overflow-x: auto; |
---|
237 | } |
---|
238 | |
---|
239 | FORM#categoryPermissions LI { |
---|
240 | display:inline; |
---|
241 | white-space: nowrap; |
---|
242 | } |
---|
243 | |
---|
244 | FIELDSET#mainConfCheck SPAN.property, |
---|
245 | FIELDSET#historyConf SPAN.property, |
---|
246 | FIELDSET#commentsConf SPAN.property, |
---|
247 | FIELDSET#uploadConf SPAN.property, |
---|
248 | FIELDSET#indexDisplayConf SPAN.property, |
---|
249 | FIELDSET#pictureDisplayConf SPAN.property, |
---|
250 | FIELDSET#pictureInfoConf SPAN.property { |
---|
251 | float: right; |
---|
252 | text-align: left; |
---|
253 | } |
---|
254 | FIELDSET#mainConfCheck INPUT, |
---|
255 | FIELDSET#historyConf INPUT, |
---|
256 | FIELDSET#commentsConf INPUT, |
---|
257 | FIELDSET#uploadConf INPUT, |
---|
258 | FIELDSET#indexDisplayConf INPUT, |
---|
259 | FIELDSET#pictureDisplayConf INPUT, |
---|
260 | FIELDSET#pictureInfoConf INPUT { |
---|
261 | float: none; |
---|
262 | } |
---|
263 | |
---|
264 | FIELDSET#mainConf SPAN.property { |
---|
265 | width: 25%; |
---|
266 | } |
---|
267 | FIELDSET#mainConf TEXTAREA.description { |
---|
268 | width: 70%; |
---|
269 | } |
---|
270 | |
---|
271 | FIELDSET#mainConfCheck SPAN.property, |
---|
272 | FIELDSET#historyConf SPAN.property, |
---|
273 | FIELDSET#indexDisplayConf SPAN.property, |
---|
274 | FIELDSET#pictureDisplayConf SPAN.property, |
---|
275 | FIELDSET#pictureInfoConf SPAN.property { |
---|
276 | width: 90%; |
---|
277 | } |
---|
278 | FIELDSET#mainConfCheck INPUT, |
---|
279 | FIELDSET#historyConf INPUT, |
---|
280 | FIELDSET#commentsConf INPUT, |
---|
281 | FIELDSET#indexDisplayConf INPUT, |
---|
282 | FIELDSET#pictureDisplayConf INPUT, |
---|
283 | FIELDSET#pictureInfoConf INPUT { |
---|
284 | margin-left: 5%; |
---|
285 | } |
---|
286 | FIELDSET#uploadConf SELECT { |
---|
287 | float: right; |
---|
288 | margin: 2px 10px 0px; |
---|
289 | } |
---|
290 | FIELDSET#uploadConf INPUT { |
---|
291 | float: right; |
---|
292 | margin: 5px 10px 0px; |
---|
293 | } |
---|
294 | FIELDSET#uploadConf SPAN.property { |
---|
295 | width: 65%; |
---|
296 | } |
---|
297 | FIELDSET#commentsConf SPAN.property { |
---|
298 | width: 85%; |
---|
299 | } |
---|
300 | |
---|
301 | .statBar { |
---|
302 | height: 10px; |
---|
303 | background-color: #ff7700; |
---|
304 | border: 1px solid #666; |
---|
305 | } |
---|
306 | |
---|
307 | .over{ |
---|
308 | position: relative; |
---|
309 | z-index: 0; |
---|
310 | } |
---|
311 | |
---|
312 | .over:hover{ |
---|
313 | background-color: transparent; |
---|
314 | z-index: 50; |
---|
315 | } |
---|
316 | |
---|
317 | .over SPAN{ /*CSS for enlarged image*/ |
---|
318 | position: absolute; |
---|
319 | background-color: #222; |
---|
320 | padding: 5px; |
---|
321 | left: -1000px; |
---|
322 | border: 1px solid #ff3363; |
---|
323 | visibility: hidden; |
---|
324 | color: black; |
---|
325 | text-decoration: none; |
---|
326 | } |
---|
327 | |
---|
328 | .over SPAN IMG{ /*CSS for enlarged image*/ |
---|
329 | border-width: 0; |
---|
330 | padding: 2px; |
---|
331 | } |
---|
332 | |
---|
333 | .over:hover SPAN{ /*CSS for enlarged image on hover*/ |
---|
334 | visibility: visible; |
---|
335 | top: 0; |
---|
336 | left: 60px; /*position where enlarged image should offset horizontally */ |
---|
337 | } |
---|
338 | |
---|
339 | BODY { |
---|
340 | margin: 5px; |
---|
341 | padding: 0; |
---|
342 | font-size: 0.8em; |
---|
343 | font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif; |
---|
344 | text-align: center; /* be nice to IE5 */ |
---|
345 | } |
---|
346 | |
---|
347 | H1 { |
---|
348 | color:#eee; |
---|
349 | letter-spacing:1px; |
---|
350 | text-align: left; |
---|
351 | font-size: 150%; |
---|
352 | font-weight: normal; |
---|
353 | font-style:italic; |
---|
354 | padding: 8px 0 0 10px; |
---|
355 | margin: 0; |
---|
356 | float:left; |
---|
357 | } |
---|
358 | |
---|
359 | #pwgHead {color:#aaa;} |
---|
360 | #pwgHead A {color:#ccc;} |
---|
361 | #pwgHead A:hover {color:#fff;border-bottom:1px solid #fff} |
---|
362 | |
---|
363 | #headActions {float:right; height:46px; line-height:46px; margin-right:10px;} |
---|
364 | |
---|
365 | A { |
---|
366 | text-decoration:none; |
---|
367 | border-bottom: 0; |
---|
368 | } |
---|
369 | A:hover { |
---|
370 | border-bottom: 1px solid #FF3363; |
---|
371 | } |
---|
372 | A.button, A.button:hover { |
---|
373 | border: 0; |
---|
374 | } |
---|
375 | IMG { |
---|
376 | border: none; |
---|
377 | } |
---|
378 | |
---|
379 | HR.separation { |
---|
380 | visibility: hidden; |
---|
381 | clear: both; |
---|
382 | } |
---|
383 | |
---|
384 | /** General defaults **/ |
---|
385 | INPUT, SELECT { |
---|
386 | margin: 0; |
---|
387 | font-size: 1em; /* <= some browsers don't set it correctly */ |
---|
388 | } |
---|
389 | UL, DL, OL { text-align: left;} |
---|
390 | TABLE { /* horizontaly centered */ |
---|
391 | margin-left: auto; |
---|
392 | margin-right: auto; |
---|
393 | } |
---|
394 | /* for debugging purpose */ |
---|
395 | PRE { text-align:left; } |
---|
396 | |
---|
397 | /** forms **/ |
---|
398 | |
---|
399 | FORM { padding: 0em; } |
---|
400 | |
---|
401 | FORM P { |
---|
402 | text-align: center; |
---|
403 | margin-top: 2em; |
---|
404 | margin-bottom: 2em; |
---|
405 | } |
---|
406 | |
---|
407 | form p.field { |
---|
408 | text-align: left; |
---|
409 | } |
---|
410 | |
---|
411 | FORM FIELDSET P { |
---|
412 | margin-top: 1em; |
---|
413 | margin-bottom: 0; |
---|
414 | } |
---|
415 | |
---|
416 | .small { |
---|
417 | font-size: 80%; |
---|
418 | } |
---|
419 | |
---|
420 | TEXTAREA.description { |
---|
421 | height: 6em; |
---|
422 | width: 40em; |
---|
423 | overflow: auto; |
---|
424 | } |
---|
425 | |
---|
426 | SELECT.categoryList { |
---|
427 | height: 20em; |
---|
428 | width: auto; |
---|
429 | } |
---|
430 | |
---|
431 | DIV.comment BLOCKQUOTE { |
---|
432 | padding: 0.5em; |
---|
433 | overflow: auto; /* no solution for IE6 */ |
---|
434 | min-height: 2.75em; /* fix a Gecko bug whith scrollbar and 1 line only */ |
---|
435 | } |
---|
436 | |
---|
437 | |
---|
438 | /** |
---|
439 | * Filter forms are displayed label by label with the input (or select...) |
---|
440 | * below the label. Use an UL to make a group (radiobox for instance). |
---|
441 | * Use a SPAN to group objects in line |
---|
442 | */ |
---|
443 | FIELDSET { |
---|
444 | padding: 1em; |
---|
445 | margin: 1em; |
---|
446 | overflow: hidden; /* <- makes Opera happy */ |
---|
447 | } |
---|
448 | |
---|
449 | FORM.filter FIELDSET UL { |
---|
450 | margin: 0; |
---|
451 | } |
---|
452 | FORM.filter FIELDSET UL, |
---|
453 | FORM.filter FIELDSET LABEL { |
---|
454 | display: block; |
---|
455 | float: left; |
---|
456 | margin-right: 1em; |
---|
457 | padding: 0; |
---|
458 | } |
---|
459 | |
---|
460 | FORM.filter FIELDSET LI { |
---|
461 | list-style: none; |
---|
462 | margin-bottom: 0.5em; |
---|
463 | } |
---|
464 | |
---|
465 | FORM.filter FIELDSET LI LABEL { |
---|
466 | display: inline; |
---|
467 | float: none; |
---|
468 | } |
---|
469 | |
---|
470 | FORM.filter FIELDSET UL.tagSelection LABEL { |
---|
471 | display: inline; |
---|
472 | float: none; |
---|
473 | margin-right:0.5em;/*reduce from above*/ |
---|
474 | } |
---|
475 | |
---|
476 | /* cannot use FIELDSET>LABEL because of IE<=6 */ |
---|
477 | FORM.filter FIELDSET LABEL INPUT, |
---|
478 | FORM.filter FIELDSET LABEL SELECT, |
---|
479 | FORM.filter FIELDSET LABEL SPAN, |
---|
480 | FORM.filter FIELDSET LABEL TEXTAREA { |
---|
481 | display: block; |
---|
482 | margin: 0.5em 0; |
---|
483 | } |
---|
484 | FORM.filter FIELDSET * LABEL INPUT, |
---|
485 | FORM.filter FIELDSET * LABEL SELECT, |
---|
486 | FORM.filter FIELDSET * LABEL TEXTAREA, |
---|
487 | FORM.filter FIELDSET LABEL SPAN INPUT, |
---|
488 | FORM.filter FIELDSET LABEL SPAN SELECT, |
---|
489 | FORM.filter FIELDSET LABEL SPAN TEXTAREA { |
---|
490 | display: inline; |
---|
491 | vertical-align: top; |
---|
492 | margin: 0 0.5em 0 0; |
---|
493 | } |
---|
494 | |
---|
495 | /* following declaration is important to avoid strange FF behaviour */ |
---|
496 | FORM.filter FIELDSET LABEL SPAN SELECT { |
---|
497 | margin: 0; |
---|
498 | } |
---|
499 | |
---|
500 | FORM.filter FIELDSET P |
---|
501 | { |
---|
502 | clear: left; |
---|
503 | display: block; |
---|
504 | } |
---|
505 | |
---|
506 | FORM.filter INPUT[type="submit"] { |
---|
507 | margin-top: 1.8em; |
---|
508 | } |
---|
509 | |
---|
510 | FORM.properties UL, FORM#update UL { |
---|
511 | list-style-type: none; |
---|
512 | margin: 0; |
---|
513 | padding: 0; |
---|
514 | } |
---|
515 | |
---|
516 | FORM.properties LI, FORM#update UL { |
---|
517 | margin-bottom: 0.5em; |
---|
518 | padding: 0; |
---|
519 | line-height: 1.8em; |
---|
520 | clear: left; |
---|
521 | } |
---|
522 | |
---|
523 | FORM.properties SPAN.property { |
---|
524 | font-weight: bold; |
---|
525 | float: left; |
---|
526 | width: 50%; |
---|
527 | text-align: right; |
---|
528 | margin: 0; |
---|
529 | padding: 0 0.5em 0 0; |
---|
530 | } |
---|
531 | |
---|
532 | #theHeader H1 { |
---|
533 | margin-bottom: 0.5em; |
---|
534 | } |
---|
535 | |
---|
536 | /* button tools */ |
---|
537 | UL.actions { |
---|
538 | text-indent: 0; |
---|
539 | list-style: none; |
---|
540 | } |
---|
541 | UL.actions LI { |
---|
542 | display: inline; |
---|
543 | } |
---|
544 | UL.actions A { |
---|
545 | border: none; |
---|
546 | } |
---|
547 | |
---|
548 | UL.tagSelection { |
---|
549 | width: 99%; |
---|
550 | margin: 1em 0 1em 0; |
---|
551 | padding: 0; |
---|
552 | } |
---|
553 | |
---|
554 | UL.tagSelection LI { |
---|
555 | display:inline-block; |
---|
556 | width:150px!important; |
---|
557 | overflow:hidden; |
---|
558 | white-space: nowrap; |
---|
559 | } |
---|
560 | |
---|
561 | /* jQuery tooltips */ |
---|
562 | .cluetip-default #cluetip-outer { |
---|
563 | position: relative; |
---|
564 | border: 1px solid #111111; |
---|
565 | color: #dddddd; |
---|
566 | background-color: #222222; |
---|
567 | text-align: left; |
---|
568 | } |
---|
569 | .cluetip-default h3#cluetip-title { |
---|
570 | margin: 0 0 5px; |
---|
571 | padding: 8px; |
---|
572 | color: #666666; |
---|
573 | background-color: #d3d3d3; |
---|
574 | font-size: 1.1em; |
---|
575 | font-weight: bold; |
---|
576 | } |
---|
577 | .cluetip-default #cluetip-inner { |
---|
578 | padding: 10px; |
---|
579 | } |
---|
580 | |
---|
581 | /* jQuery datepicker */ |
---|
582 | img.ui-datepicker-trigger { |
---|
583 | cursor : pointer; |
---|
584 | vertical-align: middle; |
---|
585 | margin:-3px 5px 2px 5px; |
---|
586 | } |
---|
587 | |
---|
588 | /* Add photos, direct mode */ |
---|
589 | #uploadBoxes P { |
---|
590 | margin:0; |
---|
591 | margin-bottom:2px; |
---|
592 | padding:0; |
---|
593 | } |
---|
594 | |
---|
595 | #batchLink { |
---|
596 | text-align:center; |
---|
597 | } |
---|
598 | |
---|
599 | .category_selection { |
---|
600 | min-height:65px; |
---|
601 | margin-top:5px; |
---|
602 | } |
---|
603 | |
---|
604 | .category_selection TABLE { |
---|
605 | margin:0; |
---|
606 | } |
---|
607 | |
---|
608 | #photosAddContent FIELDSET { |
---|
609 | width:650px; |
---|
610 | margin:0 auto 20px auto; |
---|
611 | } |
---|
612 | |
---|
613 | #photosAddContent P { |
---|
614 | margin:0; |
---|
615 | } |
---|
616 | |
---|
617 | #photosAddContent TH { |
---|
618 | text-align:right; |
---|
619 | padding-right: 5px; |
---|
620 | } |
---|
621 | |
---|
622 | #uploadFormSettings input[type="text"] { |
---|
623 | text-align:right; |
---|
624 | } |
---|
625 | |
---|
626 | #uploadFormSettings TH { |
---|
627 | width:50%; |
---|
628 | } |
---|
629 | |
---|
630 | #pwgHead { |
---|
631 | background-color:#464646; |
---|
632 | height:46px; |
---|
633 | } |
---|
634 | |
---|
635 | html, body {height:100%; margin:0; padding:0;} |
---|
636 | #the_page {min-height:100%; position:absolute; width:100%; padding:0;margin:0;} |
---|
637 | #pwgMain {padding:10px;padding-bottom:60px;} |
---|
638 | |
---|
639 | #footer { |
---|
640 | position:absolute; |
---|
641 | bottom:0; |
---|
642 | width:100%; |
---|
643 | height:46px; |
---|
644 | background: url(images/logo.png) no-repeat 7px 8px; |
---|
645 | background-color:#464646; |
---|
646 | color:#aaa; |
---|
647 | line-height:46px; |
---|
648 | } |
---|
649 | |
---|
650 | #footer A {color:#ccc;} |
---|
651 | #footer A:hover {color:#fff;border-bottom:1px solid #fff;} |
---|
652 | |
---|
653 | #adminHome { |
---|
654 | text-align:center; |
---|
655 | margin-bottom:15px; |
---|
656 | line-height:30px; |
---|
657 | width:200px; |
---|
658 | margin-left:5px; |
---|
659 | -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; |
---|
660 | } |
---|
661 | |
---|
662 | #adminHome A {display:block; font-size:1.1em; font-weight:bold;} |
---|
663 | #adminHome A {border:none;} |
---|
664 | |
---|
665 | #piwigoInfos {float:left; margin-left:140px;} |
---|
666 | #pageInfos {float:right; margin-right:10px;} |
---|
667 | |
---|
668 | /* TipTip CSS - Version 1.2 */ |
---|
669 | |
---|
670 | #tiptip_holder { |
---|
671 | display: none; |
---|
672 | position: absolute; |
---|
673 | top: 0; |
---|
674 | left: 0; |
---|
675 | z-index: 99999; |
---|
676 | } |
---|
677 | |
---|
678 | #tiptip_holder.tip_top { |
---|
679 | padding-bottom: 5px; |
---|
680 | } |
---|
681 | |
---|
682 | #tiptip_holder.tip_bottom { |
---|
683 | padding-top: 5px; |
---|
684 | } |
---|
685 | |
---|
686 | #tiptip_holder.tip_right { |
---|
687 | padding-left: 5px; |
---|
688 | } |
---|
689 | |
---|
690 | #tiptip_holder.tip_left { |
---|
691 | padding-right: 5px; |
---|
692 | } |
---|
693 | |
---|
694 | #tiptip_content { |
---|
695 | font-size: 11px; |
---|
696 | color: #fff; |
---|
697 | text-shadow: 0 0 2px #000; |
---|
698 | padding: 4px 8px; |
---|
699 | border: 1px solid rgba(255,255,255,0.25); |
---|
700 | background-color: rgb(25,25,25); |
---|
701 | background-color: rgba(25,25,25,0.92); |
---|
702 | background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000)); |
---|
703 | border-radius: 3px; |
---|
704 | -webkit-border-radius: 3px; |
---|
705 | -moz-border-radius: 3px; |
---|
706 | box-shadow: 0 0 3px #555; |
---|
707 | -webkit-box-shadow: 0 0 3px #555; |
---|
708 | -moz-box-shadow: 0 0 3px #555; |
---|
709 | } |
---|
710 | |
---|
711 | #tiptip_arrow, #tiptip_arrow_inner { |
---|
712 | position: absolute; |
---|
713 | border-color: transparent; |
---|
714 | border-style: solid; |
---|
715 | border-width: 6px; |
---|
716 | height: 0; |
---|
717 | width: 0; |
---|
718 | } |
---|
719 | |
---|
720 | #tiptip_holder.tip_top #tiptip_arrow { |
---|
721 | border-top-color: #fff; |
---|
722 | border-top-color: rgba(255,255,255,0.35); |
---|
723 | } |
---|
724 | |
---|
725 | #tiptip_holder.tip_bottom #tiptip_arrow { |
---|
726 | border-bottom-color: #fff; |
---|
727 | border-bottom-color: rgba(255,255,255,0.35); |
---|
728 | } |
---|
729 | |
---|
730 | #tiptip_holder.tip_right #tiptip_arrow { |
---|
731 | border-right-color: #fff; |
---|
732 | border-right-color: rgba(255,255,255,0.35); |
---|
733 | } |
---|
734 | |
---|
735 | #tiptip_holder.tip_left #tiptip_arrow { |
---|
736 | border-left-color: #fff; |
---|
737 | border-left-color: rgba(255,255,255,0.35); |
---|
738 | } |
---|
739 | |
---|
740 | #tiptip_holder.tip_top #tiptip_arrow_inner { |
---|
741 | margin-top: -7px; |
---|
742 | margin-left: -6px; |
---|
743 | border-top-color: rgb(25,25,25); |
---|
744 | border-top-color: rgba(25,25,25,0.92); |
---|
745 | } |
---|
746 | |
---|
747 | #tiptip_holder.tip_bottom #tiptip_arrow_inner { |
---|
748 | margin-top: -5px; |
---|
749 | margin-left: -6px; |
---|
750 | border-bottom-color: rgb(25,25,25); |
---|
751 | border-bottom-color: rgba(25,25,25,0.92); |
---|
752 | } |
---|
753 | |
---|
754 | #tiptip_holder.tip_right #tiptip_arrow_inner { |
---|
755 | margin-top: -6px; |
---|
756 | margin-left: -5px; |
---|
757 | border-right-color: rgb(25,25,25); |
---|
758 | border-right-color: rgba(25,25,25,0.92); |
---|
759 | } |
---|
760 | |
---|
761 | #tiptip_holder.tip_left #tiptip_arrow_inner { |
---|
762 | margin-top: -6px; |
---|
763 | margin-left: -7px; |
---|
764 | border-left-color: rgb(25,25,25); |
---|
765 | border-left-color: rgba(25,25,25,0.92); |
---|
766 | } |
---|
767 | |
---|
768 | /* Webkit Hacks */ |
---|
769 | @media screen and (-webkit-min-device-pixel-ratio:0) { |
---|
770 | #tiptip_content { |
---|
771 | padding: 4px 8px 5px 8px; |
---|
772 | background-color: rgba(45,45,45,0.88); |
---|
773 | } |
---|
774 | #tiptip_holder.tip_bottom #tiptip_arrow_inner { |
---|
775 | border-bottom-color: rgba(45,45,45,0.88); |
---|
776 | } |
---|
777 | #tiptip_holder.tip_top #tiptip_arrow_inner { |
---|
778 | border-top-color: rgba(20,20,20,0.92); |
---|
779 | } |
---|
780 | } |
---|
781 | |
---|
782 | /* Set the width of the menubar for the galery */ |
---|
783 | #menubar { |
---|
784 | width: 18em; |
---|
785 | margin: 10px 0 50px 10px !important; |
---|
786 | } |
---|
787 | .content { |
---|
788 | margin-left: 20em; /* = #menubar width + 2em */ |
---|
789 | } |
---|
790 | /* Set minimum width of the page before getting a scrollbar */ |
---|
791 | /* IE5 and IE6 don't get that */ |
---|
792 | BODY { |
---|
793 | min-width: 60em; /* ~ 3* #menubar width */ |
---|
794 | } |
---|
795 | #thePopuphelpPage { |
---|
796 | min-width: 0; |
---|
797 | } |
---|
798 | |
---|
799 | #thePopuphelpPage #pwgHead {display:none} |
---|
800 | #thePopuphelpPage #footer {display:none} |
---|
801 | |
---|
802 | /* Set some sizes according to your maximum thumbnail width and height */ |
---|
803 | UL.thumbnails SPAN, |
---|
804 | UL.thumbnails SPAN.wrap2 A, |
---|
805 | UL.thumbnails LABEL, |
---|
806 | .content DIV.thumbnailCategory DIV.illustration { |
---|
807 | width: 140px; /* max thumbnail width + 2px */ |
---|
808 | } |
---|
809 | UL.thumbnails SPAN.wrap2, |
---|
810 | .content DIV.thumbnailCategory DIV.description { |
---|
811 | height: 140px; /* max thumbnail height + 2px */ |
---|
812 | } |
---|
813 | |
---|
814 | |
---|
815 | /* Category thumbnails on main page */ |
---|
816 | .content UL.thumbnailCategories LI { |
---|
817 | width: 49.7%; /* 49.7% for 2 per line, 33.2% for 3 per line*/ |
---|
818 | } |
---|
819 | |
---|
820 | /* Set defaults for thumbnails legend */ |
---|
821 | UL.thumbnails SPAN.thumbLegend { |
---|
822 | display: block; /* display: none; if you don't want legend */ |
---|
823 | height: 4em; /* legend height (don't set auto to be Gecko friendly)*/ |
---|
824 | } |
---|
825 | |
---|
826 | .themeBox {display:inline-table; text-align:center; height:192px; background-color:#eee; margin:5px; -moz-border-radius:5px; overflow:hidden; } |
---|
827 | |
---|
828 | .themeBox IMG {border:1px solid white; margin:0 15px;} |
---|
829 | .themeName {font-size:1.1em; margin:5px 0;} |
---|
830 | .themeActions {display: table-row; font-size:12px; height: 43px; } |
---|
831 | .themeActions DIV {display: table-cell; vertical-align: middle; line-height:18px; } |
---|
832 | .themeActions A {} |
---|
833 | |
---|
834 | #themesContent .themeBox IMG {width:150px; height:120px;} |
---|
835 | #themesContent H3 {font-size:16px; text-align:left; border-bottom:1px solid #444; letter-spacing:1px; margin:5px;} |
---|
836 | .themeBoxes {min-height:0;text-align:left;} |
---|
837 | |
---|
838 | h2 { letter-spacing:2px; font-weight:bold;} |
---|
839 | h2:lang(en) { text-transform:capitalize; } |
---|
840 | |
---|
841 | #pluginsMenuSeparator {width:80%; margin:5px auto;} |
---|
842 | |
---|
843 | #helpContent P {text-align:left; margin-left:10px;} |
---|
844 | #helpContent LI, #ftpPage LI {margin-top:10px;} |
---|
845 | #helpContent P.nextStepLink {text-align:center; font-weight:bold; margin-bottom:20px;} |
---|
846 | |
---|
847 | #configContent FIELDSET, #availablePlugins FIELDSET {border:none;} |
---|
848 | |
---|
849 | /** |
---|
850 | * Informations box in administration |
---|
851 | */ |
---|
852 | .infos, .errors, .warnings { |
---|
853 | text-align: left; |
---|
854 | margin: 5px; |
---|
855 | padding: 10px 50px 10px 10px; |
---|
856 | font-weight:bold; |
---|
857 | background-repeat: no-repeat; |
---|
858 | background-position: 5px 5px; |
---|
859 | padding:5px 70px 0pt 53px; |
---|
860 | min-height: 54px; |
---|
861 | } |
---|
862 | |
---|
863 | .infos { |
---|
864 | color: #0a0; |
---|
865 | background-color:#c2f5c2; |
---|
866 | background-image: url(icon/infos.png); |
---|
867 | } |
---|
868 | |
---|
869 | .errors { |
---|
870 | color: #f22; |
---|
871 | background-color: #ffd5dc; |
---|
872 | background-image: url(icon/errors.png); |
---|
873 | } |
---|
874 | |
---|
875 | .warnings { |
---|
876 | color: #ee8800; |
---|
877 | background-color:#ffdd99; |
---|
878 | background-image: url(icon/warnings.png); |
---|
879 | } |
---|
880 | |
---|
881 | .infos li, .errors li, .warnings li { list-style-type:square; } |
---|
882 | .infos .submit {margin-left:30px;} |
---|
883 | |
---|
884 | .checkActions {text-align:left;padding:0;margin:0;} |
---|
885 | .comment A:hover {border:none;} |
---|
886 | |
---|
887 | .pluginBoxes { |
---|
888 | text-align:left; |
---|
889 | position:relative; |
---|
890 | } |
---|
891 | |
---|
892 | .pluginBox { |
---|
893 | margin-bottom:10px; |
---|
894 | border-width:1px; |
---|
895 | border-style:solid; |
---|
896 | border-radius:5px; |
---|
897 | -moz-border-radius:5px; |
---|
898 | } |
---|
899 | .pluginBox table {width:99%;} |
---|
900 | .pluginBox td {text-align:left;} |
---|
901 | .pluginBox td.pluginDesc img {vertical-align:middle;} |
---|
902 | .pluginBoxNameCell {width:180px; vertical-align:top;} |
---|
903 | .pluginBoxes .inactive, .pluginBoxes .uninstalled {opacity:0.8;filter:alpha(opacity=80);} |
---|
904 | |
---|
905 | .pluginMiniBox { |
---|
906 | display:inline-table; |
---|
907 | text-align:center; |
---|
908 | width:250px; |
---|
909 | height:40px; |
---|
910 | margin:5px; |
---|
911 | border-width:1px; |
---|
912 | border-style:solid; |
---|
913 | border-radius:5px; |
---|
914 | -moz-border-radius:5px; |
---|
915 | overflow:hidden; |
---|
916 | } |
---|
917 | .pluginMiniBoxNameCell {font-size:1.05em; margin:5px 0;position:relative;} |
---|
918 | .pluginActions {display: table-row; font-size:0.95em; color:#777;} |
---|
919 | .pluginActions DIV {display: table-cell; vertical-align: middle; line-height:18px; } |
---|
920 | .showInfo {display:block;position:absolute;top:0;right:5px;width:15px;font-style:italic;font-family:"Georgia",serif;background-color:#464646;font-size:0.9em;border-radius:10px;-moz-border-radius:10px;} |
---|
921 | |
---|
922 | .warning:before {content:url(icon/warning.png);vertical-align:top;} |
---|
923 | .deactivate_all {text-align:right;font-size:0.95em;} |
---|
924 | |
---|
925 | .languageBoxes {min-height:0;text-align:left;} |
---|
926 | .languageBox {display:inline-table; text-align:center; width:200px; height:40px; margin:5px; -moz-border-radius:5px;border-radius:5px; overflow:hidden; } |
---|
927 | .languageName {font-size:1.1em; margin:5px 0;} |
---|
928 | .languageActions {display: table-row; font-size:12px; } |
---|
929 | .languageActions DIV {display: table-cell; vertical-align: middle; line-height:18px; } |
---|
930 | |
---|
931 | #ui-datepicker-div {-moz-border-radius:5px;} |
---|
932 | #ui-datepicker-div .ui-icon-circle-triangle-w, #ui-datepicker-div .ui-icon-circle-triangle-e {color:transparent;} |
---|
933 | #ui-datepicker-div A.ui-datepicker-prev, #ui-datepicker-div A.ui-datepicker-next {background-color:transparent;} |
---|
934 | #ui-datepicker-div A.ui-datepicker-prev:hover, #ui-datepicker-div A.ui-datepicker-next:hover {-moz-border-radius:5px;} |
---|
935 | |
---|
936 | .HelpActions { |
---|
937 | float:right; |
---|
938 | margin:0; |
---|
939 | padding:0; |
---|
940 | padding-top:2px; |
---|
941 | padding-left:3px; |
---|
942 | } |
---|
943 | |
---|
944 | .HelpActions a { border:0; margin:0; } |
---|
945 | .HelpActions a:hover {border:0;} |
---|
946 | .HelpActions li {list-style-image:none; list-style-position:outside; list-style-type:none; text-align:center; text-indent:0pt; } |
---|
947 | |
---|
948 | legend {text-align:left;} |
---|
949 | |
---|
950 | /* local-layout */ |
---|
951 | /* You can modify this file */ |
---|
952 | |
---|
953 | /* default-colors */ |
---|
954 | /* So that non-links are slightly greyed out */ |
---|
955 | .content .navigationBar { |
---|
956 | color: #999; |
---|
957 | } |
---|
958 | |
---|
959 | /* Tables & forms */ |
---|
960 | |
---|
961 | INPUT.text, INPUT.password, INPUT.button, |
---|
962 | INPUT.submit, INPUT.reset, INPUT.file, |
---|
963 | SELECT, TEXTAREA { |
---|
964 | color:#999; |
---|
965 | background-color: #666; |
---|
966 | } |
---|
967 | |
---|
968 | INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus { |
---|
969 | background-color: #444; /* whitesmoke */ |
---|
970 | } |
---|
971 | |
---|
972 | /* some theme set a border on INPUT which is not pretty for radio/checkbox */ |
---|
973 | INPUT[type="radio"], INPUT[type="checkbox"] { |
---|
974 | border: none; /* <= Opera needs this */ |
---|
975 | } |
---|
976 | |
---|
977 | INPUT.radio, INPUT.checkbox { |
---|
978 | border: none; /* <= IE6 needs this */ |
---|
979 | } |
---|
980 | |
---|
981 | |
---|
982 | /** |
---|
983 | * Header message like upgrade |
---|
984 | */ |
---|
985 | .header_msgs { |
---|
986 | text-align:center; |
---|
987 | font-weight: bold; |
---|
988 | color:#333; |
---|
989 | background-color: transparent; |
---|
990 | margin: 1px; |
---|
991 | padding: 1px; |
---|
992 | } |
---|
993 | |
---|
994 | /** |
---|
995 | * Header notes box in public/administration |
---|
996 | */ |
---|
997 | .header_notes { |
---|
998 | border: 1px solid #666; |
---|
999 | background: transparent url(icon/note.png) no-repeat right top; |
---|
1000 | font-weight: bold; |
---|
1001 | margin: 14px 24px 14px 14px; |
---|
1002 | padding: 5px 0 0 0; |
---|
1003 | top: 90px; |
---|
1004 | position: absolute; |
---|
1005 | text-align: right; |
---|
1006 | } |
---|
1007 | |
---|
1008 | LEGEND { |
---|
1009 | font-weight: bold; |
---|
1010 | letter-spacing: 1px; |
---|
1011 | padding: 0 10px; |
---|
1012 | } |
---|
1013 | |
---|
1014 | /* Batch Manager, global mode */ |
---|
1015 | #batchManagerGlobal #action p {text-align:left;} |
---|
1016 | #batchManagerGlobal .bulkAction {text-align:left;margin:15px 0;padding:0;} |
---|
1017 | #batchManagerGlobal #action_del_tags ul.tagSelection {margin:0 !important; width:620px;} |
---|
1018 | #batchManagerGlobal #checkActions {text-align:left; margin:0 0 20px 0;} |
---|
1019 | #batchManagerGlobal ul.thumbnails span.wrap1 {margin:5px} |
---|
1020 | #batchManagerGlobal ul.thumbnails span.wrap2 {border:0} |
---|
1021 | #batchManagerGlobal ul.thumbnails span.wrap2:hover {background-color:#7CBA0F;} |
---|
1022 | #batchManagerGlobal #selectedMessage {padding:5px; -moz-border-radius:5px;-webkit-border-radius:5px;} |
---|
1023 | #batchManagerGlobal #selectSet a {border-bottom:1px dotted} |
---|
1024 | #batchManagerGlobal #applyOnDetails {font-style:italic;} |
---|
1025 | #batchManagerGlobal .actionButtons {text-align:left;} |
---|
1026 | #batchManagerGlobal #filterList {padding-left:5px;} |
---|
1027 | #batchManagerGlobal #filterList li {margin-bottom:5px; list-style-type:none;} |
---|
1028 | #batchManagerGlobal a.removeFilter {background: url(icon/remove_filter.png) no-repeat top left;width:7px;height:7px;display:inline-block} |
---|
1029 | #batchManagerGlobal a.removeFilter:hover {background: url(icon/remove_filter_hover.png); border:none;} |
---|
1030 | #batchManagerGlobal .removeFilter span {display:none} |
---|
1031 | #batchManagerGlobal #applyFilterBlock {margin-top:20px;} |
---|
1032 | #batchManagerGlobal .useFilterCheckbox {display:none} |
---|
1033 | |
---|
1034 | |
---|
1035 | /* TokenInput (with Facebook style) */ |
---|
1036 | ul.token-input-list {overflow: hidden; height: auto !important; height: 1%;width: 400px;border: 1px solid #8496ba;cursor: text;font-size: 12px;font-family: Verdana;min-height: 1px;z-index: 999;margin: 0;padding: 0;background-color: #fff;list-style-type: none;clear: left;} |
---|
1037 | ul.token-input-list li input {border: 0;width: 100px;padding: 3px 8px;background-color: white;margin: 2px 0;-webkit-appearance: caret;} |
---|
1038 | li.token-input-token {overflow: hidden; height: auto !important; height: 15px;margin: 3px;padding: 1px 3px;background-color: #eff2f7;color: #000;cursor: default;border: 1px solid #ccd5e4;font-size: 11px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;float: left;white-space: nowrap;} |
---|
1039 | li.token-input-token p {display: inline;padding: 0;margin: 0;} |
---|
1040 | li.token-input-token span {color: #a6b3cf;margin-left: 5px;font-weight: bold;cursor: pointer;} |
---|
1041 | li.token-input-selected-token {background-color: #5670a6;border: 1px solid #3b5998;color: #fff;} |
---|
1042 | li.token-input-input-token {float: left;margin: 0;padding: 0;list-style-type: none;width:10px;} |
---|
1043 | div.token-input-dropdown {position: absolute;width: 400px;background-color: #fff;overflow: hidden;border-left: 1px solid #ccc;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;cursor: default;font-size: 11px;font-family: Verdana;z-index: 1;} |
---|
1044 | div.token-input-dropdown p {margin: 0;padding: 5px;font-weight: bold;color: #777;} |
---|
1045 | div.token-input-dropdown ul {margin: 0;padding: 0;} |
---|
1046 | div.token-input-dropdown ul li {background-color: #fff;padding: 3px;margin: 0;list-style-type: none;} |
---|
1047 | div.token-input-dropdown ul li.token-input-dropdown-item {background-color: #fff;} |
---|
1048 | div.token-input-dropdown ul li.token-input-dropdown-item2 {background-color: #fff;} |
---|
1049 | div.token-input-dropdown ul li em {font-weight: bold;font-style: normal;} |
---|
1050 | div.token-input-dropdown ul li.token-input-selected-dropdown-item {background-color: #3b5998;color: #fff;} |
---|