Subversion Repositories Applications.gtt

Compare Revisions

Ignore whitespace Rev 18 → Rev 19

/trunk/presentation/gtt_vert.css
206,48 → 206,4
 
#non_remplie {
color: #BB0000;
}
 
/* GTT VERSION 4 */
/* presentation des listes de definitions */
dl {width:100%;}
dt {
float:left;
font-weight: bold;
line-height:1.1em;
text-align:top left;
margin-right:0.3em;}
dd {
width:auto;
margin-left:0;
line-height:1.1em;
margin:0.5em 0;}
.ajout_2_points dt:after {content:" : ";}
 
#calendrier {
font-family:verdana, arial, helvetica, sans-serif;
font-size:1.1em;}
#calendrier table {background-color: silver;}
#calendrier table td {text-align: center;}
#calendrier caption {font-weight: bold;}
#calendrier .categorie {
font-size:1.6em;
text-align:left;
padding:1px;
margin-top:0;
margin-bottom:0;}
#calendrier .projet {
text-align:left;
font-weight:bold;}
.jour_courrant {
color:#BB0000;
background-color:yellow;
border-color:#74C054;
border-width:2px;
border-style:outset;}
.jour_ferie {
background-color:red;
border-color:#74C054;
border-width:2px;
border-style:outset;}
.jour_vide {color:white;}
}