bdsmlr - Dark Theme

Dark theme for bdsmlr

Version au 17/02/2025. Voir la dernière version.

Vous devrez installer une extension telle que Tampermonkey, Greasemonkey ou Violentmonkey pour installer ce script.

Vous devrez installer une extension telle que Tampermonkey ou Violentmonkey pour installer ce script.

Vous devrez installer une extension telle que Tampermonkey ou Violentmonkey pour installer ce script.

Vous devrez installer une extension telle que Tampermonkey ou Userscripts pour installer ce script.

Vous devrez installer une extension telle que Tampermonkey pour installer ce script.

Vous devrez installer une extension de gestionnaire de script utilisateur pour installer ce script.

(J'ai déjà un gestionnaire de scripts utilisateur, laissez-moi l'installer !)

Vous devrez installer une extension telle que Stylus pour installer ce style.

Vous devrez installer une extension telle que Stylus pour installer ce style.

Vous devrez installer une extension telle que Stylus pour installer ce style.

Vous devrez installer une extension du gestionnaire de style pour utilisateur pour installer ce style.

Vous devrez installer une extension du gestionnaire de style pour utilisateur pour installer ce style.

Vous devrez installer une extension du gestionnaire de style pour utilisateur pour installer ce style.

(J'ai déjà un gestionnaire de style utilisateur, laissez-moi l'installer!)

/* ==UserStyle==
@name           bdsmlr - Dark Theme
@namespace      Hentiedup
@version        0.1.0
@description    Dark theme for bdsmlr
@author         Hentiedup
@license        unlicense
==/UserStyle== */
@-moz-document domain("bdsmlr.com") {
    html,
    body,
    .tooltipster-content,
    .newaskholder,
    .wrapsubmission {
        background-color: #1b232a !important;
        color: #DDD;
    }
    
    .dropownwrap {
        background-color: #101015;
        color: white;
    }
    .dropdowntext,
    .dayposted {
        color: white;
    }
    em {
        color: #DDD;
    }

    .logo > img,
    .header .menu ul li a,
    .header .menu ul li i {
        filter: brightness(75%);
    }

    #menumessageholder,
    #menumessageholder *,
    #activitymenuholder,
    #activitymenuholder *,
    .profilemenu,
    .profilemenu *,
    .postoptions,
    .postoptions * {
        background-color: #333 !important;
        color: #DDD !important;
    }

    #activitymenuholder .commentsallhref {
        background-image: none;
    }

    .viewlink {
        color: #DDD !important;
    }


    .content .newsfeed .feed .news,
    .footerside {
        background-color: #101015;
        color: white;
    }
    .content .newsfeed .feed .news .create ul.post-triggers li a i.black,
    .content .newsfeed .feed .news .create ul.post-triggers li a span,
    .postfooter,
    .singlecomment,
    .thumb,
    .blogdescription {
        color: #DDD;
    }

    .post_info .ndata:first-of-type {
        color: #DDD !important;
    }
    .post_info .ndata:last-of-type {
        color: #999 !important;
    }

    .originalposter a,
    .title,
    .blogtitle {
        color: white;
    }
    .thumb > .ndata,
    .thumbed > .adata {
        color: white !important;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        background-color: #666;
        color: #DDD;
    }
    .rightli > a {
        color: #DDD !important;
        background-color: #101015 !important;
        border-color: black !important;
    }

    .info,
    .update,
    .selectedblog,
    .GroupSwitch,
    .Tagsearch {
        background-color: #101015 !important;
    }
    .allfollows,
    .postholder,
    .image_container,
    .searchedblog,
    .searchpost {
        background-color: #101015;
        color: #DDD;
    }
    #rightposts,
    .instructions,
    .post_content,
    .postholder {
        background-color: #101015 !important;
        color: #DDD !important;
    }
    .sidetitle,
    .sidedesc,
    .singlecomment {
        color: #DDD !important;
    }

    .appnotice {
        background-color: #301515;
    }
    input,
    button,
    select,
    ul.tagit input[type="text"],
    ul.tagit {
        background-color: #333;
        border-color: #333;
        color: white;
    }
    .viewmore,
    .followuserbutton {
        background-color: #101015;
        border-color: #101015;
        color: white;
    }
    .dropzone,
    .dropzone .dz-message {
        background-color: rgba(55, 69, 82, 1);
        border-color: #101015;
        color: white;
    }
    .comment {
        background-color: rgba(55, 69, 82, 1) !important;
        border-color: #333 !important;
        color: white !important;
    }
    .searchTagsWrapper button {
        background-color: #333 !important;
        border-color: #333 !important;
        color: white !important;
    }
}