Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 127 | Rev 170 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
123 jpm 1
/*+------------------------------------------------------------------------------------------------------------------+
2
COMMUN SIMPLE
3
+------------------------------------------------------------------------------------------------------------------+*/
4
/*Feuille de style support? par Nescape 4.78
5
Auteur: Magali Giaume*/
6
body {
7
  font-family:Arial, Helvetica, Verdana, sans-serif;
8
  font-size:12px;
9
  background-color:#fff;
10
  margin:2px;}
11
h1 {
12
  font-size:17px;
13
  font-weight:bold;
14
  padding:0 0 2px 5px;
15
  line-height:1.3em;
16
  margin:10px 0 4px 0;}
17
h2 {
18
  font-size:13px;
19
  font-weight:bold;
20
  color:black;
21
  text-transform:uppercase;
22
  line-height:1.3em;
23
  margin:10px 0 4px 0;}
24
h3, #more_resultat li h2, .titre2_cartographie, .titre2_inscription, .inscription_titre2, .titre2_cartographie {
25
  font-size:15px;
26
  color:black;
27
  font-weight:bold;
28
  line-height:1.3em;
29
  margin:8px 0 4px 0;
30
  text-transform:none;}
31
h4 {
32
  font-size:13px;
33
  color:black;
34
  font-weight:bold;
35
  letter-spacing:0.1em;
36
  line-height:1.3em;
37
  margin:8px 0 2px 0;}
38
h5 {
39
  font-size:13px;
40
  color:black;
41
  font-style:italic;
42
  line-height:1.2em;
43
  margin:4px 0 1px 0;}
44
h6 {
45
  font-size:12px;
46
  color:black;
47
  font-style:italic;
48
  line-height:1.2em;
49
  margin:4px 0 1px 0;}
50
caption {
51
  font-size:12px;
52
  font-weight:bold;
53
  margin:2px;}
54
table {
55
  border-collapse:collapse;}
56
/*bandeau*/
57
#titre_monde h1 {
58
  font-size:20px}
59
#pos_recherche p {
60
  margin:0;
61
  padding:0;}
62
/*tableau*/
63
/* Tableau */
64
.table_bordure th {
65
  background-color:#E4B842;
66
  padding:0 5px;
67
  text-align:center;
68
  border-bottom: 1px dotted grey;
69
  border-left: 1px dotted grey;}
70
 
71
.table_bordure {
72
  border-spacing:0;
73
  text-align:center;
74
  border: 1px solid black;}
75
 
76
.table_bordure td  {
77
  padding:2px;
78
  text-align:left;
79
  border-bottom: 1px dotted grey;
80
  border-left: 1px dotted grey;}
81
/*Nom latin*/
82
.nom_latin{font-style:italic;}
83
.nom_latin_rang, .nom_latin_auteur{font-style:normal;}
84
 
85
/*+------------------------------------------------------------------------------------------------------------------+
86
COMMUN COMPLEXE
87
+------------------------------------------------------------------------------------------------------------------+*/
88
 
89
/*icones*/
90
a.lien_ext:after {
169 jpm 91
content: " "url(images/fleche_externe.png);}
123 jpm 92
a.pdf:before {
169 jpm 93
content: url(images/fichier_pdf.png)" ";}
123 jpm 94
/*CSS3 : ajout d'un espace entre href et ^ pour konqueror*/
95
a.mail:after, a[href ^="mailto:"]:after  {
169 jpm 96
content: " "url(images/mail.png);}
123 jpm 97
.table_bordure th[title]:after {
169 jpm 98
content: " "url(images/aide.png);}
123 jpm 99
/*abbr {
100
  background :url(/client/eflore_chorologie/presentations/images/info.png) no-repeat 100% 5%;
101
  padding-right:16px;
102
  cursor:help;
103
  border:none;}*/
104
 
105
/* presentation des liens */
106
a {
107
  color:black;
108
  text-decoration:none;
109
  background-repeat: repeat-x;
110
  background-position:center bottom;}
