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