Skip to content

nyaa - dark by thermalzombie

Screenshot of nyaa - dark

Details

Authorthermalzombie

LicenseCC-BY-4.0

Categorynyaa

Created

Updated

Size2.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A dark userstyle for nyaa a torrent site.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           nyaa.si - 16/09/2022, 4:02:59 pm
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    A dark userstyle for nyaa a torrent site.
@author         Thermalzombie
==/UserStyle== */

@-moz-document domain("nyaa.si"), domain("nyaa.se"), domain("nyaa.eu") {
    /* Insert code here... */
    
    input, textarea, .btn-default, .dropdown-menu
    {
        background-color: #000000 !important;
    }
    
    body
    {
        background-color: #444444 !important;
    }
    
    tr, .panel, .alert, .alert-info
    {
        background-color: #222222 !important;
    }
    .dropdown-menu .selected a, .panel-footer, .panel-heading,
    .comments
    {
        background: #0000FF !important;
    }
    
    .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success,
    .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td,
    .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th
    {
        background: #222222 !important;
    }
    
    .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table
    > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot
    > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th,
    pre, code
    {
        background: #8B0000 !important;
    }
    
    nav, th
    {
        background-color: #0000FF !important;
    }
    
    th, td, input, .btn-default, .panel-default,
    .panel-heading, .panel-footer, table, 
    .alert, .alert-info, .comments, .form-control,
    .panel-success, .panel-danger, pre
    {
        border-color: #0000FF !important;
    }
    
    a, p, th, td, li, h1, h2, h3, h4, input, code, .btn-default,
    .panel-footer, .panel-heading, strong, .col-md-1, .col-md-5, 
    .torrent-file-list, .alert, .alert-info, label, textarea
    {
        color: #FFFFFF !important;
    }
    
    .success a, .success td
    {
        color: #FFFFFF !important;
    }
    
    .danger a, .danger td
    {
        color: #00FF00 !important;
    }
}

Reviews

No reviews yet.