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