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