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