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