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