PlWizard tabs are fully clickable
[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-color: #aaa;
314 margin-bottom: 1em;
315 }
316
317 .wizard .wiz_header .wiz_tab {
318 background-color: #aaa;
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-color: #444;
328 color: #fff;
329 }
330
331 .wizard .wiz_header .wiz_tab:hover {
332 background-color: #777;
333 }
334
335 .wizard .wiz_header a {
336 color: #000;
337 text-decoration: none;
338 vertical-align: middle;
339 }
340
341 .wizard .wiz_header a.active {
342 color: #fff;
343 }
344
345 .wizard .wiz_content {
346 margin-left: 16px;
347 }
348
349 .flags {
350 margin: 0.5em 0 0 0;
351 padding: 0;
352 }
353 .flags input {
354 margin: 0px 2px;
355 padding: 0px;
356 }
357 .flags .texte {
358 font-size: smaller;
359 font-weight: bold;
360 padding: 0 8px 0 0;
361 }
362 .flags .vert {
363 background: url('../images/icons/flag_green.gif') top right no-repeat;
364 padding: 0 16px 0 0;
365 margin-left: 16px;
366 }
367 .flags .orange {
368 background: url('../images/icons/flag_orange.gif') top right no-repeat;
369 padding: 0 16px 0 0;
370 margin-left: 16px;
371 }
372 .flags .rouge {
373 background: url('../images/icons/flag_red.gif') top right no-repeat;
374 padding: 0 16px 0 0;
375 margin-left: 16px;
376 }
377
378 table.cadre_a_onglet{
379 border-width: 0;
380 padding : 0;
381 margin: 0;
382 }
383
384 td.conteneur_tab {
385 border: 1px solid #9c9c9c;
386 border-left-color: #eee;
387 padding: 8px 4px 4px 4px;
388 background : url('../images/skins/keynote_topborder.png') top repeat-x;
389 }
390
391 #onglet {
392 display : block;
393 margin : 0;
394 padding : 0;
395 }
396
397 #onglet li {
398 display : block;
399 float : left;
400 padding : 0.4ex;
401 margin: 0 0.3ex -1px 3px;
402 border: 1px solid #9c9c9c;
403 border-right: none;
404 background: #cecece;
405 width: auto;
406 height: 5ex;
407 text-align: center;
408 color: #000;
409 font-size: 80%;
410 }
411
412 #onglet li:hover {
413 color: #000;
414 background : #adadad;
415 }
416
417 #onglet li.actif {
418 color: #000;
419 background : #dedede;
420 border: 1px solid #f0f0f0;
421 border-right: none;
422 border-bottom-color: #dedede;
423 font-weight: bold;
424 }
425
426 #onglet li a {
427 font-weight: normal;
428 text-decoration: none;
429 color: #000;
430 background: inherit;
431 display: block;
432 width: 100%;
433 height: 100%;
434 }
435 #onglet li img { margin-right: 2px; }
436
437 /*******************************************************************************
438 7 fiche.php & fiche_referent.php
439 [ cas de la fiche ]
440 *******************************************************************************/
441
442 #fiche {
443 width: 740px;
444 color: #000;
445 border-top: 1px solid #fff;
446 border-left: 1px solid #fff;
447 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
448 vertical-align: top;
449 }
450
451 #fiche em {
452 color: #777;
453 background: inherit;
454 font-weight: bolder;
455 }
456
457 #fiche h2 {
458 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
459 background-color: inherit;
460 border-bottom: 1px solid #202020;
461 color: #fff;
462 height: 17px;
463 margin: 0.5em 0;
464 padding-left: 0.5em;
465 font-weight: bold;
466 }
467
468 #fiche .part {
469 float: left;
470 clear: left;
471 width: 70%;
472 padding-right: 0em;
473 margin-right: 0em;
474 }
475
476 #fiche #photo {
477 float: right;
478 padding-left: 0em;
479 margin-left: 0em;
480 clear: right;
481 width: 30%;
482 }
483
484 #fiche #photo img {
485 width: 100%;
486 }
487
488 #fiche_identite div.civilite {
489 text-align: center;
490 font-weight: bold;
491 width: 80%;
492 float: left;
493 color: #fff;
494 background: inherit;
495 padding-top: 0.5ex;
496 }
497
498 #fiche_identite div.maj {
499 float: right;
500 width: 19%;
501 font-size: 75%;
502 text-align: right;
503 vertical-align: top;
504 padding: 0.5ex 1ex 1ex 0ex;
505 clear: right;
506 }
507
508 #fiche_identite div.contact {
509 clear: both;
510 margin: 1em;
511 padding: 1ex;
512 border-width: 1px 0 0 1px;
513 border-style: dotted;
514 border-color: #fff;
515 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
516 color: inherit;
517 }
518
519 #fiche_identite div.contact em {
520 color: #aaa;
521 background: inherit;
522 }
523
524
525 #fiche_identite div.email {
526 clear: left;
527 float: left;
528 }
529
530 #fiche_identite div.mob {
531 float: right;
532 clear: right;
533 text-align: right;
534 }
535
536 #fiche_identite div.formation {
537 margin: 0em 1em;
538 clear: both;
539 }
540
541 div.adresse {
542 min-width: 30%;
543 padding: 0px;
544 margin: 0px 1% 2ex 2%;
545 }
546
547 #fiche .medal_frame {
548 float: left;
549 width: 33%;
550 }
551
552 #fiche .medal_frame img {
553 float: left;
554 padding: 0ex 1ex;
555 }
556
557 #fiche .medal_text {
558 vertical-align: middle;
559 font-weight: bold;
560 }
561
562 /* only for fiche_referent.php*/
563
564 #fiche_referent .part {
565 width: 100%;
566 }
567
568 #fiche_referent #fiche_identite div.civilite {
569 width: 100%;
570 }
571
572 #fiche_referent div.rubrique_referent{
573 float: left;
574 width: 30%;
575 padding: 0px;
576 margin: 0px 1% 1ex 2%;
577 text-align: justify;
578 }
579
580 #fiche_referent em {
581 color: #777;
582 background: inherit;
583 font-weight: bolder;
584 }
585 #fiche_referent ul { margin: 0px; padding: 0px 1em; }
586 #fiche_referent li { font-weight: bold; margin: 0px; padding: 0px; text-align: left; }
587
588 /*******************************************************************************
589 A SKIN
590 [ choix de classes faites par le skinneur
591 *******************************************************************************/
592
593 #dev {
594 width: auto;
595 text-align: center;
596 padding: 1px;
597
598 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
599 color: #000;
600 font-weight: bold;
601 }
602
603 #dev a { text-decoration: none; }
604
605 .backtrace div.hide { display: none; }
606 .backtrace:hover div.hide { display: block; }
607 .backtrace h1 { padding: 0; margin: 0; }
608
609 #suid {
610 color: red;
611 background: #ffc0cb;
612 width: auto;
613 font-weight: bold;
614 text-align: center;
615 }
616 #suid a {
617 color: red;
618 background: inherit;
619 text-decoration: none;
620 display: block;
621 }
622 #suid:hover {
623 color: red;
624 background: #ffffcb;
625 }
626 #suid a:hover {
627 color: #ff7000;
628 background: inherit;
629 }
630
631 #body {
632 width: 800px;
633 margin-left: auto;
634 margin-right: auto;
635 }
636
637 #body-logo {
638 width: 140px;
639 padding-top: 0;
640 text-align: center;
641 }
642
643 #body-top {
644 padding: 0 0 16px 0;
645 text-align: center;
646 font-size: 85%;
647 border-bottom: 1px solid #fff;
648 }
649 #body-top table { width: 100%; padding: 4px; }
650 #body-top .date-heure { text-align: left; }
651 #body-top .inscrits { text-align: right; }
652
653
654 #body-bottom {
655 border-top: 1px solid #aaa;
656 text-align: center;
657 padding: 4px;
658 font-size: 75%;
659 font-family: "MS Sans Serif", sans-serif;
660 }
661
662 #body-menu {
663 width: 140px;
664 text-align: center;
665 font-size: 85%;
666 font-weight: bold;
667 white-space: nowrap;
668 border-right: 1px solid #fff;
669 }
670
671 #body-menu .menu_item {
672 text-align: left;
673 padding: 2px;
674 }
675
676 #body-menu a:link, #body-menu a:visited, #body-menu a:active, #body-meny a:hover {
677 color: #fff;
678 background: inherit;
679 text-decoration: none;
680 }
681
682 #body-menu .menu_item:hover {
683 color: inherit;
684 background-color: #556;
685 }
686
687 #body-menu .menu_title {
688 color: #fff;
689 height: 17px;
690 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
691 background-color: inherit;
692 border-bottom: 1px solid #202020;
693 padding: 4px 0 0 0;
694 text-align: center;
695 vertical-align: bottom;
696 }
697
698 #content {
699 width: 600px;
700 padding: 0 0 4px 16px;
701 vertical-align: top;
702 font-size: 95%;
703 }
704
705 .quick_search {
706 color: gray;
707 background: #fff;
708 text-align: right;
709 }
710
711 div#content {
712 padding: 1em;
713 margin: 0em;
714 }
715
716 #content input {
717 font-size: 95%;
718 }
719
720 #menu-evts {
721 font-size: 85%;
722 }
723
724 .ac_results {
725 font-size: 90%;
726 background: #fff;
727 }
728
729 .ac_results li.over {
730 color: #777;
731 }
732 /* vim: set et ts=4 sts=4 sw=4: */