On a aussi le tarif "europe" pour les commissions sur les cartes suisses.
[platal.git] / htdocs / css / keynote.css
... / ...
CommitLineData
1/***************************************************************************
2 * Copyright (C) 2003-2011 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 -webkit-border-top-left-radius: 5px;
56 -moz-border-radius-topleft: 5px;
57}
58legend {
59 border-bottom: 1px solid #666;
60 border-right: 1px solid #666;
61 border-top: 1px solid #fff;
62 border-left: 1px solid #fff;
63 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
64 color: #000;
65 font-weight: bold;
66
67 padding: 2px 8px 2px 4px;
68 -webkit-border-top-left-radius: 5px;
69 -moz-border-radius-topleft: 5px;
70}
71
72.center { text-align: center; }
73.right { text-align: right; }
74.middle { vertical-align: middle; }
75.smaller { font-size: smaller; font-style: italic; }
76.spacer { clear: both; }
77
78.float2 { float: left; width: 49%; }
79.float3 { float: left; width: 33%; }
80
81/*******************************************************************************
82 2 Styles <p>, <div>, <span>, <li>
83 [ styles classiques d'effets de texte ]
84*******************************************************************************/
85
86p {
87 margin-bottom: 0.4em;
88 text-align: justify;
89 text-indent: 2em;
90}
91
92p.smaller {
93 text-indent: 0;
94}
95
96.errors {
97 width: 98%;
98 border: 1px solid #f00;
99 margin-top: 10px;
100 background-color: #200;
101}
102
103.warnings {
104 width: 98%;
105 border: 1px solid #ff0;
106 margin-top: 10px;
107 background-color: #220;
108}
109
110.success {
111 width: 98%;
112 border: 1px solid #0d3;
113 margin-top: 10px;
114 background-color: #021;
115}
116
117.erreur {
118 font-weight: bold;
119 color: #d00;
120 background: inherit;
121 margin-top: 0.5em;
122 margin-bottom: 0.5em;
123}
124
125.erreur a:link, .erreur a:visited, .erreur a:active, .erreur a:hover {
126 color: #ff3333;
127 background: inherit;
128}
129
130input.error, textarea.error {
131 background-color: #faa;
132}
133
134input.valid, textarea.valid {
135 background-color: #afa;
136}
137
138input.warning, textarea.warning {
139 background-color: #fda;
140}
141
142h1 {
143 background-color: inherit;
144 margin: 0.5em 0 0.5em -8px;
145 text-indent: 0em;
146 padding: 20px 0 0 0px;
147
148 font-size: 130%;
149 font-family: "helvetica", sans-serif;
150 font-weight: bolder;
151 text-align: left;
152
153 color: #bdf;
154}
155
156h2 {
157 padding: 15px 0em 0em 0em;
158 margin: 0;
159 margin-left: -8px;
160 font-size: 110%;
161 font-weight: bold;
162 background: inherit;
163 color: #77c;
164}
165
166h3 {
167 margin: 0em;
168 font-weight: bold;
169 padding: 0.25em;
170 font-size: 105%;
171}
172
173p.explication, div.explication {
174 font-style: italic;
175 padding: 0em 1ex 1ex 1ex;
176}
177
178li.spaced {
179 padding-top: 0.2em;
180 padding-bottom: 0.3em;
181 text-align: justify;
182}
183
184pre {
185 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
186 margin: 0em 0em;
187 padding: 0.3em 1.5em;
188}
189
190.pair pre {
191 background: inherit;
192}
193
194
195/*******************************************************************************
196 3 Tableaux bicolores + classes utiles
197 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
198*******************************************************************************/
199table.bicol, table.tinybicol {
200 color: inherit;
201 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
202 border-width: 1px 0 0 1px;
203 border-style: solid;
204 border-color: #fff;
205 border-collapse: collapse;
206}
207table.bicol { width: 100%; margin-left: 0; }
208table.tinybicol { width: 70%; margin-left: 15%; }
209
210table.tinybicol tr.pair, table.bicol tr.pair {
211 color: inherit;
212 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
213}
214
215table.tinybicol th, table.bicol th {
216 color: #fff;
217 font-weight: bold;
218 text-align: center;
219 vertical-align: middle;
220 background: none;
221 background-color: #000;
222}
223
224table.tinybicol tr:first-child th, table.bicol tr:first-child th {
225 color: #fff;
226 background: url('../images/skins/keynote_title.gif') #000 top left repeat-x;
227}
228
229table.tinybicol td, table.bicol td {
230 color: #000000;
231 background: inherit;
232}
233
234table.tinybicol td.error, table.bicol td.error {
235 background: #faa;
236}
237
238table.tinybicol td.warning, table.bicol td.warning {
239 background: #fda;
240}
241
242table.tinybicol td.valid, table.bicol td.valid {
243 background: #afa;
244}
245
246table.tinybicol td, table.bicol td, table.tinybicol tr, table.bicol tr { padding: 4px; }
247
248td.half { width: 50%; padding: 4px; }
249.titre {
250 color: #000000;
251 background: inherit;
252 font-weight: bold;
253}
254td.action {
255 white-space: nowrap;
256 text-align: right;
257 font-weight: bold;
258 vertical-align: middle;
259}
260td.action a { padding: 0px 2px 0px 2px; }
261
262th.grayed {
263 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
264 font-style: italic;
265}
266
267div.titre {
268 color: #000000;
269 background: inherit;
270 font-weight: bold;
271}
272
273span.titre {
274 color: #000000;
275 background: inherit;
276 font-weight: bold;
277}
278
279/*******************************************************************************
280 4 Tableau de choix de skins
281 [ Styles pour les tableaux de types de ceux des skins ]
282*******************************************************************************/
283
284#skin {
285 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
286 color: #000;
287 border-top: 1px solid #fff;
288 width: 100%;
289}
290#skin td {
291 border-bottom: 1px solid #fff;
292 vertical-align: middle;
293}
294#skin td.skigauche {
295 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
296 color: inherit;
297 vertical-align: middle;
298}
299#skin td.skimilieu {
300 padding-left: 1em;
301 width: 100%;
302}
303#skin td.skidroite { padding: 0; }
304
305/*******************************************************************************
306 5 Contacts
307 [ Styles liés à l'affichage de contacts ]
308*******************************************************************************/
309
310div.contact-list {
311 width: 98%;
312 margin-left: 5px;
313}
314div.contact-list div.contact {
315 border-top: 1px solid #fff;
316 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
317 color: #000;
318}
319
320div.contact {
321 -webkit-border-top-left-radius: 10px;
322 -moz-border-radius-topleft: 10px;
323}
324
325div.contact-list div.grayed {
326 font-style: italic;
327 color: #444;
328 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
329}
330
331div.contact-list div.contact:hover {
332 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
333}
334
335.contact .photo {
336 -webkit-border-top-left-radius: 10px;
337 -moz-border-radius-topleft: 10px;
338 float: left;
339}
340
341.contact .photo img {
342 width: 40px;
343 margin-right: 4px;
344 -webkit-border-top-left-radius: 10px;
345 -moz-border-radius-topleft: 10px;
346}
347
348div.contact div.identity {
349 float: left;
350 width: 85%;
351}
352
353div.contact div.nom {
354 font-weight: bold;
355 padding-left: 2px;
356}
357
358div.contact div.nom a {
359 text-decoration: none;
360 font-size: 100%;
361}
362
363div.contact div.edu {
364}
365
366div.contact div.bits {
367 text-align: right;
368 float: right;
369 width: 14%;
370}
371
372div.contact div.long {
373 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
374 width: 100%;
375 clear: both;
376 color: inherit;
377 padding: 1px 0px;
378}
379
380div.long table { width: 100%; }
381div.long td.lt { width: 15%; font-style: italic; }
382div.long td.rt { width: 85%; }
383
384/*******************************************************************************
385 6 Profil
386 [ onglets des profils ]
387*******************************************************************************/
388
389.wizard, .ui-tabs-nav {
390 margin: 0;
391 padding: 0;
392 margin-left: -16px;
393 clear: both;
394}
395
396.wizard .wiz_header, .ui-tabs-nav {
397 height: 32px;
398 width: 100%;
399 background: url('../images/skins/wiz_background.png') top right repeat-x;
400 margin-bottom: 1em;
401 text-align: left;
402}
403
404.wizard .wiz_header .wiz_tab, .ui-tabs-nav li {
405 background: url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
406 height: 100%;
407 text-align: center;
408 font-size: 75%;
409 border-right: 1px solid #888;
410 float: left;
411 vertical-align: middle;
412}
413
414.ui-tabs-nav li {
415 margin: 0;
416 padding: 0;
417 list-style-type: none;
418}
419
420.wizard .wiz_header .wiz_tab:hover, .ui-tabs-nav li:hover {
421 background: url('../images/skins/wiz_hover.png') #777 top left repeat-x;
422 color: #fff;
423}
424
425.wizard .wiz_header .active, .wizard .wiz_header .active:hover, li.ui-tabs-selected {
426 background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
427 color: #fff;
428}
429
430.wizard .wiz_header a, .ui-tabs-nav a {
431 color: #000;
432 text-decoration: none;
433}
434
435.wizard .wiz_header a.active, .ui-tabs-selected a {
436 color: #fff;
437}
438
439.wizard .wiz_content, .ui-tabs-panel {
440 margin-left: 16px;
441 clear: both;
442}
443
444.flags .texte {
445 font-size: smaller;
446 font-weight: bold;
447 margin-left: -6px;
448 padding: 0 12px 0 0;
449}
450.flags img {
451 padding: 0 6px 0 0;
452}
453
454.marker_label {
455 border: 1px solid black;
456 background-color: white;
457 white-space: nowrap;
458}
459
460.marker_label a {
461 color: black;
462}
463
464/*******************************************************************************
465 7 fiche.php & fiche_referent.php
466 [ cas de la fiche ]
467*******************************************************************************/
468
469#fiche {
470 width: 740px;
471 color: #000;
472 border-top: 1px solid #fff;
473 border-left: 1px solid #fff;
474 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
475 vertical-align: top;
476}
477
478#fiche em {
479 color: #777;
480 background: inherit;
481 font-weight: bolder;
482}
483
484#fiche h2 {
485 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
486 background-color: inherit;
487 border-bottom: 1px solid #202020;
488 color: #fff;
489 height: 17px;
490 margin: 0.5em 0;
491 padding-left: 0.5em;
492 font-weight: bold;
493}
494
495#fiche .part {
496 float: left;
497 clear: left;
498 width: 70%;
499 padding-right: 0em;
500 margin-right: 0em;
501}
502
503#fiche #photo {
504 float: right;
505 padding-left: 0em;
506 margin-left: 0em;
507 clear: right;
508 width: 30%;
509}
510
511#fiche #photo img {
512 width: 100%;
513}
514
515#fiche_identite div.civilite {
516 text-align: center;
517 font-weight: bold;
518 width: 80%;
519 float: left;
520 color: #fff;
521 background: inherit;
522 padding-top: 0.5ex;
523}
524
525#fiche_identite div.maj {
526 float: right;
527 width: 19%;
528 font-size: 75%;
529 text-align: right;
530 vertical-align: top;
531 padding: 0.5ex 1ex 1ex 0ex;
532 clear: right;
533}
534
535#fiche_identite div.contact {
536 clear: both;
537 margin: 1em;
538 padding: 1ex;
539 border-width: 1px 0 0 1px;
540 border-style: dotted;
541 border-color: #fff;
542 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
543 color: inherit;
544}
545
546#fiche_identite div.contact em {
547 color: #aaa;
548 background: inherit;
549}
550
551
552#fiche_identite div.email {
553 clear: left;
554 float: left;
555}
556
557#fiche_identite div.mob {
558 float: right;
559 clear: right;
560 text-align: right;
561}
562
563#fiche_identite div.formation {
564 margin: 0em 1em;
565 clear: both;
566}
567
568div.adresse {
569 min-width: 30%;
570 padding: 0px;
571 margin: 0px 1% 2ex 2%;
572}
573
574#fiche .medal_frame {
575 float: left;
576 width: 33%;
577}
578
579#fiche .medal_frame img {
580 float: left;
581 padding: 0ex 1ex;
582}
583
584#fiche .medal_text {
585 vertical-align: middle;
586 font-weight: bold;
587}
588
589/* only for fiche_referent.php*/
590
591#fiche_referent .part {
592 width: 100%;
593}
594
595#fiche_referent #fiche_identite div.civilite {
596 width: 100%;
597}
598
599#fiche_referent div.rubrique_referent{
600 float: left;
601 width: 30%;
602 padding: 0px;
603 margin: 0px 1% 1ex 2%;
604 text-align: justify;
605}
606
607#fiche_referent em {
608 color: #777;
609 background: inherit;
610 font-weight: bolder;
611}
612#fiche_referent ul { margin: 0px; padding: 0px 1em; }
613#fiche_referent li { font-weight: bold; margin: 0px; padding: 0px; text-align: left; }
614
615/*******************************************************************************
616 A SKIN
617 [ choix de classes faites par le skinneur
618*******************************************************************************/
619
620#dev {
621 width: auto;
622 text-align: center;
623 padding: 1px;
624
625 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
626 color: #000;
627 font-weight: bold;
628}
629
630#dev a { text-decoration: none; }
631
632.backtrace div.hide { display: none; }
633.backtrace:hover div.hide { display: block; }
634.backtrace h1 { padding: 0; margin: 0; }
635
636#suid {
637 color: red;
638 background: #ffc0cb;
639 width: auto;
640 font-weight: bold;
641 text-align: center;
642}
643#suid a {
644 color: red;
645 background: inherit;
646 text-decoration: none;
647 display: block;
648}
649#suid:hover {
650 color: red;
651 background: #ffffcb;
652}
653#suid a:hover {
654 color: #ff7000;
655 background: inherit;
656}
657
658#body {
659 width: 800px;
660 margin-left: auto;
661 margin-right: auto;
662}
663
664#body-logo {
665 width: 140px;
666 padding-top: 0;
667 text-align: center;
668}
669
670#body-top {
671 padding: 0 0 16px 0;
672 text-align: center;
673 font-size: 85%;
674 border-bottom: 1px solid #fff;
675}
676#body-top table { width: 100%; padding: 4px; }
677#body-top .date-heure { text-align: left; }
678#body-top .inscrits { text-align: right; }
679
680
681#body-bottom {
682 border-top: 1px solid #aaa;
683 text-align: center;
684 padding: 4px;
685 font-size: 75%;
686 font-family: "MS Sans Serif", sans-serif;
687}
688
689#body-menu {
690 width: 140px;
691 text-align: center;
692 font-size: 85%;
693 font-weight: bold;
694 white-space: nowrap;
695 border-right: 1px solid #fff;
696}
697
698#body-menu .menu_item {
699 text-align: left;
700 padding: 2px;
701}
702
703#body-menu a:link, #body-menu a:visited, #body-menu a:active, #body-meny a:hover {
704 color: #fff;
705 background: inherit;
706 text-decoration: none;
707}
708
709#body-menu .menu_item:hover {
710 color: inherit;
711 background-color: #556;
712}
713
714#body-menu .menu_title {
715 color: #fff;
716 height: 17px;
717 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
718 background-color: inherit;
719 border-bottom: 1px solid #202020;
720 padding: 4px 0 0 0;
721 text-align: center;
722 vertical-align: bottom;
723}
724
725#content {
726 width: 600px;
727 padding: 0 0 4px 16px;
728 vertical-align: top;
729 font-size: 95%;
730}
731
732.quick_search {
733 color: gray;
734 background: #fff;
735 text-align: right;
736}
737
738div#content {
739 padding: 1em;
740 margin: 0em;
741}
742
743#content input {
744 font-size: 95%;
745}
746
747#menu-evts {
748 font-size: 85%;
749}
750
751.ui-menu {
752 color: black;
753}
754
755/* vim: set et ts=4 sts=4 sw=4: */