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 25 : Ligne 25 :
#mw-content-container {
#mw-content-container {
background-color: transparent !important;
background-color: transparent !important;
}

.vector-page-titlebar {
background-color: rgba(255, 255, 255, 0.85); /* blanc semi-transparent */
backdrop-filter: blur(2px); /* optionnel : effet de flou */
position: relative;
z-index: 1;
}
}

Version du 29 octobre 2025 à 19:38

/* 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;
}

.vector-page-titlebar {
  background-color: rgba(255, 255, 255, 0.85); /* blanc semi-transparent */
  backdrop-filter: blur(2px); /* optionnel : effet de flou */
  position: relative;
  z-index: 1;
}