User:Doc Taxon/common.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
/*
@import "https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-dark-mode.css&action=raw&ctype=text/css";
body.skin-vector-legacy :not(#pt-darkmode) + #pt-watchlist::before {
	content: none;
}
*/

/*
html .mw-file-description img[ src*='svg' ] {
	background-color: unset !important;
	border-radius: 0 !important;
}
html .mw-file-description img[ src*='png' ] {
	background-color: unset !important;
	border-radius: 0 !important;
}
html .mw-file-description img[ src*='gif' ] {
	background-color: unset !important;
	border-radius: 0 !important;
}
*/

/*
html[data-darkreader-mode] .mw-mmv-image .svg,
html[data-darkreader-mode] .fullImageLink [src*=".svg"],
html[data-darkreader-mode] a[href$=".svg"]:hover > img,
html[data-darkreader-mode] .mw-mmv-image .png,
html[data-darkreader-mode] .fullImageLink [src*=".png"],
html[data-darkreader-mode] a[href$=".png"]:hover > img,
html[data-darkreader-mode] .mw-mmv-image .gif,
html[data-darkreader-mode] .fullImageLink [src*=".gif"],
html[data-darkreader-mode] a[href$=".gif"]:hover > img {
    background-blend-mode: normal !important;
    background-color: unset !important;
    mix-blend-mode: normal !important;
    filter: none !important;
}
*/

html[data-darkreader-mode] img {
	background-color: unset !important;
}

html[data-darkreader-mode] .com-checker {
	all: unset !important;
}

img .mw-file-element {
	all: unset !important;
}