Subversion Repositories Sites.tela-botanica.org

Rev

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