Skip to content

Sumodb Dark by tance77

Screenshot of Sumodb Dark

Details

Authortance77

LicenseNo License

Categoryhttps://sumodb.sumogames.de/

Created

Updated

Size2.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for the Sumodb

Notes

Dark mode for the Sumodb

Source code

/* ==UserStyle==
@name           sumogames.de
@namespace      https://sumodb.sumogames.de
@version        1.0.0
@description    Dark theme for Sumo DB
@author         tance77
==/UserStyle== */
@-moz-document domain("sumogames.de") {
    body {
        background-color: #030712;
        color: white;
        margin: 39px 0 0 0 !important;
    }

    body a {
        color: #3b82f6;
    }
    body a:hover {
        color: #60a5fa;
    }

    .inner {
        line-height: initial !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }


    .nav,
    .links,
    .inner {
        background-color: #1e1b4b !important;
        border: 0 !important;
    }

    .nav {
        border-bottom: 1px solid #818cf8 !important
    }
    .promotion {
        background-color: #450a0a !important;
    }
    .banzuke,
    .rikishi,
    .rb_torikumi,
    .record,
    .tk_table {
        border: 0px !important;
    }
    .banzuke thead tr th,
    .rikishi tbody tr th,
    .rb_torikumi thead tr th,
    .layout thead tr th,
    .record tbody tr th,
    .simplecontent table thead tr th {
        background-color: #f59e0b !important;
        color: #431407;
    }
    .banzuke tr td,
    .rikishi tr td,
    .rb_torikumi tr td,
    .tk_table tr td,
    .record tr td,
    .simplecontent table tr td {
        background-color: #111827;
        color: white;
        border: 1px solid #374151;
    }

    .rb_top {
        color: white;
    }

    legend,
    .legend {
        color: #a855f7
    }
    .legend {
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    td.debut {
        background-color: #450a0a !important;
        border: 1px solid #b91c1c !important;
    }

    .hoshi {
        background-color: #4b5563;
    }

    td h1,
    h2,
    h3,
    .cat,
    .val {
        color: #e5e7eb;
    }
    table caption {
        color: #e5e7eb;
    }
    td.retired {
        background-color: #312e81 !important;
    }
    .layoutleft {
        background-color: #111827 !important;
        color: white;
    }

    .layoutleft:first-child {
        padding-top: 20px !important;
    }
    
    .layoutleft a {
        color: #2563eb;
        text-decoration: underline;
    }
    .layourtleft a:hover {
        text-decoration: none !important;
        color: #facc15;
    }
    .legendleft {
        color: #e5e7eb;
        margin-bottom: 4px;
        margin-top: 4px;
    }
    .formtext {
        color: #d1d5db;
    }
    input,
    select {
        background-color: #374151;
        color: white;
    }
    div.query {
        float: none;
        display: block !important;
        width: 100%;
    }
}

Reviews

No reviews yet.