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