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