« MediaWiki:Vector-2022.css » : différence entre les versions
Apparence
Contenu supprimé Contenu ajouté
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 16 :
}
/* Rendre toutes les couches transparentes */
.mw-page-container,
.mw-workspace,
.vector-body,
.mw-body,
#content,
#mw-content-container {
background-color:
}
| |||
Version du 29 octobre 2025 à 19:32
/* 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: cover; /* ou 'contain' selon l’effet désiré */
background-position: left top;
background-attachment: fixed; /* effet de parallaxe */
}
/* Rendre toutes les couches transparentes */
.mw-page-container,
.mw-workspace,
.vector-body,
.mw-body,
#content,
#mw-content-container {
background-color: transparent !important;
}