MediaWiki:Vector-2022.css
Apparence
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).
- Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
/* Heroes writing with the "Heroes" font */
.mw-logo-wordmark {
font-family: heroes;
font-size: 1.50em;
text-transform: lowercase;
color: #000;
}
.mw-header-container {
background-color: transparent;
background-image: url("/headbg_nbc_s3.jpg"); /* chemin relatif ou absolu */
background-repeat: no-repeat;
background-size: cover; /* ou 'contain' selon l'effet désiré */
background-position: center center;
background-attachment: scroll; /* ou 'fixed' si vous voulez un effet de parallaxe */
z-index: 0; /* s'assurer que le fond reste derrière */
}