Skip to content

www.hokushin-eiden.co.jp by yude

Details

Authoryude

LicenseNo License

Categorywww.hokushin-eiden.co.jp

Created

Updated

Size954 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Thank you

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         www.hokushin-eiden.co.jp
@version      20230429.04.02
@namespace    ?
==/UserStyle== */

@-moz-document domain("www.hokushin-eiden.co.jp") {
img {
    animation: rotate-anime 5s linear infinite;

}
body {
    filter: invert(100%);
    background-color: black
}
@keyframes rotate-anime {
    0% {
        transform: rotate(0);
        background-color: red;
        color: red;
    }
    14% {
        background-color: orange;
        color: orange;
    }

    28% {
        background-color: yellow;
        color: yellow;
    }

    42% {
        background-color: green;
        color: green;
    }

    56% {
        background-color: aqua;
        color: aqua;
    }

    70% {
        background-color: blue;
        color: blue;
    }

    84% {
        background-color: purple;
        color: purple;
    }
    100% {
        transform: rotate(360deg);
        background-color: red;
        color: red;
    }
} 
}

Reviews

No reviews yet.