Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Regard whitespace Rev 14 → Rev 15

/trunk/squelettes/collection.css
1,5 → 1,35
@CHARSET "UTF-8";
/*--------------------------------------------------------------------------------------------------------------*/
/* Général */
dl{
margin:1em 0;
padding:0;}
dt{
background-color:#EEEEEE;
width:20em;
float:left;
margin:0 0 0 0;
padding:.3em;
border-top:1px solid #999;
font-weight:bold;}
dt:after{
content:" : ";}
/* hack de commentaire avec un antislash pour ie5 mac \*/
h2, h3, dt { clear: both; }
/* end hack */
dd{
float:left;
width:48em;
margin:0 0 0 0;
padding:.3em;
border-top:1px solid #999;}
/*--------------------------------------------------------------------------------------------------------------*/
/* Présentation fiche */
.discretion{
color:#A9A9A9;
font-size:10px;
font-weight:normal;}
/*--------------------------------------------------------------------------------------------------------------*/
/* Tableau du chronométrage du programme */
#pied_texte #chrono {
text-align: center;
31,6 → 61,8
text-align: center;
width:90%;
margin:auto;}
/*--------------------------------------------------------------------------------------------------------------*/
/* Débogage */
.debogage{
color:black;
border:3px solid #6495ed;}