You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* Apply a quick color-inverted night theme */
@-moz-document url-prefix() {
html { background: #050405; }
html, body { height: auto; min-height: 100vh; }
.ve-init-mw-welcomeDialog { display: none !important; }
}
.noinvert img, img.invert-light { filter: none !important; }
img.whitebg, .gallery.whitebg img { background: #fff !important; }
html, .noinvert, .gallery.invert a.image, img:not(.invert), canvas, video, .vjs-poster, iframe, #wpTextbox1, #p-logo,
.mw-mmv-overlay, .mw-mmv-pre-image, .media-viewer, .image-details, .results .list-thumb, .ext-related-articles-card-thumb,
.mwe-popups-container, .mwe-popups-extract {
filter: invert(1) hue-rotate(180deg);
}
.toc, .toccolours, #filetoc, pre, .catlinks, #content-bottom-stuff,
body:not(.skin-minerva) div.thumbinner, li.gallerybox div.thumb {
background: #ccc !important;
border-color: #aaa !important;
}
.filehistory a img, #file img {
000
1:0
Return to MediaWiki:Gadget-DarkMode.css.