Skip to content

OLED for Wiktionary by Flowgninthgil

Details

AuthorFlowgninthgil

LicenseNo License

Categorywiktionary.org

Created

Updated

Size818 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

nearly copy/paste of GoodDay's OLED wikipedia theme

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           OLED for Wiktionary
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    nearly copy/paste of GoodDay's OLED wikipedia theme
@author         Flow Księżyc 
==/UserStyle== */

@-moz-document domain("wiktionary.org") {

    :root {
        filter: invert(1) hue-rotate(180deg);
    }

    body {
        background-color: #000 !important;
    }
    img:not(.mwe-math-fallback-image-display):not(.mwe-math-fallback-image-inline) {
        filter: invert(1) hue-rotate(180deg);
    }
    .mw-logo {
        filter: invert(1) hue-rotate(180deg);
    }
    video,
    video[poster],
    .cdx-thumbnail {
        filter: invert(1) hue-rotate(180deg) !important;
    }
    button,
    input[type="submit"] {
        filter: hue-rotate(180deg) !important;
    }
}

Reviews

No reviews yet.