Subversion Repositories Sites.tela-botanica.org

Rev

Details | Last modification | View Log | RSS feed

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