Skip to content

XboxEra Darl Theme by ThatOneUnoriginal

Screenshot of XboxEra Darl Theme

Details

AuthorThatOneUnoriginal

LicenseMIT License

Categoryhttps://xboxera.com

Created

Updated

Code size2.6 kB

Code checksum82296754

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark Theme for Xboxera.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           XboxEra Darl Theme
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Dark Theme for Xboxera.com
@author         tou | ThatOneUnoriginal
==/UserStyle== */

@-moz-document domain("xboxera.com") {
    .theme-header .fixed-nav{
       background: #000;
        box-shadow: none;
    }
    .theme-header.has-shadow{
        box-shadow: none;
    }
    .has-shadow{
        box-shadow: none;
    }
    .theme-header{
        background: #000
    }
    .main-nav-light{
        --main-nav-background: #000;
    }
    #tie-wrapper{
       background: #222;
    }
    :root:root{
        --base-color: #fff;
        --brand-color: #10780d;
    }
    .entry-header .post-meta, .entry-header .post-meta a:not(:hover){
        color: #fff;
    }
    a.post-title, .post-title a{
        color: #fff;
    }
    #tie-container a.post-title:hover, #tie-container .post-title a:hover, #tie-container .thumb-overlay .thumb-title a:hover{
        text-decoration: underline  #fff !important;
    }
    .mag-box .post-excerpt{
        color: #fff;
    }
    .post-meta, .post-meta a:not(:hover){
        color: #fff;
    }
    .entry-header .entry-sub-title{
        color: #fff;
    }
    #check-also-box{
        background: #191919;
    }
    .video-playlist-item{
        background: #222;
    }
    .video-playlist-item:hover, .is-playing{
        background: #000
    }
    .side-aside, .has-custom-scroll{
        background: #000;
    }
    .video-duration{
        color: #fff;
    }
    .side-aside::-webkit-scrollbar-thumb, .has-custom-scroll::-webkit-scrollbar-thumb{
        background: #fff;
    }
    .elementor-widget-divider{
        --divider-color: #fff !important;
    }
    .entry a:hover, .dark-skin .entry a:hover{
        color: #2b9b46;
    }
    .comment-list .comment-author img{
        box-shadow: none;
        border: none;
    }
    .block-head-4 .has-block-head-4:before, .block-head-4 .mag-box-title h3:before, .block-head-4 .comment-reply-title:before, .block-head-4 .related.products>h2:before, .block-head-4 .up-sells>h2:before, .block-head-4 .cross-sells>h2:before, .block-head-4 .cart_totals>h2:before, .block-head-4 .bbp-form legend:before{
        background: #000;
    }
    .block-head-6 .has-block-head-4:after, .block-head-6 .mag-box-title h3:after, .block-head-6 .comment-reply-title:after, .block-head-6 .related.products>h2:after, .block-head-6 .up-sells>h2:after, .block-head-6 .cross-sells>h2:after, .block-head-6 .cart_totals>h2:after, .block-head-6 .bbp-form legend:after{
        background: #000;
    }
}

Reviews

No reviews yet.