Différences entre les versions de « MediaWiki:Mobile.css »
| Ligne 26 : | Ligne 26 : | ||
#mw-mf-page-center { | #mw-mf-page-center { | ||
| + | background-color: #fff !important; | ||
| + | } | ||
| + | |||
| + | #mw-mf-page-left { | ||
background-color: #fff !important; | background-color: #fff !important; | ||
} | } | ||
Version du 12 juin 2018 à 09:16
/* CSS placed here will affect users of the mobile site */
#ca-watch,
#ca-edit,
.mw-ui-icon-language-switcher,
.mw-ui-icon-watchlist,
.mw-ui-icon-mobileoptions,
.mw-ui-icon-mf-settings {
display: none;
}
.header-container {
background-color: #fff !important;
border-bottom: 1px solid #dddddd;
}
.feature-footer-v2 footer {
border-top: none;
padding-bottom: 6px;
background-color: #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;
}