Subversion Repositories Sites.tela-botanica.org

Rev

Rev 127 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7 david 1
/*Feuille de style du monde eflore
2
Auteur : Magali Giaume*/
3
h1{
4
  background-color:#d0abe1;}
154 magali 5
#eftg_ {
6
  display:inline;}
7 david 7
h2, #identification_message, #form_connexion legend, #identification legend, #identification_info, #iden_action  {
8
  color: #8404ba;}
9
h2
10
#efins_titre{
11
  color:grey;}
12
hr {
13
  color: #8404ba;}
14
a img {
15
  border : 1px dotted #8404ba;}
16
 
17
/*DIFFERENTS BLOCS DE LA PAGE*/
18
/*bandeau*/
19
#bandeau {
84 jpm 20
  background: url(http://www.tela-botanica.org/sites/eflore/generique/images/graphisme/bandeau_eflore_fond.png) repeat-x;}
7 david 21
#bandeau_contenu {
84 jpm 22
  background:transparent url(http://www.tela-botanica.org/sites/eflore/generique/images/graphisme/bandeau_eflore.jpg) no-repeat;
7 david 23
  height:77px;}
24
#titre_monde h1 {
25
  color:#ead9f2;}
26
a {
84 jpm 27
  background-image:url(http://www.tela-botanica.org/sites/eflore/generique/images/graphisme/img_underline_eflore.png);}
7 david 28
a:hover {
84 jpm 29
  background-image:url(http://www.tela-botanica.org/sites/eflore/generique/images/graphisme/img_underline_hover_eflore.png);}
7 david 30
#plan_contact a {
84 jpm 31
  background-image:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/img_underline_plan_site_black.png);}
7 david 32
#plan_contact a:hover{
84 jpm 33
  background-image:url(http://www.tela-botanica.org/sites/commun/generique/images/graphisme/img_underline_hover_plan_site_black.png);}
7 david 34
/*droite -> onglets */
35
#onglets li:hover {
36
  color:#8404ba;}
37
#onglets li:hover a {
38
  color:#8404ba;}
39
#onglets .menu_inactif {
40
  border-bottom:#8404ba;}
41
#onglets .menu_actif a {
42
  color:#8404ba;}
43
/* droite -> contenu */
44
#contenu {
45
  border:1px solid #8404ba;}
46
#texte img a{
47
  background:none;}
48
/*nav_gauche*/
49
#nav_gauche {
84 jpm 50
  background: #fff url(http://www.tela-botanica.org/sites/eflore/generique/images/graphisme/degrade_lavande.png) repeat-x;}
7 david 51
/* nav_gauche -> menus */
52
#menus .menu_actif>a {
53
  background-color:#d0abe1;
54
  border-color: rgb(230, 206, 236);}
55
#menus a:hover {
56
  background-color:#d0abe1;}
57
/* presentation des menus */
58
.menu_classique_n2 .menu_actif {
59
  background-color:#d0abe1}
60
.menu_actif a {
61
  color:#8404ba;}
62
/* Tableau*/
63
.table_cadre {
64
  border:1px solid #EABFFF;
65
  margin:0 0 15px 0;}
66
.table_cadre th {
67
  border:1px solid #EABFFF;
68
  background-color:#DFCBEE;}
69
.table_cadre td {
70
  border:1px solid #EABFFF;}
71
.table_cadre {
72
  background-color:white;}
73
.ligne_paire {
74
  background-color:#eddaf0;}
75
.form_identification input, .form_identification textarea, .form_identification select {
76
  background-color:#f5e6f4;}
77
#menu_contextuel {
78
  color:#8404ba;}
84 jpm 79
/*--------------------------------------------------------------------------------------------------------------------*/
80
/*Application eFlore*/
81
 
127 magali 82
/* Formatage g?n?ral */
84 jpm 83
.ef_nn, .ef_nt{text-transform:none;}
84
.ef_nn{color:#3B9D3B;}
85
.ef_nt{color:#E62A2A;}
86
 
87
/* Formatage des noms latins */
88
.nl_supra_generique, .nl_infra_generique, .nl_g, .nl_sp, .nl_infra_sp {
154 magali 89
  font-style:italic;}
84 jpm 90
 
91
/* Formulaire recherche par Nom */
14 jpm 92
#eflore_form_nomenclature legend {
17 magali 93
  display:none;}
14 jpm 94
#eflore_form_nomenclature fieldset {
17 magali 95
  border: 0px;
96
  margin: 0px;
97
  padding: 0px;}
14 jpm 98
#eflore_form_nomenclature label {
17 magali 99
  margin-right:15px;
100
  font-weight:bold;}
14 jpm 101
#eflore_form_nomenclature ul {
17 magali 102
  margin:0px;
103
  padding:0px;}
14 jpm 104
#eflore_form_nomenclature li {
17 magali 105
  margin:5px 0px;
106
  padding:0px;
107
  list-style:none;}
14 jpm 108
#eflore_form_nomenclature li ul {
17 magali 109
  margin-left:45px;}
14 jpm 110
#eflore_valider_nom {
17 magali 111
  margin-left:295px;}
84 jpm 112
 
113
/*Formulaire recherche par Arbre des Taxons */
14 jpm 114
#eflore_form_taxonomie legend {
17 magali 115
  display:none;}
14 jpm 116
#eflore_form_taxonomie fieldset {
17 magali 117
  border: 0px;
118
  margin: 0px;
119
  padding: 0px;}
14 jpm 120
#eflore_form_taxonomie label {
17 magali 121
  margin-right:15px;
122
  font-weight:bold;}
14 jpm 123
#eflore_form_taxonomie ul {
17 magali 124
  margin:0px;
125
  padding:0px;}
14 jpm 126
#eflore_form_taxonomie li {
17 magali 127
  margin-top:5px;
128
  margin-bottom:5px;
129
  list-style:none;}
