Subversion Repositories Sites.gentiana.org

Rev

Rev 28 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
17 jpm 1
/*Feuille de style du monde eflore
2
Auteur : Magali Giaume*/
3
h1{
4
  background-color:#d0abe1;}
5
h2, #identification_message, #form_connexion legend, #identification legend, #identification_info, #iden_action  {
6
  color: #8404ba;}
7
h2
8
#efins_titre{
9
  color:grey;}
10
hr {
11
  color: #8404ba;}
12
a img {
13
  border : 1px dotted #8404ba;}
14
 
15
/*DIFFERENTS BLOCS DE LA PAGE*/
16
/*bandeau*/
17
#bandeau {
18
  background: url(http://www.tela-botanica.org/~gentiana/sites/flore/generique/images/graphisme/bandeau_flore_fond.png) repeat-x;}
19
#bandeau_contenu {
20
/*	background:transparent url(http://www.tela-botanica.org/sites/eflore/generique/images/graphisme/bandeau_eflore.jpg) no-repeat;*/
21
  height:77px;}
22
#titre_monde h1 {
23
  color:#ead9f2;}
24
a {
25
  background-image:url(http://www.tela-botanica.org/~gentiana/sites/flore/generique/images/graphisme/img_underline_flore.png);}
26
a:hover {
27
  background-image:url(http://www.tela-botanica.org/~gentiana/sites/flore/generique/images/graphisme/img_underline_hover_flore.png);}
28
#plan_contact a {
29
  background-image:url(http://www.tela-botanica.org/~gentiana/sites/commun/generique/images/graphisme/img_underline_plan_site_black.png);}
30
#plan_contact a:hover{
31
  background-image:url(http://www.tela-botanica.org/~gentiana/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_black.png);}
32
/*droite -> onglets */
33
#onglets li:hover {
34
  color:#8404ba;}
35
#onglets li:hover a {
36
  color:#8404ba;}
37
#onglets .menu_inactif {
38
  border-bottom:#8404ba;}
39
#onglets .menu_actif a {
40
  color:#8404ba;}
41
/* droite -> contenu */
42
#contenu {
43
  border:1px solid #8404ba;}
44
#texte img a{
45
  background:none;}
46
/*nav_gauche*/
47
#nav_gauche {
48
  background: #fff url(http://www.tela-botanica.org/~gentiana/sites/flore/generique/images/graphisme/degrade_lavande.png) repeat-x;}
49
/* nav_gauche -> menus */
50
#menus .menu_actif>a {
51
  background-color:#d0abe1;
52
  border-color: rgb(230, 206, 236);}
53
#menus a:hover {
54
  background-color:#d0abe1;}
55
/* presentation des menus */
56
.menu_classique_n2 .menu_actif {
57
  background-color:#d0abe1}
58
.menu_actif a {
59
  color:#8404ba;}
60
/* Tableau*/
61
.table_cadre {
62
  border:1px solid #EABFFF;
63
  margin:0 0 15px 0;}
64
.table_cadre th {
65
  border:1px solid #EABFFF;
66
  background-color:#DFCBEE;}
67
.table_cadre td {
68
  border:1px solid #EABFFF;}
69
.table_cadre {
70
  background-color:white;}
71
.ligne_paire {
72
  background-color:#eddaf0;}
73
.form_identification input, .form_identification textarea, .form_identification select {
74
  background-color:#f5e6f4;}
75
#menu_contextuel {
76
  color:#8404ba;}
77
 
78
/*--------------------------------------------------------------------------------------------------------------------*/
79
/*Application eFlore*/
80
 
81
/* Formatage general */
82
.ef_nn, .ef_nt{text-transform:none;}
83
.ef_nn{color:#3B9D3B;}
84
.ef_nt{color:#E62A2A;}
85
 
86
/* Formatage des noms latins */
87
.nl_supra_generique, .nl_infra_generique, .nl_g, .nl_sp, .nl_infra_sp {
88
  font-style:italic;}
89
strong.nl_retenu{
90
	font-weight:normal;}
91
.nl_retenu .nl_supra_generique, .nl_retenu .nl_infra_generique, .nl_retenu .nl_g, .nl_retenu .nl_sp, .nl_retenu .nl_infra_sp {
92
  font-weight:bold;}
93
 
94
/* Formulaire recherche par Nom */
95
#eflore_form_nomenclature legend {
96
  display:none;}
97
#eflore_form_nomenclature fieldset {
98
  border: 0px;
99
  margin: 0px;
100
  padding: 0px;}
101
#eflore_form_nomenclature label {
102
  margin-right:15px;
103
  font-weight:bold;}
104
#eflore_form_nomenclature ul {
105
  margin:0px;
106
  padding:0px;}
107
#eflore_form_nomenclature li {
108
  margin:5px 0px;
109
  padding:0px;
110
  list-style:none;}
111
#eflore_form_nomenclature li ul {
112
  margin-left:45px;}
113
#eflore_valider_nom {
114
  margin-left:295px;}
115
 
116
/*Formulaire recherche par Arbre des Taxons */
117
#eflore_form_taxonomie legend {
118
  display:none;}
119
#eflore_form_taxonomie fieldset {
120
  border: 0px;
121
  margin: 0px;
122
  padding: 0px;}
123
#eflore_form_taxonomie label {
124
  margin-right:15px;
125
  font-weight:bold;}
126
#eflore_form_taxonomie ul {
127
  margin:0px;
128
  padding:0px;}
129
#eflore_form_taxonomie li {
130
  margin-top:5px;
131
  margin-bottom:5px;
132
  list-style:none;}
133
#eflore_ordre_li {
134
  display:inline;
135
  padding-left:50px;}
136
#eflore_rang_li {
137
  display:inline;
138
  padding-left:15px;}
