Skip to content

displayspecifications - dark by thermalzombie

Screenshot of displayspecifications - dark

Details

Authorthermalzombie

LicenseCC-BY-4.0

Categorydisplayspecifications

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A dark style with red highlights.

Notes

Had a bit of trouble styling this site uses images for some text.

Source code

/* ==UserStyle==
@name           displayspecifications - 26/09/2022, 12:37:59 am
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A dark userstyle for displayspecs.
@author         Thermalzombie
==/UserStyle== */

@-moz-document domain("displayspecifications.com") {
    /* Insert code here... */
    
    body
    {
        background-color: #000000 !important;
    }
    
    .comparison-listing-container .lazy-image-loader,
    .series-models-listing-container .lazy-image-loader
    {
        background-color: #CCCCCC !important;
    }
    
    table.row-selection tr:hover,
    table.row-selection tr:hover td:last-child,
    #header-container, #header,
    .model-listing-container-80 > div:hover, .model-listing-container-160 > div:hover
    {
        background: #8B0000 !important;
    }
    
    header.section-header, table.model-information-table tr td:first-child,
    table.model-information-table tr, .comparison-listing-container > div
     {
        border-color: #FF0000 !important;
    }
    
     .article-listing-container div
    {
        border-bottom: 1px #FF0000 solid !important;
    }
    
    a
    {
        text-decoration-color: #FF0000 !important;
    }
    
    a:hover
    {
        text-decoration-color: #FFFFFF !important;
    }
    
    h1, h2, h3, a, b, p, td, .header
    {
        color: #FFFFFF !important;
    }
}

Reviews

No reviews yet.