Skip to content

zeldamods.org by sisi-sh

Screenshot of zeldamods.org

Details

Authorsisi-sh

LicenseCC 0

Categoryzeldamods.org

Created

Updated

Size525 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           zeldamods.org
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("zeldamods.org") {
    /* Insert code here... */
    body::before {
        background-image: url(https://static.zeldamods.org/assets/bg.png);
        width: 100vw;
        height: 100vh;
        content: " ";
        display: block;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
    }
}

Reviews

No reviews yet.