111
a:hover {
112
  color:black;
113
  text-decoration:none;
114
  background-repeat: repeat-x;
115
  background-position:center bottom;}
116
 
117
/* Texte trouvé par le moteur de recherche */
118
.surlignage {
119
  background-color:yellow;}
120
 
121
/* presentation des listes de definitions */
122
dl {width:100%;}
123
dt {
124
  float:left;
125
  font-weight: bold;
126
  text-align:top left;
127
  margin-right:0.3em;}
128
dd {
129
  width:auto;
130
  margin-left:0;
131
  margin:0.5em 0;}
132
.ajout_2point dt:after {content:" : ";}
133
 
134
/* presentation des listes */
135
#texte li {
136
  margin:4px;}
137
.liste_decale li, .liste_decale dt {
138
  margin-left:2em;}
139
ul ul {
140
  margin-left:2em;}
141
#zone_menu ul, #menus ul{
142
  line-height:1.5em;}
143
 
144
/* presentation des images */
145
img{
146
  border:0;}
147
img a{
148
  display:block;}
149
#logo_tela img {
150
  border:0;}
151
#logo_tela a {
152
  position:absolute;
153
  top:0;
154
  left:0;}
155
#logo_tela a:hover {
156
  border:1px dotted;}
157
#logo_tela a:hover:after {
158
  content: " Retour à l'accueil ";}
159
.img_gch_txt_drte img, .flottant_gauche {
160
  float:left;
161
  margin:5px 10px 5px 5px;}
162
.img_gch_txt_drte li {
163
  margin-left:40px;}
164
.img_drte_txt_gch img, .flottant_droit {
165
  float:right;
166
  margin-left:10px;}
167
.img_drte_txt_gch > img {
168
  float:right;
169
  margin-left:10px;}
170
.img_milieu {
171
  display:inline;
172
  margin:0 10px;}
173
.image_legendee {
174
  width: 300px;
175
  font-style:italic;
176
  margin: 5px}
177
.image_legendee img {
178
  margin: 0 auto}
179
.legende {
180
  display:block;
181
  font-weight:bold;
182
  text-align:center;}
183
.clear {
184
  clear:both;}
185
 
186
/* presentation fichiers audio */
187
.fichier_audio {
188
border: 1px solid #99a;}
189
.legende_audio {
190
margin-top:-0.8em;
191
margin-left:10px;
192
float:left;}
193
.fichier_audio img {
194
float:left;
195
padding-right:25px}
196
.fichier_audio p {
197
padding-right:25px;}
198
.legende_audio span {
199
padding:0 10px;
200
background-color:#fff;}
201
 
202
/* autres classes de presentation*/
203
.texte_inactif {
204
  font-size:10px;
205
  color:gray;}
206
.erreur {
207
  color:#F00;}
208
.en_evidence {
209
  font-size:16px;
210
  font-weight:bold;}
211
.attention {
212
  display:block;
213
  background: #ffffcc url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/attention.png) no-repeat 2% 50%;
214
  text-align:center;
215
  border: 1px solid red;
216
  min-height: 30px;
217
  max-width: 800px;
218
  padding:10px 5px 5px 50px;}
219
.information {
220
 background: #e7ebfd url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/information.png) no-repeat 2% 50%;
221
  text-align:center;
222
  border:1px solid #5D81BA;
223
  max-width: 800px;
224
  min-height:30px;
225
  padding:10px 5px 5px 50px;}
226
#bb_liste_fascicule li{
227
  clear:both;
228
  height:100%;}
229
.bb_img_fascicule {
230
  display:block;}
231
blockquote {
232
  font-style:italic;
233
  text-align:center;}
234
legend {
235
  text-align:center;}
236
.fin_texte{
237
  width:0;
238
  height:0;
239
  text-align: center;
240
  clear: both;}
241
 
242
/*DIFFERENTS BLOCS DE LA PAGE*/
243
#reducteur {
244
  text-align:center;}
245
/*bandeau*/
246
#bandeau, #zone_bandeau {
247
  height:77px;
248
  margin:0 0 0 190px;}
