Skip to content

Check-Host Dark Theme by gerrustalker

Screenshot of Check-Host Dark Theme

Details

Authorgerrustalker

LicenseMIT

Categorycheck-host.net

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for check-host.net

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Check-Host Dark Theme
@namespace      github.com/openstyles/stylus
@version        1.0.0
@author         LeVanGuk Software (lenofag.ru)
==/UserStyle== */

@-moz-document domain("check-host.net") {
    :root, html, body {
        background: rgb(25, 25, 25);
        color: white;
    }
    
    .field input {
        border-color: rgb(35, 35, 35);
        background: rgb(50, 50, 50);
        color: white
    }
    
    .bg-gray-50, .bg-gray-100, .border-gray-200 {
        background: rgb(40, 40, 40);
        border-color: rgb(35, 35, 35);
    }
    
    .bg-gray-200 {
        background: rgb(30, 30, 30);
        border-color: rgb(35, 35, 35);
    }
    
    .client-top, .client-bottom, .top-content, .bottom-content, .top-content, .bottom-content, .tooltipster-content, .bg-neutral-200, #content {background: rgb(30, 30, 30);}
    
    h1, h2 {color: white}
    #insideyourip {color: black}
    #insideyourip a, #insideyourip a:visited {color: rgb(100, 100, 100)}
    #insideyourip a:hover {color: rgb(0, 0, 0)}
    
    #incontent, #tools, #whois_result, #ff_addon, .action_btn, .zebra, table.result tbody, #post-top-content {
        background: none;
        background-color: rgb(30, 30, 30);
        border-color: rgb(50, 50, 50);
        box-shadow: none;
        color: white;
    }
    
    table.httpreq td, table.dns td, table.hostinfo td, table.ping td, table.tcp td, table.udp td, .ip_info_container table, .table-auto table, .table-auto td {border: none}
    
    .table-auto tbody tr:nth-child(even) {background-color: rgb(30, 30, 30)}
    .table-auto tbody tr:nth-child(odd), #aeza_container {background-color: rgb(35, 35, 35)}
    .table-auto tbody tr:hover {background-color: rgb(40, 40, 40)}
    
    #ff_addon:hover, .action_btn:hover, table.result tbody tr:hover {
        background-color: rgb(50, 50, 50);
    }
    
    a:hover, #content a:hover {
        color: white;
    }
}

Reviews

No reviews yet.