Différences entre les versions de « MediaWiki:Mobile.css »
| (15 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
/* CSS placed here will affect users of the mobile site */ | /* CSS placed here will affect users of the mobile site */ | ||
| + | |||
| + | body { | ||
| + | font-family: '1785 GLC Baskerville', sans-serif!important; | ||
| + | |||
| + | } | ||
#ca-watch, | #ca-watch, | ||
| Ligne 11 : | Ligne 16 : | ||
.header-container { | .header-container { | ||
| − | background-color: | + | background-color: #fff !important; |
border-bottom: 1px solid #dddddd; | border-bottom: 1px solid #dddddd; | ||
} | } | ||
| Ligne 18 : | Ligne 23 : | ||
border-top: none; | border-top: none; | ||
padding-bottom: 6px; | padding-bottom: 6px; | ||
| − | background-color: | + | 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; | ||
| + | } | ||
| + | |||
| + | nav ul { | ||
| + | padding-bottom: 0; | ||
| + | } | ||
| + | |||
| + | .feature-footer-v2 footer > .post-content > * { | ||
| + | margin-bottom: 20px; | ||
} | } | ||
Version actuelle datée du 17 mai 2022 à 20:38
/* CSS placed here will affect users of the mobile site */
body {
font-family: '1785 GLC Baskerville', sans-serif!important;
}
#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;
}
nav ul {
padding-bottom: 0;
}
.feature-footer-v2 footer > .post-content > * {
margin-bottom: 20px;
}