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