14 jpm 130
#eflore_ordre_li {
17 magali 131
  display:inline;
132
  padding-left:50px;}
14 jpm 133
#eflore_rang_li {
17 magali 134
  display:inline;
135
  padding-left:15px;}
14 jpm 136
#eflore_projet_submit {
17 magali 137
  margin-left:295px;}
14 jpm 138
 
127 magali 139
/* Page de r?sultat de l'Arbre des taxons*/
14 jpm 140
#liste_taxons img {
17 magali 141
  border:0;
142
  margin-right:6px;}
14 jpm 143
 
84 jpm 144
 
127 magali 145
/* Onglet Synth?se */
146
/*		Onglet Synth?se : colonne gauche */
84 jpm 147
#ef_synthese_colonne {
154 magali 148
  float: right;
149
  width:250px;
150
  border: dashed 1px #BFC0BF;
151
  background-color:#E6E7E6;}
152
#efinr_nom {
153
  font-weight:bold;}
154
#ef_nomenclature .information, #ef_synonymie_nom_retenu .information {
155
  background:none;
156
  border:none;
157
  display:inline;}
158
#ef_code {
159
  margin-left:25px;
160
  font-weight:bold;}
161
#ef_code {
162
 line-height:10px;}
163
.ef_nn, .ef_nt {
164
  font-weight:normal;}
165
 
84 jpm 166
#ef_synthese_contenu{
154 magali 167
  margin-right:255px;
168
  height:100%;/* Pour IEWin-6.0 : corrige pb d?calage hauteur */}
169
#ef_nomenclature dd{
170
  font-weight:lighter;}
127 magali 171
#efins_titre, #efinr_titre, #efinr_titre_permalien {
172
  text-transform:none;
173
  color:black;}
174
#efinr_titre_permalien ul {
175
  list-style:none;}
176
#synthese_nom_retenu ul {
177
  line-height:12px;}
178
#synthese_nom_selection{
179
  height:5px;
180
  margin:0;}
181
#efins_code, #efinr_code, #synthese_nom_retenu form, #synthese_nom_selection form, #synthese_nom_selection dl,#synthese_nom_retenu dl {
154 magali 182
  display:none;}
127 magali 183
/*#efins_titre_contenu, #efinr_titre_contenu {
184
  display:block;
185
/* Pour IEWin : corrige pb background-color */
186
  /*background-color:white;
85 jpm 187
  padding:0 0 0 5px;
188
  margin:2px;}
127 magali 189
#efins_titre_contenu, #efinr_titre_contenu {
85 jpm 190
  width:140px;/* Pour IEWin-5.5 : corrige pb background-color */
154 magali 191
  /*color:black;}*/
127 magali 192
#synthese_nom_selection h2 span, #efinr_nom, #efins_nom {
193
  font-size:12px;
194
  display:inline;
84 jpm 195
  color:black;
196
  text-transform:none;
127 magali 197
  font-size:12px;}
198
#synthese_nom_selection h2 span, #efins_nom {
199
  font-weight:normal;}
200
/*		Onglet Synth?se : colonne droite */
154 magali 201
#ef_synthese_colonne {
202
  padding-left:5px;}
84 jpm 203
#ef_synthese_colonne .table_cadre{
204
  margin:0 auto;
205
  width:228px;}
154 magali 206
#ef_nomenclature, #ef_synonymie_nom_retenu .information, #ef_permalien, #ef_telechargement, #ef_correspondance {
207
  padding-left:25px;}
