Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev Author Line No. Line
4 david 1
/*Feuille de style de tous les mondes
484 jpm 2
Auteur : Tamara Le Bourg et Magali Giaume*/
4 david 3
 
277 jpm 4
/*icones*/
5
a.lien_ext:after {
6
content: " "url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/icone_fleche.png);}
7
a.pdf:before {
8
content: url(http://www.tela-botanica.org/client/projet/icones/pdf.gif)" ";}
9
/*CSS3 : ajout d'un espace entre href et ^ pour konqueror*/
10
a.mail:after, a[href ^="mailto:"]:after  {
11
content: " "url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/icone_mail.png);}
12
.table_bordure th[title]:after {
13
content: " "url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/help.png);}
14
/*abbr {
15
  background :url(/client/eflore_chorologie/presentations/images/info.png) no-repeat 100% 5%;
16
  padding-right:16px;
17
  cursor:help;
18
  border:none;}*/
19
 
4 david 20
/* presentation des liens */
21
a {
22
  color:black;
23
  text-decoration:none;
24
  background-repeat: repeat-x;
25
  background-position:center bottom;}
26
a:hover {
27
  color:black;
28
  text-decoration:none;
29
  background-repeat: repeat-x;
30
  background-position:center bottom;}
31
 
485 jpm 32
/* Texte trouvé par le moteur de recherche */
236 jpm 33
.surlignage {
34
  background-color:yellow;}
35
 
4 david 36
/* presentation des listes de definitions */
37
dl {width:100%;}
38
dt {
39
  float:left;
40
  font-weight: bold;
41
  text-align:top left;
42
  margin-right:0.3em;}
43
dd {
44
  width:auto;
45
  margin-left:0;
46
  margin:0.5em 0;}
47
.ajout_2point dt:after {content:" : ";}
48
 
49
/* presentation des listes */
172 magali 50
#texte li {
335 jpm 51
  margin:4px;}
4 david 52
.liste_decale li, .liste_decale dt {
53
  margin-left:2em;}
54
ul ul {
55
  margin-left:2em;}
252 jpm 56
#zone_menu ul, #menus ul{
4 david 57
  line-height:1.5em;}
58
 
59
/* presentation des images */
60
img{
61
  border:0;}
62
img a{
63
  display:block;}
64
#logo_tela img {
65
  border:0;}
66
#logo_tela a {
452 jpm 67
  position:absolute;
68
  top:0;
73 magali 69
  left:0;}
452 jpm 70
#logo_tela a:hover {
71
  border:1px dotted;}
72
#logo_tela a:hover:after {
485 jpm 73
  content: " Retour à l'accueil ";}
4 david 74
.img_gch_txt_drte img, .flottant_gauche {
75
  float:left;
76
  margin:5px 10px 5px 5px;}
77
.img_gch_txt_drte li {
78
  margin-left:40px;}
79
.img_drte_txt_gch img, .flottant_droit {
80
  float:right;
81
  margin-left:10px;}
82
.img_drte_txt_gch > img {
83
  float:right;
84
  margin-left:10px;}
85
.img_milieu {
86
  display:inline;
87
  margin:0 10px;}
88
.image_legendee {
89
  width: 300px;
90
  font-style:italic;
91
  margin: 5px}
92
.image_legendee img {
93
  margin: 0 auto}
94
.legende {
95
  display:block;
96
  font-weight:bold;
97
  text-align:center;}
98
.clear {
99
  clear:both;}
484 jpm 100
 
