« 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 20 : | Ligne 20 : | ||
.mw-body, |
.mw-body, |
||
#content { |
#content { |
||
background-color: |
background-color: transparent; /* blanc semi-transparent */ |
||
backdrop-filter: blur(2px); /* optionnel : effet de flou */ |
backdrop-filter: blur(2px); /* optionnel : effet de flou */ |
||
} |
} |
||
Version du 29 octobre 2025 à 19:30
/* 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 les blocs principaux transparents ou semi-transparents */
.vector-body,
.mw-body,
#content {
background-color: transparent; /* blanc semi-transparent */
backdrop-filter: blur(2px); /* optionnel : effet de flou */
}