208
#ef_correspondance dt {
209
 text-transform:lowercase;}
127 magali 210
/* Formatage partag? par plusieurs onglets */
154 magali 211
#ef_famille, #eftg_ {
212
  position:absolute;
213
  right:20px;}
127 magali 214
/*onglet synonymie*/
85 jpm 215
#synonymie_nom_retenu, #synthese_nom_retenu {
216
  margin:12px 2px 0 2px;
127 magali 217
  padding:2px;}
85 jpm 218
#synonymie_nom_selection, #synthese_nom_selection {
219
  margin:20px 2px;
220
  padding:2px;}
127 magali 221
#synonymie_nom_selection dl, #synonymie_nom_retenu dl {
222
 margin-left:30px;}
223
#synonymie_nom_selection dt, #synonymie_nom_retenu dt {
224
 font-weight:normal;}
225
#synonymie_nom_selection dd, #synonymie_nom_retenu dd{
226
 font-weight:bold;}
154 magali 227
#ef_synonymie_nom_retenu h4 {
228
 margin-left:25px;}
84 jpm 229
 
230
/* Onglet Chorologie et Cartes*/
231
#efc_legende{
232
  list-style-type:none;}
233
#efc_legende li {
234
  clear:both;}
235
.efcl_couleur {
236
  float:left;
237
  border: black solid 1px;
238
  width:10px;
239
  height:10px;
240
  margin: 2px;}
241
#ef_choro {
242
  margin:5px;
243
  padding:5px;}
244
#ef_choro img {
85 jpm 245
  margin:5px;
84 jpm 246
  background-color:white;}
85 jpm 247
#ef_choro .attention {
248
	height:75px;/* Pour IEWin/5.0 */}
84 jpm 249
#ef_choro_carte {
250
  width:575px;
251
  float: left;
252
  padding:0 5px;}
253
#ef_choro_info {
254
  width:430px;
255
  float: left;
256
  padding:0 5px;}
257
 
258
/* Onglet Illustration */
154 magali 259
#efii_titre_google, #efii_titre_yahoo {
260
  margin-left:25px;}
84 jpm 261
#ef_img_google {
262
  float: left;
263
  margin-right:10px;}
154 magali 264
#ef_illustration_info .attention{
265
  border:0;
266
  background:none;
267
  text-align:left;
268
  padding:0;}
84 jpm 269
#ef_illustration_info ul{
270
  list-style-type:none;}
271
#ef_illustration_info li {
272
  float: left;}
273
#efii_liste_photoflora li, #efii_liste_yahoo li{
274
  float: left;
275
  height:250px;
276
  width:200px;
277
  text-align:center;
278
  border: 1px solid;
279
  border-color:#aaa #444 #444 #aaa;
280
  background-color:#eed}
281
#efii_liste_yahoo li img, #efii_liste_photoflora li img{
282
  border-color:#444 #aaa #aaa #444;
283
  margin-top:7px;}
284
#efii_liste_yahoo dl, #efii_liste_photoflora dl {
285
  margin:15px 0 0 8px;
286
  text-align: left;}
287
#ef_form_google {
288
  margin:2px 0;}
289
#btnG {
290
  margin:7px 0;}
291
#ef_img_google {
292
  margin:5px 0;}
293
 
14 jpm 294
/*Pied de page*/
295
#eflore_pied_page {
84 jpm 296
  clear:both;
297
  padding-top:20px;
14 jpm 298
  text-align:center;
299
  font-size:10px;
154 magali 300
  color:#A9A9A9;}
301
 
302
/*ACE editor*/
303
/* CONTRIBUTION ACTION ATTACH */
304
/* - les images */
305
.attach_margin05em { margin: 0.5em;}             /* marge de 0.5 em autour de l'image*/
306
.attach_margin1em { margin: 1em;}                /* marge de 1em autour de l'image*/
307
.attach_left {float: left;}                      /* bloc flotant à gauche */
308
.attach_right {float: right;}                    /* bloc flotant à droite */
309
.attach_noborder {border-width: 0px;}            /* pas de bordure */
310
.attach_vmiddle {vertical-align: text-bottom;}   /* aligenement vertical au milieu */
311
/* - le gestionnaire des uploads */
312
.tableFM {border: thin solid Black; width: 100%;  }
313
.tableFM THEAD { background-color: Silver; font-weight: bold; text-align: center;   }
314
.tableFM TFOOT { background-color: Silver; font-weight: bold; text-align: left;   }
315
.tableFM TBODY TR { text-align: center;  }
316
.tableFMCol1 { background-color: Aqua; }
317
.tableFMCol2 { background-color: Yellow; }