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