bdsmlr - Dark Theme

Dark theme for bdsmlr

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

/* ==UserStyle==
@name           bdsmlr - Dark Theme
@namespace      Hentiedup
@version        0.2.8
@description    Dark theme for bdsmlr
@author         Hentiedup
@license        unlicense
@preprocessor   stylus

@var            checkbox     forceCommentColor "Force comment color" 0
@var            color        forcedCommentColor "Forced comment color" #DDD
==/UserStyle== */
@-moz-document domain("bdsmlr.com") {
    html,
    body,
    .tooltipster-content,
    .newaskholder,
    .wrapsubmission,
    .photopostup {
        background-color: #1b232a !important;
        color: #DDD;
    }
    
    .searchblogswrapper {
        background-color: #1b232a;
    }
    .titlefollow,
    .namefollowerholder,
    .namefollowerholder:nth-child(2n+1) {
        background: none;
    }
    .namefollowerholder:hover {
        background: rgba(255,255,255, 0.15);
    }
    
    .reblogcontent {
        background-color: #1b232a;
    }
    .addcaption {
        background-color: rgba(255,255,255,.05);
        margin-right: 10px;
    }
    
    .asktext {
        background-color: #242430;
        color: #DDD;
    }
    .askname a {
        color: #999;
    }
    .askedfrom a {
        color: #999 !important;
    }
    .answertext,
    .followdesc {
        color: #DDD;
    }
    
    .dropownwrap {
        background-color: #101015;
        color: white;
    }
    .dropdowntext,
    .dayposted {
        color: white;
    }
    em {
        color: #DDD;
    }
    
    .threads,
    .threadsright > .messagebox
    {
        background: #222c35;
        border-radius: 10px;
        padding-bottom: 5px;
    }
    .threads .latestmsg {
        color: #DDD;
    }
    .threadsright .onemessage {
        background: #181f25;
        color: #DDD;
    }
    .threadsright .ruser::after {
        border-right-color: #181f25;
    }
    .threadsright .emojionearea,
    .threadsright .emojionearea .emojionearea-editor{
        background: #181f25;
        color: #DDD;
        border-color: #333;
    }
    .threadsright .chatbottom {
        color: #999;
    }
    
    .threedotmenu {
        background-color: #374552;
        color: #DDD;
        border: 3px solid #1b232a;
    }

    .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,
    .titletext,
    .textcontent {
        color: #DDD !important;
    }
    
    if forceCommentColor {
        .singlecomment *,
        .earlycomments * {
            background-color: transparent !important;
            color: forcedCommentColor !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;
    }
    #Tagsphoto, #Tags {
        background: none;
        background-color: #374552;
        border-color: #333 !important;
        color: white;
    }
    #Tagsphoto input,
    #Tags input {
        background: none;
    }
    ul.tagit li.tagit-choice {
        background: #1b232a 50% 50%;
        color: #999;
    }
    .photodescription {
        background: #374552;
    }
    .photodescription + div {
        background: #485867 !important;
        border-color: #333 !important;
    }
    
    .sweet-alert {
        background-color: #374552;
        border: 3px solid #1b232a;
    }
    .sweet-alert > h2,
    .sweet-alert > p {
        color: #DDD;
    }
    
    
    .viewmore,
    .followuserbutton {
        background-color: #101015;
        border-color: #101015;
        color: white;
    }
    .dropzone,
    .dropzone .dz-message,
    .dropzone.dz-started .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;
    }
}