Skip to content

MobileRead Dark Style by barmaleyko

Screenshot of MobileRead Dark Style

Details

Authorbarmaleyko

LicenseNo License

Categoryhttps://www.mobileread.com

Created

Updated

Code size2.3 kB

Code checksuma55d0f61

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

MobileRead Dark Style

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.mobileread.com/forums/showthread - нояб. 2023 г.
@namespace      github.com/openstyles/stylus
@version        1.0.2
@description    A new userstyle
@author         B@rm@le1ko
==/UserStyle== */
@-moz-document domain("mobileread.com") {
    body {
        background: #000 !important;
        color: #aaa !important;
    }

    *::-webkit-scrollbar {
        width: 12px !important;
        background: #222222 !important;
    }

    *::-webkit-scrollbar-track {
        background: #222222 !important;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #333 !important;
        border-radius: 20px !important;
        border: 3px solid #222 !important;
    }


    .header {
        background: #111 !important;
    }

    .tborder {
        border: 1px solid #444;
    }

    #logo_image {
        filter: invert(93%) !important;
    }

    a:link,
    a:visited,
    body_alink,
    body_avisited {
        color: #718bd3 !important;
        text-decoration: none;
    }

    a:hover,
    a:active,
    body_ahover {
        color: #8AA4EA !important;
        text-decoration: underline;
    }

    .vbmenu_control {
        background: #172436 !important;
        color: #aaa !important;
    }

    .tcat {
        background: #172436 !important;
        font-size: 14px;
    }

    .page,
    .tborder {
        background: #111 !important;
        color: #aaa;
    }

    .alt1,
    .alt1Active {
        background: #111 !important;
        color: #aaa !important;
        border-color: #333 !important;
    }

    .alt2,
    .alt2Active {
        background: #111 !important;
        color: #aaa !important;
        border-color: #333 !important;
    }

    pre.alt2 {
        background-color: #000 !important;
        border: none !important;
    }

    .vb_postbit {
        font-size: 14px;
        line-height: 1.3;
        color: #aaa !important;
    }

    .thead {
        background: #222 !important;
        color: #aaa !important;
        border-color: #333 !important;
    }

    .fieldset {
        border-color: #111 !important;
    }

    hr {
        color: #444 !important;
        background-color: #444 !important;
    }

    .tfoot {
        background: #243751 !important;
        color: #fff;
    }

    .alt2.vb_postbit {
        color: #555 !important;
    }
}

Reviews

No reviews yet.