Subversion Repositories Sites.gentiana.org

Rev

Details | Last modification | View Log | RSS feed

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