139
#eflore_projet_submit {
140
  margin-left:295px;}
141
 
142
/* Page de resultat de l'Arbre des taxons*/
143
#liste_taxons img {
144
  border:0;
145
  margin-right:6px;}
146
 
147
/* Général : pour afficher des infos bulles améliorées*/
148
.tooltip {
149
 margin-right:5px;}
150
.tooltip:after {
151
  content: "+";
152
  font-size:10px;
153
  color:#FF6666;
154
  vertical-align:super;
155
  border-bottom:dotted 1px #FF6666}
156
 
157
/* Onglet Synthese */
158
/*		Onglet Synthese : colonne gauche */
159
#ef_synthese_colonne {
160
  float: right;
161
  width:30%;
162
	min-width:250px;
163
  border: dashed 1px #BFC0BF;
164
  background-color:#E6E7E6;
165
  padding:0 5px;
166
	margin:0 0 0 5px}
167
#ef_synthese_colonne #ef_classif table{
168
  width:100%;}
169
#ef_nomenclature .information, #ef_synonymie_nom_retenu .information {
170
  background:none;
171
  border:none;
172
  display:inline;}
173
#ef_code {
174
  margin-left:25px;
175
  font-weight:bold;}
176
#ef_code {
177
 line-height:10px;}
178
.ef_nn, .ef_nt {
179
  font-weight:normal;}
180
/* Hides from IE-mac \*/
181
html #texte {height: 1%;}
182
/* End hide from IE-mac */
183
 
184
#ef_synthese_contenu{
185
  height:100%;/* Pour IEWin-6.0 : corrige pb decalage hauteur */
186
  width:60%;}
187
#ef_nomenclature dd{
188
  font-weight:lighter;}
189
#efins_titre, #efinr_titre, #efinr_titre_permalien {
190
  text-transform:none;
191
  color:black;}
192
#efinr_titre_permalien ul {
193
  list-style:none;}
194
#synthese_nom_retenu ul {
195
  line-height:12px;}
196
#synthese_nom_selection{
197
  height:5px;
198
  margin:0;}
