Oops
[platal.git] / htdocs / css / keynote.css
... / ...
CommitLineData
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
26body {
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
33a:link, a:visited, a:active, a:hover {
34 color: #ddd;
35 background: inherit;
36}
37a:hover { color: #999; }
38
39img { vertical-align: middle; }
40a img { border: 0px; }
41td { vertical-align: top; }
42li { padding-left: 3px; padding-right: 3px;
43 text-align: justify; }
44hr { text-align: center; }
45dt { font-weight: bold; }
46
47fieldset {
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}
56legend {
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
81p {
82 margin-bottom: 0.4em;
83 text-align: justify;
84 text-indent: 2em;
85}
86
87p.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
104input.error, textarea.error {
105 background-color: #faa;
106}
107
108input.valid, textarea.valid {
109 background-color: #afa;
110}
111
112input.warning, textarea.warning {
113 background-color: #fda;
114}
115
116h1 {
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
130h2 {
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
140h3 {
141 margin: 0em;
142 font-weight: bold;
143 padding: 0.25em;
144 font-size: 105%;
145}
146
147p.explication, div.explication {
148 font-style: italic;
149 padding: 0em 1ex 1ex 1ex;
150}
151
152li.spaced {
153 padding-top: 0.2em;
154 padding-bottom: 0.3em;
155 text-align: justify;
156}
157
158pre {
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*******************************************************************************/
168table.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}
176table.bicol { width: 100%; margin-left: 0; }
177table.tinybicol { width: 70%; margin-left: 15%; }
178
179table.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
184table.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
193table.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
198table.tinybicol td, table.bicol td {
199 color: #000000;
200 background: inherit;
201}
202
203table.tinybicol td, table.bicol td, table.tinybicol tr, table.bicol tr { padding: 4px; }
204
205td.half { width: 50%; padding: 4px; }
206.titre {
207 color: #000000;
208 background: inherit;
209 font-weight: bold;
210}
211td.action {
212 white-space: nowrap;
213 text-align: right;
214 font-weight: bold;
215 vertical-align: middle;
216}
217td.action a { padding: 0px 2px 0px 2px; }
218
219th.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
255div.contact-list {
256 width: 98%;
257 margin-left: 1%;
258}
259div.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
265div.grayed {
266 font-style: italic;
267}
268div.grayed div.contact {
269 color: #444;
270 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
271}
272
273div.contact div.nom {
274 font-weight: bold;
275 width: 35%;
276 float: left;
277 padding-left: 2px;
278}
279
280div.contact div.appli {
281 float: left;
282}
283
284div.contact div.bits {
285 text-align: right;
286 float: right;
287}
288
289div.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
297div.long table { width: 100%; }
298div.long td.lt { width: 35%; }
299div.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 height: 100%;
320 text-align: center;
321 font-size: 75%;
322 border-right: 1px solid #888;
323}
324
325.wizard .wiz_header .wiz_tab:hover {
326 background: url('../images/skins/wiz_hover.png') #777 top left repeat-x;
327 color: #fff;
328}
329
330.wizard .wiz_header .active, .wizard .wiz_header .active:hover {
331 background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
332 color: #fff;
333}
334
335.wizard .wiz_header a {
336 color: #000;
337 text-decoration: none;
338}
339
340.wizard .wiz_header a.active {
341 color: #fff;
342}
343
344.wizard .wiz_content {
345 margin-left: 16px;
346}
347
348.flags .texte {
349 font-size: smaller;
350 font-weight: bold;
351 margin-left: -6px;
352 padding: 0 12px 0 0;
353}
354.flags img {
355 padding: 0 6px 0 0;
356}
357
358table.cadre_a_onglet{
359 border-width: 0;
360 padding : 0;
361 margin: 0;
362}
363
364td.conteneur_tab {
365 border: 1px solid #9c9c9c;
366 border-left-color: #eee;
367 padding: 8px 4px 4px 4px;
368 background : url('../images/skins/keynote_topborder.png') top repeat-x;
369}
370
371#onglet {
372 display : block;
373 margin : 0;
374 padding : 0;
375}
376
377#onglet li {
378 display : block;
379 float : left;
380 padding : 0.4ex;
381 margin: 0 0.3ex -1px 3px;
382 border: 1px solid #9c9c9c;
383 border-right: none;
384 background: #cecece;
385 width: auto;
386 height: 5ex;
387 text-align: center;
388 color: #000;
389 font-size: 80%;
390}
391
392#onglet li:hover {
393 color: #000;
394 background : #adadad;
395}
396
397#onglet li.actif {
398 color: #000;
399 background : #dedede;
400 border: 1px solid #f0f0f0;
401 border-right: none;
402 border-bottom-color: #dedede;
403 font-weight: bold;
404}
405
406#onglet li a {
407 font-weight: normal;
408 text-decoration: none;
409 color: #000;
410 background: inherit;
411 display: block;
412 width: 100%;
413 height: 100%;
414}
415#onglet li img { margin-right: 2px; }
416
417/*******************************************************************************
418 7 fiche.php & fiche_referent.php
419 [ cas de la fiche ]
420*******************************************************************************/
421
422#fiche {
423 width: 740px;
424 color: #000;
425 border-top: 1px solid #fff;
426 border-left: 1px solid #fff;
427 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
428 vertical-align: top;
429}
430
431#fiche em {
432 color: #777;
433 background: inherit;
434 font-weight: bolder;
435}
436
437#fiche h2 {
438 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
439 background-color: inherit;
440 border-bottom: 1px solid #202020;
441 color: #fff;
442 height: 17px;
443 margin: 0.5em 0;
444 padding-left: 0.5em;
445 font-weight: bold;
446}
447
448#fiche .part {
449 float: left;
450 clear: left;
451 width: 70%;
452 padding-right: 0em;
453 margin-right: 0em;
454}
455
456#fiche #photo {
457 float: right;
458 padding-left: 0em;
459 margin-left: 0em;
460 clear: right;
461 width: 30%;
462}
463
464#fiche #photo img {
465 width: 100%;
466}
467
468#fiche_identite div.civilite {
469 text-align: center;
470 font-weight: bold;
471 width: 80%;
472 float: left;
473 color: #fff;
474 background: inherit;
475 padding-top: 0.5ex;
476}
477
478#fiche_identite div.maj {
479 float: right;
480 width: 19%;
481 font-size: 75%;
482 text-align: right;
483 vertical-align: top;
484 padding: 0.5ex 1ex 1ex 0ex;
485 clear: right;
486}
487
488#fiche_identite div.contact {
489 clear: both;
490 margin: 1em;
491 padding: 1ex;
492 border-width: 1px 0 0 1px;
493 border-style: dotted;
494 border-color: #fff;
495 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
496 color: inherit;
497}
498
499#fiche_identite div.contact em {
500 color: #aaa;
501 background: inherit;
502}
503
504
505#fiche_identite div.email {
506 clear: left;
507 float: left;
508}
509
510#fiche_identite div.mob {
511 float: right;
512 clear: right;
513 text-align: right;
514}
515
516#fiche_identite div.formation {
517 margin: 0em 1em;
518 clear: both;
519}
520
521div.adresse {
522 min-width: 30%;
523 padding: 0px;
524 margin: 0px 1% 2ex 2%;
525}
526
527#fiche .medal_frame {
528 float: left;
529 width: 33%;
530}
531
532#fiche .medal_frame img {
533 float: left;
534 padding: 0ex 1ex;
535}
536
537#fiche .medal_text {
538 vertical-align: middle;
539 font-weight: bold;
540}
541
542/* only for fiche_referent.php*/
543
544#fiche_referent .part {
545 width: 100%;
546}
547
548#fiche_referent #fiche_identite div.civilite {
549 width: 100%;
550}
551
552#fiche_referent div.rubrique_referent{
553 float: left;
554 width: 30%;
555 padding: 0px;
556 margin: 0px 1% 1ex 2%;
557 text-align: justify;
558}
559
560#fiche_referent em {
561 color: #777;
562 background: inherit;
563 font-weight: bolder;
564}
565#fiche_referent ul { margin: 0px; padding: 0px 1em; }
566#fiche_referent li { font-weight: bold; margin: 0px; padding: 0px; text-align: left; }
567
568/*******************************************************************************
569 A SKIN
570 [ choix de classes faites par le skinneur
571*******************************************************************************/
572
573#dev {
574 width: auto;
575 text-align: center;
576 padding: 1px;
577
578 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
579 color: #000;
580 font-weight: bold;
581}
582
583#dev a { text-decoration: none; }
584
585.backtrace div.hide { display: none; }
586.backtrace:hover div.hide { display: block; }
587.backtrace h1 { padding: 0; margin: 0; }
588
589#suid {
590 color: red;
591 background: #ffc0cb;
592 width: auto;
593 font-weight: bold;
594 text-align: center;
595}
596#suid a {
597 color: red;
598 background: inherit;
599 text-decoration: none;
600 display: block;
601}
602#suid:hover {
603 color: red;
604 background: #ffffcb;
605}
606#suid a:hover {
607 color: #ff7000;
608 background: inherit;
609}
610
611#body {
612 width: 800px;
613 margin-left: auto;
614 margin-right: auto;
615}
616
617#body-logo {
618 width: 140px;
619 padding-top: 0;
620 text-align: center;
621}
622
623#body-top {
624 padding: 0 0 16px 0;
625 text-align: center;
626 font-size: 85%;
627 border-bottom: 1px solid #fff;
628}
629#body-top table { width: 100%; padding: 4px; }
630#body-top .date-heure { text-align: left; }
631#body-top .inscrits { text-align: right; }
632
633
634#body-bottom {
635 border-top: 1px solid #aaa;
636 text-align: center;
637 padding: 4px;
638 font-size: 75%;
639 font-family: "MS Sans Serif", sans-serif;
640}
641
642#body-menu {
643 width: 140px;
644 text-align: center;
645 font-size: 85%;
646 font-weight: bold;
647 white-space: nowrap;
648 border-right: 1px solid #fff;
649}
650
651#body-menu .menu_item {
652 text-align: left;
653 padding: 2px;
654}
655
656#body-menu a:link, #body-menu a:visited, #body-menu a:active, #body-meny a:hover {
657 color: #fff;
658 background: inherit;
659 text-decoration: none;
660}
661
662#body-menu .menu_item:hover {
663 color: inherit;
664 background-color: #556;
665}
666
667#body-menu .menu_title {
668 color: #fff;
669 height: 17px;
670 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
671 background-color: inherit;
672 border-bottom: 1px solid #202020;
673 padding: 4px 0 0 0;
674 text-align: center;
675 vertical-align: bottom;
676}
677
678#content {
679 width: 600px;
680 padding: 0 0 4px 16px;
681 vertical-align: top;
682 font-size: 95%;
683}
684
685.quick_search {
686 color: gray;
687 background: #fff;
688 text-align: right;
689}
690
691div#content {
692 padding: 1em;
693 margin: 0em;
694}
695
696#content input {
697 font-size: 95%;
698}
699
700#menu-evts {
701 font-size: 85%;
702}
703
704.ac_results {
705 font-size: 90%;
706 background: #fff;
707}
708
709.ac_results li.over {
710 color: #777;
711}
712/* vim: set et ts=4 sts=4 sw=4: */