MediaWiki:Vector-2022.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Heroes writing with the "Heroes" font */
.mw-logo-wordmark {
font-family: heroes;
font-size: 1.7em;
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 */
}
/* All the layers must be transparent */
.vector-header-container .mw-header,
.vector-page-titlebar,
.mw-page-container,
.mw-workspace,
.vector-body,
.mw-body,
#content,
#mw-content-container {
background-color: transparent !important;
}