Skip to content

Eudic.net Dark Mode by horane

Details

Authorhorane

LicenseNo License

Categoryeudic.net

Created

Updated

Size914 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Use Eudic.net in dark mode

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           eudic.net - 11/2/2022, 11:35:40 AM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Mechanix
==/UserStyle== */
@-moz-document domain("eudic.net") {
    /* Insert code here... */
    #ads {
        display: none !important;
    }
    .hot_search,
    .hot_search_fr {
        display: none !important;
    }
    body,
    div,
    .ui-tabs-nav {
        background: #323232 !important;
        color: #ffffff;
    }
    a:not(.voice-button) {
        color: #CCCCCC !important;
        background: #323232 !important;
    }
    span {
        color: #CCCCCC !important;
    }
    input {
        color: #CCCCCC;
    }
    .cur-search-type {
        background: #323232 !important;
    }
    .dictimgtoword {
        filter: invert(80%);
    }
    #globalVoice,
    #stc-control {
        filter: invert(80%);
    }
}

Reviews

No reviews yet.