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