Différences entre les versions de « MediaWiki:Mobile.css »
| Ligne 1 : | Ligne 1 : | ||
/* CSS placed here will affect users of the mobile site */ | /* CSS placed here will affect users of the mobile site */ | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
#ca-watch, | #ca-watch, | ||
| Ligne 45 : | Ligne 40 : | ||
.feature-footer-v2 footer > .post-content > * { | .feature-footer-v2 footer > .post-content > * { | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
| + | } | ||
| + | |||
| + | @import url('https://fonts.googleapis.com/css?family=Libre+Baskerville'); | ||
| + | |||
| + | body,a,p { | ||
| + | font-family: 'Libre Baskerville'!important; | ||
} | } | ||
Version du 23 janvier 2019 à 17:09
/* 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;
}
nav ul {
padding-bottom: 0;
}
.feature-footer-v2 footer > .post-content > * {
margin-bottom: 20px;
}
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
body,a,p {
font-family: 'Libre Baskerville'!important;
}