Aller au contenu

« MediaWiki:Vector-2022.css » : différence entre les versions

De Heroes Wiki
Contenu supprimé Contenu ajouté
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 14 :
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: rgba(255, 255, 255, 0.85); /* blanc semi-transparent */
backdrop-filter: blur(2px); /* optionnel : effet de flou */
}

Version du 29 octobre 2025 à 19:29

/* 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: rgba(255, 255, 255, 0.85); /* blanc semi-transparent */
  backdrop-filter: blur(2px); /* optionnel : effet de flou */
}