Skip to content

Wikifog by KHN45

Screenshot of Wikifog

Details

AuthorKHN45

LicenseNo License

Categorywikipedia

Created

Updated

Size2.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for Wikipedia on Firefox.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Wikifog
@namespace      github.com/openstyles/stylus
@version        20241003.01.01
@author         KHN45
==/UserStyle== */
@-moz-document url-prefix("https://en.wikipedia.org"),
url-prefix("https://www.wikipedia.org") {
    * {
        background-color: transparent !important;
        color: #a2a2b0 !important;
        border-color: #a2a2b0 !important;
    }
    body,
    div,
    form,
    table,
    tbody,
    tr,
    td,
    fieldset,
    ul,
    li,
    a,
    #content,
    #bodyContent,
    .mw-mmv-icon,
    .cdx-button__icon {
        background-color: #212124 !important;
    }
    a,
    a:hover {
        color: #f0f0f7 !important;
    }
    a:hover {
        text-decoration: underline;
    }
    .cdx-button.cdx-button--icon-only.mw-mmv-button.mw-mmv-close,
    .cdx-button.cdx-button--icon-only.mw-mmv-button.mw-mmv-fullscreen,
    .cdx-button.cdx-button--icon-only.mw-mmv-button.mw-mmv-options-button,
    .cdx-button.cdx-button--icon-only.cdx-button--size-large.mw-mmv-button.mw-mmv-prev-image,
    .cdx-button.cdx-button--icon-only.cdx-button--size-large.mw-mmv-button.mw-mmv-next-image,
    .mw-mmv-stripe-button.mw-mmv-description-page-button.cdx-button.cdx-button--weight-primary.cdx-button--action-progressive.cdx-button--size-large.cdx-button--fake-button.cdx-button--fake-button--enabled.mw-mmv-repo-button-commons,
    .cdx-button.cdx-button--fake-button.cdx-button--fake-button--enabled.cdx-button--icon-only.mw-mmv-button.mw-mmv-download-button,
    .cdx-button.cdx-button--fake-button.cdx-button--fake-button--enabled.cdx-button--icon-only.mw-mmv-button.mw-mmv-reuse-button {
        background-color: #a2a2b0 !important;
    }
    .mw-mmv-stripe-button.mw-mmv-description-page-button.cdx-button.cdx-button--weight-primary.cdx-button--action-progressive.cdx-button--size-large.cdx-button--fake-button.cdx-button--fake-button--enabled.mw-mmv-repo-button-commons {
        color: #212124 !important
    }
    .vector-menu-tabs,
    .vector-menu-tabs a,
    #mw-head.vector-menu-dropdown,
    .vector-menu-heading {
        background-image: none !important;
    }
    .mw-body,
    .mw-parser-output .mp-h2 {
        border: none;
    }
    .mw-wiki-logo,
    .mw-logo {
        filter: invert(1);
        background-color: transparent!important;
    }
    ::selection,
    ::-moz-selection {
        color: #212124;
        background: #a2a2b0;
    }
    .vector-sticky-pinned-container::after {
        background: none;
    }
    .vector-menu-heading-label {
        border-bottom: 1px solid;
    }
    .vector-icon {
        background-color: #a2a2b0!important;
    }
}

Reviews

No reviews yet.