MediaWiki:Monobook.css: Difference between revisions
Eclips e69 (talk | contribs) (why) |
Eclips e69 (talk | contribs) (i give up) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the MonoBook skin */ | /* All CSS here will be loaded for users of the MonoBook skin */ | ||
@import "https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-dark-mode.css&action=raw&ctype=text/css" screen and (prefers-color-scheme: | @import "https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-dark-mode.css&action=raw&ctype=text/css" screen and (prefers-color-scheme: light); | ||
body { | body { | ||
Line 11: | Line 11: | ||
img { | img { | ||
filter: invert( | filter: invert( -2 ) !important; | ||
} | } | ||
Latest revision as of 01:42, 16 July 2024
/* All CSS here will be loaded for users of the MonoBook skin */ @import "https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-dark-mode.css&action=raw&ctype=text/css" screen and (prefers-color-scheme: light); body { /*background-image: url("https://shiptest.net/images/layer1.webp"), url("https://shiptest.net/images/layer2.webp"), url("https://shiptest.net/images/layer3.webp");*/ /*background-repeat: repeat, repeat, repeat;*/ /*background-size: 480px 480px;*/ /*animation: space-parallax linear 200s infinite forwards;*/ image-rendering: pixelated; } img { filter: invert( -2 ) !important; } @keyframes space-parallax { from { background-position: 0 0, 0 0, 0 0; } to { background-position: -2880px 0, -4800px 0, -6720px 0; } }