Différences entre les versions de « MediaWiki:Common.css »
(Paginam vacuavit) |
|||
| (11 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
| + | /* 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; | ||
| + | } | ||
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;
}