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