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