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