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