Somethings off...
THIS STYLE IS NOT MADE BY ME!
Spinning roblox icon but somthing is wrong... by rose
Details
Authorrose
LicenseNo License
CategoryNo
Created
Updated
Size873 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Required browsers / devices:
Chrome PC
Opera PC
Microsoft Edge PC
Safari PC
Kiwi Mobile
Changelogs:
Source code
/* ==UserStyle==
@name Spinning roblox icon but somthing is wrong...
@namespace USO Archive
@author Rose
@description `Makes the cheezit in the corner s- wait... somthings off...
@version 20191112.12.30
@license CC-BY-NC-SA-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("roblox.com") {
@keyframes spin {
from {
transform: rotate(0deg)
}
to {
transform: rotate(360deg)
}
}
.profile-name,
.profile-display-name,
.age-bracket-label-age,
.text-label,
.font-header-2,
.text-name,
.icon-nav-menu,
.icon-logo-r,
.icon-common-search-sm,
.form-control,
.ng-scope,
.container-fluid,
.footer,
.item-type-container,
.icon-checkmark-white-bold,
.light-theme .profile-display-name,
.dark-theme .icon-nav-settings {
animation: spin 4s linear infinite;
}
}