Skip to content

pcgamer - dark by thermalzombie

Screenshot of pcgamer - dark

Details

Authorthermalzombie

LicenseCC-BY-4.0

Categorypcgamer

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A dark userstyle for pcgamer.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           pcgamer.com - 17/09/2022, 10:57:27 pm
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A dark userstyle for pcgamer.
@author         Thermalzombie
==/UserStyle== */

@-moz-document domain("pcgamer.com") {
    /* Insert code here... */
    
    body, #document-footer, .ftDECR, .wrapper, .popular-box__article-list__content
    {
        background-color: #222222 !important;
    }
    
     #main, .search-result
    {
        background-color: #000000 !important;
    }
    
    .jump-to-comments, .primary-nav .wrapper, .button.dark
    {
        background-color: #DC191B !important;
    }
    
     #main, .ftDECR
    {
        border-left: 2px #DC191B solid !important;
        border-right: 2px #DC191B solid !important;
        border-bottom: 2px #DC191B solid !important;
    }
    
    #document-footer-content nav, .author--separator, .listingResult
    {
        border-color: #DC191B !important;
    }
    
    p, .author__role
    {
        color: #CCCCCC !important;
    }
    
     h1, h2, .article-name, a, .credit
    {
        color: #FFFFFF !important;
    }
}

Reviews

No reviews yet.