Prevents notices.
[platal.git] / htdocs / css / openweb.css
CommitLineData
0337d704 1/***************************************************************************
5e1513f6 2 * Copyright (C) 2003-2011 Polytechnique.org *
0337d704 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 background:#369;
28 color: #096;
29 font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
30 margin:2em 1%;
31 padding:0;
32 font-size: 9pt;
33}
34
35a:link, a:visited { color: #f60; background: transparent; }
36a:active, a:hover { color: #369; background: transparent; }
37
521e11b4 38img { vertical-align: middle; }
0337d704 39a img { border: 0px; }
0337d704 40li { padding: 0em 1em; text-align: justify; }
41hr { width: 90%; margin: 1em 5%; border: 1px dotted #369; border-bottom: none; }
42
43fieldset {
44 border: 1px dotted #69c;
45 background: #fff;
46 color: inherit;
47
48 margin: 1em 0em;
49 padding: 1em;
50}
51
52legend {
53 border: 1px dotted #69c;
54 background: #d6e1ec;
55 color: inherit;
56
57 padding: 0em 1em;
58}
59
60.center { text-align: center; }
61.right { text-align: right; }
0337d704 62.smaller { font-size: smaller; font-style: italic; }
63.spacer { clear: both; }
64
65.float2 { float: left; width: 48%; margin: 2px; }
66.float3 { float: left; width: 33%; }
67
68/*******************************************************************************
69 2 Styles <p>, <div>, <span>, <li>
70 [ styles classiques d'effets de texte ]
71*******************************************************************************/
72
73p {
74 padding: 0em 1em;
75 margin-bottom: 0.5em;
76 text-align: justify;
77}
78
71a753d3
FB
79.errors {
80 margin-top: 10px;
81 border: 1px solid #f00;
82 background-color: #fcc;
83 width: 98%;
84}
85
e00bc67e
FB
86.warnings {
87 margin-top: 10px;
88 border: 1px solid #ed0;
89 background-color: #ffc;
90 width: 98%;
91}
92
71a753d3
FB
93.success {
94 margin-top: 10px;
95 border: 1px solid #0d2;
96 background-color: #cfd;
97 width: 98%;
98}
99
0337d704 100.erreur {
101 font-weight: bold;
102 color: #ff0000;
103 background: inherit;
104 margin-top: 0.5em;
105 margin-bottom: 0.5em;
106}
107
108.erreur a:link, .erreur a:visited, .erreur a:active, .erreur a:hover {
109 color: #ff3333;
110 background: inherit;
111}
112
7f4a724e
FB
113input.error, textarea.error {
114 background-color: #faa;
115}
116
117input.valid, textarea.valid {
118 background-color: #afa;
119}
120
121input.warning, textarea.warning {
122 background-color: #fda;
123}
124
0337d704 125h1 {
126 color: #369;
127 font-size: 140%;
128 background: #f5f8fc;
129 margin: 0em;
130 border-bottom: 2px solid #369;
131 padding: 4px;
132 margin: 1em 0em;
133}
134
135h2 {
136 color: #369;
b4ff142e 137 font-size: 115%;
0337d704 138 padding: 0px 4px;
b4ff142e 139 margin: 1em 0em 0.5em 0em;
0337d704 140 font-weight: bold;
141 border-bottom: 1px dotted #369;
142}
143
144h3 {
145 margin: 0em;
146 font-weight: bold;
147 padding: 0.5em 0em;
148 font-size: 100%;
149}
150
151
152p.explication, div.explication {
153 font-style: italic;
154 padding: 0em 1ex 1ex 1ex;
155}
156
157li.spaced {
158 padding-top: 0.5em;
159 padding-bottom: 0.5em;
160 text-align: justify;
161}
162
163/*******************************************************************************
164 3 Tableaux bicolores + classes utiles
165 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
166*******************************************************************************/
167
168table.bicol {
169 border-collapse: collapse;
170 color: inherit;
171 background: #fff;
172 border: 1px solid #a2c2e1;
173 width: 98%;
174 margin-left: 1%;
175}
176table.tinybicol {
177 border-collapse: collapse;
178 color: inherit;
179 background: #fff;
180 border: 1px solid #a2c2e1;
181 width: 70%;
182 margin-left: 15%;
183}
184
185table.tinybicol tr.impair, table.bicol tr.impair {}
186table.tinybicol tr.pair, table.bicol tr.pair {
187 color: inherit;
188 background: #eee;
189}
190
191table.tinybicol th, table.bicol th {
192 color: #369;
193 background: #d6e1ec;
194 font-weight: bold;
195 text-align: center;
0337d704 196 padding: 0px 4px;
197}
198table.tinybicol td, table.bicol td {
199 color: #000000;
200 background: inherit;
201 padding: 0px 4px;
202}
203
2234ecd2
SJ
204table.tinybicol td.error, table.bicol td.error {
205 background: #faa;
206}
207
208table.tinybicol td.warning, table.bicol td.warning {
209 background: #fda;
210}
211
212table.tinybicol td.valid, table.bicol td.valid {
213 background: #afa;
214}
215
0337d704 216td.half { width: 50%; padding: 4px; }
217
218td.titre {
219 color: #000000;
220 background: inherit;
221 font-weight: bold;
222}
223td.action {
224 white-space: nowrap;
225 text-align: right;
226 font-weight: bold;
0337d704 227}
228td.action a { padding: 0px 2px; }
229
767f6985
SJ
230div.titre {
231 color: #000000;
232 background: inherit;
233 font-weight: bold;
234}
235
236span.titre {
237 color: #000000;
238 background: inherit;
239 font-weight: bold;
240}
241
0337d704 242/*******************************************************************************
243 4 Tableau de choix de skins
244 [ Styles pour les tableaux de types de ceux des skins ]
245*******************************************************************************/
246
247#skin {
248 border-bottom: 1px solid #a2c2e1;
249 border-top: 1px solid #a2c2e1;
250 width: 98%;
251 margin-left: 1%;
252}
253#skin td {
254 border-top: 1px solid #a2c2e1;
255 border-bottom: 1px solid #a2c2e1;
0337d704 256}
257#skin td.skigauche {
258 background: #d6e1ec;
259 color: inherit;
0337d704 260}
261#skin td.skimilieu {
262 padding-left: 1em;
263 width: 100%;
264}
265#skin td.skidroite { padding: 0; }
266
267/*******************************************************************************
268 5 Contacts
269 [ Styles liés à l'affichage de contacts ]
270*******************************************************************************/
271
272div.contact-list {
273 width: 98%;
d6cf4ac1 274 margin-left: 5px;
0337d704 275 border: 1px dotted #a2c2e1;
276}
277
278div.contact-list div.contact {
279 width: 100%;
280 text-align: left;
281 background: #ffecce;
282 border-top: 1px dotted black;
283 color: inherit;
284}
285
6060494c 286div.contact-list div.grayed {
0337d704 287 color: #444444;
6060494c 288 background: #eee;
0337d704 289 font-style: italic;
290}
291
6060494c
FB
292div.contact div.photo {
293 float: left;
0337d704 294}
295
6060494c
FB
296div.contact div.photo img {
297 width: 60px;
298 margin-right: 4px;
0337d704 299}
300
6060494c 301div.contact div.identity {
0337d704 302 float: left;
9900746d 303 width: 85%;
6060494c
FB
304}
305
306div.contact div.nom {
307 font-weight: bold;
0337d704 308}
309
310div.contact div.bits {
311 text-align: right;
312 float: right;
9900746d 313 width: 14%;
0337d704 314}
315
316div.contact div.long {
317 width: 100%;
318 clear: both;
319 background: #fff;
320 color: inherit;
321 padding: 1px 0px;
322}
323
324
325div.long table { width: 100%; }
326div.long td.lt { width: 35%; padding-left: 4px; }
327div.long td.rt { width: 65%; }
328
329/*******************************************************************************
330 6 Profil
331 [ onglets des profils ]
332*******************************************************************************/
787bb3d7 333
16ace403
FB
334.wizard {
335 margin-left: -1em;
336 margin-right: -1em;
0337d704 337}
0337d704 338
16ace403
FB
339.wizard .wiz_header {
340 height: 32px;
341 width: 100%;
d3dbea90 342 background: url('../images/skins/wiz_normal.png') top right repeat-x;
16ace403 343 margin-bottom: 1em;
0337d704 344}
16ace403
FB
345
346.wizard .wiz_header .wiz_tab {
edbf7d44 347 background: url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
16ace403 348 height: 100%;
0337d704 349 text-align: center;
16ace403
FB
350 font-size: 75%;
351 border-right: 1px solid #888;
0337d704 352}
16ace403 353
58faadd0
FB
354.wizard .wiz_header .wiz_tab:hover {
355 background: url('../images/skins/wiz_hover.png') #777 top left repeat-x;
16ace403 356 color: #fff;
0337d704 357}
16ace403 358
3be64a15 359.wizard .wiz_header .active, .wizard .wiz_header .active:hover {
58faadd0 360 background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
d3dbea90 361 color: #fff;
16ace403
FB
362}
363
908db125 364.wizard .wiz_header a {
16ace403
FB
365 color: #000;
366 text-decoration: none;
16ace403
FB
367}
368
908db125 369.wizard .wiz_header a.active {
16ace403
FB
370 color: #fff;
371}
372
373.wizard .wiz_content {
374 margin-left: 1em;
375 margin-right: 1em;
376}
377
16ace403
FB
378.flags .texte {
379 font-size: smaller;
380 font-weight: bold;
ee12da4e
FB
381 margin-left: -6px;
382 padding: 0 12px 0 0;
16ace403 383}
ee12da4e
FB
384.flags img {
385 padding: 0 6px 0 0;
0337d704 386}
387
0337d704 388/*******************************************************************************
389 7 fiche.php & fiche_referent.php
390 [ cas de la fiche ]
391*******************************************************************************/
392
393em.intitule {
394 color: purple;
395 font-size: 90%;
396}
397
398div#body {
399 color: #000;
400 background: #fff;
401 border: 3px solid #000;
521e11b4 402
0337d704 403 width: 800px;
404 margin: 7px;
405}
406
407#fiche {
408 width: 760px;
409 font-size: 100%;
410 vertical-align: top;
411
412 background: #f5f8fc;
413 border: 1px solid #69c;
414 margin: 20px;
415}
416
417#fiche em { color: purple; }
418
16f20f22 419#fiche .part {
420 float: left;
421 clear: left;
422 width: 70%;
423 padding: 0em;
424 margin: 0em;
425}
426
427#fiche #photo {
428 float: right;
462c358c 429 padding: 0;
16f20f22 430 margin: 0;
431 clear: right;
432 width: 30%;
433}
434
435#fiche #photo img {
436 width: 100%;
437}
438
0337d704 439#fiche_identite {
440 padding: 5px;
0337d704 441}
442
1b8da1f4 443#photo {
444 vertical-align: top;
445 padding-left: 1em;
446}
0337d704 447
448#fiche_identite div.civilite {
449 text-align: center;
450 font-weight: bold;
451 width: 80%;
452 float: left;
453}
454
455#fiche_identite div.maj {
456 float: left;
457 width: 20%;
458 font-size: 80%;
459 text-align: right;
460 clear: right;
461}
462
463#fiche_identite div.contact {
464 clear: both;
465 margin: 1em;
466 padding: 1ex;
467 background: #fff;
468 border: 1px dotted #69c;
469}
470#fiche_identite div.email {
471 clear: left;
472 float: left;
473}
474#fiche_identite div.mob {
475 float: right;
476 clear: right;
477 text-align: right;
478}
479
480#fiche_identite div.formation {
481 margin: 0em 1em;
482}
483
484div.adresse {
16f20f22 485 min-width: 30%;
0337d704 486 padding: 0px;
16f20f22 487 margin: 0px 2% 2ex 1%;
0337d704 488}
489
490div.adresse div.titre { color: purple; }
491
16f20f22 492#fiche .medal_frame {
493 float: left;
494 width: 33%;
495}
496
497#fiche .medal_frame img {
462c358c 498 float: left;
16f20f22 499 padding: 0ex 1ex;
500}
501
502#fiche .medal_text {
503 vertical-align: middle;
504 font-weight: bold;
505}
506
0337d704 507/* only for fiche_referent.php*/
508
509#fiche_referent{
510 padding: 10px;
511 width: 100%;
512}
513
514#fiche_referent div.rubrique_referent{
515 float: left;
516 width: 31%;
517 padding: 0px;
518 margin: 0px 1% 1ex 1%;
519}
520
521#fiche_referent em{color: purple;}
522#fiche_referent ul { margin: 0px; padding: 0px 1em; }
523#fiche_referent li { font-weight: bold; margin: 0px; padding: 0px; text-align: left; }
524
525/*******************************************************************************
526 A SKIN
527 [ choix de classes faites par le skinneur
528*******************************************************************************/
529
6995a9b9 530.phperror {
531 color: red;
532 background: white;
533 margin: 2px auto;
534 padding: 4px 2px;
535 border: 1px solid black;
536 width: 80%;
82cfeae5 537 white-space: pre;
6995a9b9 538}
539
0337d704 540#dev {
e3476bd4 541 width: auto;
0337d704 542 text-align: center;
543 padding: 1px;
544
545 font-family: 'Bauhaus Md BT','Bitstream Vera',sans-serif;
546 font-size: 10pt;
547 font-weight: bold;
548 color: #000;
549 background: #f5f8fc;
550}
551
9b2e77de 552.backtrace div.hide { display: none; }
553.backtrace:hover div.hide { display: block }
554.backtrace h1 { margin: 0px; }
0337d704 555
787bb3d7
FB
556#suid {
557 color: red;
558 background: #ffc0cb;
559 width: auto;
560 font-weight: bold;
561 text-align: center;
562}
563#suid a {
564 color: red;
565 background: inherit;
566 text-decoration: none;
567 display: block;
568}
569#suid:hover {
570 color: red;
571 background: #ffffcb;
572}
573#suid a:hover {
574 color: #ff7000;
575 background: inherit;
576}
0337d704 577
578table#body {
579 color: #000;
580 background: #fff;
581 border: 3px solid #000;
787bb3d7 582
0337d704 583 width: 900px;
584 margin: 1em auto;
585}
586
587#body-logo {
588 text-align: center;
589 padding: 2em 0em 0em 0em;
590}
591
592#body-top {
593 text-align: center;
594 font-size: 94%;
595 padding: 2em 2em 0em 2em;
596 padding-bottom: 16px;
597 font-family: Georgia,serif;
598}
599
600#body-top table { width: 100%; padding: 4px; }
601#body-top .date-heure { text-align: left; }
602#body-top .inscrits { text-align: right; }
603
604#body-bottom { text-align: center;}
605
606#body-menu {
521e11b4 607 vertical-align: top;
0337d704 608 padding: 1em 0em 2em 2em;
609 border: 0px;
610 width: 140px;
611 font-weight: bold;
612 white-space: nowrap;
613 line-height: 100%;
614}
615
616#body-menu a {
617 color: #690;
618 background: #fff;
619 border: 1px dotted #fff;
620 display: block;
621 padding: 1px 4px;
622 text-align: left;
623 font-size: 85%;
624 font-family: Bitstream Vera Sans,Verdana,sans-serif;
625 text-decoration: none;
626}
627
628#body-menu a:hover {
629 color: #690;
630 background: #eaf2db;
631 border: 1px dotted #690;
632}
633
634#body-menu .menu_title {
635 color: #f90;
636 background: #fff;
637 border-top: none;
638 border-bottom: 3px solid #f90;
639 padding: 1px;
640 text-transform: uppercase;
641 text-align: left;
642 margin: 1ex 0ex;
643}
644
645#content {
646 width: auto;
647 font-size: 100%;
648 vertical-align: top;
649
650 background: #f5f8fc;
651 border: 1px solid #69c;
652 line-height:125%;
653 padding: 0em 1em 1em 1em;
654 margin: 1em 2em 2em 2em;
655}
656
657#content-margin { width: 2em; }
658
659#content input {
660 font-size: 95%;
661}
662
663/* vim: set et ts=4 sts=4 sw=4: */