Structure d'un thème

Fichier login.css

Dernière mise à jour : 04/03/2016 à 19h09
Le fichier login.css contient les éléments pour afficher la page de connexion a l'administration ou au site lorsqu'il est en maintenance.
Code CSS :
 
.fieldset-content {
    margin: 0 auto;
    width: 450px;
    max-width: 100%;
}
 
body {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    margin: 0;
    padding: 0;
    height: auto;
    background-color: #E8EDF3;
}
 
div#global {
    padding: 20px;
    min-height: 0;
    width: 100%;
    background-color: #FFFFFF;
    border-spacing: 1px;
    border: 1px #bebebe solid;
}
 
#connect {
    margin-bottom: 40px;
}
 
Cette page a été vue 2061 fois