Rev 475 | Rev 737 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log
/*      
        Feuille de style pour les pages d'interceptions coté utilisateurs d'ALCASAR
        Auteur : Stéphane ERARD
        Licence : GNU GPL
*/
/* règles générales */
/* Couleurs de polices */
:link, :visited, :hover:link, :hover:visited  {
        color: #000000;
}
BODY {
        color: #666666;
}
/* Style de police */
BODY, :link, :visited, :hover:link, :hover:visited  {
        font-family: "DejaVu Sans";
}
/*Couleurs de fond */
BODY {
        background-color: #666666;
}
/* Règles des balises HTML */
P {
        text-align: justify;
}
BODY {
        background-image: url(/images/fond.png);
        background-repeat: repeat-x;
        text-align: center;
        font-size: 12px;
        margin: 0px;
}
TABLE {
        font-size: 90%;
}
IMG {
        height: 150px;
}
/*Boite de dialogue de deconnection*/
#statusPage, #loggedOutPage {
        width: 450px;
        margin: 12px auto;
}
#Chilli {
        width: 450px;
        margin: 10px auto 10px auto;
}
#auth_reussi {
        width: 450px;
        margin-top: 12px;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
}
.text_auth {
        font-size: 20px;
}
.lien_deco {
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px;
}
.log_out {
        font-size: 24px;
        text-align: center;
        margin-top: 30px;
}
/*
Ajout stephane weber
*/
#errorTable, #statusTable, #waitTable, #disconnectTable {
        BACKGROUND-COLOR: #ffffff;
}
#errorTable, #statusTable, #waitTable, #disconnectTable  {
        width: 450px;
        margin: 0px;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
}
#errorTable, #statusTable, #waitTable, #disconnectTable  {
        border: 1px #efefef solid;
/* ombrage css3*/
        -moz-box-shadow: 0px 0px 6px #000; 
        -webkit-box-shadow: 0px 0px 6px #000;
        box-shadow: 0px 0px 6px #000;
}
.chilliLabel {
        /* A DEFINIR*/
        /*
        text-align: right;
        padding-right: 5px;
        */
        
}
.chilliValue {
        /* A DEFINIR*/
}
.wait {
        height: 16px;
}
/*
Fin Ajout stephane weber
*/