Skip to content

wordnik.com - Darkmode / Dark Style by devolt

Screenshot of wordnik.com - Darkmode / Dark Style

Details

Authordevolt

LicenseWTFPL - http://www.wtfpl.net/about/

Categorywordnik.com

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark css Style for wordnik.com online dictionary, meant for use with the Stylus browser extension for Firefox and Chromium/Chrome.

Notes

Instructions

Get Stylus and install the style, by using the “find styles” feature.

Changelog

v1

  • Created initial version. Should work for most pages, but maybe I missed something. If there’s a problem, feel free to edit this css and upload an improved version. No need to credit the original author or anything.

Source code

/* ==UserStyle==
@name         wordnik.com - Darkmode / Dark Style
@version      20211117.13.49
@namespace    userstyles.world/user/devolt
@description  Dark css Style for wordnik.com online dictionary, meant for use with the Stylus browser extension for Firefox and Chromium/Chrome.
@author       devolt
@license      WTFPL - http://www.wtfpl.net/about/
==/UserStyle== */

@-moz-document domain("wordnik.com") {

body {
    background: #1e1e1e;
    color: white
}

p {
    color: white
}

.clearfix, .related-group {
    background: #3a3a3a;
    color: white
}

.content .module a {
    color:white
}

h3 span.count {
    color:white !important
}

.related-group .related-group-header h4 {
    color:#7b7b7b
}

p.weak {
    color: #1e1e1e
}

.module.lists ul.featured_lists > li h3 a {
    color: white
}

.content .module h3, .content .module h2 {
    color:white
}

.module.lists h2, .module.lists ul.featured_lists > li p.sample_words a, .module.lists .list_sidebar ul.other_lists > li a {
    color: lime
}

.meta a.spam img {
    background: white
}

}

Reviews

No reviews yet.