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