199
#efins_code, #efinr_code, #synthese_nom_retenu form, #synthese_nom_selection form, #synthese_nom_selection dl,#synthese_nom_retenu dl {
200
  display:none;}
201
/*#efins_titre_contenu, #efinr_titre_contenu {
202
  display:block;
203
/* Pour IEWin : corrige pb background-color */
204
  /*background-color:white;
205
  padding:0 0 0 5px;
206
  margin:2px;}
207
#efins_titre_contenu, #efinr_titre_contenu {
208
  width:140px;/* Pour IEWin-5.5 : corrige pb background-color */
209
  /*color:black;}*/
210
#synthese_nom_selection h2 span, #efinr_nom, #efins_nom {
211
  font-size:12px;
212
  display:inline;
213
  color:black;
214
  text-transform:none;
215
  font-size:12px;}
216
#synthese_nom_selection h2 span, #efins_nom {
217
  font-weight:normal;}
218
/*		Onglet Identite : colonne droite */
219
#ef_synthese_colonne .table_cadre{
220
  margin:0 auto;
221
  width:228px;}
222
#ef_nomenclature, #ef_synonymie_nom_retenu .information, #ef_permalien, #ef_telechargement, #ef_correspondance, #ef_noms_verna {
223
  padding-left:25px;}
224
#ef_correspondance dt {
225
 text-transform:lowercase;}
226
/* Formatage partage par plusieurs onglets */
227
#ef_famille, #ef_referentiel {
228
  position:absolute;
229
  right:20px;}
230
/*onglet synonymie*/
231
#synonymie_nom_retenu, #synthese_nom_retenu {
232
  margin:12px 2px 0 2px;
233
  padding:2px;}
234
#synonymie_nom_selection, #synthese_nom_selection {
235
  margin:20px 2px;
236
  padding:2px;}
237
#synonymie_nom_selection dl, #synonymie_nom_retenu dl {
238
 margin-left:30px;}
239
#synonymie_nom_selection dt, #synonymie_nom_retenu dt {
240
 font-weight:normal;}
241
#synonymie_nom_selection dd, #synonymie_nom_retenu dd{
242
 font-weight:bold;}
243
#ef_synonymie_nom_retenu h4 {
244
 margin-left:25px;}
245
 
246
/* Onglet Informations*/
247
.efitl_liste_legende {
248
  list-style-type:none;}
249
#efitl_liste_info_legende dt {
250
  float:none;}
251
#ef_info_message {
252
  max-width:800px;}
253
.efitl_liste_legende_def{
254
	clear:left;
255
	margin-left:25px;
256
	max-width:600px;}
257
#efitl_liste_info_legende dd{
258
	max-width:625px;}
259
#efitl_liste_info_legende dt {
260
	float:left;
261
	font-weight: bold;
262
	line-height:1.1em;
263
	text-align:top left;
264
	margin-right:0.3em;}
265
 
266
/* Onglet Chorologie et Cartes*/
267
#efc_legende{
268
  list-style-type:none;
269
	padding:0;}
270
#efc_legende li {
271
  clear:both;}
272
.efcl_couleur {
273
  float:left;
274
  border: black solid 1px;
275
  width:10px;
276
  height:10px;
277
  margin: 2px;}
278
#ef_choro {
279
  margin:5px;
280
  padding:5px;}
281
#ef_choro_carte_mini{
282
  margin:0 auto;
283
  width:228px;}
284
#ef_choro img {
285
  margin:5px;
286
  background-color:white;}
287
#ef_choro .attention {
288
	height:75px;/* Pour IEWin/5.0 */}
289
#ef_choro_carte {
290
  width:575px;
291
  float: left;
292
  padding:0 5px;}
293
#ef_choro_info {
294
  width:430px;
295
  float: left;
296
  padding:0 5px;}
297
 
298
/* Onglet Illustration */
299
#efii_titre_google, #efii_titre_yahoo {
300
  margin-left:25px;}
301
#ef_img_google {
302
  float: left;
303
  margin-right:10px;}
304
#ef_illustration_info .attention{
305
  border:0;
