Skip to content

Deep Marine Jisho by venturiq

Screenshot of Deep Marine Jisho

Details

Authorventuriq

LicenseNo License

Categoryjisho

Created

Updated

Size3.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Blue and easy on the eyes.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Deep Marine Jisho
@version      20240422.06.53
@namespace    https://userstyles.world/user/venturiq
@description  Blue and easy on the eyes.
@author       venturiq
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://jisho.org/") {
    body {
        background-color: #31363F !important;
    }
    p {
        color: #76ABAE;
    }

    ul > li > a {
        color: #EEEEEE;
    }
    .row {
        color: #76ABAE;
        background-color: #31363F;
    }

    .row.collapse {
        background-color: #31363F;
    }

    .overlay #search_main {
        background-color: #76ABAE;
    }

    h1.logo a {
        background-image: url(https://i.imgur.com/O3iTdQ7.png);
        object-fit: cover;
    }

    h3 {
        color: #EEEEEE;
    }

    svg {
        color: #EEEEEE;
    }

    svg:hover {
        background-color: #76ABAE;
    }

    h4 {
        color: #EEEEEE !important;
    }

    .input_method_button.disable-mobile-hover-background:hover {
        background-color: #76ABAE !important;
    }

    .submit {
        background-color: #EEEEEE;
    }
    .search-icon {
        color: #76ABAE;
        pointer-events: none;
    }

    .search-icon:hover {
        color: #EEEEEE;
    }

    a:link {
        color: #EEEEEE;
    }

    a:link:hover {
        color: #222831;
    }
    .color_theme_picker--wrapper > ul > li > a {
        color: #EEEEEE;
        background-color: #31363F;
    }

    .nav-main_navigation {
        color: #EEEEEE;
    }

    .nav-main_navigation:hover {
        color: #222831;
    }

    .nav-main_navigation > ul > li > div > a {
        color: #EEEEEE;
    }

    .meaning-meaning {
        color: #EEEEEE;
    }

    .text {
        color: #EEEEEE;
    }

    .furigana {
        color: #76ABAE;
    }

    .kanji_light_content {
        color: #EEEEEE;
    }

    h6 {
        color: #76ABAE;
    }

    .fact {
        background: #31363F;
        border-width: 1px;
        border-radius: 8px;
        border-color: #EEEEEE;
        outline-width: 0px;
    }

    .names {
        color: #76ABAE;
    }
    .meaning-representation_notes > span {
        color: #76ABAE;
    }

    .button-group.radius > li > a {
        color: black;
        background-color: #EEEEEE;
    }

    .japanese_word__text_with_furigana {
        color: #EEEEEE;
    }

    .japanese_word__text_without_furigana {
        color: #EEEEEE;
    }

    .japanese_word__furigana.japanese_word__furigana-invisible {
        color: #76ABAE;
    }

    .search_type > span {
        color: #222831 !important;
    }

    .filters > p {
        color: #EEEEEE;
    }

    .clearfix {
        color: #EEEEEE;
    }

    .sense-tag.tag-info {
        color: #76ABAE !important;
    }

    .sense-tag.tag-tag {
        color: #76ABAE;
    }

    .sense-tag.tag-see_also {
        color: #76ABAE;
    }

    .meaning-abstract {
        color: #76ABAE !important;
    }

    .japanese_word__furigana {
        color: #76ABAE;
    }
    .japanese_word__text_wrapper > a {
        color: #EEEEEE !important;
    }

    /* Made by venturiq */
}

Reviews

No reviews yet.