Subversion Repositories Applications.gtt

Rev

Rev 20 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

@CHARSET "ISO-8859-1";
/* GTT VERSION 4 */
/*Le corps du site*/
body {
        background-color:#EEFFEE;
        color:#000000;
        font-family:verdana, arial, helvetica, sans-serif;
        font-size:0.8em;}
a {
        color:#781007;
        text-decoration:none;
        font-weight:bold;}
a:hover{
        background-color:#eff4fa;
        color:#036;}
/* Presentation des informations */
.information{
        margin: 0 25% 0 25%;
        text-align:center;
        font-size:1.2em;
        line-height:1.5em;
        font-weight:bold;
        color:white;
        background:#74C054;
        border-color:red;
        border-width:4px;
        border-style:outset;}
/* Presentation des formulaires */
form ul li {
        list-style-type:none;}
/* 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:" : ";}

/* Le calendrier */
#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, .totaux_titre {
                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;}