101
/* presentation fichiers audio */
102
.fichier_audio {
103
border: 1px solid #99a;}
104
.legende_audio {
105
margin-top:-0.8em;
106
margin-left:10px;
107
float:left;}
108
.fichier_audio img {
109
float:left;
110
padding-right:25px}
111
.fichier_audio p {
112
padding-right:25px;}
113
.legende_audio span {
114
padding:0 10px;
115
background-color:#fff;}
4 david 116
 
104 magali 117
/* autres classes de presentation*/
4 david 118
.texte_inactif {
119
  font-size:10px;
120
  color:gray;}
121
.erreur {
122
  color:#F00;}
123
.en_evidence {
124
  font-size:16px;
125
  font-weight:bold;}
126
.attention {
127
  display:block;
126 magali 128
  background: #ffffcc url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/attention.png) no-repeat 2% 50%;
4 david 129
  text-align:center;
130
  border: 1px solid red;
543 tam 131
  min-height: 30px;
183 jpm 132
  max-width: 800px;
543 tam 133
  padding:10px 5px 5px 50px;}
4 david 134
.information {
473 jpm 135
  background: #e7ebfd url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/information.png) no-repeat 2% 50%;
4 david 136
  text-align:center;
144 jpm 137
  border:1px solid #5D81BA;
183 jpm 138
  max-width: 800px;
543 tam 139
  min-height:30px;
500 tam 140
  padding:10px 5px 5px 50px;}
4 david 141
#bb_liste_fascicule li{
142
  clear:both;
143
  height:100%;}
144
.bb_img_fascicule {
145
  display:block;}
146
blockquote {
147
  font-style:italic;
148
  text-align:center;}
149
legend {
150
  text-align:center;}
151
.fin_texte{
152
  width:0;
153
  height:0;
154
  text-align: center;
155
  clear: both;}
156
 
157
/*DIFFERENTS BLOCS DE LA PAGE*/
158
#reducteur {
159
  text-align:center;}
160
/*bandeau*/
161
#bandeau, #zone_bandeau {
162
  height:77px;
163
  margin:0 0 0 190px;}
164
#titre_monde, #site_nom {
165
  margin:0;
166
  text-align:right;
167
  height:38px;}
168
#titre_monde h1, #site_nom h1 {
169
  background-color:transparent;
170
  font-weight: bold;
171
  font-size: 28px;
172
  margin:0 20px 0 0;
173
  padding:0;}
174
#plan_contact {
175
  margin:0 5px 0 0;
176
  text-align:right;
177
  height:25px;
178
  padding:7px 15px 0 0;}
179
#plan_contact a {
180
  font-weight:bold;
181
  margin-left:10px;
182
  background-repeat: repeat-x;
183
  background-position:center bottom;}
184
#plan_contact a:hover {
185
  font-weight:bold;
186
  margin-left:10px;
187
  background-repeat: repeat-x;
188
  background-position:center bottom;}
230 jpm 189
 
4 david 190
/*droite*/
191
#droite {
192
  margin:0 5px 0 207px;
573 jpm 193
  position:relative;
194
  text-align:left;
195
}
4 david 196
 
197
/* droite -> pos_recherche */
198
#pos_recherche, #moteur_recherche {
199
  font-size:13px;
200
  font-weight:bold;
201
  min-height:30px;
202
  padding:5px 0 5px 20px;
203
  text-align:left;}
204
#form_more_recherche, #form_recherche {
205
  text-align:right;
206
  padding:0;
207
  margin:0;}
208
#form_more_recherche legend {
209
  display:none;}
210
#form_more_recherche fieldset {
211
  float:right;
212
  border:0;
213
  margin:0;
214
  padding:0;}
215
#form_more_recherche label {
216
  display:none;}
221 jpm 217
#more_resultat, #more_resultat li {
218
  clear:left;
219
  display: inline;
220
  margin: 0;
221
  padding: 0;
222
  list-style-type:none;}
220 jpm 223
.more_iid, .more_dui {
224
  display:none;}
225
.more_ivd {
226
  width:600px;}
227
.more_duv a {
228
  color:#008000;}
229
.more_dsv, .more_dsi {
230
  color:#C1C1C1;}
231
.more_detail, .more_detail li {
232
  display: inline;
233
  margin: 0;
234
  padding: 0;
235
  list-style-type:none;}
4 david 236
 
237
/*droite -> onglets */
238
#onglets {
239
  position:relative;
240
  float:left;
241
  text-align:left;
242
  z-index:2;
243
  font-weight:bold;}
244
#onglets ul {
245
  margin:0;
246
  padding:0;
247
  list-style:none;}
248
#onglets li {
126 magali 249
  background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/norm_right_both.gif) no-repeat right top;
4 david 250
  float:left;
251
  margin:0;
252
  padding:0;}
253
#onglets a {
254
  float:left; /* ligne ajoutee pour compatibilite IE5-Mac */
255
  display:block;
136 magali 256
  background:url("http://www.tela-botanica.org/sites/commun/generique/images/graphisme/norm_left_both.gif") no-repeat left top;
4 david 257
  width:.1em;
258
  white-space:nowrap;/*2 lignes ajoutees pour compatibilite IE : extension de la zone cliquable a l'ensemble de l'onglet*/
259
  padding:5px 15px 4px;
260
  text-decoration:none;}
