Subversion Repositories Sites.tela-botanica.org

Rev

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