Skip to content

advancedrenamer.com - dark by thermalzombie

Screenshot of advancedrenamer.com - dark

Details

Authorthermalzombie

LicenseCC-BY-4.0

Categoryadvancedrenamer

Created

Updated

Size898 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A dark theme for advancedrenamer.com a file renaming software that has some use full features.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           advancedrenamer.com - dark
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Advanced renamer.
@author         thermalzombie
==/UserStyle== */

@-moz-document domain("advancedrenamer.com") {
    /* Insert code here... */
    
    html, #site, .smalltalk, .forumthreadleft, 
    .block_bg_grey, .main_block_bg_screen
    {
        background: #111111 !important;
    }
    
    .listitemshift
    {
        background: #222222 !important;
    }
    
    input, textarea
    {
        background: #000000 !important;
    }
    
    .menuitems img
    {
        display: none !important;
    }
    
    .menuitems a
    {
        margin-right: 20px !important;
    }
    
    
    .forumthreadcontent, .smalltalk, input, td, textarea,
    a, p, h1, h2, h3, h4, h5, .view_site_title, div
    {
        color: #FFFFFF !important;
    }
}

Reviews

No reviews yet.