Subversion Repositories Applications.gtt

Rev

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

/*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;
}

/*Quand on passe sur un lien*/
a:hover{
    background-color:   #eff4fa;
    color:              #036;
}

/*Bouton submit des formulaires*/
form input[type=submit] {
    text-align:         center;
    background-color:   #fff;
    border-color:       #74C054;
    border-width:       3px;
    border-style:       outset;
    margin:             2px;
    padding:            3px;
}

.zone_titre{
    margin-bottom:      0em;
    position:           absolute;
    top:                0px;
    left:               1%;
    width:              98%;
    text-align:         center;
    font-family:        verdana, arial, helvetica, sans-serif;
    font-size:          1.6em;
    color:              #BB0000;
    background-color:   #FFFFFF;
    border-color:       #74C054;
    border-width:       3px;
    border-style:       dotted;
    z-index:            2;
}

.zone_login{
    margin-bottom:      0em;
    position:           fixed;
    top:                50px;
    left:               1%;
    width:              98%;
    text-align:         center;
    font-family:        verdana, arial, helvetica, sans-serif;
    font-size:          1em;
    color:              black;
    background-color:   #FFFFFF;
    border-color:       #74C054;
    border-width:       3px;
    border-style:       dotted;
    z-index:            2;
}

.zone_menu{
    margin-bottom:      1em;
    position:           absolute;
    top:                50px;
    left:               10px;
    width:              14%;
    z-index:            2;
}

html>body .zone_titre {
  position: fixed;
}

html>body .zone_menu {
  position: fixed;
}

.zone_contenu {
    margin-bottom:      0em;
    background-color:   #99CC99;
    width:              80%;
    margin-top:         50px;
    margin-left:        15%;
    z-index:            1;
}

.zone_menu ul{
    padding:            0;
    margin:             0;
}

.zone_menu li{
    list-style:         none;
    margin:             0;
}

.zone_menu a{
    display:            block;
    text-decoration:    none;
    font-weight:        normal;
    color:              #781007;
    background-color:   #fff;
    border-color:       #74C054;
    border-width:       3px;
    border-style:       outset;
    margin-top:         2px;
    margin-bottom:      2px;
    margin-right:       1px;
    margin-left:        2px;
    padding-top:        3px;
    padding-bottom:     3px;
    padding-right:      10px;
    padding-left:       2px;

}

.zone_menu a:hover{
    background-color:   #eff4fa;
    color:              #036;
}

.zone_pieds_page {
    text-align:         center;
    border-color:       black;
    background-color:   #EEFFEE;
    margin-bottom:      0em;
    bottom:             5px;
    margin-left:        15%;
    width:              80%;
    z-index:            1;
    clear:           both;
}

/*CLASS permettant d'encadrer : niveau 2 */
.cadre_2 {
    background-color:   #99CC99;
    border-color:       #74C054;
    border-width:       2px;
    border-style:       dotted;
}

/*CLASS permettant d'encadrer : niveau 3 */
.cadre_3 {
    background-color:   #B8F6B8;
    border-color:       #74C054;
    border-width:       2px;
    border-style:       dotted;
    margin-right:       150px;
}

/*CLASS pour la balise h2 contenant par exemple le titre 'nom de l'utilissateur' de la fiche donnant les infos sur un utilisateur*/
.titre_2 {
    font-size:          1.6em;
    text-align:        center;
    padding:            1px;
    margin-top:         0px;
    margin-bottom:      0px;
}

/*CLASS pour la balise h3 contenant par exemple le titre 'notes' de la fiche donnant les infos sur un utilisateur*/
.titre_3 {
    font-size:          1em;
    text-align:        left;
    padding:            1px;
    margin-top:         1px;
    margin-bottom:      1px;
}

/*CLASS pour les liens devant servir de bouton*/
.lien_bouton {
    color:              black;
    font-weight:        normal;
    text-align:         center;
    background-color:   #FFFFFF;
    border-color:       #74C054;
    border-width:       3px;
    border-style:       outset;
    margin:             2px;
    padding:            3px;
}

/*ID pour la div contenant le calendrier du menu travail*/
#calendrier_travail {
    background-color:   #FFFFFF;
    border-color:       #74C054;
    border-width:       2px;
    border-style:       dotted;
    width:              40%;
    float:              left;
}

/*ID pour la div contenant la navigation dans le calendrier du menu travail*/
#navigation_calendrier_travail {
    text-align:              center;
}

/*ID pour la div contenant les actions sur la liste des projets du menu travail*/
#liste_projets_travail {
    float:              right;
}

#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;}