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