Skip to content

Youtube music: Shattered Graphite on Glass by osirisgothra

Screenshot of Youtube music: Shattered Graphite on Glass

Details

Authorosirisgothra

LicenseGPL3

Categorymusic.youtube.com

Created

Updated

Size1.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Minimalist GoG/YoG v2 Lightweight Proceedural Graphics Only

Notes

This is the latest of the onglass series, the GoG remake will soon follow...

Source code

/* ==UserStyle==
@name           Youtube music: Shattered Graphite on Glass
@namespace      github.com/openstyles/stylus
@version        2.0.0
@description    Minimalist GoG/YoG v2 Lightweight Proceedural Graphics Only
@author         Gabriel Sharp (osirisgothra@hotmail.com)
==/UserStyle== */

@-moz-document regexp(".*music.*youtube.com.*") {
 
    div#left-content picture:nth-child(1) > img
    {
        filter: hue-rotate(70deg) saturate(40%);
        box-shadow:1px 1px 22px #181323;
        border-radius: 16px;
    }
    *
    {
        background: transparent !important;
        color: #46716fe8;
        border-color: #533e3ee8 !important;
    }
    :root
    {
        background-image: linear-gradient(45deg,#000,#2a2a2a) !important;
        background-size: 100vw 100vw !important;
        background-attachment: fixed !important;
        background-position: 0px 0px !important;
    }
    ytmusic-app-layout#layout > ytmusic-nav-bar
    {
        background-image: linear-gradient(#232323,#ffffff61,#80808075,#4e4e6b66,#6b64565c,#51514240,#6259473b,#583c3c1c) !important;
        backdrop-filter: blur(5px);
    }
    #guide, ytmusic-guide-renderer#mini-guide-renderer > div#sections
    {
        background-image: radial-gradient(#ff00000e,#2a2a2a0f,#ffffff14,#3a4e4e38,#2e8b5710,#0080800a,#6495ed05,#a9a9a910,#80808010),
            linear-gradient(90deg,#ffffff1a,#00000052,#00000021,#27edacb5) !important;
        background-size: 200% 300% !important;
        
    }
    
    div#suggestion-list
    {
        background: linear-gradient(45deg,#000c,#2a2a2a,#202b2cf5,#253032ed) !important;                
    }
            
    
}

Reviews

No reviews yet.