1 | @import url(menu.css); |
---|
2 | |
---|
3 | * { margin: 0; padding: 0; border: 0; } |
---|
4 | |
---|
5 | body { |
---|
6 | background:#2f1130 url(images/bg.png) repeat-x scroll center top; |
---|
7 | font-family:Verdana,arial,Helvetica,sans-serif; |
---|
8 | font-size:0.7em; |
---|
9 | margin:0; |
---|
10 | padding:0; |
---|
11 | } |
---|
12 | |
---|
13 | .content h2 { |
---|
14 | -moz-border-radius-bottomleft:8px; |
---|
15 | -moz-border-radius-bottomright:8px; |
---|
16 | -moz-border-radius-topleft:8px; |
---|
17 | -moz-border-radius-topright:8px; |
---|
18 | background:transparent url(images/bg_title.png) repeat-x scroll 0 0; |
---|
19 | border:1px solid #000000; |
---|
20 | color:#000000; |
---|
21 | height:20px; |
---|
22 | margin-bottom:3px; |
---|
23 | margin-top:13px; |
---|
24 | padding:5px 3px 2px; |
---|
25 | } |
---|
26 | |
---|
27 | * { outline: none } |
---|
28 | |
---|
29 | /*===================================== |
---|
30 | Common styles |
---|
31 | =====================================*/ |
---|
32 | h2 { |
---|
33 | color:#000000; |
---|
34 | border:1px solid #000000; |
---|
35 | -moz-border-radius:8px; |
---|
36 | -khtml-border-radius:8px; |
---|
37 | -webkit-border-radius:8px; |
---|
38 | padding:0; |
---|
39 | } |
---|
40 | |
---|
41 | h3 { |
---|
42 | -moz-border-radius-bottomleft:8px; |
---|
43 | -moz-border-radius-bottomright:8px; |
---|
44 | -moz-border-radius-topleft:8px; |
---|
45 | -moz-border-radius-topright:8px; |
---|
46 | background:transparent url(images/bg_title.png) repeat-x scroll center top; |
---|
47 | border:1px solid #000000; |
---|
48 | color:#000000; |
---|
49 | font-size:0.85em; |
---|
50 | font-weight:bold; |
---|
51 | line-height:1.5em; |
---|
52 | padding:6px 42px; |
---|
53 | position:relative; |
---|
54 | text-transform:uppercase; |
---|
55 | top:0; |
---|
56 | vertical-align:middle; |
---|
57 | } |
---|
58 | |
---|
59 | h4 |
---|
60 | { color:#FFFFFF; |
---|
61 | font-size:120%; |
---|
62 | margin:0; |
---|
63 | padding:5px 0.5em; |
---|
64 | text-align:left; |
---|
65 | } |
---|
66 | |
---|
67 | ul { list-style: none; } |
---|
68 | ul li { list-style: none; } |
---|
69 | |
---|
70 | a, a:link { |
---|
71 | color:#000000; |
---|
72 | text-decoration: none; |
---|
73 | border:0; |
---|
74 | } |
---|
75 | a:hover { |
---|
76 | color:#000000; |
---|
77 | text-decoration: none; |
---|
78 | |
---|
79 | } |
---|
80 | |
---|
81 | pre { overflow: auto; width: 100%; height: auto; } |
---|
82 | .left { float: left; } |
---|
83 | .right { float: right; } |
---|
84 | |
---|
85 | img{ } |
---|
86 | img:hover{ } |
---|
87 | img.title{ border:none; } |
---|
88 | |
---|
89 | /*===================================== |
---|
90 | Stuffs |
---|
91 | =====================================*/ |
---|
92 | .middle_block { width: auto !important; } |
---|
93 | |
---|
94 | /*===================================== |
---|
95 | Infos Errors |
---|
96 | =====================================*/ |
---|
97 | .infos, .errors { |
---|
98 | margin: 20px; |
---|
99 | height: 30px; |
---|
100 | } |
---|
101 | |
---|
102 | /*===================================== |
---|
103 | Page |
---|
104 | =====================================*/ |
---|
105 | body#thepicturepage,body#theCategorypage, body#theTagspage {} |
---|
106 | |
---|
107 | #the_page { |
---|
108 | width: 1000px; |
---|
109 | margin: -2px auto; |
---|
110 | position: relative; |
---|
111 | background: transparent url(images/global.png) repeat-y top center; |
---|
112 | } |
---|
113 | |
---|
114 | .content div.titrepage { padding: 10px 3px; } |
---|
115 | |
---|
116 | /*===================================== |
---|
117 | Header |
---|
118 | =====================================*/ |
---|
119 | #theHeader { |
---|
120 | background: transparent url(images/header.png) no-repeat center bottom; |
---|
121 | height:211px; |
---|
122 | margin: 0 auto; |
---|
123 | } |
---|
124 | |
---|
125 | #theHeader h1 { |
---|
126 | color:#000000; |
---|
127 | font-size:24px; |
---|
128 | left:30px; |
---|
129 | margin:0 0 0 358px; |
---|
130 | position:absolute; |
---|
131 | text-align:left; |
---|
132 | top:132px; |
---|
133 | } |
---|
134 | |
---|
135 | #theHeader p {display:none;} |
---|
136 | |
---|
137 | .content, body#theadminpage .content, body#theTagspage .content { |
---|
138 | width: 980px; |
---|
139 | margin: 0 auto !important; |
---|
140 | } |
---|
141 | |
---|
142 | /*===================================== |
---|
143 | Spécifique à la page des images |
---|
144 | =====================================*/ |
---|
145 | |
---|
146 | #thepicturepage #theHeader { |
---|
147 | height:211px; |
---|
148 | } |
---|
149 | #thepicturepage #theHeader h1 { display: none; } |
---|
150 | |
---|
151 | /*=========================================================================================*/ |
---|
152 | |
---|
153 | .row1 { background-color: #999;} |
---|
154 | .throw { background-color: #999;} |
---|
155 | |
---|
156 | /*===================================== |
---|
157 | Page Catégories |
---|
158 | =====================================*/ |
---|
159 | .comments_table{ |
---|
160 | -moz-border-radius-bottomleft:12px; |
---|
161 | -moz-border-radius-bottomright:12px; |
---|
162 | -moz-border-radius-topleft:12px; |
---|
163 | -moz-border-radius-topright:12px; |
---|
164 | border:1px solid #000000; |
---|
165 | /*background:#DEBF81;margin:auto auto 30px;width:98%;*/ |
---|
166 | font-size:0.85em; |
---|
167 | font-weight:bold; |
---|
168 | line-height:1.5em; |
---|
169 | padding:6px 42px; |
---|
170 | |
---|
171 | } |
---|
172 | |
---|
173 | .content div.thumbnailCategory { |
---|
174 | padding: 20px; |
---|
175 | /* text-align: center; */ |
---|
176 | } |
---|
177 | .content div.thumbnailCategory:hover { |
---|
178 | border:1px solid #000000; |
---|
179 | background:#dfefff url(images/content_index.png) no-repeat scroll center top; |
---|
180 | } |
---|
181 | .content ul.thumbnailCategories li { width:49.9%; } |
---|
182 | |
---|
183 | /*===================================== |
---|
184 | Page Image |
---|
185 | =====================================*/ |
---|
186 | |
---|
187 | #imageToolBar{ |
---|
188 | -moz-border-radius-bottomleft:5px; |
---|
189 | -moz-border-radius-bottomright:5px; |
---|
190 | -moz-border-radius-topleft:5px; |
---|
191 | -moz-border-radius-topright:5px; |
---|
192 | background:#c588de none repeat scroll 0 0; |
---|
193 | border:1px solid #000000; |
---|
194 | height:32px; |
---|
195 | margin:10px auto; |
---|
196 | padding:5px; |
---|
197 | width:860px; |
---|
198 | } |
---|
199 | #imageHeaderBar{ |
---|
200 | -moz-border-radius-bottomleft:5px; |
---|
201 | -moz-border-radius-bottomright:5px; |
---|
202 | -moz-border-radius-topleft:5px; |
---|
203 | -moz-border-radius-topright:5px; |
---|
204 | background:#c588de none repeat scroll 0 0; |
---|
205 | border:1px solid #000000; |
---|
206 | margin:10px auto; |
---|
207 | width:860px; |
---|
208 | } |
---|
209 | |
---|
210 | #theImage IMG { |
---|
211 | padding: 5px; |
---|
212 | border:1px solid #000000; |
---|
213 | } |
---|
214 | |
---|
215 | #imageHeaderBar H2 { |
---|
216 | color:#000000; |
---|
217 | border: none; |
---|
218 | clear: both; |
---|
219 | padding: 0; |
---|
220 | text-align: center; |
---|
221 | padding: 0.5em 0 0 0; |
---|
222 | } |
---|
223 | #imageHeaderBar .browsepath a { color:#000000; text-decoration: none; } |
---|
224 | #imageHeaderBar .browsepath a:hover { color:#FFFFFF; } |
---|
225 | |
---|
226 | .infotable{ margin: 20px auto; } |
---|
227 | #linkPrev{ margin: 20px 0 0 20px; } |
---|
228 | #linkNext{ margin: 20px 20px 0 0;} |
---|
229 | a#thumbprev, a#thumbNext { text-decoration: none; border:0; } |
---|
230 | |
---|
231 | #addComment label { width: 100%; margin-top: 1em; } |
---|
232 | |
---|
233 | #menubar .button { |
---|
234 | border:medium none; |
---|
235 | float:right; |
---|
236 | list-style-image:none; |
---|
237 | list-style-position:outside; |
---|
238 | list-style-type:none; |
---|
239 | margin:-2px 2px 2px; |
---|
240 | padding:0; |
---|
241 | text-align:center; |
---|
242 | text-indent:0; |
---|
243 | width:auto; |
---|
244 | } |
---|
245 | |
---|
246 | /*===================================== |
---|
247 | Commentaires |
---|
248 | =====================================*/ |
---|
249 | |
---|
250 | #comments{ width: 860px; margin: 20px auto; } |
---|
251 | #comments div.comment blockquote { border: 1px solid #5f5f5f; border-left: 2px solid #696969; } |
---|
252 | |
---|
253 | fieldset, input, select, table.table2, #infos, |
---|
254 | .content div.comment a.illustration IMG { |
---|
255 | -moz-border-radius-bottomleft:3px; |
---|
256 | -moz-border-radius-bottomright:3px; |
---|
257 | -moz-border-radius-topleft:3px; |
---|
258 | -moz-border-radius-topright:3px; |
---|
259 | /*background:transparent url(images/content.png) no-repeat scroll center top;*/ |
---|
260 | border:1px solid #000000; |
---|
261 | } |
---|
262 | |
---|
263 | .content div.thumbnailCategory { |
---|
264 | -moz-border-radius-bottomleft:12px; |
---|
265 | -moz-border-radius-bottomright:12px; |
---|
266 | -moz-border-radius-topleft:12px; |
---|
267 | -moz-border-radius-topright:12px; |
---|
268 | background: transparent url(images/content_index.png) no-repeat center top; |
---|
269 | border:1px solid #000000; |
---|
270 | } |
---|
271 | |
---|
272 | #theCommentsPage .content div.thumbnailCategory { |
---|
273 | background: transparent url(images/content_com.png) no-repeat center top; |
---|
274 | } |
---|
275 | |
---|
276 | #comments ul.thumbnailCategories li { margin: 5px auto; } |
---|
277 | |
---|
278 | textarea { width: 100%; } |
---|
279 | |
---|
280 | /*===================================== |
---|
281 | Miniatures |
---|
282 | =====================================*/ |
---|
283 | .content ul.thumbnails span, .content ul.thumbnails span.wrap2 a, |
---|
284 | .content ul.thumbnails span.wrap2 label, .content div.thumbnailCategory div.illustration { |
---|
285 | width: 167px; /* max thumbnail width + 2px */ |
---|
286 | } |
---|
287 | .content ul.thumbnails span.wrap2{ width: 172px; height:150px; } |
---|
288 | .content div.thumbnailCategory div.description { height: 100px; } /* max thumbnail height + 2px */ |
---|
289 | .content div.thumbnailCategory div.illustration img { height:96px; width:128px; border:4px double #FFFFFF;} |
---|
290 | .content div.thumbnailCategory div.illustration img:hover { border:4px double #000000;} |
---|
291 | .content div.thumbnailCategory div.illustration a:hover { border:0; } |
---|
292 | |
---|
293 | .content div.comment blockquote { |
---|
294 | margin-left: 172px; /*maximum thumbnail width + ~10px */ |
---|
295 | } |
---|
296 | .content div.thumbnailCategory div.description p { text-align: left; margin-top:3px; } |
---|
297 | |
---|
298 | /*.content ul.thumbnails span.wrap1 { margin: 0 10px; }*/ |
---|
299 | |
---|
300 | .content ul.thumbnails span.wrap2 img { padding: 5px; border:4px double #FFFFFF; } |
---|
301 | |
---|
302 | .content ul.thumbnails span.wrap2 img:hover { border-color: #000000;} |
---|
303 | |
---|
304 | .content ul.thumbnails li.thumbCat span.wrap2 { border-style: hidden; background-color: #3F4A69; } |
---|
305 | .content ul.thumbnails li.thumbCat span.wrap2:hover { border-style: solid; } |
---|
306 | |
---|
307 | .content ul.thumbnails span.wrap1 { |
---|
308 | -moz-border-radius:12px; |
---|
309 | -khtml-border-radius:12px; |
---|
310 | -webkit-border-radius:12px; |
---|
311 | background: transparent url(images/backthumb.png) no-repeat center top; |
---|
312 | border:1px solid #000000; |
---|
313 | display:inline-block; |
---|
314 | margin:0 5px 5px; |
---|
315 | text-align:center; |
---|
316 | vertical-align:top; |
---|
317 | } |
---|
318 | |
---|
319 | .content ul.thumbnails span.thumbLegend { |
---|
320 | /* height: auto;*/ |
---|
321 | padding: 0.5em 0; |
---|
322 | } |
---|
323 | .zero { display: none } |
---|
324 | .nb-hits { color: #120087; } |
---|
325 | .nb-comments { color: #120087; } |
---|
326 | } |
---|
327 | |
---|
328 | /*===================================== |
---|
329 | Menu |
---|
330 | =====================================*/ |
---|
331 | |
---|
332 | #menubar { position: relative; z-index: 2; } |
---|
333 | .content { /*position: relative; z-index: 1;*/ } |
---|
334 | |
---|
335 | .content div.thumbnailCategory div.description { |
---|
336 | overflow: hidden; /* bug in FF 1.0 (not 1.5) */ |
---|
337 | } |
---|
338 | |
---|
339 | /*===================================== |
---|
340 | Horizontal menubar |
---|
341 | =====================================*/ |
---|
342 | #menubar{ |
---|
343 | float: none; |
---|
344 | width: 898px; |
---|
345 | margin: 5px auto; |
---|
346 | border: none; |
---|
347 | display: block; |
---|
348 | |
---|
349 | } |
---|
350 | |
---|
351 | body#theadminpage #menubar { |
---|
352 | float: none; |
---|
353 | width: 898px; |
---|
354 | margin: 5px auto; |
---|
355 | border: none; |
---|
356 | display: block; |
---|
357 | } |
---|
358 | |
---|
359 | /*===================================== |
---|
360 | Filter button |
---|
361 | =====================================*/ |
---|
362 | #menubar .button { position: absolute; left:95% } |
---|
363 | #menubar p, #menubar p.totalimages{ clear: both; margin: 0; text-align: center; padding: 0.2em } |
---|
364 | |
---|
365 | /*===================================== |
---|
366 | Set menubar height (not for IE) |
---|
367 | =====================================*/ |
---|
368 | #the_page > #menubar, body#theadminpage #the_page > #menubar { |
---|
369 | -moz-border-radius-bottomleft:5px; |
---|
370 | -moz-border-radius-bottomright:5px; |
---|
371 | -moz-border-radius-topleft:5px; |
---|
372 | -moz-border-radius-topright:5px; |
---|
373 | float:left; |
---|
374 | height:2.1em; |
---|
375 | margin-top:-62px; |
---|
376 | padding:19px; |
---|
377 | } |
---|
378 | #menubar dl>dt { |
---|
379 | padding: 0.2em 0.4em; |
---|
380 | } |
---|
381 | |
---|
382 | /*===================================== |
---|
383 | General ul formating |
---|
384 | =====================================*/ |
---|
385 | #menubar ul, #menubar dl, #menubar ul#menuTagCloud { |
---|
386 | list-style: none; |
---|
387 | margin: 0; |
---|
388 | padding: 0; |
---|
389 | float: left; |
---|
390 | text-decoration:none; |
---|
391 | } |
---|
392 | #menubar dl { |
---|
393 | /*border-right:1px solid #120087;*/ |
---|
394 | display:inline; |
---|
395 | height:21px; |
---|
396 | padding:0 1.1em; |
---|
397 | } |
---|
398 | |
---|
399 | body#theadminpage #the_page > #menubar dl { padding: 0 0.5em;} |
---|
400 | |
---|
401 | #menubar ul li a { padding-right: 3em; margin-left:25px;} |
---|
402 | |
---|
403 | #menubar p, #menubar p.totalimages, form#quickconnect { |
---|
404 | clear: both; |
---|
405 | margin: 0; |
---|
406 | text-align: center; |
---|
407 | padding: 0.2em; |
---|
408 | } |
---|
409 | |
---|
410 | /*===================================== |
---|
411 | Titres et liens |
---|
412 | =====================================*/ |
---|
413 | #menubar a, #menubar dt { display: block; } |
---|
414 | |
---|
415 | /*===================================== |
---|
416 | Positionnement |
---|
417 | =====================================*/ |
---|
418 | #menubar li { position: relative; background:transparent url(images/cat.png) no-repeat; margin-left:5px;} |
---|
419 | #menubar dd { position: absolute; z-index: 500;} |
---|
420 | #menubar dd ul ul { |
---|
421 | background-color:#FFFFFF; |
---|
422 | border:1px solid #8C8C8C; |
---|
423 | position: absolute; |
---|
424 | top: 0px; |
---|
425 | left: 100%; |
---|
426 | z-index: 500; |
---|
427 | } |
---|
428 | #menubar li span,#menubar li IMG { position: absolute; top: 7px;} |
---|
429 | #menubar li span { right: 7px;} |
---|
430 | #menubar li IMG { right:4em; } |
---|
431 | |
---|
432 | /*===================================== |
---|
433 | Hiding and revealing up to 6 menu levels |
---|
434 | =====================================*/ |
---|
435 | div#menubar dd, |
---|
436 | div#menubar ul ul, |
---|
437 | div#menubar ul li:hover ul ul, |
---|
438 | div#menubar ul ul li:hover ul ul, |
---|
439 | div#menubar ul ul ul li:hover ul ul, |
---|
440 | div#menubar ul ul ul ul li:hover ul ul { display: none; } |
---|
441 | |
---|
442 | div#menubar dl:hover dd, |
---|
443 | div#menubar ul li:hover ul, |
---|
444 | div#menubar ul ul li:hover ul, |
---|
445 | div#menubar ul ul ul li:hover ul, |
---|
446 | div#menubar ul ul ul ul li:hover ul, |
---|
447 | div#menubar ul ul ul ul ul li:hover ul { display: block; } |
---|
448 | |
---|
449 | /*===================================== |
---|
450 | Styles |
---|
451 | =====================================*/ |
---|
452 | #menubar{ |
---|
453 | color:#000000; |
---|
454 | border:0px; |
---|
455 | } |
---|
456 | |
---|
457 | #menubar dt{ |
---|
458 | color:#000000; |
---|
459 | border:0px; |
---|
460 | } |
---|
461 | |
---|
462 | #menubar dd{ |
---|
463 | background:#c588de url(images/bgmenu.png) repeat-y scroll 0 0; |
---|
464 | border:1px solid #000000; |
---|
465 | color:#000000; |
---|
466 | padding-top:0; |
---|
467 | } |
---|
468 | |
---|
469 | #menubar ul { |
---|
470 | color:#000000; |
---|
471 | width: 20em; |
---|
472 | |
---|
473 | } |
---|
474 | #menubar a, #menubar dt a, #menubar dd a { |
---|
475 | border:0 none; |
---|
476 | color:#000000; |
---|
477 | display:block; |
---|
478 | text-decoration:none; |
---|
479 | } |
---|
480 | |
---|
481 | #menubar a:hover { color:#0000C4; } |
---|
482 | #menubar dd a { padding: 0.5em; } |
---|
483 | #menubar dd a:hover { color:#000000; background-color:#FFFFFF; border:1px solid #8c8c8c; } |
---|
484 | |
---|
485 | form#quicksearch { width: 220px;} |
---|
486 | |
---|
487 | /*===================================== |
---|
488 | Quickconnect |
---|
489 | =====================================*/ |
---|
490 | form#quickconnect fieldset { text-align: left; width: 220px; padding-top: 5px;} |
---|
491 | form#quickconnect label { clear: left; /*margin: 0;*/ } |
---|
492 | form#quickconnect label input { font-size: 1em; /*width: 15em;*/ } |
---|
493 | form#quickconnect p, form#quickconnect a { border: none; padding: 0; } |
---|
494 | form#quickconnect .button { position:relative; top: -20x; left: 50px} |
---|
495 | |
---|
496 | /*===================================== |
---|
497 | MenuTagCloud |
---|
498 | =====================================*/ |
---|
499 | |
---|
500 | #menubar #menuTagCloud a { display: inline; } |
---|
501 | #menubar #menuTagCloud span { |
---|
502 | display: block; |
---|
503 | padding: 0.5em 0; |
---|
504 | text-align: left; |
---|
505 | } |
---|
506 | |
---|
507 | /*===================================== |
---|
508 | Tags - page des tags |
---|
509 | =====================================*/ |
---|
510 | |
---|
511 | ul#fullTagCloud { |
---|
512 | position: relative; |
---|
513 | border: 1px solid #E8E8E8; |
---|
514 | border-width: 1px 0; |
---|
515 | background: #FBFBFB; |
---|
516 | padding: 5px; |
---|
517 | margin: 8px 0 20px 0; |
---|
518 | overflow: hidden; |
---|
519 | height: 100%; |
---|
520 | font-size: 120%; |
---|
521 | } |
---|
522 | ul#fullTagCloud li { |
---|
523 | display: block; |
---|
524 | float: left; |
---|
525 | margin: 4px; |
---|
526 | padding: 1px 5px; |
---|
527 | height: 18px; |
---|
528 | line-height: 18px; |
---|
529 | background: none; |
---|
530 | } |
---|
531 | ul#fullTagCloud li a:link, ul#fullTagCloud li a:visited { |
---|
532 | color: #005D99; |
---|
533 | text-decoration: none; |
---|
534 | white-space: nowrap; |
---|
535 | } |
---|
536 | ul#fullTagCloud li a:hover { text-decoration: underline; border: 0; } |
---|
537 | ul#fullTagCloud li a:focus, ul#fullTagCloud li a:active { background: #005D99; color:#0000C4; } |
---|
538 | |
---|
539 | .tagLevel5 { font-size:160%; } |
---|
540 | .tagLevel4 { font-size:140%; } |
---|
541 | .tagLevel3 { font-size:120%; } |
---|
542 | .tagLevel2 { font-size:100%; } |
---|
543 | .tagLevel1 { font-size:80%; } |
---|
544 | |
---|
545 | /*===================================== |
---|
546 | Autres |
---|
547 | =====================================*/ |
---|
548 | .pleaseNote { |
---|
549 | margin: 20px auto; |
---|
550 | width: 700px; |
---|
551 | background: #eee; |
---|
552 | color: #ff9b00; |
---|
553 | border: 1px solid #ff9b00; |
---|
554 | padding: 1ex; |
---|
555 | font-weight: bold; |
---|
556 | } |
---|
557 | |
---|
558 | li.categoryli { |
---|
559 | float:left; |
---|
560 | margin:2px; |
---|
561 | width:46%; |
---|
562 | } |
---|
563 | |
---|
564 | input.rateButton { color: #369; } |
---|
565 | input.rateButtonselected { color:#696969; } |
---|
566 | input.rateButton:hover { color: #369;} |
---|
567 | |
---|
568 | /*===================================== |
---|
569 | Calendrier |
---|
570 | =====================================*/ |
---|
571 | |
---|
572 | ul.categoryactions, div.calendarViews { |
---|
573 | padding-top: 5px; |
---|
574 | padding-right: 6px; |
---|
575 | } |
---|
576 | |
---|
577 | /*===================================== |
---|
578 | Calendrier éléments |
---|
579 | =====================================*/ |
---|
580 | span.calitemEmpty { color: silver; } |
---|
581 | |
---|
582 | span.calitem, span.calitemEmpty { border: 1px solid gray; } |
---|
583 | |
---|
584 | /*===================================== |
---|
585 | Nice looking month calendar |
---|
586 | =====================================*/ |
---|
587 | td.calDayCellEmpty, td.calDayCellFull { border: 1px solid gray;} |
---|
588 | |
---|
589 | td.calDayCellEmpty { color: silver; } |
---|
590 | |
---|
591 | .calBackDate { color: #000; } |
---|
592 | .calForeDate { color:#0000C4; } |
---|
593 | |
---|
594 | /*===================================== |
---|
595 | Footer/Pied de page |
---|
596 | =====================================*/ |
---|
597 | #copyright { |
---|
598 | background:transparent url(images/footer.png) repeat-x scroll 0 0; |
---|
599 | clear:both; |
---|
600 | font-weight:bold; |
---|
601 | height:29px; |
---|
602 | margin:0 auto; |
---|
603 | padding:26px 0; |
---|
604 | text-align:center; |
---|
605 | } |
---|
606 | #copyright a:link, #copyright a:visited { |
---|
607 | color:#793589; |
---|
608 | font-size:10px; |
---|
609 | } |
---|
610 | #copyright a:hover { |
---|
611 | text-decoration: none; |
---|
612 | color:#000000; |
---|
613 | border: 0; } |
---|
614 | |
---|
615 | /*===================================== |
---|
616 | Modifications/Parenté css |
---|
617 | =====================================*/ |
---|
618 | |
---|
619 | body#theCommentsPage .content, |
---|
620 | body#theUploadPage .content, |
---|
621 | body#theRegisterPage .content, |
---|
622 | body#theIdentificationPage .content, |
---|
623 | body#theProfilePage .content, |
---|
624 | body#theSearchPage .content, |
---|
625 | body#theAboutPage .content, |
---|
626 | body#thePopuphelpPage .content, |
---|
627 | body#thePasswordPage .content, |
---|
628 | body#theNotificationPage .content, |
---|
629 | body#theTagsPage .content, |
---|
630 | body#theNBMPage .content { |
---|
631 | min-height:495px; |
---|
632 | } |
---|
633 | |
---|
634 | .content div.thumbnailCategory div.description h3 { |
---|
635 | background:transparent none repeat scroll 0 0; |
---|
636 | border:medium none; |
---|
637 | font-size:120%; |
---|
638 | margin:0; |
---|
639 | padding:0.1em; |
---|
640 | text-align:left; |
---|
641 | } |
---|
642 | |
---|
643 | /*---------------------------------- |
---|
644 | Advanced Menus Manager |
---|
645 | ----------------------------------*/ |
---|
646 | |
---|
647 | DL#mbAMM_links img { |
---|
648 | border:none; |
---|
649 | display:none; |
---|
650 | } |
---|
651 | div#iamm_ill0 { |
---|
652 | margin:0 25px 5px; |
---|
653 | } |
---|
654 | /*=============================== |
---|
655 | Infos Errors |
---|
656 | ===============================*/ |
---|
657 | .infos, .errors { |
---|
658 | margin: 20px; |
---|
659 | } |
---|
660 | .infos { |
---|
661 | -moz-border-radius-bottomleft:12px; |
---|
662 | -moz-border-radius-bottomright:12px; |
---|
663 | -moz-border-radius-topleft:12px; |
---|
664 | -moz-border-radius-topright:12px; |
---|
665 | background:#B1E2AD url(images/infos.png) no-repeat scroll right top; |
---|
666 | border:1px solid #000000; |
---|
667 | color:#09460E; |
---|
668 | margin:5px; |
---|
669 | padding:10px 50px 10px 10px; |
---|
670 | min-height:30px; |
---|
671 | } |
---|
672 | |
---|
673 | .errors { |
---|
674 | -moz-border-radius-bottomleft:12px; |
---|
675 | -moz-border-radius-bottomright:12px; |
---|
676 | -moz-border-radius-topleft:12px; |
---|
677 | -moz-border-radius-topright:12px; |
---|
678 | color: #88181A; |
---|
679 | font-weight: bold; |
---|
680 | margin: 5px; |
---|
681 | border:1px solid #000000; |
---|
682 | background:#FF9193 url(images/errors.png)no-repeat top right; |
---|
683 | padding: 10px 50px 10px 10px; |
---|
684 | min-height:30px; |
---|
685 | } |
---|
686 | |
---|
687 | /*---------------------------------- |
---|
688 | Autres |
---|
689 | ----------------------------------*/ |
---|
690 | |
---|
691 | .content ul.thumbnails { |
---|
692 | margin-top:15px; |
---|
693 | } |
---|
694 | |
---|
695 | div#comments div.description { |
---|
696 | -moz-border-radius-bottomleft:8px; |
---|
697 | -moz-border-radius-bottomright:8px; |
---|
698 | -moz-border-radius-topleft:8px; |
---|
699 | -moz-border-radius-topright:8px; |
---|
700 | background:transparent url(images/content.png) no-repeat center top; |
---|
701 | border:1px solid #000000; |
---|
702 | font-size:0.85em; |
---|
703 | font-weight:bold; |
---|
704 | line-height:1.5em; |
---|
705 | min-height:50px; |
---|
706 | padding:0 6px; |
---|
707 | } |
---|
708 | |
---|
709 | /*---------------------------------- |
---|
710 | Blocs/Boutons |
---|
711 | ----------------------------------*/ |
---|
712 | .content div.titrePage { |
---|
713 | margin-left:10px; |
---|
714 | width:957px; |
---|
715 | } |
---|
716 | |
---|
717 | .content div.titrePage ul.categoryActions { |
---|
718 | margin-top:3px; |
---|
719 | } |
---|
720 | |
---|
721 | legend { |
---|
722 | -moz-border-radius-bottomleft:12px; |
---|
723 | -moz-border-radius-bottomright:12px; |
---|
724 | -moz-border-radius-topleft:12px; |
---|
725 | -moz-border-radius-topright:12px; |
---|
726 | background:#AE9161 url(images/form.png) repeat-x scroll center top; |
---|
727 | border:1px solid #000000; |
---|
728 | font-size:0.85em; |
---|
729 | font-style:normal; |
---|
730 | font-weight:bold; |
---|
731 | line-height:1.5em; |
---|
732 | margin-left:0.5em; |
---|
733 | margin-top:-0.4em; |
---|
734 | padding:2px 10px; |
---|
735 | position:relative; |
---|
736 | text-transform:uppercase; |
---|
737 | top:0; |
---|
738 | vertical-align:middle; |
---|
739 | } |
---|
740 | |
---|
741 | fieldset, table.table2, #infos, .content div.comment a.illustration img { |
---|
742 | -moz-border-radius-bottomleft:12px; |
---|
743 | -moz-border-radius-bottomright:12px; |
---|
744 | -moz-border-radius-topleft:12px; |
---|
745 | -moz-border-radius-topright:12px; |
---|
746 | background:transparent url(images/content.png) no-repeat scroll center top; |
---|
747 | border:1px solid #000000; |
---|
748 | } |
---|
749 | |
---|
750 | input, select, textarea { |
---|
751 | background-color:#F5FBFF; |
---|
752 | border:1px solid #000000; |
---|
753 | color:#000000; |
---|
754 | font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif; |
---|
755 | font-size:11px; |
---|
756 | padding:1px 2px; |
---|
757 | } |
---|
758 | |
---|
759 | input.reset:hover, input.submit:hover { |
---|
760 | border:1px solid #11365F; |
---|
761 | color:#793589; |
---|
762 | cursor:pointer; |
---|
763 | } |
---|
764 | |
---|
765 | input.submit:focus, select:focus, textarea:focus, input.focus, form .focus { |
---|
766 | border:1px solid #000000; |
---|
767 | background-color:none; |
---|
768 | } |
---|
769 | |
---|
770 | input[type="text"], |
---|
771 | input[type="password"], |
---|
772 | input[type="button"], |
---|
773 | input[type="submit"], |
---|
774 | input[type="reset"], |
---|
775 | input[type="file"] { |
---|
776 | background-color:#F5F5F5; |
---|
777 | color:#552200; |
---|
778 | } |
---|
779 | |
---|
780 | input.submit{ |
---|
781 | -moz-border-radius-bottomleft:5px; |
---|
782 | -moz-border-radius-bottomright:5px; |
---|
783 | -moz-border-radius-topleft:5px; |
---|
784 | -moz-border-radius-topright:5px; |
---|
785 | background:#A9CEE9 url(images/form.png) repeat-x scroll 0 0; |
---|
786 | border:1px solid #000000; |
---|
787 | color:#000000; |
---|
788 | font-family:Verdana,'Bitstream Vera Sans',Times,serif; |
---|
789 | font-size:10px; |
---|
790 | font-weight:bold; |
---|
791 | padding:1px 2px; |
---|
792 | } |
---|
793 | |
---|
794 | input.reset { |
---|
795 | -moz-border-radius-bottomleft:5px; |
---|
796 | -moz-border-radius-bottomright:5px; |
---|
797 | -moz-border-radius-topleft:5px; |
---|
798 | -moz-border-radius-topright:5px; |
---|
799 | background:#A9CEE9 url(images/form.png) repeat-x scroll 0 0; |
---|
800 | border:1px solid #000000; |
---|
801 | color:#E10000; |
---|
802 | font-family:Verdana,'Bitstream Vera Sans',Times,serif; |
---|
803 | font-size:10px; |
---|
804 | font-weight:bold; |
---|
805 | padding:1px 2px; |
---|
806 | } |
---|
807 | |
---|
808 | |
---|
809 | legend { |
---|
810 | -moz-border-radius-bottomleft:12px; |
---|
811 | -moz-border-radius-bottomright:12px; |
---|
812 | -moz-border-radius-topleft:12px; |
---|
813 | -moz-border-radius-topright:12px; |
---|
814 | background:#FFFFFF url(images/form.png) repeat-x scroll 0 0; |
---|
815 | border:1px solid #000000; |
---|
816 | color:#000000; |
---|
817 | font-size:0.85em; |
---|
818 | font-weight:bold; |
---|
819 | line-height:1.5em; |
---|
820 | margin-left:0.5em; |
---|
821 | margin-top:-0.4em; |
---|
822 | padding:2px 10px; |
---|
823 | position:relative; |
---|
824 | text-transform:uppercase; |
---|
825 | top:0; |
---|
826 | vertical-align:middle; |
---|
827 | } |
---|
828 | |
---|
829 | form.filter input[type="submit"] { |
---|
830 | margin-top:0; |
---|
831 | } |
---|
832 | |
---|
833 | span.calItem, span.calItemEmpty, td.calDayCellEmpty, td.calDayCellFull { |
---|
834 | border:1px solid #000000; |
---|
835 | } |
---|
836 | .content div.calendarViews { |
---|
837 | margin:8px 0 0; |
---|
838 | } |
---|
839 | |
---|
840 | .header_notes { |
---|
841 | background-image:none; |
---|
842 | border:medium none; |
---|
843 | font-weight:bold; |
---|
844 | margin:-9px; |
---|
845 | padding:5px 0 0; |
---|
846 | text-align:center; |
---|
847 | } |
---|
848 | |
---|
849 | .text{ |
---|
850 | padding:5px 0 0; |
---|
851 | } |
---|