Subversion Repositories ALCASAR

Rev

Rev 2766 | Blame | Compare with Previous | Last modification | View Log

HTML {
        background: url(/images/background.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-width: 450px;
}

BODY {
        color: white;
}

.error-margin {
        margin-left: 0px;
        margin-right: 0px;
}


.main_box {
        display: flex;
        align-items: center;
} 

.image-resize {
        width: calc(100px + 5vh);
}

.image-resize-bottom {
        width: calc(100px + 5vh);
        margin-right: auto;
        margin-left: auto;
}

.background-display {
        background-color: white;
        color: black;
        text-align: center;
        border-bottom-left-radius:  10px;       
        border-bottom-right-radius:  10px;      

        /* get the main box under banner*/
        padding-top: 25px;
        z-index: 5;
        top: -20px;
        position: relative;
                
        /* ombrage css3 */
        -moz-box-shadow: 1px 4px 10px #000;
        -webkit-box-shadow: 1px 4px 10px #000;
        box-shadow: 0px 10px 10px #000;

}

.header_background {
        z-index: 10;
        display: flex;
        align-items: center;
        margin-top: 5vh;
        position: relative;
        background-image: linear-gradient(black,#222222);
        /* ombrage CSS3 */
        -moz-box-shadow: 1px 1px 6px #666;
        -webkit-box-shadow: 1px 1px 6px #666;
        box-shadow: 1px 1px 6px #666;
        border-radius: 10px;
}

.header_img {
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
}

.header_title {
        display: inline-block;
        margin-top:10px;
        margin-bottom:10px;
}

.login-status {
        font-size: calc(26px + 1.5vw);
        text-align: center;
        margin: 0px;
        font-weight: bold;
}

.welcome-user {
        font-size: calc(20px + 1vw);
}

.error-table-border {
        border: 0px;
}

.table {
        margin-bottom: 10px;
}
.chilliLabel {
        font-size: calc(14px + 0.4vw);
        border-top: 1px solid rgba(0,0,0,0.6) !important;
}

.chilliValue {
        font-size: calc(12px + 0.4vw);
        border-top: 1px solid rgba(0,0,0,0.6) !important;
}

.button {
        font-size: calc(16px + 0.4vw);
        margin-bottom:10px;
}

.history {
        text-align: right;      
}

.history_bottom {
        text-align: left;
        font-size: calc(12px + 0.5vw);
        text-align: center;
}

ul {
        margin-bottom: 0px;
}
.log-box {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: white;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        box-shadow: 0px 0px 10px 10px #000;
        padding-left: 0px;
        color: black;
}

.log-titre {
        font-size: calc(7px + 0.6vw);
        text-align: end;
        font-weight: bold;
}

.log-info {
        font-size: calc(8px + 0.4vw);
        margin-right: 4px;
        text-align: end;
}

.log-titre-petit {
        font-size: calc(16px + 0.5vw);
}

.log-info-petit {
        font-size: calc(14px + 0.2vw);
}

.waiting_box, .error_box, .logout_box {
        display: flex;
        align-items: center;
}

.waiting_msg, .error_msg, .logout_msg {
        text-align: center;
        display: inline-block;
        font-size: calc(18px + 0.5vw);
}

.nb_open_session {
        margin-bottom: 5px;
}

.banner {
        z-index:10;
        display: flex;
        align-items: center;
        margin-top: 5vh;
        position: relative;
        background-image: linear-gradient(black,#222222);
        
        /* ombrage CSS3 */
        -moz-box-shadow: 1px 1px 6px #666;
        -webkit-box-shadow: 1px 1px 6px #666;
        box-shadow: 1px 1px 6px #666;
        border-radius:  10px;
}

Generated by GNU Enscript 1.6.6.