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