Backport
[platal.git] / htdocs / css / keynote.css
CommitLineData
3a19ba1d 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
26body {
27 font-family: "Arial", sans-serif;
3a84c119 28 font-size: 90%;
09ad0df6 29 background: url('../images/skins/keynote_bg.png') #4f4e63 top left repeat-x fixed;
3a19ba1d 30 color: #fff;
31}
32
33a:link, a:visited, a:active, a:hover {
8bf24eab 34 color: #ddd;
09ad0df6 35 background: inherit;
3a19ba1d 36}
09ad0df6 37a:hover { color: #999; }
3a19ba1d 38
09ad0df6 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; }
3a19ba1d 45
46fieldset {
e74946a3 47 border-top: 1px solid #fff;
48 border-left: 1px solid #fff;
09ad0df6 49 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
e74946a3 50 color: #000;
09ad0df6 51 margin: 1em 0 1em 0;
3a19ba1d 52}
3a19ba1d 53legend {
e74946a3 54 border: 1px solid #fff;
09ad0df6 55 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
e74946a3 56 color: #000;
09ad0df6 57
58 padding-left: 4px;
59 padding-right: 4px;
3a19ba1d 60}
61
09ad0df6 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
3a19ba1d 71/*******************************************************************************
72 2 Styles <p>, <div>, <span>, <li>
73 [ styles classiques d'effets de texte ]
74*******************************************************************************/
75
76p {
3c20ef02 77 margin-bottom: 0.4em;
3a19ba1d 78 text-align: justify;
79}
80
81.erreur {
82 font-weight: bold;
3336093a 83 color: #d00;
3a19ba1d 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
94h1 {
3c20ef02 95 background: url('../images/skins/keynote_titlepuce2.gif') top left no-repeat;
09ad0df6 96 background-color: inherit;
1089066c 97 margin: 0.5em 0 0.5em 0;
09ad0df6 98 text-indent: 0.2em;
3c20ef02 99 padding: 6px 0 0 24px;
3c20ef02 100
09ad0df6 101 font-size: 120%;
102 font-family: "helvetica", sans-serif;
103 font-weight: bolder;
104 text-align: left;
105
106 color: #bbf;
3a19ba1d 107}
108
109h2 {
110 padding: 0.5em 0em 0em 0em;
3c20ef02 111 margin: 0;
3a19ba1d 112 font-size: 100%;
113 font-weight: bold;
09ad0df6 114 background: inherit;
cbc1b9c0 115 color: #77c;
3a19ba1d 116}
117
118h3 {
119 margin: 0em;
120 font-weight: bold;
121 padding: 0.25em;
122 font-size: 100%;
123}
124
125p.explication, div.explication {
126 font-style: italic;
127 padding: 0em 1ex 1ex 1ex;
128}
129
130li.spaced {
3c20ef02 131 padding-top: 0.2em;
132 padding-bottom: 0.3em;
3a19ba1d 133 text-align: justify;
134}
135
136/*******************************************************************************
137 3 Tableaux bicolores + classes utiles
138 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
139*******************************************************************************/
140table.bicol, table.tinybicol {
09ad0df6 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;
3a19ba1d 147}
09ad0df6 148table.bicol { width: 98%; margin-left: 1%; }
149table.tinybicol { width: 70%; margin-left: 15%; }
3a19ba1d 150
151table.tinybicol tr.pair, table.bicol tr.pair {
09ad0df6 152 color: inherit;
153 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
3a19ba1d 154}
155
156table.tinybicol th, table.bicol th {
8bf24eab 157 color: #fff;
09ad0df6 158 font-weight: bold;
159 text-align: center;
160 vertical-align: middle;
66872684 161 background-color: #000;
162}
163
164table.tinybicol tr:first-child th, table.bicol tr:first-child th {
165 color: #fff;
09ad0df6 166 background: url('../images/skins/keynote_title.gif') #000 top left repeat-x;
3a19ba1d 167}
66872684 168
3a19ba1d 169table.tinybicol td, table.bicol td {
170 color: #000000;
171 background: inherit;
172}
173
174table.tinybicol td, table.bicol td, table.tinybicol tr, table.bicol tr { padding: 4px; }
175
176td.half { width: 50%; padding: 4px; }
177td.titre {
178 color: #000000;
179 background: inherit;
180 font-weight: bold;
181}
182td.action {
183 white-space: nowrap;
184 text-align: right;
185 font-weight: bold;
186 vertical-align: middle;
187}
188td.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 {
09ad0df6 196 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
3a19ba1d 197 color: #000;
3a19ba1d 198 border-top: 1px solid #fff;
09ad0df6 199 width: 98%;
200 margin-left: 1%;
3a19ba1d 201}
202#skin td {
203 border-bottom: 1px solid #fff;
3a19ba1d 204 vertical-align: middle;
205}
206#skin td.skigauche {
09ad0df6 207 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
208 color: inherit;
209 vertical-align: middle;
3a19ba1d 210}
09ad0df6 211#skin td.skimilieu {
212 padding-left: 1em;
213 width: 100%;
214}
215#skin td.skidroite { padding: 0; }
3a19ba1d 216
217/*******************************************************************************
218 5 Contacts
219 [ Styles liés à l'affichage de contacts ]
220*******************************************************************************/
221
09ad0df6 222div.contact-list {
223 width: 98%;
224 margin-left: 1%;
225}
3a19ba1d 226div.contact-list div.contact {
227 border-top: 1px solid #fff;
09ad0df6 228 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
3a19ba1d 229 color: #000;
230}
231
232div.grayed {
3a19ba1d 233 font-style: italic;
234}
3a19ba1d 235div.grayed div.contact {
09ad0df6 236 color: #444;
237 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
3a19ba1d 238}
239
240div.contact div.nom {
241 font-weight: bold;
242 width: 35%;
243 float: left;
cd15897d 244 padding-left: 2px;
3a19ba1d 245}
246
247div.contact div.appli {
248 float: left;
249}
250
251div.contact div.bits {
252 text-align: right;
253 float: right;
254}
255
256div.contact div.long {
09ad0df6 257 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
258 width: 100%;
259 clear: both;
260 color: inherit;
cd15897d 261 padding: 1px 0px;
3a19ba1d 262}
263
09ad0df6 264div.long table { width: 100%; }
265div.long td.lt { width: 35%; }
266div.long td.rt { width: 65%; }
267
3a19ba1d 268/*******************************************************************************
269 6 Profil
270 [ onglets des profils ]
271*******************************************************************************/
272
3a84c119 273table.flags, tr.flags {
cbc1b9c0 274 margin: 0.5em 0 0 0;
275 padding: 0;
3a19ba1d 276}
277table.flags input { margin: 0px 2px; padding: 0px; }
278
279table.flags td.texte, tr.flags td.texte {
280 font-size: smaller;
281 font-weight: bold;
3a84c119 282 padding: 0 8px 0 0;
3a19ba1d 283}
284table.flags td.vert, tr.flags td.vert {
3a84c119 285 background: url('../images/icons/flag_green.gif') top right no-repeat;
286 padding: 0 16px 0 0;
3a19ba1d 287}
3a84c119 288table.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;
3a19ba1d 291}
292table.flags td.rouge, tr.flags td.rouge {
3a84c119 293 background: url('../images/icons/flag_red.gif') top right no-repeat;
294 padding: 0 16px 0 0;
3a19ba1d 295}
296
297table.cadre_a_onglet{
298 border-width: 0;
299 padding : 0;
300 margin: 0;
301}
302
303td.conteneur_tab {
09ad0df6 304 border: 1px solid #9c9c9c;
3a19ba1d 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;
09ad0df6 321 border: 1px solid #9c9c9c;
322 border-right: none;
323 background: #cecece;
3a19ba1d 324 width: auto;
325 height: 5ex;
326 text-align: center;
327 color: #000;
09ad0df6 328 font-size: 80%;
3a19ba1d 329}
330
d49856c8 331#onglet li:hover {
09ad0df6 332 color: #000;
d49856c8 333 background : #adadad;
334}
3a19ba1d 335
336#onglet li.actif {
09ad0df6 337 color: #000;
3a19ba1d 338 background : #dedede;
09ad0df6 339 border: 1px solid #f0f0f0;
340 border-right: none;
d49856c8 341 border-bottom-color: #dedede;
09ad0df6 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;
3a19ba1d 353}
09ad0df6 354#onglet li img { margin-right: 2px; }
3a19ba1d 355
356/*******************************************************************************
357 7 fiche.php & fiche_referent.php
358 [ cas de la fiche ]
359*******************************************************************************/
360
361#fiche {
09ad0df6 362 width: 740px;
3a19ba1d 363 color: #000;
3a19ba1d 364 border-top: 1px solid #fff;
365 border-left: 1px solid #fff;
09ad0df6 366 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
367 vertical-align: top;
3a19ba1d 368}
369
370#fiche em {
371 color: #777;
09ad0df6 372 background: inherit;
3a19ba1d 373 font-weight: bolder;
374}
375
376#fiche h2 {
377 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
09ad0df6 378 background-color: inherit;
2ec5794f 379 border-bottom: 1px solid #202020;
3a19ba1d 380 color: #fff;
3a19ba1d 381 height: 17px;
09ad0df6 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;
3a19ba1d 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;
09ad0df6 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;
3a19ba1d 410}
411
412#fiche_identite div.contact {
09ad0df6 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;
3a19ba1d 421}
422
423#fiche_identite div.contact em {
424 color: #aaa;
09ad0df6 425 background: inherit;
3a19ba1d 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
443div.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
09ad0df6 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
3a19ba1d 465#fiche_referent em {
466 color: #777;
09ad0df6 467 background: inherit;
3a19ba1d 468 font-weight: bolder;
469}
09ad0df6 470#fiche_referent ul { margin: 0px; padding: 0px 1em; }
471#fiche_referent li { font-weight: bold; margin: 0px; padding: 0px; text-align: left; }
3a19ba1d 472
473/*******************************************************************************
474 A SKIN
475 [ choix de classes faites par le skinneur
476*******************************************************************************/
477
478#dev {
3336093a 479 width: auto;
3a19ba1d 480 text-align: center;
481 padding: 1px;
482
09ad0df6 483 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
484
3336093a 485 color: #000;
09ad0df6 486 font-weight: bold;
3a19ba1d 487}
488
3336093a 489#dev a { text-decoration: none; }
3a19ba1d 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;
09ad0df6 497 width: auto;
3a19ba1d 498 font-weight: bold;
499}
500#suid td { padding: 2px; }
09ad0df6 501#suid a { color: red; background: inherit; }
3a19ba1d 502
503#body {
504 width: 740px;
505 margin-left: auto;
506 margin-right: auto;
507}
508
509#body-logo {
510 width: 140px;
8bf24eab 511 padding-top: 0;
09ad0df6 512 text-align: center;
3a19ba1d 513}
514
515#body-top {
cd15897d 516 padding: 0 0 16px 0;
09ad0df6 517 text-align: center;
518 font-size: 85%;
519 border-bottom: 1px solid #fff;
3a19ba1d 520}
09ad0df6 521#body-top table { width: 100%; padding: 4px; }
522#body-top .date-heure { text-align: left; }
523#body-top .inscrits { text-align: right; }
524
3a19ba1d 525
526#body-bottom {
527 border-top: 1px solid #fff;
09ad0df6 528 text-align: center;
529 padding: 4px;
530 font-size: 75%;
531 font-family: "MS Sans Serif", sans-serif;
3a19ba1d 532}
533
534#body-menu {
09ad0df6 535 width: 140px;
536 text-align: center;
537 font-size: 78%;
538 font-weight: bold;
539 white-space: nowrap;
3a19ba1d 540 border-right: 1px solid #fff;
541}
542
09ad0df6 543#body-menu .menu_item {
544 text-align: left;
545 padding: 2px;
546}
547
3a19ba1d 548#body-menu a:link, #body-menu a:visited, #body-menu a:active, #body-meny a:hover {
549 color: #fff;
09ad0df6 550 background: inherit;
3a19ba1d 551 text-decoration: none;
552}
553
554#body-menu .menu_item:hover {
09ad0df6 555 color: inherit;
3a19ba1d 556 background-color: #556;
557}
558
559#body-menu .menu_title {
560 color: #fff;
561 height: 17px;
2ec5794f 562 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
09ad0df6 563 background-color: inherit;
2ec5794f 564 border-bottom: 1px solid #202020;
09ad0df6 565 padding: 4px 0 0 0;
3a19ba1d 566 text-align: center;
2ec5794f 567 vertical-align: bottom;
3a19ba1d 568}
569
570#content {
09ad0df6 571 width: 600px;
572 padding: 0 0 4px 16px;
3a19ba1d 573 vertical-align: top;
09ad0df6 574 font-size: 95%;
3a19ba1d 575}
576
577#quick_search {
578 color: gray;
09ad0df6 579 background: #fff;
3a19ba1d 580 text-align: right;
581}
582
583div#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: */