Inverts formulas, graphs, chemical structures, etc. for Nightmode Wikipedia styles.Optimized for style 79374
(fixed) Wikipedia - invert formulas for nightmode by BinaryQuantumSoul
Details
AuthorBinaryQuantumSoul
LicenseNO-REDISTRIBUTION
Categorywikiepedia.org
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Wikipedia - invert formulas for nightmode styles
@namespace USO Archive
@author stormi
@description `Inverts formulas, graphs, chemical structures, etc. for Nightmode Wikipedia styles.Optimized for style 79374`
@version 20160915.19.40
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("wikipedia.org") {
.image[href*=".png"] img,
.image[href*=".PNG"] img,
.image[href*=".svg"] img,
.image[href*=".SVG"] img,
.image[href*=".gif"] img,
.image[href*=".GIF"] img,
#content.mw-body img.tex,
.noresize > img[src*=".png"],
.noresize > img[src*=".PNG"],
.noresize > img[src*=".svg"],
.noresize > img[src*=".SVG"],
.plainlinks > img[src*=".png"],
.plainlinks > img[src*=".PNG"],
.plainlinks > img[src*=".svg"],
.plainlinks > img[src*=".SVG"],
img.mwe-math-fallback-image-inline,
img.mw-file-element {
filter: invert(100%);
mix-blend-mode: screen;
}
}