Skip to content

roblox new by zimonjesus

Details

Authorzimonjesus

Licenseroblox

Categoryroblox

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

roblox

Notes

roblox

Source code

/* ==UserStyle==
@name           www.matematikfessor.dk - Aug 2024
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("www.matematikfessor.dk") {
    body {
        background-image: url(https://i.imgur.com/dvvS6cj.png);
        background-repeat: no-repeat;
        background-color: #cdf3f8 !important;
        background-size: 100vw;
    }
    
    #main {
        padding: 30px;
        margin-top: 15px;
        margin-bottom: 15px;
        border-radius: 10px;
        background-color: #fff !important;
    }
    
    .logo img {
        visibility: hidden;
    }
    
    .logo {
        background: url("https://static.wikia.nocookie.net/roblox/images/d/d2/RobloxLogo.png") center no-repeat;
        background-size: 140px;
        width: 140px;
        height: 58px;
    }
    
    .header-container h1, .header-container .divider {
        display: none !important;
    }
    
    app-header .header-container {
        background-color: #0173bc !important;
    }
    
    app-background-graphics-manager {
        display: none !important;
    }
    
    .student-widget, .widget {
        box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.4);

        border-radius: 0.7rem
    }
}

Reviews

No reviews yet.