Skip to content

Nyan Cat voor Zermelo by klascal

Screenshot of Nyan Cat voor Zermelo

Details

Authorklascal

LicenseNo License

Categoryzportal.nl

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Stelt een Nyan Cat-thema in voor de WebApp. Gebruik Zermelo Nyan voor het Portal.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Nyan Cat voor Zermelo
@version      20250318.13.51
@namespace    https://userstyles.world/user/klascal
@description  Stelt een Nyan Cat-thema in voor de WebApp. Gebruik Zermelo Nyan voor het Portal.
@author       klascal
==/UserStyle== */

@-moz-document domain("zportal.nl") {
.menu,
.navBar,
.scheduleTitle,
.tabBar,
.detail {
    background-image: url(https://i.kym-cdn.com/photos/images/original/000/128/096/Nyancatless20110725-22047-2vf3z5.gif);
    background-color: #036;
}
.menuPage,
.menuPage .subTitle,
.menuPage .item .icon,
.menuPage .item:hover,
.menuPage .item:hover,
.menuPage .item:hover .icon {
    color: white;
}
.menuPage .item:hover {
    background-color: #e0e0e050;
}
.masterBar {
    background-image: url(https://www.nyan.cat/cats/original.gif);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}
.masterBar .title {
    padding: 10px;
    background: url(https://i.ibb.co/Qv0738vx/images-steamusercontent.png);
    background-size: contain;
    width: 204px;
    animation: slide 2s infinite linear;
    color: #036;
}
@keyframes slide {
    from {
        background-position-x: 100%;
    }
    to {
        background-position-x: 0%;
    }
}
}

Reviews

No reviews yet.