Improve skinning of plwizard
[platal.git] / htdocs / css / keynote.css
1 /***************************************************************************
2 * Copyright (C) 2003-2007 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 .erreur {
92 font-weight: bold;
93 color: #d00;
94 background: inherit;
95 margin-top: 0.5em;
96 margin-bottom: 0.5em;
97 }
98
99 .erreur a:link, .erreur a:visited, .erreur a:active, .erreur a:hover {
100 color: #ff3333;
101 background: inherit;
102 }
103
104 input.error, textarea.error {
105 background-color: #faa;
106 }
107
108 input.valid, textarea.valid {
109 background-color: #afa;
110 }
111
112 input.warning, textarea.warning {
113 background-color: #fda;
114 }
115
116 h1 {
117 background-color: inherit;
118 margin: 0.5em 0 0.5em -8px;
119 text-indent: 0em;
120 padding: 20px 0 0 0px;
121
122 font-size: 130%;
123 font-family: "helvetica", sans-serif;
124 font-weight: bolder;
125 text-align: left;
126
127 color: #bdf;
128 }
129
130 h2 {
131 padding: 15px 0em 0em 0em;
132 margin: 0;
133 margin-left: -8px;
134 font-size: 110%;
135 font-weight: bold;
136 background: inherit;
137 color: #77c;
138 }
139
140 h3 {
141 margin: 0em;
142 font-weight: bold;
143 padding: 0.25em;
144 font-size: 105%;
145 }
146
147 p.explication, div.explication {
148 font-style: italic;
149 padding: 0em 1ex 1ex 1ex;
150 }
151
152 li.spaced {
153 padding-top: 0.2em;
154 padding-bottom: 0.3em;
155 text-align: justify;
156 }
157
158 pre {
159 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
160 margin: 0em 0em;
161 padding: 0.3em 1.5em;
162 }
163
164 /*******************************************************************************
165 3 Tableaux bicolores + classes utiles
166 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
167 *******************************************************************************/
168 table.bicol, table.tinybicol {
169 color: inherit;
170 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
171 border-width: 1px 0 0 1px;
172 border-style: solid;
173 border-color: #fff;
174 border-collapse: collapse;
175 }
176 table.bicol { width: 100%; margin-left: 0; }
177 table.tinybicol { width: 70%; margin-left: 15%; }
178
179 table.tinybicol tr.pair, table.bicol tr.pair {
180 color: inherit;
181 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
182 }
183
184 table.tinybicol th, table.bicol th {
185 color: #fff;
186 font-weight: bold;
187 text-align: center;
188 vertical-align: middle;
189 background: none;
190 background-color: #000;
191 }
192
193 table.tinybicol tr:first-child th, table.bicol tr:first-child th {
194 color: #fff;
195 background: url('../images/skins/keynote_title.gif') #000 top left repeat-x;
196 }
197
198 table.tinybicol td, table.bicol td {
199 color: #000000;
200 background: inherit;
201 }
202
203 table.tinybicol td, table.bicol td, table.tinybicol tr, table.bicol tr { padding: 4px; }
204
205 td.half { width: 50%; padding: 4px; }
206 .titre {
207 color: #000000;
208 background: inherit;
209 font-weight: bold;
210 }
211 td.action {
212 white-space: nowrap;
213 text-align: right;
214 font-weight: bold;
215 vertical-align: middle;
216 }
217 td.action a { padding: 0px 2px 0px 2px; }
218
219 th.grayed {
220 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
221 font-style: italic;
222 }
223
224 /*******************************************************************************
225 4 Tableau de choix de skins
226 [ Styles pour les tableaux de types de ceux des skins ]
227 *******************************************************************************/
228
229 #skin {
230 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
231 color: #000;
232 border-top: 1px solid #fff;
233 width: 100%;
234 }
235 #skin td {
236 border-bottom: 1px solid #fff;
237 vertical-align: middle;
238 }
239 #skin td.skigauche {
240 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
241 color: inherit;
242 vertical-align: middle;
243 }
244 #skin td.skimilieu {
245 padding-left: 1em;
246 width: 100%;
247 }
248 #skin td.skidroite { padding: 0; }
249
250 /*******************************************************************************
251 5 Contacts
252 [ Styles liés à l'affichage de contacts ]
253 *******************************************************************************/
254
255 div.contact-list {
256 width: 98%;
257 margin-left: 1%;
258 }
259 div.contact-list div.contact {
260 border-top: 1px solid #fff;
261 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
262 color: #000;
263 }
264
265 div.grayed {
266 font-style: italic;
267 }
268 div.grayed div.contact {
269 color: #444;
270 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
271 }
272
273 div.contact div.nom {
274 font-weight: bold;
275 width: 35%;
276 float: left;
277 padding-left: 2px;
278 }
279
280 div.contact div.appli {
281 float: left;
282 }
283
284 div.contact div.bits {
285 text-align: right;
286 float: right;
287 }
288
289 div.contact div.long {
290 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
291 width: 100%;
292 clear: both;
293 color: inherit;
294 padding: 1px 0px;
295 }
296
297 div.long table { width: 100%; }
298 div.long td.lt { width: 35%; }
299 div.long td.rt { width: 65%; }
300
301 /*******************************************************************************
302 6 Profil
303 [ onglets des profils ]
304 *******************************************************************************/
305
306 .wizard {
307 margin-left: -16px;
308 }
309
310 .wizard .wiz_header {
311 height: 32px;
312 width: 100%;
313 background: url('../images/skins/wiz_background.png') top right repeat-x;
314 margin-bottom: 1em;
315 }
316
317 .wizard .wiz_header .wiz_tab {
318 background; url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
319 vertical-align: middle;
320 height: 100%;
321 text-align: center;
322 font-size: 75%;
323 border-right: 1px solid #888;
324 }
325
326 .wizard .wiz_header .active {
327 background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
328 color: #fff;
329 }
330
331 .wizard .wiz_header .wiz_tab:hover {
332 background: url('../images/skins/wiz_hover.png') #777 top left repeat-x;
333 color: #fff;
334 }
335
336 .wizard .wiz_header a {
337 color: #000;
338 text-decoration: none;
339 vertical-align: middle;
340 }
341
342 .wizard .wiz_header a.active {
343 color: #fff;
344 }
345
346 .wizard .wiz_content {
347 margin-left: 16px;
348 }
349
350 .flags {
351 margin: 0.5em 0 0 0;
352 padding: 0;
353 }
354 .flags input {
355 margin: 0px 2px;
356 padding: 0px;
357 }
358 .flags .texte {
359 font-size: smaller;
360 font-weight: bold;
361 padding: 0 8px 0 0;
362 }
363 .flags .vert {
364 background: url('../images/icons/flag_green.gif') top right no-repeat;
365 padding: 0 16px 0 0;
366 margin-left: 16px;
367 }
368 .flags .orange {
369 background: url('../images/icons/flag_orange.gif') top right no-repeat;
370 padding: 0 16px 0 0;
371 margin-left: 16px;
372 }
373 .flags .rouge {
374 background: url('../images/icons/flag_red.gif') top right no-repeat;
375 padding: 0 16px 0 0;
376 margin-left: 16px;
377 }
378
379 table.cadre_a_onglet{
380 border-width: 0;
381 padding : 0;
382 margin: 0;
383 }
384
385 td.conteneur_tab {
386 border: 1px solid #9c9c9c;
387 border-left-color: #eee;
388 padding: 8px 4px 4px 4px;
389 background : url('../images/skins/keynote_topborder.png') top repeat-x;
390 }
391
392 #onglet {
393 display : block;
394 margin : 0;
395 padding : 0;
396 }
397
398 #onglet li {
399 display : block;
400 float : left;
401 padding : 0.4ex;
402 margin: 0 0.3ex -1px 3px;
403 border: 1px solid #9c9c9c;
404 border-right: none;
405 background: #cecece;
406 width: auto;
407 height: 5ex;
408 text-align: center;
409 color: #000;
410 font-size: 80%;
411 }
412
413 #onglet li:hover {
414 color: #000;
415 background : #adadad;
416 }
417
418 #onglet li.actif {
419 color: #000;
420 background : #dedede;
421 border: 1px solid #f0f0f0;
422 border-right: none;
423 border-bottom-color: #dedede;
424 font-weight: bold;
425 }
426
427 #onglet li a {
428 font-weight: normal;
429 text-decoration: none;
430 color: #000;
431 background: inherit;
432 display: block;
433 width: 100%;
434 height: 100%;
435 }
436 #onglet li img { margin-right: 2px; }
437
438 /*******************************************************************************
439 7 fiche.php & fiche_referent.php
440 [ cas de la fiche ]
441 *******************************************************************************/
442
443 #fiche {
444 width: 740px;
445 color: #000;
446 border-top: 1px solid #fff;
447 border-left: 1px solid #fff;
448 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
449 vertical-align: top;
450 }
451
452 #fiche em {
453 color: #777;
454 background: inherit;
455 font-weight: bolder;
456 }
457
458 #fiche h2 {
459 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
460 background-color: inherit;
461 border-bottom: 1px solid #202020;
462 color: #fff;
463 height: 17px;
464 margin: 0.5em 0;
465 padding-left: 0.5em;
466 font-weight: bold;
467 }
468
469 #fiche .part {
470 float: left;
471 clear: left;
472 width: 70%;
473 padding-right: 0em;
474 margin-right: 0em;
475 }
476
477 #fiche #photo {
478 float: right;
479 padding-left: 0em;
480 margin-left: 0em;
481 clear: right;
482 width: 30%;
483 }
484
485 #fiche #photo img {
486 width: 100%;
487 }
488
489 #fiche_identite div.civilite {
490 text-align: center;
491 font-weight: bold;
492 width: 80%;
493 float: left;
494 color: #fff;
495 background: inherit;
496 padding-top: 0.5ex;
497 }
498
499 #fiche_identite div.maj {
500 float: right;
501 width: 19%;
502 font-size: 75%;
503 text-align: right;
504 vertical-align: top;
505 padding: 0.5ex 1ex 1ex 0ex;
506 clear: right;
507 }
508
509 #fiche_identite div.contact {
510 clear: both;
511 margin: 1em;
512 padding: 1ex;
513 border-width: 1px 0 0 1px;
514 border-style: dotted;
515 border-color: #fff;
516 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
517 color: inherit;
518 }
519
520 #fiche_identite div.contact em {
521 color: #aaa;
522 background: inherit;
523 }
524
525
526 #fiche_identite div.email {
527 clear: left;
528 float: left;
529 }
530
531 #fiche_identite div.mob {
532 float: right;
533 clear: right;
534 text-align: right;
535 }
536
537 #fiche_identite div.formation {
538 margin: 0em 1em;
539 clear: both;
540 }
541
542 div.adresse {
543 min-width: 30%;
544 padding: 0px;
545 margin: 0px 1% 2ex 2%;
546 }
547
548 #fiche .medal_frame {
549 float: left;
550 width: 33%;
551 }
552
553 #fiche .medal_frame img {
554 float: left;
555 padding: 0ex 1ex;
556 }
557
558 #fiche .medal_text {
559 vertical-align: middle;
560 font-weight: bold;
561 }
562
563 /* only for fiche_referent.php*/
564
565 #fiche_referent .part {
566 width: 100%;
567 }
568
569 #fiche_referent #fiche_identite div.civilite {
570 width: 100%;
571 }
572
573 #fiche_referent div.rubrique_referent{
574 float: left;
575 width: 30%;
576 padding: 0px;
577 margin: 0px 1% 1ex 2%;
578 text-align: justify;
579 }
580
581 #fiche_referent em {
582 color: #777;
583 background: inherit;
584 font-weight: bolder;
585 }
586 #fiche_referent ul { margin: 0px; padding: 0px 1em; }
587 #fiche_referent li { font-weight: bold; margin: 0px; padding: 0px; text-align: left; }
588
589 /*******************************************************************************
590 A SKIN
591 [ choix de classes faites par le skinneur
592 *******************************************************************************/
593
594 #dev {
595 width: auto;
596 text-align: center;
597 padding: 1px;
598
599 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
600 color: #000;
601 font-weight: bold;
602 }
603
604 #dev a { text-decoration: none; }
605
606 .backtrace div.hide { display: none; }
607 .backtrace:hover div.hide { display: block; }
608 .backtrace h1 { padding: 0; margin: 0; }
609
610 #suid {
611 color: red;
612 background: #ffc0cb;
613 width: auto;
614 font-weight: bold;
615 text-align: center;
616 }
617 #suid a {
618 color: red;
619 background: inherit;
620 text-decoration: none;
621 display: block;
622 }
623 #suid:hover {
624 color: red;
625 background: #ffffcb;
626 }
627 #suid a:hover {
628 color: #ff7000;
629 background: inherit;
630 }
631
632 #body {
633 width: 800px;
634 margin-left: auto;
635 margin-right: auto;
636 }
637
638 #body-logo {
639 width: 140px;
640 padding-top: 0;
641 text-align: center;
642 }
643
644 #body-top {
645 padding: 0 0 16px 0;
646 text-align: center;
647 font-size: 85%;
648 border-bottom: 1px solid #fff;
649 }
650 #body-top table { width: 100%; padding: 4px; }
651 #body-top .date-heure { text-align: left; }
652 #body-top .inscrits { text-align: right; }
653
654
655 #body-bottom {
656 border-top: 1px solid #aaa;
657 text-align: center;
658 padding: 4px;
659 font-size: 75%;
660 font-family: "MS Sans Serif", sans-serif;
661 }
662
663 #body-menu {
664 width: 140px;
665 text-align: center;
666 font-size: 85%;
667 font-weight: bold;
668 white-space: nowrap;
669 border-right: 1px solid #fff;
670 }
671
672 #body-menu .menu_item {
673 text-align: left;
674 padding: 2px;
675 }
676
677 #body-menu a:link, #body-menu a:visited, #body-menu a:active, #body-meny a:hover {
678 color: #fff;
679 background: inherit;
680 text-decoration: none;
681 }
682
683 #body-menu .menu_item:hover {
684 color: inherit;
685 background-color: #556;
686 }
687
688 #body-menu .menu_title {
689 color: #fff;
690 height: 17px;
691 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
692 background-color: inherit;
693 border-bottom: 1px solid #202020;
694 padding: 4px 0 0 0;
695 text-align: center;
696 vertical-align: bottom;
697 }
698
699 #content {
700 width: 600px;
701 padding: 0 0 4px 16px;
702 vertical-align: top;
703 font-size: 95%;
704 }
705
706 .quick_search {
707 color: gray;
708 background: #fff;
709 text-align: right;
710 }
711
712 div#content {
713 padding: 1em;
714 margin: 0em;
715 }
716
717 #content input {
718 font-size: 95%;
719 }
720
721 #menu-evts {
722 font-size: 85%;
723 }
724
725 .ac_results {
726 font-size: 90%;
727 background: #fff;
728 }
729
730 .ac_results li.over {
731 color: #777;
732 }
733 /* vim: set et ts=4 sts=4 sw=4: */