Subversion Repositories Sites.tela-botanica.org

Rev

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