249
#titre_monde, #site_nom {
250
  margin:0;
251
  text-align:right;
252
  height:38px;}
253
#titre_monde h1, #site_nom h1 {
254
  background-color:transparent;
255
  font-weight: bold;
256
  font-size: 28px;
257
  margin:0 20px 0 0;
258
  padding:0;}
259
#plan_contact {
260
  margin:0 5px 0 0;
261
  text-align:right;
262
  height:25px;
263
  padding:7px 15px 0 0;}
264
#plan_contact a {
265
  font-weight:bold;
266
  margin-left:10px;
267
  background-repeat: repeat-x;
268
  background-position:center bottom;}
269
#plan_contact a:hover {
270
  font-weight:bold;
271
  margin-left:10px;
272
  background-repeat: repeat-x;
273
  background-position:center bottom;}
274
 
275
/*droite*/
276
#droite {
277
  margin:0 5px 0 207px;
278
  position:relative;
279
  /* text-align est nécessaire pour IE */
280
  text-align:left;
281
}
282
 
283
/* droite -> pos_recherche */
284
#pos_recherche, #moteur_recherche {
285
  font-size:13px;
286
  font-weight:bold;
287
  min-height:30px;
288
  padding:5px 0 5px 20px;
289
  text-align:left;}
290
#form_more_recherche, #form_recherche {
291
  text-align:right;
292
  padding:0;
293
  margin:0;}
294
#form_more_recherche legend {
295
  display:none;}
296
#form_more_recherche fieldset {
297
  float:right;
298
  border:0;
299
  margin:0;
300
  padding:0;}
301
#form_more_recherche label {
302
  display:none;}
303
#more_resultat, #more_resultat li {
304
  clear:left;
305
  display: inline;
306
  margin: 0;
307
  padding: 0;
308
  list-style-type:none;}
309
.more_iid, .more_dui {
310
  display:none;}
311
.more_ivd {
312
  width:600px;}
313
.more_duv a {
314
  color:#008000;}
315
.more_dsv, .more_dsi {
316
  color:#C1C1C1;}
317
.more_detail, .more_detail li {
318
  display: inline;
319
  margin: 0;
320
  padding: 0;
321
  list-style-type:none;}
322
 
323
/*droite -> onglets */
324
#onglets {
325
  position:relative;
326
  float:left;
327
  text-align:left;
328
  z-index:2;
329
  font-weight:bold;}
330
#onglets ul {
331
  margin:0;
332
  padding:0;
333
  list-style:none;}
334
#onglets li {
335
  background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/norm_right_both.gif) no-repeat right top;
336
  float:left;
337
  margin:0;
338
  padding:0;}
339
#onglets a {
340
  float:left; /* ligne ajoutee pour compatibilite IE5-Mac */
341
  display:block;
342
  background:url("http://www.tela-botanica.org/sites/commun/generique/images/graphisme/norm_left_both.gif") no-repeat left top;
343
  width:.1em;
344
  white-space:nowrap;/*2 lignes ajoutees pour compatibilite IE : extension de la zone cliquable a l'ensemble de l'onglet*/
345
  padding:5px 15px 4px;
346
  text-decoration:none;}
347
/* On retablit le float a sa valeur correct mais le hack de l'antislash commente cache cette regle a IE5-Mac \*/
348
#header a {float:none;}
349
/* End IE5-Mac hack */
350
#onglets > ul a {
351
  width:auto;} /*propriete ajoutee pour contredire la ligne speciale IE (ci dessus) pour les autres navigateurs*/
352
#onglets li:hover {
353
  background-position:100% -150px;}
354
#onglets li:hover a {
355
  background-position:0% -150px;}
356
#onglets .menu_inactif {
357
  border-bottom:1px solid;}
358
#onglets .menu_actif, #onglets .onglet_actif {
359
  position:relative;
360
  background-position:100% -150px;
361
  padding-bottom:2px;
362
  z-index:3;
363
  font-weight:bold;}
364
#onglets .menu_actif a, #onglets .onglet_actif a {
365
  position:relative;
