111
edits
(Dark mode updates) |
(Attempt to fix background image issue (as seen in Firefox and https://archive.today/) with assistance from the crew @ Libera.chat/CSS / https://hashcss.com/) |
||
| Line 2: | Line 2: | ||
/* Use https://moasspedia.org/wiki/Special:MyPage/vector.css to add your own CSS before adding here */ | /* Use https://moasspedia.org/wiki/Special:MyPage/vector.css to add your own CSS before adding here */ | ||
/* See https://moasspedia.org/wiki/MediaWiki:Common.css to apply to all skins/themes */ | /* See https://moasspedia.org/wiki/MediaWiki:Common.css to apply to all skins/themes */ | ||
@media screen { | |||
html,body { | |||
height: unset; | |||
} | |||
} | |||
html { | html { | ||
filter: invert(100%); | filter: invert(100%); | ||
position: relative; | |||
} | } | ||
html::before { | html::before { | ||
| Line 16: | Line 23: | ||
background-size: cover, cover; | background-size: cover, cover; | ||
content: ""; | content: ""; | ||
height: | height: 100%; | ||
left: 0; | left: 0; | ||
position: | position: absolute; | ||
top: 0; | top: 0; | ||
width: 100%; | width: 100%; | ||