MediaWiki:Chameleon.css
De fablabo
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.
/* ---------- Header - Footer ---------- */
/* Overwrite grey color */
.bg-light, .p-navbar {
background-color: white !important;
}
/* Header */
div.container:not(.mt-4) > .row:nth-child(1),
div.container:not(.mt-4) > .row:nth-child(2) {
background: white;
box-shadow: 0px 3px 2px #eeeeee;
}
div.container:not(.mt-4) > .row:nth-child(3){
background: white;
box-shadow: 0px 3px 2px #eeeeee;
border-radius: 0 0 6px 6px;
}
/* Footer */
.mb-2.mt-4.container {
box-shadow: 0px -1px 2px #eeeeee;
border-radius: 6px 6px 0 0;
}
@media (min-width: 1105px) {
.navbar-expand-cmln .navbar-nav, .p-navbar.collapsible .navbar-nav {
flex-wrap: wrap;
}
}