366
  background-position:0% -150px;
367
  padding-bottom:3px;
368
  z-index:4;}
369
 
370
/* droite -> contenu */
371
#contenu, #zone_contenu, #contenu_accueil {
372
  position:relative;
373
  top:-1px;
374
/* Modif David Delon 26/08/2005 car conflit avec Fckeditor (menu deroulant)
375
/*  z-index:1;*/
376
  clear:both;
377
  padding:0 2px 0 2px;
378
  text-align:justify;
379
  min-height:300px;}
380
#texte{
381
  line-height:1.2em;
382
  text-align:justify;
383
  clear:both;
384
  padding:0 5px 7px 5px;}
385
#texte .image_lien {
386
  background-image:none;}
387
/* Hides from IE-mac \*/
388
* html #texte {height: 1%;}
389
/* Bug qui inactive les liens sous IE */
390
 
391
 
392
/* Droite -> pied_page */
393
#pied_text, #pied_page, #zone_pied {
394
  clear:both;
395
  text-align:center;
396
  font-size:11px;}
397
#pied_page p, #zone_pied p{
398
  position:center;}
399
#pied_page a {
400
  margin:0 10px;}
401
.menu_commun_n1 {
402
  padding:0;}
403
.menu_commun_n1 li {
404
  display:inline;}
405
.menu_commun_n1 li+li {
406
  display:inline;
407
  padding-left:10px;}
408
 
409
/* Tableau */
410
.table_cadre {
411
  border-spacing:0;
412
  text-align:center;}
413
.table_cadre th {
414
  text-align:center;}
415
.table_cadre td {
416
  padding:2px;
417
  text-align:left;}
418
 
419
/*nav_gauche*/
420
#navigation, #nav_gauche {
421
  position:absolute;
422
  top:2px;
423
  left:2px;
424
  width:188px;
425
  padding-top:150px;
426
  min-height:292px;}
427
 
428
/* nav_gauche -> logo_tela */
429
#logo_tela, #logo {
430
  margin:7px 10px;
431
  position:absolute;
432
  top:2px;
433
  left:18px;
434
  z-index:1;}
435
#logo_tela a, #logo a {
436
  background:none;}
437
#acces_direct, #accessibilite {
438
  display:none;}
439
 
440
/* nav_gauche -> selecteur_sites */
441
#sesi_site {
442
  text-align:center;
443
  font-size:12px;
444
  font-weight:bold;
445
  width:180px;
446
  height:20px;}
447
#sesi_selecteur fieldset, #selecteur_monde fieldset{
448
  border:0;
449
  margin:0;
450
  padding:0;}
451
#sesi_selecteur legend, #selecteur_monde legend{
452
  display: none;}
453
#sesi_selecteur option {
454
  font-size:11px;}
455
#lien_inscription{
456
  margin:2em 0 0 0;
457
  font-size:11px;}
458
 
459
/* nav_gauche -> menus */
460
#zone_menu, #menus {
461
  font-size:13px;
462
  margin:10px 0;
463
  text-align:left;}
464
#zone_menu a, #menus a {
465
  background:none;
466
  color:#000;
467
  display:block;
468
  height:1.2em;}
469
#zone_menu .menu_actif>a, #menus .menu_actif>a {
470
  border:1px solid;}
471
#zone_menu > ul a, #menus > ul a {
472
  height:auto;}
473
#navigation hr, #nav_gauche hr {
474
  width:40%;
475
  text-align:center;}
476
 
477
/* nav_gauche -> form connexion et deconnexion */
478
#form_connexion legend, #identification legend {
479
  font-size:14px;
480
  font-weight:bold;
481
  padding-left:32px;}
482
#form_connexion label, #identification label {
483
  display:none;}
484
label#persistant_label {
485
  display:block;
486
  margin:0.5em 0 1em 1em;
487
  color:black;}
488
#form_connexion fieldset, #identification fieldset{
489
  border:none;}
490
#username, #password {
491
  width:10em;
492
  text-align:left;
493
  margin:0.5em 1em;}
