Skip to content

Rikies Gaming Qubena by quals112

Screenshot of Rikies Gaming Qubena

Details

Authorquals112

LicenseNo License

CategoryY

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Y

Notes

Y

Source code

/* ==UserStyle==
@name         Rikies Gaming Qubena
@version      20220516.08.23
@namespace    userstyles.world/user/quals112
@description  Y
@author       quals112
@license      No License
==/UserStyle== */

@-moz-document domain("qubena.app") {
/* Gaming Qubena CODE BY Rikies.*/
flt-glass-pane {
    filter: hue-rotate(360deg);
    animation-name: ani;
    animation-duration:5s;
    animation-iteration-count: infinite;
    animation-delay: 0s;
}
@keyframes ani {
   0% {
        -webkit-filter: hue-rotate(0deg);
    }
     12.5% {
        -webkit-filter: hue-rotate(45deg);
    }
     25% {
        -webkit-filter: hue-rotate(90deg);
    }
     37.5% {
        -webkit-filter: hue-rotate(135deg);
    }
     50% {
        -webkit-filter: hue-rotate(180deg);
    }
     62.5% {
        -webkit-filter: hue-rotate(225deg);
    }
     75% {
        -webkit-filter: hue-rotate(270deg);
    }
     87.5% {
        -webkit-filter: hue-rotate(315deg);
    }
    100% {
        -webkit-filter: hue-rotate(360deg);
    }
}

}

@-moz-document url-prefix("http://example.com") {

}

Reviews

No reviews yet.