Can read the forum of the group directly from Xnet
[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-top: 1px solid #fff;
49 border-left: 1px solid #fff;
50 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
51 color: #000;
52 margin: 1em 0 1em 0;
53 }
54 legend {
55 border: 1px solid #fff;
56 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
57 color: #000;
58
59 padding: 2px 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-color: inherit;
96 margin: 0.5em 0 0.5em 0;
97 text-indent: 0em;
98 padding: 6px 0 0 0px;
99
100 font-size: 130%;
101 font-family: "helvetica", sans-serif;
102 font-weight: bolder;
103 text-align: left;
104
105 color: #bdf;
106 }
107
108 h2 {
109 padding: 0.5em 0em 0em 0em;
110 margin: 0;
111 font-size: 100%;
112 font-weight: bold;
113 background: inherit;
114 color: #77c;
115 }
116
117 h3 {
118 margin: 0em;
119 font-weight: bold;
120 padding: 0.25em;
121 font-size: 100%;
122 }
123
124 p.explication, div.explication {
125 font-style: italic;
126 padding: 0em 1ex 1ex 1ex;
127 }
128
129 li.spaced {
130 padding-top: 0.2em;
131 padding-bottom: 0.3em;
132 text-align: justify;
133 }
134
135 /*******************************************************************************
136 3 Tableaux bicolores + classes utiles
137 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
138 *******************************************************************************/
139 table.bicol, table.tinybicol {
140 color: inherit;
141 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
142 border-width: 1px 0 0 1px;
143 border-style: solid;
144 border-color: #fff;
145 border-collapse: collapse;
146 }
147 table.bicol { width: 98%; margin-left: 1%; }
148 table.tinybicol { width: 70%; margin-left: 15%; }
149
150 table.tinybicol tr.pair, table.bicol tr.pair {
151 color: inherit;
152 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
153 }
154
155 table.tinybicol th, table.bicol th {
156 color: #fff;
157 font-weight: bold;
158 text-align: center;
159 vertical-align: middle;
160 background: none;
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 display: block;
351 width: 100%;
352 height: 100%;
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 .backtrace div.hide { display: none; }
492 .backtrace:hover div.hide { display: block }
493
494 #suid {
495 color: red;
496 background: #ffc0cb;
497 width: auto;
498 font-weight: bold;
499 text-align: center;
500 }
501 #suid a {
502 color: red;
503 background: inherit;
504 text-decoration: none;
505 display: block;
506 }
507 #suid:hover {
508 color: red;
509 background: #ffffcb;
510 }
511 #suid a:hover {
512 color: #ff7000;
513 background: inherit;
514 }
515
516 #body {
517 width: 800px;
518 margin-left: auto;
519 margin-right: auto;
520 }
521
522 #body-logo {
523 width: 140px;
524 padding-top: 0;
525 text-align: center;
526 }
527
528 #body-top {
529 padding: 0 0 16px 0;
530 text-align: center;
531 font-size: 85%;
532 border-bottom: 1px solid #fff;
533 }
534 #body-top table { width: 100%; padding: 4px; }
535 #body-top .date-heure { text-align: left; }
536 #body-top .inscrits { text-align: right; }
537
538
539 #body-bottom {
540 border-top: 1px solid #aaa;
541 text-align: center;
542 padding: 4px;
543 font-size: 75%;
544 font-family: "MS Sans Serif", sans-serif;
545 }
546
547 #body-menu {
548 width: 140px;
549 text-align: center;
550 font-size: 85%;
551 font-weight: bold;
552 white-space: nowrap;
553 border-right: 1px solid #fff;
554 }
555
556 #body-menu .menu_item {
557 text-align: left;
558 padding: 2px;
559 }
560
561 #body-menu a:link, #body-menu a:visited, #body-menu a:active, #body-meny a:hover {
562 color: #fff;
563 background: inherit;
564 text-decoration: none;
565 }
566
567 #body-menu .menu_item:hover {
568 color: inherit;
569 background-color: #556;
570 }
571
572 #body-menu .menu_title {
573 color: #fff;
574 height: 17px;
575 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
576 background-color: inherit;
577 border-bottom: 1px solid #202020;
578 padding: 4px 0 0 0;
579 text-align: center;
580 vertical-align: bottom;
581 }
582
583 #content {
584 width: 600px;
585 padding: 0 0 4px 16px;
586 vertical-align: top;
587 font-size: 95%;
588 }
589
590 #quick_search {
591 color: gray;
592 background: #fff;
593 text-align: right;
594 }
595
596 div#content {
597 padding: 1em;
598 margin: 0em;
599 }
600
601 #content input {
602 font-size: 95%;
603 }
604
605 /* vim: set et ts=4 sts=4 sw=4: */