494
#persistant {
495
  text-align:left;
496
  float:left;
497
  margin:0.5em 0.5em 1em 1em;}
498
#identification_info, #identification, #formconnexion, #iden_action {
499
  display:block;
500
  width:auto;
501
  text-align:center;
502
  font-size:11px;
503
  margin: 0;
504
  padding-bottom:2px;}
505
#menu_contextuel {
506
  border:1px solid;}
507
#deconnexion, #lien_inscription_modif, #lien_inscription {
508
  font-size:12px;}
509
#inscription_info {
510
  text-align:center;}
511
#inscription_aide {
512
  margin-left:1em;}
513
#identification_message, #menu_contextuel h2, #hba_info h1, #hba_info p {
514
  display:block;
515
  font-size:14px;
516
  text-align:center;
517
  font-weight:bold;
518
  text-transform:none;
519
  margin:0 0 5px 0;}
520
#identification_prenom, #identification_nom{
521
  font-size:13px;
522
  font-weight:bold;
523
  color:black;}
524
#identification_nom {
525
  text-transform:uppercase;}
526
#iden_action a {
527
  line-height:15px;}
528
 
529
/* presentation des menus */
530
.menu_classique_n1, .menu_n1 {
531
  padding:0;
532
  margin:0;
533
  font-weight:bold;
534
  list-style-type:none;}
535
.menu_classique_n1 a {
536
  padding:3px 0;}
537
.menu_classique_n2, .menu_n2 {
538
  padding:0;
539
  margin:0;
540
  font-weight:normal;
541
  list-style-type:none;}
542
.menu_classique_n2 a {
543
  padding:3px 0 3px 15px;}
544
.menu_n3 {
545
  margin:0 0 0 10px;
546
  padding:0;
547
  text-align:left;}
548
.menu_inactif a, .menu_actif a {
549
  color:#000;
550
  text-decoration:none;
551
  background-color:transparent;}
552
 
553
/*presentation des syntheses*/
554
.page_separateur_date_heure, .page_creation_jour, .page_creation_heure, .page_creation_minute, .page_creation_seconde, .page_separateur_heure, .page_separateur_minute, .page_modification_heure, .page_modification_minute{
555
  display:none;}
556
.page_titre {
557
  font-weight:bold;}
558
 
559
/* Texte champ d'une fiche */
560
.champ_cle {
561
  font-weight:bold;}
562
.champ_valeur {
563
  font-weight:normal;}p_cle {
564
  font-weight:bold;}
565
.champ_valeur {
566
  font-weight:normal;}
567
.bp_titre {
568
  font-weight:bold;}
569
.bp_titre_revue, .nom_latin {
570
  font-weight:normal;}
571
.bp_annee, .bp_num_revue {
572
  font-weight:normal;}
573
/*menu_commun*/
574
.question {
575
  font-weight:bold;}
576
 
577
/*Gestion de l'affichage du chronomètre des applications.*/
578
#chrono{display:none;}
579
 
580
/* Gestion de l'affichage du bandeau */
581
#bandeau_annonce {
582
	height:28px;
583
	margin:0 0 0 0px;
584
	padding-right:20px;
585
	text-align:right;
586
}
587
 
588
#bandeau_annonce a {
589
 
590
	font-size: 15px;
591
	padding: 3px;
592
	font-weight:bold;
593
	vertical-align:middle;
594
}
595
 
596
#bandeau_annonce a:hover {
597
	background-image:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_black.png);
598
	background-position:center bottom;
599
	background-repeat:repeat-x;
600
}
601
 
