MediaWiki:Common.css
Révision datée du 22 décembre 2021 à 18:17 par Admin (discussion | contributions)
Note : après avoir enregistré 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 sera appliqué à tous les habillages. */ body { background: red; } /* Changes the background color behind the top half of the logo and at top of each page: */ #mw-page-base { background: blue; } /* make the background behind the content area and the tabs a light grey */ #content, #content table #p-cactions ul li a { background: #e6ffb4; } #content { background-color: #e6ffb4; /* change background of unselected tabs */ #p-cactions ul li a { background: #e6ffb4; } /* change background of selected tabs */ #p-cactions ul li.selected a { background: #e6ffb4; }