Différences entre les versions de « MediaWiki:Common.css »

Ligne 7 : Ligne 7 :
 
#mw-page-base {
 
#mw-page-base {
 
background: white;
 
background: white;
}
 
 
.header-container {
 
    background-color: white !important;
 
    border-bottom: 1px solid transparent;
 
 
}
 
}

Version du 11 juin 2018 à 04:13

/* CSS placed here will be applied to all skins */

body {
	background: white;
}

#mw-page-base {
	background: white;
}