Subversion Repositories Sites.tela-botanica.org

Rev

Rev 173 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 173 Rev 176
Line 144... Line 144...
144
 
144
 
145
/* Onglet Synthese */
145
/* Onglet Synthese */
146
/*		Onglet Synthese : colonne gauche */
146
/*		Onglet Synthese : colonne gauche */
147
#ef_synthese_colonne {
147
#ef_synthese_colonne {
148
  float: right;
148
  float: right;
149
  width:250px;
149
  width:30%;
150
  border: dashed 1px #BFC0BF;
150
  border: dashed 1px #BFC0BF;
151
  background-color:#E6E7E6;
151
  background-color:#E6E7E6;
-
 
152
  padding:0 5px;}
-
 
153
#ef_synthese_colonne #ef_classif table{
152
  padding-left:5px;}
154
  width:100%;}
153
#efinr_nom {
155
#efinr_nom {
154
  font-weight:bold;}
156
  font-weight:bold;}
155
#ef_nomenclature .information, #ef_synonymie_nom_retenu .information {
157
#ef_nomenclature .information, #ef_synonymie_nom_retenu .information {
156
  background:none;
158
  background:none;
Line 166... Line 168...
166
/* Hides from IE-mac \*/
168
/* Hides from IE-mac \*/
167
html #texte {height: 1%;}
169
html #texte {height: 1%;}
168
/* End hide from IE-mac */
170
/* End hide from IE-mac */
Line 169... Line 171...
169
 
171
 
170
#ef_synthese_contenu{
-
 
171
  margin-right:250px;
172
#ef_synthese_contenu{
172
  height:100%;/* Pour IEWin-6.0 : corrige pb decalage hauteur */
173
  height:100%;/* Pour IEWin-6.0 : corrige pb decalage hauteur */
173
  width:550px;}
174
  width:60%;}
174
#ef_nomenclature dd{
175
#ef_nomenclature dd{
175
  font-weight:lighter;}
176
  font-weight:lighter;}
176
#efins_titre, #efinr_titre, #efinr_titre_permalien {
177
#efins_titre, #efinr_titre, #efinr_titre_permalien {
177
  text-transform:none;
178
  text-transform:none;
Line 305... Line 306...
305
/*ACE editor*/
306
/*ACE editor*/
306
/* CONTRIBUTION ACTION ATTACH */
307
/* CONTRIBUTION ACTION ATTACH */
307
/* - les images */
308
/* - les images */
308
.attach_margin05em { margin: 0.5em;}             /* marge de 0.5 em autour de l'image*/
309
.attach_margin05em { margin: 0.5em;}             /* marge de 0.5 em autour de l'image*/
309
.attach_margin1em { margin: 1em;}                /* marge de 1em autour de l'image*/
310
.attach_margin1em { margin: 1em;}                /* marge de 1em autour de l'image*/
310
.attach_left {float: left;}                      /* bloc flotant à gauche */
311
.attach_left {float: left;}                      /* bloc flotant ? gauche */
311
.attach_right {float: right;}                    /* bloc flotant à droite */
312
.attach_right {float: right;}                    /* bloc flotant ? droite */
312
.attach_noborder {border-width: 0px;}            /* pas de bordure */
313
.attach_noborder {border-width: 0px;}            /* pas de bordure */
313
.attach_vmiddle {vertical-align: text-bottom;}   /* aligenement vertical au milieu */
314
.attach_vmiddle {vertical-align: text-bottom;}   /* aligenement vertical au milieu */
314
/* - le gestionnaire des uploads */
315
/* - le gestionnaire des uploads */
315
.tableFM {border: thin solid Black; width: 100%;  }
316
.tableFM {border: thin solid Black; width: 100%;  }
316
.tableFM THEAD { background-color: Silver; font-weight: bold; text-align: center;   }
317
.tableFM THEAD { background-color: Silver; font-weight: bold; text-align: center;   }