Jump to content

User:IntangibleMatter/vector-2022.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*html,
body,
.mw-page-container,
.mw-page-container-innter, 
.vector-column-start, 
#bodyContent,
.vector-body {
	filter: invert(1) hue-rotate(180deg);
	color: white;
}

.vcard,
.infobox {
	background-color: darkgray;
	color: white;
	border: 2px solid white;
}

img {
	filter: none !important;
}
*/

/* html,  
html img:not(.mw-invert),
html video:not(.mw-invert),
html ogvjs:not(.mw-invert),
html svg:not(.mw-invert),
html iframe:not(.mw-invert),
html .mw-no-invert,
html .cdx-no-invert,
html td .diffchange,
html .wvui-typeahead-suggestion__thumbnail,
html .skin-minerva .mw-notification-visible .mw-notification-content,
html .oo-ui-searchWidget-results .oo-ui-iconElement-icon,
html .list-thumb,
html .media-viewer .image img,
html .media-viewer .mw-file-description img {
	filter: hue-rotate(180deg) invert(1) !important;
}*/