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