MediaWiki:Common.css : Différence entre versions

De Réformation tranquille
Sauter à la navigation Sauter à la recherche
Ligne 7 : Ligne 7 :
 
     margin: auto;  
 
     margin: auto;  
 
     position:relative;
 
     position:relative;
 +
    background-color: white;
 
}
 
}
  

Version du 11 mai 2020 à 09:00

/* Le CSS placé ici sera appliqué à tous les habillages. */

body {
    width: 85%;   
    text-align: center;
    margin-top: 1em; 
    margin: auto; 
    position:relative;
    background-color: white;
}

div { text-align: left; }
 
body #ca-delete {
    display: none !important;
}