MediaWiki:Vector-2022.css: Difference between revisions
(minimial css) |
(ws shady) |
||
Line 1: | Line 1: | ||
body.skin-vector-2022 | body.skin-vector-2022::before { | ||
content: ""; | content: ""; | ||
position: fixed; | |||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 110px; | height: 110px; | ||
background: url("/images/c/cb/Openwfm.png") no-repeat center; | background: url("https://wiki.openwfm.org/images/c/cb/Openwfm.png") no-repeat left center; | ||
background-size: cover; | background-size: cover; | ||
z-index: 1000; | |||
} | } | ||
body.skin-vector-2022 .mw-page-container { | body.skin-vector-2022 .mw-page-container { | ||
padding-top: 118px; | |||
} | } |
Revision as of 21:29, 6 August 2025
body.skin-vector-2022::before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 110px; background: url("https://wiki.openwfm.org/images/c/cb/Openwfm.png") no-repeat left center; background-size: cover; z-index: 1000; } body.skin-vector-2022 .mw-page-container { padding-top: 118px; }