261
/* On retablit le float a sa valeur correct mais le hack de l'antislash commente cache cette regle a IE5-Mac \*/
262
#header a {float:none;}
263
/* End IE5-Mac hack */
264
#onglets > ul a {
265
  width:auto;} /*propriete ajoutee pour contredire la ligne speciale IE (ci dessus) pour les autres navigateurs*/
266
#onglets li:hover {
267
  background-position:100% -150px;}
268
#onglets li:hover a {
269
  background-position:0% -150px;}
270
#onglets .menu_inactif {
271
  border-bottom:1px solid;}
272
#onglets .menu_actif, #onglets .onglet_actif {
273
  position:relative;
274
  background-position:100% -150px;
275
  padding-bottom:2px;
276
  z-index:3;
277
  font-weight:bold;}
278
#onglets .menu_actif a, #onglets .onglet_actif a {
279
  position:relative;
280
  background-position:0% -150px;
281
  padding-bottom:3px;
282
  z-index:4;}
283
 
284
/* droite -> contenu */
285
#contenu, #zone_contenu, #contenu_accueil {
286
  position:relative;
287
  top:-1px;
284 jpm 288
/* Modif David Delon 26/08/2005 car conflit avec Fckeditor (menu deroulant)
289
/*  z-index:1;*/
4 david 290
  clear:both;
291
  padding:0 2px 0 2px;
292
  text-align:justify;
293
  min-height:300px;}
294
#texte{
295
  line-height:1.2em;
296
  text-align:justify;
297
  clear:both;
102 alex 298
  padding:0 5px 7px 5px;}
4 david 299
#texte .image_lien {
300
  background-image:none;}
72 magali 301
/* Hides from IE-mac \*/
302
* html #texte {height: 1%;}
303
/* Bug qui inactive les liens sous IE */
71 magali 304
 
305
 
252 jpm 306
/* Droite -> pied_page */
4 david 307
#pied_text, #pied_page, #zone_pied {
308
  clear:both;
309
  text-align:center;
310
  font-size:11px;}
311
#pied_page p, #zone_pied p{
312
  position:center;}
313
#pied_page a {
314
  margin:0 10px;}
315
.menu_commun_n1 {
316
  padding:0;}
317
.menu_commun_n1 li {
318
  display:inline;}
319
.menu_commun_n1 li+li {
126 magali 320
  background:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/boule_basse.png) no-repeat center left;
4 david 321
  display:inline;
322
  padding-left:10px;}
323
 
324
/* Tableau */
325
.table_cadre {
326
  border-spacing:0;
327
  text-align:center;}
328
.table_cadre th {
329
  text-align:center;}
330
.table_cadre td {
331
  padding:2px;
332
  text-align:left;}
333
 
334
/*nav_gauche*/
252 jpm 335
#navigation, #nav_gauche {
4 david 336
  position:absolute;
337
  top:2px;
338
  left:2px;
339
  width:188px;
340
  padding-top:150px;
341
  min-height:292px;}
342
 
343
/* nav_gauche -> logo_tela */
344
#logo_tela, #logo {
345
  margin:7px 10px;
346
  position:absolute;
347
  top:2px;
348
  left:18px;
349
  z-index:1;}
350
#logo_tela a, #logo a {
351
  background:none;}
352
#acces_direct, #accessibilite {
353
  display:none;}
354
 
355
/* nav_gauche -> selecteur_sites */
230 jpm 356
#sesi_site {
28 magali 357
  text-align:center;
358
  font-size:12px;
359
  font-weight:bold;
360
  width:180px;
361
  height:20px;}
4 david 362
#sesi_selecteur fieldset, #selecteur_monde fieldset{
363
  border:0;
364
  margin:0;
365
  padding:0;}
366
#sesi_selecteur legend, #selecteur_monde legend{
367
  display: none;}
230 jpm 368
#sesi_selecteur option {
4 david 369
  font-size:11px;}
370
#lien_inscription{
371
  margin:2em 0 0 0;
372
  font-size:11px;}
373
 
374
/* nav_gauche -> menus */
252 jpm 375
#zone_menu, #menus {
4 david 376
  font-size:13px;
377
  margin:10px 0;
378
  text-align:left;}
252 jpm 379
#zone_menu a, #menus a {
4 david 380
  background:none;
381
  color:#000;
315 jpm 382
  display:block;
383
  height:1.2em;}
252 jpm 384
#zone_menu .menu_actif>a, #menus .menu_actif>a {
314 jpm 385
  border:1px solid;}
