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;
}
body.skin-vector-2022 {
background-image: url("/headbg_nbc_s3.jpg"); /* adapte le chemin */
background-repeat: no-repeat;
background-size: contain; /* ou 'contain' selon l’effet désiré */
background-position: left top;
background-attachment: fixed; /* effet de parallaxe */
}
/* Rendre toutes les couches transparentes */
.vector-header-container,
.mw-page-container,
.mw-workspace,
.vector-body,
.mw-body,
#content,
#mw-content-container {
background-color: transparent !important;
}