Skip to content

Dark Resource by littlebanana

Screenshot of Dark Resource

Details

Authorlittlebanana

LicenseNo License

Categorymodels-resource

Created

Updated

Code size754 B

Code checksumdba11d83

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for models, spriters, textures, sounds resource sites.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Dark Resource
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Dark mode for models, spriters, textures, sounds resource sites.
@author         LittleBanana
==/UserStyle== */

@-moz-document domain("models-resource.com"), domain("spriters-resource.com"),domain("textures-resource.com"), domain("sounds-resource.com"),domain("vg-resource.com"){
   #content
    {background:rgb(55,55,60)}
    
label
    {color:white!important}

*:has(#wrapper)
    {filter:invert(100%)!important}
    
#header, #nav-top, #sitebar, #body, .section
    {box-shadow:inset 100px 10px 0px 100px rgba(0,0,0,0.34)}
    
.updatetext {
    background: rgba(0,0,0,0.38);color:white
}
    
}

Reviews

No reviews yet.