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