Merge commit 'origin/fusionax' into account
[platal.git] / htdocs / css / keynote.css
CommitLineData
3a19ba1d 1/***************************************************************************
8d84c630 2 * Copyright (C) 2003-2009 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
767f6985
SJ
250div.titre {
251 color: #000000;
252 background: inherit;
253 font-weight: bold;
254}
255
256span.titre {
257 color: #000000;
258 background: inherit;
259 font-weight: bold;
260}
261
3a19ba1d 262/*******************************************************************************
263 4 Tableau de choix de skins
264 [ Styles pour les tableaux de types de ceux des skins ]
265*******************************************************************************/
266
267#skin {
09ad0df6 268 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
3a19ba1d 269 color: #000;
3a19ba1d 270 border-top: 1px solid #fff;
67d7487d 271 width: 100%;
3a19ba1d 272}
273#skin td {
274 border-bottom: 1px solid #fff;
3a19ba1d 275 vertical-align: middle;
276}
277#skin td.skigauche {
09ad0df6 278 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
279 color: inherit;
280 vertical-align: middle;
3a19ba1d 281}
09ad0df6 282#skin td.skimilieu {
283 padding-left: 1em;
284 width: 100%;
285}
286#skin td.skidroite { padding: 0; }
3a19ba1d 287
288/*******************************************************************************
289 5 Contacts
290 [ Styles liés à l'affichage de contacts ]
291*******************************************************************************/
292
09ad0df6 293div.contact-list {
294 width: 98%;
295 margin-left: 1%;
296}
3a19ba1d 297div.contact-list div.contact {
298 border-top: 1px solid #fff;
ea62a170 299 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
3a19ba1d 300 color: #000;
301}
302
ea62a170 303div.contact-list div.grayed {
3a19ba1d 304 font-style: italic;
09ad0df6 305 color: #444;
ea62a170
FB
306 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
307}
308
309div.contact-list div.contact:hover {
09ad0df6 310 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
3a19ba1d 311}
312
ea62a170
FB
313.contact .photo {
314 float: left;
315}
316
317.contact .photo img {
318 width: 40px;
319 margin-right: 4px;
320}
321
ea62a170
FB
322div.contact div.identity {
323 float: left;
9900746d 324 width: 85%;
ea62a170
FB
325}
326
3a19ba1d 327div.contact div.nom {
328 font-weight: bold;
cd15897d 329 padding-left: 2px;
3a19ba1d 330}
331
8907f263
FB
332div.contact div.nom a {
333 text-decoration: none;
334 font-size: 100%;
335}
336
f711b03f 337div.contact div.edu {
3a19ba1d 338}
339
340div.contact div.bits {
341 text-align: right;
342 float: right;
9900746d 343 width: 14%;
3a19ba1d 344}
345
346div.contact div.long {
09ad0df6 347 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
348 width: 100%;
349 clear: both;
350 color: inherit;
cd15897d 351 padding: 1px 0px;
3a19ba1d 352}
353
09ad0df6 354div.long table { width: 100%; }
1322ba86
FB
355div.long td.lt { width: 15%; font-style: italic; }
356div.long td.rt { width: 85%; }
09ad0df6 357
3a19ba1d 358/*******************************************************************************
359 6 Profil
360 [ onglets des profils ]
361*******************************************************************************/
e1635d16 362
16019034
FB
363.wizard, .ui-tabs-nav {
364 margin: 0;
365 padding: 0;
e1635d16 366 margin-left: -16px;
16019034 367 clear: both;
e1635d16
FB
368}
369
16019034 370.wizard .wiz_header, .ui-tabs-nav {
e1635d16
FB
371 height: 32px;
372 width: 100%;
d3dbea90 373 background: url('../images/skins/wiz_background.png') top right repeat-x;
e1635d16 374 margin-bottom: 1em;
16019034 375 text-align: left;
e1635d16
FB
376}
377
16019034 378.wizard .wiz_header .wiz_tab, .ui-tabs-nav li {
edbf7d44 379 background: url('../images/skins/wiz_normal.png') #aaa top left repeat-x;
e1635d16
FB
380 height: 100%;
381 text-align: center;
382 font-size: 75%;
383 border-right: 1px solid #888;
16019034
FB
384 float: left;
385 vertical-align: middle;
e1635d16
FB
386}
387
16019034
FB
388.ui-tabs-nav li {
389 margin: 0;
390 padding: 0;
391 list-style-type: none;
392}
393
394.wizard .wiz_header .wiz_tab:hover, .ui-tabs-nav li:hover {
58faadd0 395 background: url('../images/skins/wiz_hover.png') #777 top left repeat-x;
e1635d16
FB
396 color: #fff;
397}
398
16019034 399.wizard .wiz_header .active, .wizard .wiz_header .active:hover, li.ui-tabs-selected {
58faadd0 400 background: url('../images/skins/wiz_active.png') #444 top left repeat-x;
d3dbea90 401 color: #fff;
e1635d16
FB
402}
403
16019034 404.wizard .wiz_header a, .ui-tabs-nav a {
e1635d16
FB
405 color: #000;
406 text-decoration: none;
e1635d16
FB
407}
408
16019034 409.wizard .wiz_header a.active, .ui-tabs-selected a {
e1635d16
FB
410 color: #fff;
411}
412
16019034 413.wizard .wiz_content, .ui-tabs-panel {
e1635d16 414 margin-left: 16px;
16019034 415 clear: both;
e1635d16
FB
416}
417
7568a515 418.flags .texte {
3a19ba1d 419 font-size: smaller;
420 font-weight: bold;
ee12da4e
FB
421 margin-left: -6px;
422 padding: 0 12px 0 0;
3a19ba1d 423}
ee12da4e
FB
424.flags img {
425 padding: 0 6px 0 0;
3a19ba1d 426}
427
3a19ba1d 428/*******************************************************************************
429 7 fiche.php & fiche_referent.php
430 [ cas de la fiche ]
431*******************************************************************************/
432
433#fiche {
09ad0df6 434 width: 740px;
3a19ba1d 435 color: #000;
3a19ba1d 436 border-top: 1px solid #fff;
437 border-left: 1px solid #fff;
09ad0df6 438 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
439 vertical-align: top;
3a19ba1d 440}
441
442#fiche em {
443 color: #777;
09ad0df6 444 background: inherit;
3a19ba1d 445 font-weight: bolder;
446}
447
448#fiche h2 {
449 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
09ad0df6 450 background-color: inherit;
2ec5794f 451 border-bottom: 1px solid #202020;
3a19ba1d 452 color: #fff;
3a19ba1d 453 height: 17px;
09ad0df6 454 margin: 0.5em 0;
455 padding-left: 0.5em;
456 font-weight: bold;
457}
458
03a6316f 459#fiche .part {
460 float: left;
461 clear: left;
6261a1b5 462 width: 70%;
03a6316f 463 padding-right: 0em;
464 margin-right: 0em;
465}
466
467#fiche #photo {
468 float: right;
469 padding-left: 0em;
470 margin-left: 0em;
471 clear: right;
6261a1b5 472 width: 30%;
3a19ba1d 473}
474
03a6316f 475#fiche #photo img {
476 width: 100%;
477}
3a19ba1d 478
479#fiche_identite div.civilite {
480 text-align: center;
481 font-weight: bold;
787bb3d7
FB
482 width: 80%;
483 float: left;
3a19ba1d 484 color: #fff;
09ad0df6 485 background: inherit;
03a6316f 486 padding-top: 0.5ex;
09ad0df6 487}
488
489#fiche_identite div.maj {
03a6316f 490 float: right;
491 width: 19%;
09ad0df6 492 font-size: 75%;
493 text-align: right;
494 vertical-align: top;
03a6316f 495 padding: 0.5ex 1ex 1ex 0ex;
09ad0df6 496 clear: right;
3a19ba1d 497}
498
499#fiche_identite div.contact {
09ad0df6 500 clear: both;
501 margin: 1em;
502 padding: 1ex;
503 border-width: 1px 0 0 1px;
504 border-style: dotted;
505 border-color: #fff;
506 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
507 color: inherit;
3a19ba1d 508}
509
510#fiche_identite div.contact em {
511 color: #aaa;
09ad0df6 512 background: inherit;
3a19ba1d 513}
514
03a6316f 515
3a19ba1d 516#fiche_identite div.email {
787bb3d7 517 clear: left;
3a19ba1d 518 float: left;
519}
6261a1b5 520
3a19ba1d 521#fiche_identite div.mob {
522 float: right;
523 clear: right;
524 text-align: right;
525}
526
527#fiche_identite div.formation {
528 margin: 0em 1em;
787bb3d7 529 clear: both;
3a19ba1d 530}
531
532div.adresse {
16f20f22 533 min-width: 30%;
3a19ba1d 534 padding: 0px;
6261a1b5 535 margin: 0px 1% 2ex 2%;
3a19ba1d 536}
537
03a6316f 538#fiche .medal_frame {
539 float: left;
540 width: 33%;
541}
542
543#fiche .medal_frame img {
544 float: left;
545 padding: 0ex 1ex;
546}
547
548#fiche .medal_text {
549 vertical-align: middle;
550 font-weight: bold;
551}
552
3a19ba1d 553/* only for fiche_referent.php*/
554
6261a1b5 555#fiche_referent .part {
556 width: 100%;
557}
558
559#fiche_referent #fiche_identite div.civilite {
09ad0df6 560 width: 100%;
561}
562
563#fiche_referent div.rubrique_referent{
564 float: left;
6261a1b5 565 width: 30%;
09ad0df6 566 padding: 0px;
6261a1b5 567 margin: 0px 1% 1ex 2%;
568 text-align: justify;
09ad0df6 569}
570
3a19ba1d 571#fiche_referent em {
572 color: #777;
09ad0df6 573 background: inherit;
3a19ba1d 574 font-weight: bolder;
575}
09ad0df6 576#fiche_referent ul { margin: 0px; padding: 0px 1em; }
577#fiche_referent li { font-weight: bold; margin: 0px; padding: 0px; text-align: left; }
3a19ba1d 578
579/*******************************************************************************
580 A SKIN
581 [ choix de classes faites par le skinneur
582*******************************************************************************/
583
584#dev {
3336093a 585 width: auto;
3a19ba1d 586 text-align: center;
587 padding: 1px;
588
09ad0df6 589 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
3336093a 590 color: #000;
09ad0df6 591 font-weight: bold;
3a19ba1d 592}
593
3336093a 594#dev a { text-decoration: none; }
3a19ba1d 595
d3f26be9 596.backtrace div.hide { display: none; }
55fd4ff4
FB
597.backtrace:hover div.hide { display: block; }
598.backtrace h1 { padding: 0; margin: 0; }
3a19ba1d 599
600#suid {
601 color: red;
602 background: #ffc0cb;
09ad0df6 603 width: auto;
3a19ba1d 604 font-weight: bold;
a3afa47c 605 text-align: center;
606}
607#suid a {
608 color: red;
609 background: inherit;
610 text-decoration: none;
611 display: block;
612}
613#suid:hover {
614 color: red;
615 background: #ffffcb;
616}
617#suid a:hover {
618 color: #ff7000;
619 background: inherit;
3a19ba1d 620}
3a19ba1d 621
622#body {
a3afa47c 623 width: 800px;
3a19ba1d 624 margin-left: auto;
625 margin-right: auto;
626}
627
628#body-logo {
629 width: 140px;
8bf24eab 630 padding-top: 0;
09ad0df6 631 text-align: center;
3a19ba1d 632}
633
634#body-top {
cd15897d 635 padding: 0 0 16px 0;
09ad0df6 636 text-align: center;
637 font-size: 85%;
638 border-bottom: 1px solid #fff;
3a19ba1d 639}
09ad0df6 640#body-top table { width: 100%; padding: 4px; }
641#body-top .date-heure { text-align: left; }
642#body-top .inscrits { text-align: right; }
643
3a19ba1d 644
645#body-bottom {
4f355064 646 border-top: 1px solid #aaa;
09ad0df6 647 text-align: center;
648 padding: 4px;
649 font-size: 75%;
650 font-family: "MS Sans Serif", sans-serif;
3a19ba1d 651}
652
653#body-menu {
09ad0df6 654 width: 140px;
655 text-align: center;
bb7af3cd 656 font-size: 85%;
09ad0df6 657 font-weight: bold;
658 white-space: nowrap;
3a19ba1d 659 border-right: 1px solid #fff;
660}
661
09ad0df6 662#body-menu .menu_item {
663 text-align: left;
664 padding: 2px;
665}
666
3a19ba1d 667#body-menu a:link, #body-menu a:visited, #body-menu a:active, #body-meny a:hover {
668 color: #fff;
09ad0df6 669 background: inherit;
3a19ba1d 670 text-decoration: none;
671}
672
673#body-menu .menu_item:hover {
09ad0df6 674 color: inherit;
3a19ba1d 675 background-color: #556;
676}
677
678#body-menu .menu_title {
679 color: #fff;
680 height: 17px;
2ec5794f 681 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
09ad0df6 682 background-color: inherit;
2ec5794f 683 border-bottom: 1px solid #202020;
09ad0df6 684 padding: 4px 0 0 0;
3a19ba1d 685 text-align: center;
2ec5794f 686 vertical-align: bottom;
3a19ba1d 687}
688
689#content {
09ad0df6 690 width: 600px;
691 padding: 0 0 4px 16px;
3a19ba1d 692 vertical-align: top;
09ad0df6 693 font-size: 95%;
3a19ba1d 694}
695
3b2f9d11 696.quick_search {
3a19ba1d 697 color: gray;
09ad0df6 698 background: #fff;
3a19ba1d 699 text-align: right;
700}
701
702div#content {
703 padding: 1em;
704 margin: 0em;
705}
706
707#content input {
708 font-size: 95%;
709}
710
02838718 711#menu-evts {
712 font-size: 85%;
713}
714
bac1e60a 715.ac_results {
92a1bac4 716 color: black;
bac1e60a 717}
718
3a19ba1d 719/* vim: set et ts=4 sts=4 sw=4: */