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

 
Ligne 4 : Ligne 4 :
 
#mw-page-base {
 
#mw-page-base {
 
background: #fff !important;
 
background: #fff !important;
 +
}
 +
 +
#mw-mf-viewport {
 +
background-color: #fff !important;
 +
}
 +
 +
#mw-mf-page-center {
 +
background-color: #fff !important;
 +
}
 +
 +
#mw-mf-page-left {
 +
background-color: #fff !important;
 
}
 
}

Version actuelle datée du 24 décembre 2021 à 23:03

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


#mw-page-base {
	background: #fff !important;
}

#mw-mf-viewport {
 background-color: #fff !important;
}

#mw-mf-page-center {
 background-color: #fff !important;
}

#mw-mf-page-left {
 background-color: #fff !important;
}