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