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