MediaWiki:Common.css : Différence entre versions

De Réformation tranquille
Sauter à la navigation Sauter à la recherche
Ligne 5 : Ligne 5 :
 
}
 
}
  
 +
element.style {
 +
  background-color: white;
 +
}
  
 
body {
 
body {

Version du 11 mai 2020 à 15:41

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

head {
  background-color: white;
}

element.style {
  background-color: white;
}

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