MediaWiki:Vector-2022.css: Difference between revisions
(still a bit smaller) |
(Now too small, changing to height: 97pt, To flush page cache on Firefox: shift-command-R, on Safari shift-reload in url window.) |
||
| Line 4: | Line 4: | ||
display: block; | display: block; | ||
width: 100%; | width: 100%; | ||
height: | height: 97px; /* 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: contain; | background-size: contain; | ||
Revision as of 17:57, 7 August 2025
/* Static contained banner above content */
body.skin-vector-2022 .mw-page-container::before {
content: "";
display: block;
width: 100%;
height: 97px; /* 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: -2em;
margin-top: -1em;
}