Use last core on the master.
[platal.git] / htdocs / css / keynote.css
CommitLineData
3a19ba1d 1/***************************************************************************
179afa7f 2 * Copyright (C) 2003-2008 Polytechnique.org *
3a19ba1d 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;
bb7af3cd 28 font-size: 10pt;
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; }
787bb3d7 42li { padding-left: 3px; padding-right: 3px;
09ad0df6 43 text-align: justify; }
44hr { text-align: center; }
4f355064 45dt { font-weight: bold; }
3a19ba1d 46
47fieldset {
67d7487d 48 border: 1px solid #fff;
49 border-bottom: 0px;
50 border-right: 0px;
09ad0df6 51 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
e74946a3 52 color: #000;
09ad0df6 53 margin: 1em 0 1em 0;
334e6d16 54 text-align: justify;
3a19ba1d 55}
3a19ba1d 56legend {
67d7487d 57 border-bottom: 1px solid #666;
58 border-right: 1px solid #666;
59 border-top: 1px solid #fff;
60 border-left: 1px solid #fff;
09ad0df6 61 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
e74946a3 62 color: #000;
09ad0df6 63
dc767839 64 padding: 2px 4px;
3a19ba1d 65}
66
09ad0df6 67.center { text-align: center; }
68.right { text-align: right; }
69.middle { vertical-align: middle; }
70.smaller { font-size: smaller; font-style: italic; }
71.spacer { clear: both; }
72
73.float2 { float: left; width: 49%; }
74.float3 { float: left; width: 33%; }
75
3a19ba1d 76/*******************************************************************************
77 2 Styles <p>, <div>, <span>, <li>
78 [ styles classiques d'effets de texte ]
79*******************************************************************************/
80
81p {
3c20ef02 82 margin-bottom: 0.4em;
3a19ba1d 83 text-align: justify;
55fd4ff4
FB
84 text-indent: 2em;
85}
86
87p.smaller {
88 text-indent: 0;
3a19ba1d 89}
90
71a753d3
FB
91.errors {
92 width: 98%;
93 border: 1px solid #f00;
94 margin-top: 10px;
95 background-color: #200;
96}
97
e00bc67e
FB
98.warnings {
99 width: 98%;
100 border: 1px solid #ff0;
101 margin-top: 10px;
102 background-color: #220;
103}
104
71a753d3
FB
105.success {
106 width: 98%;
107 border: 1px solid #0d3;
108 margin-top: 10px;
109 background-color: #021;
110}
111
3a19ba1d 112.erreur {
113 font-weight: bold;
3336093a 114 color: #d00;
3a19ba1d 115 background: inherit;
116 margin-top: 0.5em;
117 margin-bottom: 0.5em;
118}
119
120.erreur a:link, .erreur a:visited, .erreur a:active, .erreur a:hover {
121 color: #ff3333;
122 background: inherit;
123}
124
93553cea
FB
125input.error, textarea.error {
126 background-color: #faa;
127}
128
0b14f91d
FB
129input.valid, textarea.valid {
130 background-color: #afa;
131}
132
133input.warning, textarea.warning {
134 background-color: #fda;
135}
136
3a19ba1d 137h1 {
09ad0df6 138 background-color: inherit;
55fd4ff4 139 margin: 0.5em 0 0.5em -8px;
0811cadd 140 text-indent: 0em;
55fd4ff4 141 padding: 20px 0 0 0px;
3c20ef02 142
0811cadd 143 font-size: 130%;
09ad0df6 144 font-family: "helvetica", sans-serif;
145 font-weight: bolder;
146 text-align: left;
147
0811cadd 148 color: #bdf;
3a19ba1d 149}
150
151h2 {
55fd4ff4 152 padding: 15px 0em 0em 0em;
3c20ef02 153 margin: 0;
55fd4ff4
FB
154 margin-left: -8px;
155 font-size: 110%;
3a19ba1d 156 font-weight: bold;
09ad0df6 157 background: inherit;
cbc1b9c0 158 color: #77c;
3a19ba1d 159}
160
161h3 {
162 margin: 0em;
163 font-weight: bold;
164 padding: 0.25em;
55fd4ff4 165 font-size: 105%;
3a19ba1d 166}
167
168p.explication, div.explication {
169 font-style: italic;
170 padding: 0em 1ex 1ex 1ex;
171}
172
173li.spaced {
3c20ef02 174 padding-top: 0.2em;
175 padding-bottom: 0.3em;
3a19ba1d 176 text-align: justify;
177}
178
55fd4ff4
FB
179pre {
180 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
181 margin: 0em 0em;
182 padding: 0.3em 1.5em;
183}
184
3551f4a0
FB
185.pair pre {
186 background: inherit;
187}
188
adcc7deb 189
3a19ba1d 190/*******************************************************************************
191 3 Tableaux bicolores + classes utiles
192 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
193*******************************************************************************/
194table.bicol, table.tinybicol {
09ad0df6 195 color: inherit;
196 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
197 border-width: 1px 0 0 1px;
198 border-style: solid;
199 border-color: #fff;
200 border-collapse: collapse;
3a19ba1d 201}
67d7487d 202table.bicol { width: 100%; margin-left: 0; }
09ad0df6 203table.tinybicol { width: 70%; margin-left: 15%; }
3a19ba1d 204
205table.tinybicol tr.pair, table.bicol tr.pair {
09ad0df6 206 color: inherit;
207 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
3a19ba1d 208}
209
210table.tinybicol th, table.bicol th {
8bf24eab 211 color: #fff;
09ad0df6 212 font-weight: bold;
213 text-align: center;
214 vertical-align: middle;
0afc7e1e 215 background: none;
66872684 216 background-color: #000;
217}
218
219table.tinybicol tr:first-child th, table.bicol tr:first-child th {
787bb3d7 220 color: #fff;
09ad0df6 221 background: url('../images/skins/keynote_title.gif') #000 top left repeat-x;
3a19ba1d 222}
66872684 223
3a19ba1d 224table.tinybicol td, table.bicol td {
225 color: #000000;
226 background: inherit;
227}
228
229table.tinybicol td, table.bicol td, table.tinybicol tr, table.bicol tr { padding: 4px; }
230
231td.half { width: 50%; padding: 4px; }
3950bc21 232.titre {
3a19ba1d 233 color: #000000;
234 background: inherit;
235 font-weight: bold;
236}
237td.action {
238 white-space: nowrap;
239 text-align: right;
240 font-weight: bold;
241 vertical-align: middle;
242}
243td.action a { padding: 0px 2px 0px 2px; }
244
9a1cb883
FB
245th.grayed {
246 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
247 font-style: italic;
248}
249
3a19ba1d 250/*******************************************************************************
251 4 Tableau de choix de skins
252 [ Styles pour les tableaux de types de ceux des skins ]
253*******************************************************************************/
254
255#skin {
09ad0df6 256 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
3a19ba1d 257 color: #000;
3a19ba1d 258 border-top: 1px solid #fff;
67d7487d 259 width: 100%;
3a19ba1d 260}
261#skin td {
262 border-bottom: 1px solid #fff;
3a19ba1d 263 vertical-align: middle;
264}
265#skin td.skigauche {
09ad0df6 266 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
267 color: inherit;
268 vertical-align: middle;
3a19ba1d 269}
09ad0df6 270#skin td.skimilieu {
271 padding-left: 1em;
272 width: 100%;
273}
274#skin td.skidroite { padding: 0; }
3a19ba1d 275
276/*******************************************************************************
277 5 Contacts
278 [ Styles liés à l'affichage de contacts ]
279*******************************************************************************/
280
09ad0df6 281div.contact-list {
282 width: 98%;
283 margin-left: 1%;
284}
3a19ba1d 285div.contact-list div.contact {
286 border-top: 1px solid #fff;
ea62a170 287 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
3a19ba1d 288 color: #000;
289}
290
ea62a170 291div.contact-list div.grayed {
3a19ba1d 292 font-style: italic;
09ad0df6 293 color: #444;
ea62a170
FB
294 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
295}
296
297div.contact-list div.contact:hover {
09ad0df6 298 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
3a19ba1d 299}
300
ea62a170
FB
301.contact .photo {
302 float: left;
303}
304
305.contact .photo img {
306 width: 40px;
307 margin-right: 4px;
308}
309
ea62a170
FB
310div.contact div.identity {
311 float: left;
9900746d 312 width: 85%;
ea62a170
FB
313}
314
3a19ba1d 315div.contact div.nom {
316 font-weight: bold;
cd15897d 317 padding-left: 2px;
3a19ba1d 318}
319
8907f263
FB
320div.contact div.nom a {
321 text-decoration: none;
322 font-size: 100%;
323}
324
3a19ba1d 325div.contact div.appli {
3a19ba1d 326}
327
328div.contact div.bits {
329 text-align: right;
330 float: right;
9900746d 331 width: 14%;
3a19ba1d 332}
333
334div.contact div.long {
09ad0df6 335 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
336 width: 100%;
337 clear: both;
338 color: inherit;
cd15897d 339 padding: 1px 0px;
3a19ba1d 340}
341
09ad0df6 342div.long table { width: 100%; }
1322ba86
FB
343div.long td.lt { width: 15%; font-style: italic; }
344div.long td.rt { width: 85%; }
09ad0df6 345
3a19ba1d 346/*******************************************************************************
347 6 Profil
348 [ onglets des profils ]
349*******************************************************************************/
e1635d16
FB
350
351.wizard {
352 margin-left: -16px;
353}
354
355.wizard .wiz_header {
356 height: 32px;
357 width: 100%;
d3dbea90 358 background: url('../images/skins/wiz_background.png') top right repeat-x;
e1635d16
FB
359 margin-bottom: 1em;
360}
361
362.wizard .wiz_header .wiz_tab {
edbf7d44 363 background: url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
e1635d16
FB
364 height: 100%;
365 text-align: center;
366 font-size: 75%;
367 border-right: 1px solid #888;
368}
369
58faadd0
FB
370.wizard .wiz_header .wiz_tab:hover {
371 background: url('../images/skins/wiz_hover.png') #777 top left repeat-x;
e1635d16
FB
372 color: #fff;
373}
374
3be64a15 375.wizard .wiz_header .active, .wizard .wiz_header .active:hover {
58faadd0 376 background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
d3dbea90 377 color: #fff;
e1635d16
FB
378}
379
908db125 380.wizard .wiz_header a {
e1635d16
FB
381 color: #000;
382 text-decoration: none;
e1635d16
FB
383}
384
908db125 385.wizard .wiz_header a.active {
e1635d16
FB
386 color: #fff;
387}
388
389.wizard .wiz_content {
390 margin-left: 16px;
391}
392
7568a515 393.flags .texte {
3a19ba1d 394 font-size: smaller;
395 font-weight: bold;
ee12da4e
FB
396 margin-left: -6px;
397 padding: 0 12px 0 0;
3a19ba1d 398}
ee12da4e
FB
399.flags img {
400 padding: 0 6px 0 0;
3a19ba1d 401}
402
3a19ba1d 403/*******************************************************************************
404 7 fiche.php & fiche_referent.php
405 [ cas de la fiche ]
406*******************************************************************************/
407
408#fiche {
09ad0df6 409 width: 740px;
3a19ba1d 410 color: #000;
3a19ba1d 411 border-top: 1px solid #fff;
412 border-left: 1px solid #fff;
09ad0df6 413 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
414 vertical-align: top;
3a19ba1d 415}
416
417#fiche em {
418 color: #777;
09ad0df6 419 background: inherit;
3a19ba1d 420 font-weight: bolder;
421}
422
423#fiche h2 {
424 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
09ad0df6 425 background-color: inherit;
2ec5794f 426 border-bottom: 1px solid #202020;
3a19ba1d 427 color: #fff;
3a19ba1d 428 height: 17px;
09ad0df6 429 margin: 0.5em 0;
430 padding-left: 0.5em;
431 font-weight: bold;
432}
433
03a6316f 434#fiche .part {
435 float: left;
436 clear: left;
6261a1b5 437 width: 70%;
03a6316f 438 padding-right: 0em;
439 margin-right: 0em;
440}
441
442#fiche #photo {
443 float: right;
444 padding-left: 0em;
445 margin-left: 0em;
446 clear: right;
6261a1b5 447 width: 30%;
3a19ba1d 448}
449
03a6316f 450#fiche #photo img {
451 width: 100%;
452}
3a19ba1d 453
454#fiche_identite div.civilite {
455 text-align: center;
456 font-weight: bold;
787bb3d7
FB
457 width: 80%;
458 float: left;
3a19ba1d 459 color: #fff;
09ad0df6 460 background: inherit;
03a6316f 461 padding-top: 0.5ex;
09ad0df6 462}
463
464#fiche_identite div.maj {
03a6316f 465 float: right;
466 width: 19%;
09ad0df6 467 font-size: 75%;
468 text-align: right;
469 vertical-align: top;
03a6316f 470 padding: 0.5ex 1ex 1ex 0ex;
09ad0df6 471 clear: right;
3a19ba1d 472}
473
474#fiche_identite div.contact {
09ad0df6 475 clear: both;
476 margin: 1em;
477 padding: 1ex;
478 border-width: 1px 0 0 1px;
479 border-style: dotted;
480 border-color: #fff;
481 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
482 color: inherit;
3a19ba1d 483}
484
485#fiche_identite div.contact em {
486 color: #aaa;
09ad0df6 487 background: inherit;
3a19ba1d 488}
489
03a6316f 490
3a19ba1d 491#fiche_identite div.email {
787bb3d7 492 clear: left;
3a19ba1d 493 float: left;
494}
6261a1b5 495
3a19ba1d 496#fiche_identite div.mob {
497 float: right;
498 clear: right;
499 text-align: right;
500}
501
502#fiche_identite div.formation {
503 margin: 0em 1em;
787bb3d7 504 clear: both;
3a19ba1d 505}
506
507div.adresse {
16f20f22 508 min-width: 30%;
3a19ba1d 509 padding: 0px;
6261a1b5 510 margin: 0px 1% 2ex 2%;
3a19ba1d 511}
512
03a6316f 513#fiche .medal_frame {
514 float: left;
515 width: 33%;
516}
517
518#fiche .medal_frame img {
519 float: left;
520 padding: 0ex 1ex;
521}
522
523#fiche .medal_text {
524 vertical-align: middle;
525 font-weight: bold;
526}
527
3a19ba1d 528/* only for fiche_referent.php*/
529
6261a1b5 530#fiche_referent .part {
531 width: 100%;
532}
533
534#fiche_referent #fiche_identite div.civilite {
09ad0df6 535 width: 100%;
536}
537
538#fiche_referent div.rubrique_referent{
539 float: left;
6261a1b5 540 width: 30%;
09ad0df6 541 padding: 0px;
6261a1b5 542 margin: 0px 1% 1ex 2%;
543 text-align: justify;
09ad0df6 544}
545
3a19ba1d 546#fiche_referent em {
547 color: #777;
09ad0df6 548 background: inherit;
3a19ba1d 549 font-weight: bolder;
550}
09ad0df6 551#fiche_referent ul { margin: 0px; padding: 0px 1em; }
552#fiche_referent li { font-weight: bold; margin: 0px; padding: 0px; text-align: left; }
3a19ba1d 553
554/*******************************************************************************
555 A SKIN
556 [ choix de classes faites par le skinneur
557*******************************************************************************/
558
559#dev {
3336093a 560 width: auto;
3a19ba1d 561 text-align: center;
562 padding: 1px;
563
09ad0df6 564 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
3336093a 565 color: #000;
09ad0df6 566 font-weight: bold;
3a19ba1d 567}
568
3336093a 569#dev a { text-decoration: none; }
3a19ba1d 570
d3f26be9 571.backtrace div.hide { display: none; }
55fd4ff4
FB
572.backtrace:hover div.hide { display: block; }
573.backtrace h1 { padding: 0; margin: 0; }
3a19ba1d 574
575#suid {
576 color: red;
577 background: #ffc0cb;
09ad0df6 578 width: auto;
3a19ba1d 579 font-weight: bold;
a3afa47c 580 text-align: center;
581}
582#suid a {
583 color: red;
584 background: inherit;
585 text-decoration: none;
586 display: block;
587}
588#suid:hover {
589 color: red;
590 background: #ffffcb;
591}
592#suid a:hover {
593 color: #ff7000;
594 background: inherit;
3a19ba1d 595}
3a19ba1d 596
597#body {
a3afa47c 598 width: 800px;
3a19ba1d 599 margin-left: auto;
600 margin-right: auto;
601}
602
603#body-logo {
604 width: 140px;
8bf24eab 605 padding-top: 0;
09ad0df6 606 text-align: center;
3a19ba1d 607}
608
609#body-top {
cd15897d 610 padding: 0 0 16px 0;
09ad0df6 611 text-align: center;
612 font-size: 85%;
613 border-bottom: 1px solid #fff;
3a19ba1d 614}
09ad0df6 615#body-top table { width: 100%; padding: 4px; }
616#body-top .date-heure { text-align: left; }
617#body-top .inscrits { text-align: right; }
618
3a19ba1d 619
620#body-bottom {
4f355064 621 border-top: 1px solid #aaa;
09ad0df6 622 text-align: center;
623 padding: 4px;
624 font-size: 75%;
625 font-family: "MS Sans Serif", sans-serif;
3a19ba1d 626}
627
628#body-menu {
09ad0df6 629 width: 140px;
630 text-align: center;
bb7af3cd 631 font-size: 85%;
09ad0df6 632 font-weight: bold;
633 white-space: nowrap;
3a19ba1d 634 border-right: 1px solid #fff;
635}
636
09ad0df6 637#body-menu .menu_item {
638 text-align: left;
639 padding: 2px;
640}
641
3a19ba1d 642#body-menu a:link, #body-menu a:visited, #body-menu a:active, #body-meny a:hover {
643 color: #fff;
09ad0df6 644 background: inherit;
3a19ba1d 645 text-decoration: none;
646}
647
648#body-menu .menu_item:hover {
09ad0df6 649 color: inherit;
3a19ba1d 650 background-color: #556;
651}
652
653#body-menu .menu_title {
654 color: #fff;
655 height: 17px;
2ec5794f 656 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
09ad0df6 657 background-color: inherit;
2ec5794f 658 border-bottom: 1px solid #202020;
09ad0df6 659 padding: 4px 0 0 0;
3a19ba1d 660 text-align: center;
2ec5794f 661 vertical-align: bottom;
3a19ba1d 662}
663
664#content {
09ad0df6 665 width: 600px;
666 padding: 0 0 4px 16px;
3a19ba1d 667 vertical-align: top;
09ad0df6 668 font-size: 95%;
3a19ba1d 669}
670
3b2f9d11 671.quick_search {
3a19ba1d 672 color: gray;
09ad0df6 673 background: #fff;
3a19ba1d 674 text-align: right;
675}
676
677div#content {
678 padding: 1em;
679 margin: 0em;
680}
681
682#content input {
683 font-size: 95%;
684}
685
02838718 686#menu-evts {
687 font-size: 85%;
688}
689
bac1e60a 690.ac_results {
92a1bac4 691 color: black;
bac1e60a 692}
693
3a19ba1d 694/* vim: set et ts=4 sts=4 sw=4: */