Skip to content

javascript.ru (Header fixed) by koroz555

Screenshot of javascript.ru (Header fixed)

Details

Authorkoroz555

LicenseNo License

Categorylearn.javascript.ru

Created

Updated

Size562 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Header fixed

Notes

Header fixed

Source code

/* ==UserStyle==
@name           javascript.ru - 19.06.2022, 18:09:20
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("javascript.ru") {
    /* Место для CSS кода... */
    .sitetoolbar_tutorial {
        position: fixed;
    }
    
    
    ::-webkit-scrollbar {
        width: 10px;
        background-color: #232529;
    }
    
    ::-webkit-scrollbar-thumb{
/*         border-radius: 10px; */
        background-color: #404356;
    }
}

Reviews

No reviews yet.