proposal quick fix for rebuilding search_table even if the
[platal.git] / htdocs / css / keynote.css
CommitLineData
3a19ba1d 1/***************************************************************************
5ddeb07c 2 * Copyright (C) 2003-2007 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; }
42li { padding-left: 3px; padding-right: 3px;
43 text-align: justify; }
44hr { text-align: center; }
3a19ba1d 45
46fieldset {
e74946a3 47 border-top: 1px solid #fff;
48 border-left: 1px solid #fff;
09ad0df6 49 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
e74946a3 50 color: #000;
09ad0df6 51 margin: 1em 0 1em 0;
3a19ba1d 52}
3a19ba1d 53legend {
e74946a3 54 border: 1px solid #fff;
09ad0df6 55 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
e74946a3 56 color: #000;
09ad0df6 57
dc767839 58 padding: 2px 4px;
3a19ba1d 59}
60
09ad0df6 61.center { text-align: center; }
62.right { text-align: right; }
63.middle { vertical-align: middle; }
64.smaller { font-size: smaller; font-style: italic; }
65.spacer { clear: both; }
66
67.float2 { float: left; width: 49%; }
68.float3 { float: left; width: 33%; }
69
3a19ba1d 70/*******************************************************************************
71 2 Styles <p>, <div>, <span>, <li>
72 [ styles classiques d'effets de texte ]
73*******************************************************************************/
74
75p {
3c20ef02 76 margin-bottom: 0.4em;
3a19ba1d 77 text-align: justify;
78}
79
80.erreur {
81 font-weight: bold;
3336093a 82 color: #d00;
3a19ba1d 83 background: inherit;
84 margin-top: 0.5em;
85 margin-bottom: 0.5em;
86}
87
88.erreur a:link, .erreur a:visited, .erreur a:active, .erreur a:hover {
89 color: #ff3333;
90 background: inherit;
91}
92
93h1 {
09ad0df6 94 background-color: inherit;
1089066c 95 margin: 0.5em 0 0.5em 0;
0811cadd 96 text-indent: 0em;
97 padding: 6px 0 0 0px;
3c20ef02 98
0811cadd 99 font-size: 130%;
09ad0df6 100 font-family: "helvetica", sans-serif;
101 font-weight: bolder;
102 text-align: left;
103
0811cadd 104 color: #bdf;
3a19ba1d 105}
106
107h2 {
108 padding: 0.5em 0em 0em 0em;
3c20ef02 109 margin: 0;
3a19ba1d 110 font-size: 100%;
111 font-weight: bold;
09ad0df6 112 background: inherit;
cbc1b9c0 113 color: #77c;
3a19ba1d 114}
115
116h3 {
117 margin: 0em;
118 font-weight: bold;
119 padding: 0.25em;
120 font-size: 100%;
121}
122
123p.explication, div.explication {
124 font-style: italic;
125 padding: 0em 1ex 1ex 1ex;
126}
127
128li.spaced {
3c20ef02 129 padding-top: 0.2em;
130 padding-bottom: 0.3em;
3a19ba1d 131 text-align: justify;
132}
133
134/*******************************************************************************
135 3 Tableaux bicolores + classes utiles
136 [ Tableaux à lignes alternées, en taille normale, ou tiny ]
137*******************************************************************************/
138table.bicol, table.tinybicol {
09ad0df6 139 color: inherit;
140 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
141 border-width: 1px 0 0 1px;
142 border-style: solid;
143 border-color: #fff;
144 border-collapse: collapse;
3a19ba1d 145}
09ad0df6 146table.bicol { width: 98%; margin-left: 1%; }
147table.tinybicol { width: 70%; margin-left: 15%; }
3a19ba1d 148
149table.tinybicol tr.pair, table.bicol tr.pair {
09ad0df6 150 color: inherit;
151 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
3a19ba1d 152}
153
154table.tinybicol th, table.bicol th {
8bf24eab 155 color: #fff;
09ad0df6 156 font-weight: bold;
157 text-align: center;
158 vertical-align: middle;
0afc7e1e 159 background: none;
66872684 160 background-color: #000;
161}
162
163table.tinybicol tr:first-child th, table.bicol tr:first-child th {
164 color: #fff;
09ad0df6 165 background: url('../images/skins/keynote_title.gif') #000 top left repeat-x;
3a19ba1d 166}
66872684 167
3a19ba1d 168table.tinybicol td, table.bicol td {
169 color: #000000;
170 background: inherit;
171}
172
173table.tinybicol td, table.bicol td, table.tinybicol tr, table.bicol tr { padding: 4px; }
174
175td.half { width: 50%; padding: 4px; }
176td.titre {
177 color: #000000;
178 background: inherit;
179 font-weight: bold;
180}
181td.action {
182 white-space: nowrap;
183 text-align: right;
184 font-weight: bold;
185 vertical-align: middle;
186}
187td.action a { padding: 0px 2px 0px 2px; }
188
189/*******************************************************************************
190 4 Tableau de choix de skins
191 [ Styles pour les tableaux de types de ceux des skins ]
192*******************************************************************************/
193
194#skin {
09ad0df6 195 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
3a19ba1d 196 color: #000;
3a19ba1d 197 border-top: 1px solid #fff;
09ad0df6 198 width: 98%;
199 margin-left: 1%;
3a19ba1d 200}
201#skin td {
202 border-bottom: 1px solid #fff;
3a19ba1d 203 vertical-align: middle;
204}
205#skin td.skigauche {
09ad0df6 206 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
207 color: inherit;
208 vertical-align: middle;
3a19ba1d 209}
09ad0df6 210#skin td.skimilieu {
211 padding-left: 1em;
212 width: 100%;
213}
214#skin td.skidroite { padding: 0; }
3a19ba1d 215
216/*******************************************************************************
217 5 Contacts
218 [ Styles liés à l'affichage de contacts ]
219*******************************************************************************/
220
09ad0df6 221div.contact-list {
222 width: 98%;
223 margin-left: 1%;
224}
3a19ba1d 225div.contact-list div.contact {
226 border-top: 1px solid #fff;
09ad0df6 227 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
3a19ba1d 228 color: #000;
229}
230
231div.grayed {
3a19ba1d 232 font-style: italic;
233}
3a19ba1d 234div.grayed div.contact {
09ad0df6 235 color: #444;
236 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
3a19ba1d 237}
238
239div.contact div.nom {
240 font-weight: bold;
241 width: 35%;
242 float: left;
cd15897d 243 padding-left: 2px;
3a19ba1d 244}
245
246div.contact div.appli {
247 float: left;
248}
249
250div.contact div.bits {
251 text-align: right;
252 float: right;
253}
254
255div.contact div.long {
09ad0df6 256 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
257 width: 100%;
258 clear: both;
259 color: inherit;
cd15897d 260 padding: 1px 0px;
3a19ba1d 261}
262
09ad0df6 263div.long table { width: 100%; }
264div.long td.lt { width: 35%; }
265div.long td.rt { width: 65%; }
266
3a19ba1d 267/*******************************************************************************
268 6 Profil
269 [ onglets des profils ]
270*******************************************************************************/
271
3a84c119 272table.flags, tr.flags {
cbc1b9c0 273 margin: 0.5em 0 0 0;
274 padding: 0;
3a19ba1d 275}
276table.flags input { margin: 0px 2px; padding: 0px; }
277
278table.flags td.texte, tr.flags td.texte {
279 font-size: smaller;
280 font-weight: bold;
3a84c119 281 padding: 0 8px 0 0;
3a19ba1d 282}
283table.flags td.vert, tr.flags td.vert {
3a84c119 284 background: url('../images/icons/flag_green.gif') top right no-repeat;
285 padding: 0 16px 0 0;
3a19ba1d 286}
3a84c119 287table.flags td.orange, tr.flags td.orange {
288 background: url('../images/icons/flag_orange.gif') top right no-repeat;
289 padding: 0 16px 0 0;
3a19ba1d 290}
291table.flags td.rouge, tr.flags td.rouge {
3a84c119 292 background: url('../images/icons/flag_red.gif') top right no-repeat;
293 padding: 0 16px 0 0;
3a19ba1d 294}
295
296table.cadre_a_onglet{
297 border-width: 0;
298 padding : 0;
299 margin: 0;
300}
301
302td.conteneur_tab {
09ad0df6 303 border: 1px solid #9c9c9c;
3a19ba1d 304 border-left-color: #eee;
305 padding: 8px 4px 4px 4px;
306 background : url('../images/skins/keynote_topborder.png') top repeat-x;
307}
308
309#onglet {
310 display : block;
311 margin : 0;
312 padding : 0;
313}
314
315#onglet li {
316 display : block;
317 float : left;
318 padding : 0.4ex;
10ba3144 319 margin: 0 0.3ex -1px 3px;
09ad0df6 320 border: 1px solid #9c9c9c;
321 border-right: none;
322 background: #cecece;
3a19ba1d 323 width: auto;
324 height: 5ex;
325 text-align: center;
326 color: #000;
09ad0df6 327 font-size: 80%;
3a19ba1d 328}
329
d49856c8 330#onglet li:hover {
09ad0df6 331 color: #000;
d49856c8 332 background : #adadad;
333}
3a19ba1d 334
335#onglet li.actif {
09ad0df6 336 color: #000;
3a19ba1d 337 background : #dedede;
09ad0df6 338 border: 1px solid #f0f0f0;
339 border-right: none;
d49856c8 340 border-bottom-color: #dedede;
09ad0df6 341 font-weight: bold;
342}
343
344#onglet li a {
345 font-weight: normal;
346 text-decoration: none;
347 color: #000;
348 background: inherit;
10ba3144 349 display: block;
350 width: 100%;
351 height: 100%;
3a19ba1d 352}
09ad0df6 353#onglet li img { margin-right: 2px; }
3a19ba1d 354
355/*******************************************************************************
356 7 fiche.php & fiche_referent.php
357 [ cas de la fiche ]
358*******************************************************************************/
359
360#fiche {
09ad0df6 361 width: 740px;
3a19ba1d 362 color: #000;
3a19ba1d 363 border-top: 1px solid #fff;
364 border-left: 1px solid #fff;
09ad0df6 365 background: url('../images/skins/keynote_bg_lighter.png') #848495 top left repeat-x fixed;
366 vertical-align: top;
3a19ba1d 367}
368
369#fiche em {
370 color: #777;
09ad0df6 371 background: inherit;
3a19ba1d 372 font-weight: bolder;
373}
374
375#fiche h2 {
376 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
09ad0df6 377 background-color: inherit;
2ec5794f 378 border-bottom: 1px solid #202020;
3a19ba1d 379 color: #fff;
3a19ba1d 380 height: 17px;
09ad0df6 381 margin: 0.5em 0;
382 padding-left: 0.5em;
383 font-weight: bold;
384}
385
386#fiche_identite {
387 padding: 5px;
388 width: 600px;
3a19ba1d 389}
390
391#photo { padding-left: 0em; }
392
393#fiche_identite div.civilite {
394 text-align: center;
395 font-weight: bold;
396 width: 80%;
397 float: left;
398 color: #fff;
09ad0df6 399 background: inherit;
400}
401
402#fiche_identite div.maj {
403 float: left;
404 width: 20%;
405 font-size: 75%;
406 text-align: right;
407 vertical-align: top;
408 clear: right;
3a19ba1d 409}
410
411#fiche_identite div.contact {
09ad0df6 412 clear: both;
413 margin: 1em;
414 padding: 1ex;
415 border-width: 1px 0 0 1px;
416 border-style: dotted;
417 border-color: #fff;
418 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbca top left repeat-x fixed;
419 color: inherit;
3a19ba1d 420}
421
422#fiche_identite div.contact em {
423 color: #aaa;
09ad0df6 424 background: inherit;
3a19ba1d 425}
426
427#fiche_identite div.email {
428 clear: left;
429 float: left;
430}
431#fiche_identite div.mob {
432 float: right;
433 clear: right;
434 text-align: right;
435}
436
437#fiche_identite div.formation {
438 margin: 0em 1em;
439 clear: both;
440}
441
442div.adresse {
443 float: left;
444 width: 46%;
445 padding: 0px;
446 margin: 0px 1% 1ex 1%;
447}
448
449/* only for fiche_referent.php*/
450
09ad0df6 451#fiche_referent{
452 padding: 10px;
453 width: 100%;
454}
455
456#fiche_referent div.rubrique_referent{
457 float: left;
458 width: 31%;
459 padding: 0px;
460 margin: 0px 1% 1ex 1%;
461
462}
463
3a19ba1d 464#fiche_referent em {
465 color: #777;
09ad0df6 466 background: inherit;
3a19ba1d 467 font-weight: bolder;
468}
09ad0df6 469#fiche_referent ul { margin: 0px; padding: 0px 1em; }
470#fiche_referent li { font-weight: bold; margin: 0px; padding: 0px; text-align: left; }
3a19ba1d 471
472/*******************************************************************************
473 A SKIN
474 [ choix de classes faites par le skinneur
475*******************************************************************************/
476
477#dev {
3336093a 478 width: auto;
3a19ba1d 479 text-align: center;
480 padding: 1px;
481
09ad0df6 482 background: url('../images/skins/keynote_bg_verylighter.png') #bbbbaa top left repeat-x fixed;
483
3336093a 484 color: #000;
09ad0df6 485 font-weight: bold;
3a19ba1d 486}
487
3336093a 488#dev a { text-decoration: none; }
3a19ba1d 489
490#db-trace div.hide { display: none; }
491#db-trace:hover div.hide { display: block }
492
493#suid {
494 color: red;
495 background: #ffc0cb;
09ad0df6 496 width: auto;
3a19ba1d 497 font-weight: bold;
a3afa47c 498 text-align: center;
499}
500#suid a {
501 color: red;
502 background: inherit;
503 text-decoration: none;
504 display: block;
505}
506#suid:hover {
507 color: red;
508 background: #ffffcb;
509}
510#suid a:hover {
511 color: #ff7000;
512 background: inherit;
3a19ba1d 513}
3a19ba1d 514
515#body {
a3afa47c 516 width: 800px;
3a19ba1d 517 margin-left: auto;
518 margin-right: auto;
519}
520
521#body-logo {
522 width: 140px;
8bf24eab 523 padding-top: 0;
09ad0df6 524 text-align: center;
3a19ba1d 525}
526
527#body-top {
cd15897d 528 padding: 0 0 16px 0;
09ad0df6 529 text-align: center;
530 font-size: 85%;
531 border-bottom: 1px solid #fff;
3a19ba1d 532}
09ad0df6 533#body-top table { width: 100%; padding: 4px; }
534#body-top .date-heure { text-align: left; }
535#body-top .inscrits { text-align: right; }
536
3a19ba1d 537
538#body-bottom {
539 border-top: 1px solid #fff;
09ad0df6 540 text-align: center;
541 padding: 4px;
542 font-size: 75%;
543 font-family: "MS Sans Serif", sans-serif;
3a19ba1d 544}
545
546#body-menu {
09ad0df6 547 width: 140px;
548 text-align: center;
bb7af3cd 549 font-size: 85%;
09ad0df6 550 font-weight: bold;
551 white-space: nowrap;
3a19ba1d 552 border-right: 1px solid #fff;
553}
554
09ad0df6 555#body-menu .menu_item {
556 text-align: left;
557 padding: 2px;
558}
559
3a19ba1d 560#body-menu a:link, #body-menu a:visited, #body-menu a:active, #body-meny a:hover {
561 color: #fff;
09ad0df6 562 background: inherit;
3a19ba1d 563 text-decoration: none;
564}
565
566#body-menu .menu_item:hover {
09ad0df6 567 color: inherit;
3a19ba1d 568 background-color: #556;
569}
570
571#body-menu .menu_title {
572 color: #fff;
573 height: 17px;
2ec5794f 574 background: url('../images/skins/keynote_title.gif') bottom repeat-x;
09ad0df6 575 background-color: inherit;
2ec5794f 576 border-bottom: 1px solid #202020;
09ad0df6 577 padding: 4px 0 0 0;
3a19ba1d 578 text-align: center;
2ec5794f 579 vertical-align: bottom;
3a19ba1d 580}
581
582#content {
09ad0df6 583 width: 600px;
584 padding: 0 0 4px 16px;
3a19ba1d 585 vertical-align: top;
09ad0df6 586 font-size: 95%;
3a19ba1d 587}
588
589#quick_search {
590 color: gray;
09ad0df6 591 background: #fff;
3a19ba1d 592 text-align: right;
593}
594
595div#content {
596 padding: 1em;
597 margin: 0em;
598}
599
600#content input {
601 font-size: 95%;
602}
603
604/* vim: set et ts=4 sts=4 sw=4: */