602
/*+------------------------------------------------------------------------------------------------------------------+
603
SITE - PARLONS BOTA
604
+------------------------------------------------------------------------------------------------------------------+*/
605
/*Feuille de style du monde debuter en botanique
606
Auteur : Magali Giaume, Tamara Le Bourg*/
607
h1 {
608
  color:#36560B;
609
  background-color:#CFDB86;}
610
h2, #identification_message, #form_connexion legend, #identification legend, #identification_info, #iden_action  {
611
  color:#36560B;}
612
hr {
613
  color: #d1dc8d;}
614
table {
615
  border:1px solid #36560B;
616
  border-collapse: collapse;}
617
td, th {
618
  border:1px solid #36560B;
619
  padding:5px;}
620
a {
621
  background-image:url(http://www.tela-botanica.org/sites/parlons_bota/generique/images/graphisme/img_sousligne.png);}
622
a:hover {
623
  background-image:url(http://www.tela-botanica.org/sites/parlons_bota/generique/images/graphisme/img_sousligne1.png);}
624
img {
625
  display:block;}
626
a img {
627
  border : 1px dotted #36560B;}
628
 
629
/*DIFFERENTS BLOCS DE LA PAGE*/
630
 
631
/*bandeau*/
632
#bandeau {
633
  background: url(http://www.tela-botanica.org/sites/parlons_bota/generique/images/graphisme/bandeau_parlons_bota_fond.png) repeat-x;}
634
#bandeau_contenu {
635
  background:transparent url(http://www.tela-botanica.org/sites/parlons_bota/generique/images/graphisme/bandeau_parlons_bota.jpg) no-repeat;
636
  height:77px;}
637
#titre_monde h1 {
638
  color:#F3F6E2;}
639
#plan_contact a {
640
  color:#000;
641
  background-image: url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/img_underline_plan_site_black.png);}
642
#plan_contact a:hover {
643
  background-image: url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_black.png);}
644
 
645
/*droite -> onglets */
646
#onglets li {
647
  background:url("http://www.tela-botanica.org/sites/parlons_bota/generique/images/graphisme/onglet_D_bota.gif") no-repeat right top;}
648
#onglets a {
649
  background:url("http://www.tela-botanica.org/sites/parlons_bota/generique/images/graphisme/onglet_G_bota.gif") no-repeat left top;}
650
#onglets li:hover {
651
  color:#becf5c;}
652
#onglets li:hover a {
653
  color:#36560B;}
654
#onglets .menu_inactif {
655
  border-bottom:#BECF5C;}
656
#onglets .menu_actif a {
657
  color:#36560B;}
658
 
659
/* droite -> contenu */
660
#contenu {
661
  border:1px solid #becf5c;}
662
#wikini_page ul{
663
  line-height:1em;}
664
.commentsheader {
665
  display:none;}
666
 
667
/* droite -> pied_page */
668
.eflore_pied_page {
669
  color:grey;
670
  text-align:center;
671
  font-size:10px;}
672
 
673
/*nav_gauche*/
674
#nav_gauche {
675
  background: #fff url(http://www.tela-botanica.org/sites/parlons_bota/generique/images/graphisme/degrade_vertpomme.png) repeat-x;}
676
 
677
/* nav_gauche -> menus */
678
#menus .menu_actif>a {
679
  background-color:#CFDB86;
680
  border-color: rgb(221, 230, 170);}
681
#menus a:hover {
682
  background-color:#CFDB86;}
683
.form_identification input, .form_identification textarea, .form_identification select {
684
  background-color:#f4f6e4;}
685
#menu_contextuel {
686
  color:#BECF5C;}
687
/* presentation des menus */
688
.menu_classique_n2 .menu_actif {
689
  background-color:red;}
690
.menu_actif a {
691
  color:#36560B;}
692
 
693
/*Styles pour presentation des syntheses et articles en ligne*/
694
.nom_latin {
695
  font-style:italic;}
696
.auteur_msg {
697
  color:#990000;
698
  font-weight:bold;}
699
.txt_souligne {
700
  text-decoration:underline;}
701
 
702
/*styles pour ne pas afficher les noms d'auteur et date */
703
#sans_auteur .page_auteur, #sans_auteur .page_separateur_auteur, #sans_auteur .page_separateur_titre, #sans_auteur .page_creation_mois, #sans_auteur .page_creation_annee {
704
	display:none;}
705
/*************************
706
Apercu de bota - Glossaire
707
*************************/
708
 
709
#glossaire dd {
710
  padding-right:10px;}