MediaWiki:Vector-2022.css: Difference between revisions
No edit summary |
(only one cintainer) |
||
| Line 1: | Line 1: | ||
/* | /* Static contained banner above content */ | ||
body.skin-vector-2022::before { | body.skin-vector-2022 .mw-page-container::before { | ||
content: ""; | content: ""; | ||
display: block; | |||
width: 100%; | width: 100%; | ||
height: | height: 150px; /* or adjust as needed */ | ||
background: url("/images/c/cb/Openwfm.png") no-repeat center center; | background: url("/images/c/cb/Openwfm.png") no-repeat center center; | ||
background-size: | background-size: contain; | ||
background-color: #fff; /* optional, ensures clean base */ | |||
margin-bottom: 1em; | |||
} | } | ||
Revision as of 22:12, 6 August 2025
/* Static contained banner above content */
body.skin-vector-2022 .mw-page-container::before {
content: "";
display: block;
width: 100%;
height: 150px; /* or adjust as needed */
background: url("/images/c/cb/Openwfm.png") no-repeat center center;
background-size: contain;
background-color: #fff; /* optional, ensures clean base */
margin-bottom: 1em;
}