306
  background:none;
307
  text-align:left;
308
  padding:0;}
309
#ef_illustration_info ul{
310
  list-style-type:none;}
311
#ef_illustration_info li {
312
  float: left;}
313
#efii_liste_photoflora li, #efii_liste_yahoo li, #efii_liste_tb li {
314
  float: left;
315
  height:250px;
316
  width:200px;
317
  text-align:center;
318
  border: 1px solid;
319
  border-color:#aaa #444 #444 #aaa;
320
  background-color:#eed}
321
#efii_liste_photoflora li, #efii_liste_tb li {
322
  height:380px;
323
  width:280px;
324
}
325
#efii_liste_yahoo li img, #efii_liste_photoflora li img, #efii_liste_tb li img{
326
  border-color:#444 #aaa #aaa #444;
327
  padding:10px;}
328
#efii_liste_yahoo dl, #efii_liste_photoflora dl, #efii_liste_tb dl {
329
  padding:0 0 0 4px;
330
  text-align: left;}
331
#efii_liste_yahoo dd, #efii_liste_photoflora dd, #efii_liste_tb dd {
332
padding:0 4px 0 0;}
333
#ef_form_google {
334
  margin:2px 0;}
335
#btnG {
336
  margin:7px 0;}
337
#ef_img_google {
338
  margin:5px 0;}
339
 
340
/* Onglet Wikini */
341
#ef_wiki_tete {float:right}
342
#ef_wiki_page .commentsheader {display:none}
343
#ef_wiki_page .footer {display:none}
344
 
345
/*Pied de page*/
346
#eflore_pied_page {
347
  clear:both;
348
  padding-top:20px;
349
  text-align:center;
350
  font-size:10px;
351
  color:#A9A9A9;}
352
 
353
/*ACE editor*/
354
/* CONTRIBUTION ACTION ATTACH */
355
/* - les images */
356
.attach_margin05em { margin: 0.5em;}             /* marge de 0.5 em autour de l'image*/
357
.attach_margin1em { margin: 1em;}                /* marge de 1em autour de l'image*/
358
.attach_left {float: left;}                      /* bloc flotant ? gauche */
359
.attach_right {float: right;}                    /* bloc flotant ? droite */
360
.attach_noborder {border-width: 0px;}            /* pas de bordure */
361
.attach_vmiddle {vertical-align: text-bottom;}   /* aligenement vertical au milieu */
362
/* - le gestionnaire des uploads */
363
.tableFM {border: thin solid Black; width: 100%;  }
364
.tableFM THEAD { background-color: Silver; font-weight: bold; text-align: center;   }
365
.tableFM TFOOT { background-color: Silver; font-weight: bold; text-align: left;   }
366
.tableFM TBODY TR { text-align: center;  }
367
.tableFMCol1 { background-color: Aqua; }
368
.tableFMCol2 { background-color: Yellow; }
369
 
370
/* Pour la bibliothèque JS DomToolTip */
371
div.niceTitle {
372
	background-color: #333333;
373
	color: #FFFFFF;
374
	font-weight: bold;
375
	font-size: 13px;
376
	font-family: "Trebuchet MS", sans-serif;
377
	width: 250px;
378
	left: 0;
379
	top: 0;
380
	padding: 4px;
381
	position: absolute;
382
	text-align: left;
383
	z-index: 20;
384
	-moz-border-radius: 0 10px 10px 10px;
385
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=87);
386
	-moz-opacity: .87;
387
	-khtml-opacity: .87;
388
	opacity: .87;}
389
div.niceTitle .contents {
390
	margin: 0;
391
	padding: 0 3px;
392
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
393
	-moz-opacity: 1;
394
	-khtml-opacity: 1;
395
	opacity: 1;}
396
div.niceTitle p {
397
	color: #D17E62;
398
	font-size: 9px;
399
	padding: 3px 0 0 0;
400
	margin: 0;
401
	text-align: left;
402
	-moz-opacity: 1;}