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