MediaWiki:Vector-2022.css: Difference between revisions
(ws shady) |
No edit summary |
||
| Line 1: | Line 1: | ||
body.skin-vector-2022 .mw-page-container { | |||
padding-top: 80px; | |||
} | |||
body.skin-vector-2022::before { | body.skin-vector-2022::before { | ||
content: ""; | content: ""; | ||
position: | position: absolute; | ||
top: 0; | top: 0; | ||
left: 0; | left: 0; | ||
width: 100%; | width: 100%; | ||
height: | height: 70px; | ||
background: url("https://wiki.openwfm.org/images/c/cb/Openwfm.png") no-repeat left center; | background: url("https://wiki.openwfm.org/images/c/cb/Openwfm.png") no-repeat left center; | ||
background-size: | background-size: contain; | ||
background-color: #fff; | |||
z-index: 1; | |||
} | } | ||
Revision as of 21:32, 6 August 2025
body.skin-vector-2022 .mw-page-container {
padding-top: 80px;
}
body.skin-vector-2022::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 70px;
background: url("https://wiki.openwfm.org/images/c/cb/Openwfm.png") no-repeat left center;
background-size: contain;
background-color: #fff;
z-index: 1;
}