252 jpm 386
#zone_menu > ul a, #menus > ul a {
4 david 387
  height:auto;}
252 jpm 388
#navigation hr, #nav_gauche hr {
4 david 389
  width:40%;
390
  text-align:center;}
230 jpm 391
 
4 david 392
/* nav_gauche -> form connexion et deconnexion */
393
#form_connexion legend, #identification legend {
394
  font-size:14px;
395
  font-weight:bold;
396
  padding-left:32px;}
397
#form_connexion label, #identification label {
398
  display:none;}
230 jpm 399
label#persistant_label {
400
  display:block;
401
  margin:0.5em 0 1em 1em;
402
  color:black;}
4 david 403
#form_connexion fieldset, #identification fieldset{
404
  border:none;}
405
#username, #password {
406
  width:10em;
407
  text-align:left;
408
  margin:0.5em 1em;}
230 jpm 409
#persistant {
410
  text-align:left;
411
  float:left;
234 jpm 412
  margin:0.5em 0.5em 1em 1em;}
4 david 413
#identification_info, #identification, #formconnexion, #iden_action {
414
  display:block;
415
  width:auto;
416
  text-align:center;
417
  font-size:11px;
418
  margin: 0;
419
  padding-bottom:2px;}
420
#menu_contextuel {
421
  border:1px solid;}
422
#deconnexion, #lien_inscription_modif, #lien_inscription {
423
  font-size:12px;}
233 jpm 424
#inscription_info {
425
  text-align:center;}
426
#inscription_aide {
427
  margin-left:1em;}
98 jpm 428
#identification_message, #menu_contextuel h2, #hba_info h1, #hba_info p {
4 david 429
  display:block;
430
  font-size:14px;
431
  text-align:center;
432
  font-weight:bold;
433
  text-transform:none;
434
  margin:0 0 5px 0;}
314 jpm 435
#identification_prenom, #identification_nom{
4 david 436
  font-size:13px;
437
  font-weight:bold;
438
  color:black;}
439
#identification_nom {
314 jpm 440
  text-transform:uppercase;}
4 david 441
#iden_action a {
442
  line-height:15px;}
230 jpm 443
 
4 david 444
/* presentation des menus */
445
.menu_classique_n1, .menu_n1 {
446
  padding:0;
447
  margin:0;
314 jpm 448
  font-weight:bold;
449
  list-style-type:none;}
4 david 450
.menu_classique_n1 a {
328 jpm 451
  padding:3px 0;}
4 david 452
.menu_classique_n2, .menu_n2 {
453
  padding:0;
454
  margin:0;
314 jpm 455
  font-weight:normal;
456
  list-style-type:none;}
4 david 457
.menu_classique_n2 a {
458
  padding:3px 0 3px 15px;}
459
.menu_n3 {
460
  margin:0 0 0 10px;
461
  padding:0;
462
  text-align:left;}
314 jpm 463
.menu_inactif a, .menu_actif a {
4 david 464
  color:#000;
314 jpm 465
  text-decoration:none;
466
  background-color:transparent;}
467
 
4 david 468
/*presentation des syntheses*/
469
.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{
470
  display:none;}
471
.page_titre {
472
  font-weight:bold;}
473
 
474
/* Texte champ d'une fiche */
475
.champ_cle {
476
  font-weight:bold;}
477
.champ_valeur {
478
  font-weight:normal;}p_cle {
479
  font-weight:bold;}
480
.champ_valeur {
481
  font-weight:normal;}
482
/*presentation synthese biblio pteridophytes*/
483
/*.couleur_bleu {
484
  color:blue;}
485
.couleur_vert {
486
  color:green;}
487
.couleur_rose {
488
  color:#BF90DE;}
489
.couleur_orange {
490
  color:orange;}
491
.bp_auteur_france {
492
  color:blue;}
493
.bp_auteur_europe {
494
  color:#BF90DE;}
495
.bp_auteur_famille {
496
  color:green;}
497
.bp_auteur_region {
498
  color:orange;}*/
499
.bp_titre {
500
  font-weight:bold;}
501
.bp_titre_revue, .nom_latin {
502
  font-weight:normal;}
503
.bp_annee, .bp_num_revue {
504
  font-weight:normal;}
104 magali 505
/*menu_commun*/
506
.question {
507
  font-weight:bold;}
404 jpm 508
 
485 jpm 509
/*Gestion de l'affichage du chronomètre des applications.*/
573 jpm 510
#chrono{display:none;}