Skip to content

reddit - darkblue by thermalzombie

Screenshot of reddit - darkblue

Details

Authorthermalzombie

LicenseCC-BY-4.0

Categoryreddit

Created

Updated

Size9.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A dark style for the original reddit theme.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           reddit - darkblue
@namespace      USO Archive
@author         Thermalzombie
@description    `A dark style for reddit.`
@version        20180116.13.20
@license        NO-REDISTRIBUTION
@preprocessor   uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("reddit.com") {

 /* #0130A0 */
    
    .thumbnail.self, .thumbnail.nsfw,
    #header-img.default-header,
    .thumbnail.spoiler,
    .arrow.up, .arrow.down,
    .thumbnail.default,
    .arrow.upmod
    {
        background-image: url("https://i.imgur.com/NiSwoLW.png") !important;
    }
    
    .expando-button.collapsed.selftext:hover,
    .expando-button.collapsed.selftext,
    .expando-button.expanded.selftext:hover,
    .expando-button.expanded.selftext,
    .expando-button.collapsed.crosspost:hover,
    .expando-button.collapsed.crosspost,
    
    .expando-button.collapsed.video:hover,
    .expando-button.collapsed.video,
    .expando-button.expanded.video:hover,
    .expando-button.expanded.video,
    .expando-button.expanded.crosspost:hover,
    .expando-button.expanded.crosspost
    {
        background-image: url("https://i.imgur.com/6OE9Ffc.png") !important;
    }
    
    #header-bottom-left, .spacer, .morelink a,
    .flairtoggle, .toggle, .linkinfo, .multis li, .global .selected,
    .listing-chooser ul.global li a, .listing-chooser ul.other li a, 
    .grippy, .pinnable-content.pinned, .reddit-infobar,
    .drop-choices .choice:hover,
    .usertext.border .usertext-body,
    #title-field, #text-field, #reddit-field,
    .submit_text, .roundfield
    {
        background-color: #0130A0 !important;
    }
    
    .md textarea,  input, #searchexpando, textarea
    {
        background-color: #222222 !important;
    }
    
    .infobar, .infobar a
    {
        color: #FFFFFF  !important;
        background-color: #AB0000 !important;
        border: 1px #FF0000 solid !important;
    }
    
    pre
    {
        color: #00FF00  !important;
        background-color: #000000 !important;
        border: 1px #00FF00 solid !important;
    }
    
    body, .sr-list, #header-bottom-right, .dropdown,
    .drop-choices, .global, .intro, .other, .listing-chooser,
    .author-tooltip__head, .author-tooltip__message-link,
    .author-tooltip__follow-button, .author-tooltip_common, 
    #sr-more-link, .dropdown-title, code, .content .spacer
    {
        background-color: #000000 !important;
    }

    .gold-expiration-info, .server-seconds
    {
        background-color: gold !important;
    }
    
    .search-expando.collapsed::before
    {
        background: none !important;
    }
    
    
    .gold-creddits-remaining
    {
        font-weight: bold !important;
    }
    
    .morelink .nub
    {
        display: none !important;
    }
    
    
    .comment .child, .comment .showreplies
    {
        border-left: 3px #FFFFFF dotted !important;
    }
    
    .grippy
    {
        border-left: 1px #0130A0  dotted !important;
    }
    
    #sr-header-area
    {
        border-bottom: 1px #000000 solid !important;
    }

    p code
    {
        border-color: #00FF00 !important;
    }
    
    input, .morelink, .linkinfo, textarea, .drop-choices,
    .multis li, .global .selected, #searchexpando,
    .listing-chooser ul.global li, .listing-chooser ul.other li
    {
        border: 1px #0130A0 solid !important;
    }
    
    
   .entry
    {
        background-color: #0130A0 !important;
        border: 3px solid #000000 !important;
        border-radius: 12px !important;
        padding: 5px !important;
    }
    
    .usertext-body .md, .trophy-area .content,
    .crosspost-preview
    {
        background-color: #000000 !important;
        border: 3px solid #000000 !important;
        border-radius: 12px !important;
        padding: 5px !important;
    }
    
    .side
    {
        background-color: #0130A0 !important;
        border: 1px solid #0130A0 !important;
        border-radius: 12px !important;
        margin-left: 7px !important;
    }
    
    #header
    {
        border-bottom: none !important;
    }
        
    .choice
    {
        background-color: #000000 !important;
        border: 1px solid #000000 !important;
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }
    
    .title
    {
        font-size: 20px !important;
        font-weight: 200 !important;
    }
    
    .tagline, .domain a, .author, .subreddit, 
    .dropdown .title, .sr-list .choice
    {
        font-size: 12px !important;
    }
    
    .reportbtn, .access-required, .post-crosspost-button,
    .bylink, .comments, .post-sharing-button, .link-save-button a,
    .state-button a, .hide-button a, .give-gold, .embed-comment,
    .choice, .reportbtn, .comment-save-button, .save-button,
    .togglebutton, .edit-usertext, .option
    {
        font-size: 15px !important;
    }
    
    .flair
    {
        color: #FFFFFF !important;
        background-color: #000000 !important;
        border: 1px solid #000000 !important;
    }
    
    .next-button a, .prev-button a, .nextprev a,
    button, html input[type="button"], input[type="reset"], input[type="submit"]
    {
        color: #FFFFFF !important;
        background-color: #FF0000 !important;
        border: 1px solid #FF0000 !important;
    }

    .flairrichtext  /* DEFAULT */
    {
        color: #FFFFFF !important;
        background-color: #0130A0 !important;
        border: 1px solid #0130A0 !important;
    }
    
    .spoiler-stamp  /* SPOILER */
    {
        color: #FFFFFF !important;
        background-color: #000000 !important;
        border: 1px solid #FFFFFF !important;
    }
    
     .flairrichtext[title="Build Ready"]
    {
        color: #FFFFFF !important;
        background-color: #FF6D6A !important;
        border: 1px solid #FF6D6A !important;
    }
    
    .flairrichtext[title="Troubleshooting"],
    .linkflairlabel[title="Troubleshooting"]
    {
        color: #FFFFFF !important;
        background-color: #FF0000 !important;
        border: 1px solid #FF0000 !important;
    }
    
    .flairrichtext[title="Discussion"],
    .flairrichtext[title=":upvote:DEAL"],
    .linkflairlabel[title="Discussion"],
    .flairrichtext[title="Solution"],
    .flairrichtext[title="QUESTIONS AND TECH SUPPORT POSTS GO HERE"]
    {
        color: #000000 !important;
        background-color: #00FF00 !important;
        border: 1px solid #00FF00 !important;
    }
    
    .flairrichtext[title="Build Help"],
    .flairrichtext[title="Build Upgrade"],
    .flairrichtext[title="💻 Help"],
    .flairrichtext[title="Benchmark"]
    {
        color: #000000 !important;
        background-color: #FFA500 !important;
        border: 1px solid #FFA500 !important;
    }
    
    acronym[title="Adult content: Not Safe For Work"],
    .flairrichtext[title="Help - Windows"],
    .flairrichtext[title="Peripherals"],
    .flairrichtext[title="Recommendation"]
    {
        color: #FFFFFF !important;
        background-color: #0000FF !important;
        border: 1px solid #0000FF !important;
    }
    
    .flairrichtext[title="News & Announcements"],
    .flairrichtext[title="Far Cry 6"],
    .flairrichtext[title="Far Cry 5"],
    .flairrichtext[title="Far Cry 4"]
    {
        color: #000000 !important;
        background-color: #FFFF00 !important;
        border: 1px solid #FFFF00 !important;
    }
    
    .tabmenu .selected a
    {
        color: #0130A0 !important;
    }
    
    .title, .author, .reportbtn, .access-required, .post-crosspost-button,
    .tagline, .bylink, .comments, .post-sharing-button, .link-save-button a,
    .state-button a, .hide-button a, .give-gold, .subreddit, .domain a,
    textarea, .choice, .pagename a, .md, .stickied-tagline, .logout a,
    .awarding-show-more-link, .user a, .user, .rank, .score, .unvoted,
    .subtitle, .account-activity-box a, input, .nextprev, .hover, .word,
    .embed-comment, .number, .flairtoggle, .toggle, .shortlink, .date,
    blockquote, blockquote p, blockquote a, .md p, .selected, .intro,
    .comment-save-button a, .save-button, .login-required, strong,
    .usertext-body p, .usertext-body a, .multis li a, .global .selected a,
    .global .selected a span, .listing-chooser h3, .karma, .comment-karma,
    .listing-chooser ul.global li a, .listing-chooser ul.other li a,
    .listing-chooser li a .description, .titlebox h1, .titlebox,
    .karma-breakdown a, .linkinfo a, .title h1, .reddiquette, #sr-more-link,
    .author-tooltip__karma-details, .author-tooltip__credentials-list li,
    .author-tooltip__link-list div, .author-tooltip__profile-name, label,
    .toggle .option.active, .button, .togglebutton, .edit-usertext,
    .search-expando-button-label-collapsed, .search-result-meta, .search-title,
    .search-comments, .expand, .option, .yes, .no, .preferences-media,
    .preftable th, .prefright, .preflight a, .details, .dropdown-title,
    .gray, .more a, .trophy-name, #search_showmore, .sr-suggestion,
    .subscribed, .subreddits, .submit_text h1, .roundfield, .content, 
    p, .search-result-body, .search-subreddit-link, .may-blank
    {
        color: #FFFFFF !important;
    }

}

Reviews

No reviews yet.