Skip to content

websitedown - dark by thermalzombie

Screenshot of websitedown - dark

Details

Authorthermalzombie

LicenseCC-BY-4.0

Categorywebsitedown

Created

Updated

Size714 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Check if website is up.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           websitedown - dark
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Check if website is up.
@author         thermalzombie
==/UserStyle== */

@-moz-document domain("websitedown.info") {
    /* Insert code here... */
    
    body, footer, 
    #what-we-do, #how-do-we-do-it,
    .title h2
    {
        background: #000000 !important;
    }
    
    .box
    {
        background-color: #222222 !important;
    }
    
    input
    {
        background: #333333 !important;
    }
    
    .box, input
    {
        border-color: #FF0000 !important;
    }
    
    a, b, p, input, h1, h2, h3, h4
    {
        color: #FFFFFF !important;
    }
    
}

Reviews

No reviews yet.