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