Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 153 → Rev 154

/trunk/sites/eflore/fr/styles/eflore.css
2,6 → 2,8
Auteur : Magali Giaume*/
h1{
background-color:#d0abe1;}
#eftg_ {
display:inline;}
h2, #identification_message, #form_connexion legend, #identification legend, #identification_info, #iden_action {
color: #8404ba;}
h2
84,8 → 86,7
 
/* Formatage des noms latins */
.nl_supra_generique, .nl_infra_generique, .nl_g, .nl_sp, .nl_infra_sp {
font-style:italic;
}
font-style:italic;}
 
/* Formulaire recherche par Nom */
#eflore_form_nomenclature legend {
144,13 → 145,29
/* Onglet Synth?se */
/* Onglet Synth?se : colonne gauche */
#ef_synthese_colonne {
float: right;
width:250px;
border: dashed 1px #BFC0BF;
background-color:#E6E7E6;}
float: right;
width:250px;
border: dashed 1px #BFC0BF;
background-color:#E6E7E6;}
#efinr_nom {
font-weight:bold;}
#ef_nomenclature .information, #ef_synonymie_nom_retenu .information {
background:none;
border:none;
display:inline;}
#ef_code {
margin-left:25px;
font-weight:bold;}
#ef_code {
line-height:10px;}
.ef_nn, .ef_nt {
font-weight:normal;}
 
#ef_synthese_contenu{
margin-right:255px;
height:100%;/* Pour IEWin-6.0 : corrige pb d?calage hauteur */}
margin-right:255px;
height:100%;/* Pour IEWin-6.0 : corrige pb d?calage hauteur */}
#ef_nomenclature dd{
font-weight:lighter;}
#efins_titre, #efinr_titre, #efinr_titre_permalien {
text-transform:none;
color:black;}
162,7 → 179,7
height:5px;
margin:0;}
#efins_code, #efinr_code, #synthese_nom_retenu form, #synthese_nom_selection form, #synthese_nom_selection dl,#synthese_nom_retenu dl {
display:none;}
display:none;}
/*#efins_titre_contenu, #efinr_titre_contenu {
display:block;
/* Pour IEWin : corrige pb background-color */
171,7 → 188,7
margin:2px;}
#efins_titre_contenu, #efinr_titre_contenu {
width:140px;/* Pour IEWin-5.5 : corrige pb background-color */
/*color:black;}*/
/*color:black;}*/
#synthese_nom_selection h2 span, #efinr_nom, #efins_nom {
font-size:12px;
display:inline;
181,14 → 198,19
#synthese_nom_selection h2 span, #efins_nom {
font-weight:normal;}
/* Onglet Synth?se : colonne droite */
#ef_synthese_colonne {
padding-left:5px;}
#ef_synthese_colonne .table_cadre{
margin:0 auto;
width:228px;}
 
#ef_nomenclature, #ef_synonymie_nom_retenu .information, #ef_permalien, #ef_telechargement, #ef_correspondance {
padding-left:25px;}
#ef_correspondance dt {
text-transform:lowercase;}
/* Formatage partag? par plusieurs onglets */
#ef_famille {
position:absolute;
right:20px;}
#ef_famille, #eftg_ {
position:absolute;
right:20px;}
/*onglet synonymie*/
#synonymie_nom_retenu, #synthese_nom_retenu {
margin:12px 2px 0 2px;
202,6 → 224,8
font-weight:normal;}
#synonymie_nom_selection dd, #synonymie_nom_retenu dd{
font-weight:bold;}
#ef_synonymie_nom_retenu h4 {
margin-left:25px;}
/* Onglet Chorologie et Cartes*/
#efc_legende{
232,9 → 256,16
padding:0 5px;}
 
/* Onglet Illustration */
#efii_titre_google, #efii_titre_yahoo {
margin-left:25px;}
#ef_img_google {
float: left;
margin-right:10px;}
#ef_illustration_info .attention{
border:0;
background:none;
text-align:left;
padding:0;}
#ef_illustration_info ul{
list-style-type:none;}
#ef_illustration_info li {
266,4 → 297,21
padding-top:20px;
text-align:center;
font-size:10px;
color:#A9A9A9;}
color:#A9A9A9;}
 
/*ACE editor*/
/* CONTRIBUTION ACTION ATTACH */
/* - les images */
.attach_margin05em { margin: 0.5em;} /* marge de 0.5 em autour de l'image*/
.attach_margin1em { margin: 1em;} /* marge de 1em autour de l'image*/
.attach_left {float: left;} /* bloc flotant à gauche */
.attach_right {float: right;} /* bloc flotant à droite */
.attach_noborder {border-width: 0px;} /* pas de bordure */
.attach_vmiddle {vertical-align: text-bottom;} /* aligenement vertical au milieu */
/* - le gestionnaire des uploads */
.tableFM {border: thin solid Black; width: 100%; }
.tableFM THEAD { background-color: Silver; font-weight: bold; text-align: center; }
.tableFM TFOOT { background-color: Silver; font-weight: bold; text-align: left; }
.tableFM TBODY TR { text-align: center; }
.tableFMCol1 { background-color: Aqua; }
.tableFMCol2 { background-color: Yellow; }