Merge branch 'master' of /home/git/platal into profile_edit
[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; }
206td.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
219/*******************************************************************************
220 4 Tableau de choix de skins
221 [ Styles pour les tableaux de types de ceux des skins ]
222*******************************************************************************/
223
224#skin {
225 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
226 color: #000;
227 border-top: 1px solid #fff;
228 width: 100%;
229}
230#skin td {
231 border-bottom: 1px solid #fff;
232 vertical-align: middle;
233}
234#skin td.skigauche {
235 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
236 color: inherit;
237 vertical-align: middle;
238}
239#skin td.skimilieu {
240 padding-left: 1em;
241 width: 100%;
242}
243#skin td.skidroite { padding: 0; }
244
245/*******************************************************************************
246 5 Contacts
247 [ Styles liés à l'affichage de contacts ]
248*******************************************************************************/
249
250div.contact-list {
251 width: 98%;
252 margin-left: 1%;
253}
254div.contact-list div.contact {
255 border-top: 1px solid #fff;
256 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
257 color: #000;
258}
259
260div.grayed {
261 font-style: italic;
262}
263div.grayed div.contact {
264 color: #444;
265 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
266}
267
268div.contact div.nom {
269 font-weight: bold;
270 width: 35%;
271 float: left;
272 padding-left: 2px;
273}
274
275div.contact div.appli {
276 float: left;
277}
278
279div.contact div.bits {
280 text-align: right;
281 float: right;
282}
283
284div.contact div.long {
285 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
286 width: 100%;
287 clear: both;
288 color: inherit;
289 padding: 1px 0px;
290}
291
292div.long table { width: 100%; }
293div.long td.lt { width: 35%; }
294div.long td.rt { width: 65%; }
295
296/*******************************************************************************
297 6 Profil
298 [ onglets des profils ]
299*******************************************************************************/
300
301.wizard {
302 margin-left: -16px;
303}
304
305.wizard .wiz_header {
306 height: 32px;
307 width: 100%;
308 background-color: #aaa;
309 margin-bottom: 1em;
310}
311
312.wizard .wiz_header .wiz_tab {
313 background-color: #aaa;
314 vertical-align: middle;
315 height: 100%;
316 text-align: center;
317 font-size: 75%;
318 border-right: 1px solid #888;
319}
320
321.wizard .wiz_header .active {
322 background-color: #444;
323 color: #fff;
324}
325
326.wizard .wiz_header .wiz_tab:hover {
327 background-color: #777;
328}
329
330.wizard .wiz_header .wiz_tab a {
331 color: #000;
332 text-decoration: none;
333 vertical-align: middle;
334}
335
336.wizard .wiz_header .active a {
337 color: #fff;
338}
339
340.wizard .wiz_content {
341 margin-left: 16px;
342}
343
344.flags {
345 margin: 0.5em 0 0 0;
346 padding: 0;
347}
348.flags input {
349 margin: 0px 2px;
350 padding: 0px;
351}
352.flags .texte {
353 font-size: smaller;
354 font-weight: bold;
355 padding: 0 8px 0 0;
356}
357.flags .vert {
358 background: url('../images/icons/flag_green.gif') top right no-repeat;
359 padding: 0 16px 0 0;
360 margin-right: 16px;
361}
362.flags .orange {
363 background: url('../images/icons/flag_orange.gif') top right no-repeat;
364 padding: 0 16px 0 0;
365 margin-right: 16px;
366}
367.flags .rouge {
368 background: url('../images/icons/flag_red.gif') top right no-repeat;
369 padding: 0 16px 0 0;
370 margin-right: 16px;
371}
372
373table.cadre_a_onglet{
374 border-width: 0;
375 padding : 0;
376 margin: 0;
377}
378
379td.conteneur_tab {
380 border: 1px solid #9c9c9c;
381 border-left-color: #eee;
382 padding: 8px 4px 4px 4px;
383 background : url('../images/skins/keynote_topborder.png') top repeat-x;
384}
385
386#onglet {
387 display : block;
388 margin : 0;
389 padding : 0;
390}
391
392#onglet li {
393 display : block;
394 float : left;
395 padding : 0.4ex;
396 margin: 0 0.3ex -1px 3px;
397 border: 1px solid #9c9c9c;
398 border-right: none;
399 background: #cecece;
400 width: auto;
401 height: 5ex;
402 text-align: center;
403 color: #000;
404 font-size: 80%;
405}
406
407#onglet li:hover {
408 color: #000;
409 background : #adadad;
410}
411
412#onglet li.actif {
413 color: #000;
414 background : #dedede;
415 border: 1px solid #f0f0f0;
416 border-right: none;
417 border-bottom-color: #dedede;
418 font-weight: bold;
419}
420
421#onglet li a {
422 font-weight: normal;
423 text-decoration: none;
424 color: #000;
425 background: inherit;
426 display: block;
427 width: 100%;
428 height: 100%;
429}
430#onglet li img { margin-right: 2px; }
431
432/*******************************************************************************
433 7 fiche.php & fiche_referent.php
434 [ cas de la fiche ]
435*******************************************************************************/
436
437#fiche {
438 width: 740px;
439 color: #000;
440 border-top: 1px solid #fff;
441 border-left: 1px solid #fff;
442 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
443 vertical-align: top;
444}
445
446#fiche em {
447 color: #777;
448 background: inherit;
449 font-weight: bolder;
450}
451
452#fiche h2 {
453 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
454 background-color: inherit;
455 border-bottom: 1px solid #202020;
456 color: #fff;
457 height: 17px;
458 margin: 0.5em 0;
459 padding-left: 0.5em;
460 font-weight: bold;
461}
462
463#fiche .part {
464 float: left;
465 clear: left;
466 width: 70%;
467 padding-right: 0em;
468 margin-right: 0em;
469}
470
471#fiche #photo {
472 float: right;
473 padding-left: 0em;
474 margin-left: 0em;
475 clear: right;
476 width: 30%;
477}
478
479#fiche #photo img {
480 width: 100%;
481}
482
483#fiche_identite div.civilite {
484 text-align: center;
485 font-weight: bold;
486 width: 80%;
487 float: left;
488 color: #fff;
489 background: inherit;
490 padding-top: 0.5ex;
491}
492
493#fiche_identite div.maj {
494 float: right;
495 width: 19%;
496 font-size: 75%;
497 text-align: right;
498 vertical-align: top;
499 padding: 0.5ex 1ex 1ex 0ex;
500 clear: right;
501}
502
503#fiche_identite div.contact {
504 clear: both;
505 margin: 1em;
506 padding: 1ex;
507 border-width: 1px 0 0 1px;
508 border-style: dotted;
509 border-color: #fff;
510 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
511 color: inherit;
512}
513
514#fiche_identite div.contact em {
515 color: #aaa;
516 background: inherit;
517}
518
519
520#fiche_identite div.email {
521 clear: left;
522 float: left;
523}
524
525#fiche_identite div.mob {
526 float: right;
527 clear: right;
528 text-align: right;
529}
530
531#fiche_identite div.formation {
532 margin: 0em 1em;
533 clear: both;
534}
535
536div.adresse {
537 min-width: 30%;
538 padding: 0px;
539 margin: 0px 1% 2ex 2%;
540}
541
542#fiche .medal_frame {
543 float: left;
544 width: 33%;
545}
546
547#fiche .medal_frame img {
548 float: left;
549 padding: 0ex 1ex;
550}
551
552#fiche .medal_text {
553 vertical-align: middle;
554 font-weight: bold;
555}
556
557/* only for fiche_referent.php*/
558
559#fiche_referent .part {
560 width: 100%;
561}
562
563#fiche_referent #fiche_identite div.civilite {
564 width: 100%;
565}
566
567#fiche_referent div.rubrique_referent{
568 float: left;
569 width: 30%;
570 padding: 0px;
571 margin: 0px 1% 1ex 2%;
572 text-align: justify;
573}
574
575#fiche_referent em {
576 color: #777;
577 background: inherit;
578 font-weight: bolder;
579}
580#fiche_referent ul { margin: 0px; padding: 0px 1em; }
581#fiche_referent li { font-weight: bold; margin: 0px; padding: 0px; text-align: left; }
582
583/*******************************************************************************
584 A SKIN
585 [ choix de classes faites par le skinneur
586*******************************************************************************/
587
588#dev {
589 width: auto;
590 text-align: center;
591 padding: 1px;
592
593 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
594 color: #000;
595 font-weight: bold;
596}
597
598#dev a { text-decoration: none; }
599
600.backtrace div.hide { display: none; }
601.backtrace:hover div.hide { display: block; }
602.backtrace h1 { padding: 0; margin: 0; }
603
604#suid {
605 color: red;
606 background: #ffc0cb;
607 width: auto;
608 font-weight: bold;
609 text-align: center;
610}
611#suid a {
612 color: red;
613 background: inherit;
614 text-decoration: none;
615 display: block;
616}
617#suid:hover {
618 color: red;
619 background: #ffffcb;
620}
621#suid a:hover {
622 color: #ff7000;
623 background: inherit;
624}
625
626#body {
627 width: 800px;
628 margin-left: auto;
629 margin-right: auto;
630}
631
632#body-logo {
633 width: 140px;
634 padding-top: 0;
635 text-align: center;
636}
637
638#body-top {
639 padding: 0 0 16px 0;
640 text-align: center;
641 font-size: 85%;
642 border-bottom: 1px solid #fff;
643}
644#body-top table { width: 100%; padding: 4px; }
645#body-top .date-heure { text-align: left; }
646#body-top .inscrits { text-align: right; }
647
648
649#body-bottom {
650 border-top: 1px solid #aaa;
651 text-align: center;
652 padding: 4px;
653 font-size: 75%;
654 font-family: "MS Sans Serif", sans-serif;
655}
656
657#body-menu {
658 width: 140px;
659 text-align: center;
660 font-size: 85%;
661 font-weight: bold;
662 white-space: nowrap;
663 border-right: 1px solid #fff;
664}
665
666#body-menu .menu_item {
667 text-align: left;
668 padding: 2px;
669}
670
671#body-menu a:link, #body-menu a:visited, #body-menu a:active, #body-meny a:hover {
672 color: #fff;
673 background: inherit;
674 text-decoration: none;
675}
676
677#body-menu .menu_item:hover {
678 color: inherit;
679 background-color: #556;
680}
681
682#body-menu .menu_title {
683 color: #fff;
684 height: 17px;
685 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
686 background-color: inherit;
687 border-bottom: 1px solid #202020;
688 padding: 4px 0 0 0;
689 text-align: center;
690 vertical-align: bottom;
691}
692
693#content {
694 width: 600px;
695 padding: 0 0 4px 16px;
696 vertical-align: top;
697 font-size: 95%;
698}
699
700.quick_search {
701 color: gray;
702 background: #fff;
703 text-align: right;
704}
705
706div#content {
707 padding: 1em;
708 margin: 0em;
709}
710
711#content input {
712 font-size: 95%;
713}
714
715#menu-evts {
716 font-size: 85%;
717}
718
719.ac_results {
720 font-size: 90%;
721 background: #fff;
722}
723
724.ac_results li.over {
725 color: #777;
726}
727/* vim: set et ts=4 sts=4 sw=4: */