Merge commit 'origin/master' into fusionax
[platal.git] / htdocs / css / keynote.css
1 /***************************************************************************
2 * Copyright (C) 2003-2008 Polytechnique.org *
3 * http://opensource.polytechnique.org/ *
4 * *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
9 * *
10 * This program is distributed in the hope that it will be useful, *
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13 * GNU General Public License for more details. *
14 * *
15 * You should have received a copy of the GNU General Public License *
16 * along with this program; if not, write to the Free Software *
17 * Foundation, Inc., *
18 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
19 ***************************************************************************/
20
21 /*******************************************************************************
22 1 Styles par défauts
23 [ balises sans attributs ou classes sans contexte ]
24 *******************************************************************************/
25
26 body {
27 font-family: "Arial", sans-serif;
28 font-size: 10pt;
29 background: url('../images/skins/keynote_bg.png') #4f4e63 top left repeat-x fixed;
30 color: #fff;
31 }
32
33 a:link, a:visited, a:active, a:hover {
34 color: #ddd;
35 background: inherit;
36 }
37 a:hover { color: #999; }
38
39 img { vertical-align: middle; }
40 a img { border: 0px; }
41 td { vertical-align: top; }
42 li { padding-left: 3px; padding-right: 3px;
43 text-align: justify; }
44 hr { text-align: center; }
45 dt { font-weight: bold; }
46
47 fieldset {
48 border: 1px solid #fff;
49 border-bottom: 0px;
50 border-right: 0px;
51 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
52 color: #000;
53 margin: 1em 0 1em 0;
54 text-align: justify;
55 }
56 legend {
57 border-bottom: 1px solid #666;
58 border-right: 1px solid #666;
59 border-top: 1px solid #fff;
60 border-left: 1px solid #fff;
61 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
62 color: #000;
63
64 padding: 2px 4px;
65 }
66
67 .center { text-align: center; }
68 .right { text-align: right; }
69 .middle { vertical-align: middle; }
70 .smaller { font-size: smaller; font-style: italic; }
71 .spacer { clear: both; }
72
73 .float2 { float: left; width: 49%; }
74 .float3 { float: left; width: 33%; }
75
76 /*******************************************************************************
77 2 Styles <p>, <div>, <span>, <li>
78 [ styles classiques d'effets de texte ]
79 *******************************************************************************/
80
81 p {
82 margin-bottom: 0.4em;
83 text-align: justify;
84 text-indent: 2em;
85 }
86
87 p.smaller {
88 text-indent: 0;
89 }
90
91 .errors {
92 width: 98%;
93 border: 1px solid #f00;
94 margin-top: 10px;
95 background-color: #200;
96 }
97
98 .warnings {
99 width: 98%;
100 border: 1px solid #ff0;
101 margin-top: 10px;
102 background-color: #220;
103 }
104
105 .success {
106 width: 98%;
107 border: 1px solid #0d3;
108 margin-top: 10px;
109 background-color: #021;
110 }
111
112 .erreur {
113 font-weight: bold;
114 color: #d00;
115 background: inherit;
116 margin-top: 0.5em;
117 margin-bottom: 0.5em;
118 }
119
120 .erreur a:link, .erreur a:visited, .erreur a:active, .erreur a:hover {
121 color: #ff3333;
122 background: inherit;
123 }
124
125 input.error, textarea.error {
126 background-color: #faa;
127 }
128
129 input.valid, textarea.valid {
130 background-color: #afa;
131 }
132
133 input.warning, textarea.warning {
134 background-color: #fda;
135 }
136
137 h1 {
138 background-color: inherit;
139 margin: 0.5em 0 0.5em -8px;
140 text-indent: 0em;
141 padding: 20px 0 0 0px;
142
143 font-size: 130%;
144 font-family: "helvetica", sans-serif;
145 font-weight: bolder;
146 text-align: left;
147
148 color: #bdf;
149 }
150
151 h2 {
152 padding: 15px 0em 0em 0em;
153 margin: 0;
154 margin-left: -8px;
155 font-size: 110%;
156 font-weight: bold;
157 background: inherit;
158 color: #77c;
159 }
160
161 h3 {
162 margin: 0em;
163 font-weight: bold;
164 padding: 0.25em;
165 font-size: 105%;
166 }
167
168 p.explication, div.explication {
169 font-style: italic;
170 padding: 0em 1ex 1ex 1ex;
171 }
172
173 li.spaced {
174 padding-top: 0.2em;
175 padding-bottom: 0.3em;
176 text-align: justify;
177 }
178
179 pre {
180 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
181 margin: 0em 0em;
182 padding: 0.3em 1.5em;
183 }
184
185 .pair pre {
186 background: inherit;
187 }
188
189
190 /*******************************************************************************
191 3 Tableaux bicolores + classes utiles
192 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
193 *******************************************************************************/
194 table.bicol, table.tinybicol {
195 color: inherit;
196 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
197 border-width: 1px 0 0 1px;
198 border-style: solid;
199 border-color: #fff;
200 border-collapse: collapse;
201 }
202 table.bicol { width: 100%; margin-left: 0; }
203 table.tinybicol { width: 70%; margin-left: 15%; }
204
205 table.tinybicol tr.pair, table.bicol tr.pair {
206 color: inherit;
207 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
208 }
209
210 table.tinybicol th, table.bicol th {
211 color: #fff;
212 font-weight: bold;
213 text-align: center;
214 vertical-align: middle;
215 background: none;
216 background-color: #000;
217 }
218
219 table.tinybicol tr:first-child th, table.bicol tr:first-child th {
220 color: #fff;
221 background: url('../images/skins/keynote_title.gif') #000 top left repeat-x;
222 }
223
224 table.tinybicol td, table.bicol td {
225 color: #000000;
226 background: inherit;
227 }
228
229 table.tinybicol td, table.bicol td, table.tinybicol tr, table.bicol tr { padding: 4px; }
230
231 td.half { width: 50%; padding: 4px; }
232 .titre {
233 color: #000000;
234 background: inherit;
235 font-weight: bold;
236 }
237 td.action {
238 white-space: nowrap;
239 text-align: right;
240 font-weight: bold;
241 vertical-align: middle;
242 }
243 td.action a { padding: 0px 2px 0px 2px; }
244
245 th.grayed {
246 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
247 font-style: italic;
248 }
249
250 /*******************************************************************************
251 4 Tableau de choix de skins
252 [ Styles pour les tableaux de types de ceux des skins ]
253 *******************************************************************************/
254
255 #skin {
256 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
257 color: #000;
258 border-top: 1px solid #fff;
259 width: 100%;
260 }
261 #skin td {
262 border-bottom: 1px solid #fff;
263 vertical-align: middle;
264 }
265 #skin td.skigauche {
266 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
267 color: inherit;
268 vertical-align: middle;
269 }
270 #skin td.skimilieu {
271 padding-left: 1em;
272 width: 100%;
273 }
274 #skin td.skidroite { padding: 0; }
275
276 /*******************************************************************************
277 5 Contacts
278 [ Styles liés à l'affichage de contacts ]
279 *******************************************************************************/
280
281 div.contact-list {
282 width: 98%;
283 margin-left: 1%;
284 }
285 div.contact-list div.contact {
286 border-top: 1px solid #fff;
287 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
288 color: #000;
289 }
290
291 div.contact-list div.grayed {
292 font-style: italic;
293 color: #444;
294 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
295 }
296
297 div.contact-list div.contact:hover {
298 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
299 }
300
301 .contact .photo {
302 float: left;
303 }
304
305 .contact .photo img {
306 width: 40px;
307 margin-right: 4px;
308 }
309
310 div.contact div.identity {
311 float: left;
312 width: 89%;
313 }
314
315 div.contact div.nom {
316 font-weight: bold;
317 padding-left: 2px;
318 }
319
320 div.contact div.nom a {
321 text-decoration: none;
322 font-size: 100%;
323 }
324
325 div.contact div.edu {
326 }
327
328 div.contact div.bits {
329 text-align: right;
330 float: right;
331 }
332
333 div.contact div.long {
334 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
335 width: 100%;
336 clear: both;
337 color: inherit;
338 padding: 1px 0px;
339 }
340
341 div.long table { width: 100%; }
342 div.long td.lt { width: 15%; font-style: italic; }
343 div.long td.rt { width: 85%; }
344
345 /*******************************************************************************
346 6 Profil
347 [ onglets des profils ]
348 *******************************************************************************/
349
350 .wizard {
351 margin-left: -16px;
352 }
353
354 .wizard .wiz_header {
355 height: 32px;
356 width: 100%;
357 background: url('../images/skins/wiz_background.png') top right repeat-x;
358 margin-bottom: 1em;
359 }
360
361 .wizard .wiz_header .wiz_tab {
362 background: url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
363 height: 100%;
364 text-align: center;
365 font-size: 75%;
366 border-right: 1px solid #888;
367 }
368
369 .wizard .wiz_header .wiz_tab:hover {
370 background: url('../images/skins/wiz_hover.png') #777 top left repeat-x;
371 color: #fff;
372 }
373
374 .wizard .wiz_header .active, .wizard .wiz_header .active:hover {
375 background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
376 color: #fff;
377 }
378
379 .wizard .wiz_header a {
380 color: #000;
381 text-decoration: none;
382 }
383
384 .wizard .wiz_header a.active {
385 color: #fff;
386 }
387
388 .wizard .wiz_content {
389 margin-left: 16px;
390 }
391
392 .flags .texte {
393 font-size: smaller;
394 font-weight: bold;
395 margin-left: -6px;
396 padding: 0 12px 0 0;
397 }
398 .flags img {
399 padding: 0 6px 0 0;
400 }
401
402 /*******************************************************************************
403 7 fiche.php & fiche_referent.php
404 [ cas de la fiche ]
405 *******************************************************************************/
406
407 #fiche {
408 width: 740px;
409 color: #000;
410 border-top: 1px solid #fff;
411 border-left: 1px solid #fff;
412 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
413 vertical-align: top;
414 }
415
416 #fiche em {
417 color: #777;
418 background: inherit;
419 font-weight: bolder;
420 }
421
422 #fiche h2 {
423 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
424 background-color: inherit;
425 border-bottom: 1px solid #202020;
426 color: #fff;
427 height: 17px;
428 margin: 0.5em 0;
429 padding-left: 0.5em;
430 font-weight: bold;
431 }
432
433 #fiche .part {
434 float: left;
435 clear: left;
436 width: 70%;
437 padding-right: 0em;
438 margin-right: 0em;
439 }
440
441 #fiche #photo {
442 float: right;
443 padding-left: 0em;
444 margin-left: 0em;
445 clear: right;
446 width: 30%;
447 }
448
449 #fiche #photo img {
450 width: 100%;
451 }
452
453 #fiche_identite div.civilite {
454 text-align: center;
455 font-weight: bold;
456 width: 80%;
457 float: left;
458 color: #fff;
459 background: inherit;
460 padding-top: 0.5ex;
461 }
462
463 #fiche_identite div.maj {
464 float: right;
465 width: 19%;
466 font-size: 75%;
467 text-align: right;
468 vertical-align: top;
469 padding: 0.5ex 1ex 1ex 0ex;
470 clear: right;
471 }
472
473 #fiche_identite div.contact {
474 clear: both;
475 margin: 1em;
476 padding: 1ex;
477 border-width: 1px 0 0 1px;
478 border-style: dotted;
479 border-color: #fff;
480 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
481 color: inherit;
482 }
483
484 #fiche_identite div.contact em {
485 color: #aaa;
486 background: inherit;
487 }
488
489
490 #fiche_identite div.email {
491 clear: left;
492 float: left;
493 }
494
495 #fiche_identite div.mob {
496 float: right;
497 clear: right;
498 text-align: right;
499 }
500
501 #fiche_identite div.formation {
502 margin: 0em 1em;
503 clear: both;
504 }
505
506 div.adresse {
507 min-width: 30%;
508 padding: 0px;
509 margin: 0px 1% 2ex 2%;
510 }
511
512 #fiche .medal_frame {
513 float: left;
514 width: 33%;
515 }
516
517 #fiche .medal_frame img {
518 float: left;
519 padding: 0ex 1ex;
520 }
521
522 #fiche .medal_text {
523 vertical-align: middle;
524 font-weight: bold;
525 }
526
527 /* only for fiche_referent.php*/
528
529 #fiche_referent .part {
530 width: 100%;
531 }
532
533 #fiche_referent #fiche_identite div.civilite {
534 width: 100%;
535 }
536
537 #fiche_referent div.rubrique_referent{
538 float: left;
539 width: 30%;
540 padding: 0px;
541 margin: 0px 1% 1ex 2%;
542 text-align: justify;
543 }
544
545 #fiche_referent em {
546 color: #777;
547 background: inherit;
548 font-weight: bolder;
549 }
550 #fiche_referent ul { margin: 0px; padding: 0px 1em; }
551 #fiche_referent li { font-weight: bold; margin: 0px; padding: 0px; text-align: left; }
552
553 /*******************************************************************************
554 A SKIN
555 [ choix de classes faites par le skinneur
556 *******************************************************************************/
557
558 #dev {
559 width: auto;
560 text-align: center;
561 padding: 1px;
562
563 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
564 color: #000;
565 font-weight: bold;
566 }
567
568 #dev a { text-decoration: none; }
569
570 .backtrace div.hide { display: none; }
571 .backtrace:hover div.hide { display: block; }
572 .backtrace h1 { padding: 0; margin: 0; }
573
574 #suid {
575 color: red;
576 background: #ffc0cb;
577 width: auto;
578 font-weight: bold;
579 text-align: center;
580 }
581 #suid a {
582 color: red;
583 background: inherit;
584 text-decoration: none;
585 display: block;
586 }
587 #suid:hover {
588 color: red;
589 background: #ffffcb;
590 }
591 #suid a:hover {
592 color: #ff7000;
593 background: inherit;
594 }
595
596 #body {
597 width: 800px;
598 margin-left: auto;
599 margin-right: auto;
600 }
601
602 #body-logo {
603 width: 140px;
604 padding-top: 0;
605 text-align: center;
606 }
607
608 #body-top {
609 padding: 0 0 16px 0;
610 text-align: center;
611 font-size: 85%;
612 border-bottom: 1px solid #fff;
613 }
614 #body-top table { width: 100%; padding: 4px; }
615 #body-top .date-heure { text-align: left; }
616 #body-top .inscrits { text-align: right; }
617
618
619 #body-bottom {
620 border-top: 1px solid #aaa;
621 text-align: center;
622 padding: 4px;
623 font-size: 75%;
624 font-family: "MS Sans Serif", sans-serif;
625 }
626
627 #body-menu {
628 width: 140px;
629 text-align: center;
630 font-size: 85%;
631 font-weight: bold;
632 white-space: nowrap;
633 border-right: 1px solid #fff;
634 }
635
636 #body-menu .menu_item {
637 text-align: left;
638 padding: 2px;
639 }
640
641 #body-menu a:link, #body-menu a:visited, #body-menu a:active, #body-meny a:hover {
642 color: #fff;
643 background: inherit;
644 text-decoration: none;
645 }
646
647 #body-menu .menu_item:hover {
648 color: inherit;
649 background-color: #556;
650 }
651
652 #body-menu .menu_title {
653 color: #fff;
654 height: 17px;
655 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
656 background-color: inherit;
657 border-bottom: 1px solid #202020;
658 padding: 4px 0 0 0;
659 text-align: center;
660 vertical-align: bottom;
661 }
662
663 #content {
664 width: 600px;
665 padding: 0 0 4px 16px;
666 vertical-align: top;
667 font-size: 95%;
668 }
669
670 .quick_search {
671 color: gray;
672 background: #fff;
673 text-align: right;
674 }
675
676 div#content {
677 padding: 1em;
678 margin: 0em;
679 }
680
681 #content input {
682 font-size: 95%;
683 }
684
685 #menu-evts {
686 font-size: 85%;
687 }
688
689 .ac_results {
690 color: black;
691 }
692
693 /* vim: set et ts=4 sts=4 sw=4: */