MediaWiki:Mobile.css
Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.
- Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
- Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
- Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
- Opera : appuyez sur Ctrl + F5.
/* Le CSS placé ici n’affectera que les utilisateurs du site mobile */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@500&display=swap');
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
font-family: 'Work Sans', sans-serif;
}
.mw-body, .parsoid-body {
background-color: #e2dbc8;
border: 1px solid #690404;
}
body {
background-color: #e0c59d;
}
#mw-page-base {
background-color: #e0c59d;
}
.vector-menu-tabs .selected {
background: #e2dbc8;
}
.vector-menu-tabs li {
background-image: linear-gradient(to top, #bdb7a8 0, #bdb7a8 1px, #bdb7a8 100%);
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
background-image: linear-gradient(to top, #690404 0, #690404 100%);
}
#mw-page-base {
background-image: linear-gradient(to bottom, #e0c59d 50%, #e0c59d 100%);
background-position: bottom left;
height: 5em;
}