Aller au contenu

MediaWiki:Vector-2022.css

De Heroes Wiki

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