Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 170 → Rev 171

/trunk/presentations/styles/eflore.css
1,5 → 1,5
@CHARSET "UTF-8";
/*--------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* Générique */
body {
font-family:Arial, Helvetica, Verdana, sans-serif;
65,7 → 65,7
background-color:#EEE;
}
th[title]:after {
content: " " url("../images/aide.png");
content: " " url("../images/aide.png") !important;
}
caption{
border:1px solid #36560B;
95,7 → 95,7
width:auto;
margin:0.5em 0;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* Disposition */
#zone-centrale {
text-align:center;
150,7 → 150,7
clear:both;
text-align:center;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* Logo */
#zone-logo img{
border:0;
166,7 → 166,7
#zone-logo a:hover:after{
content:" Retour à l'accueil ";
}
/*--------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* Navigation : onglets */
.onglets {
display:inline-block;
225,7 → 225,7
color:#FD8C13;
background:white
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* Général */
.centrer{
text-align:center;
273,7 → 273,7
overflow:auto;/* IE 6 */
white-space:pre-wrap;/* CSS 3 */
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
.largeur-01{
width:60px;}
307,7 → 307,7
width:900px;}
.largeur-16{
width:960px;}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* Formulaire de Recherche Simple */
#ef-form-nomenclature fieldset {
border:none;
360,7 → 360,7
font-size:12px
}
 
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* Formulaire d'autocompletion */
.ui-autocomplete a {
text-decoration:none;
389,7 → 389,7
font-style:italic;
font-weight:0.9em;
}
/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------*/
/* Résultats */
.zone-resultat {
margin-left:-40px;
409,4 → 409,13
}
.surlignage {
background-color: #E6FFA2;
}
#ef-resultats-decomposition #col-ns{
width:33%;
}
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
font-size:0.8em;
}
#ef-resultats-decomposition .retenu{
font-weight:bold;
}