Winter Roblox button theme by pozitivalex
Details
Authorpozitivalex
LicenseNo License
Category<button type="button" class="btn-full-width btn-common-play-game-lg btn-primary-md btn-min-width" data-testid="play-button">
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
There is a syntax error in description.Notes
There is a syntax error in notes.Source code
/* ==UserStyle==
@name Winter Roblox button theme
@version 20211130.14.55
@namespace userstyles.world/user/pozitivalex
@description <button type="button" class="btn-full-width btn-common-play-game-lg btn-primary-md btn-min-width" data-testid="play-button">
@author pozitivalex
@license No License
==/UserStyle== */
@-moz-document domain("roblox.com") {
@keyframes rainbow
{
0% {background-color: #004cff;
border-color: #fdffff;
}
14%
{
background-color: #000;
border-color: #004cff;
}
28%
{
background-color: #fdffff;
border-color: #004cff;
}
42%
{
background-color: #004cff;
border-color: #fdffff;
}
56%
{
background-color: #000;
border-color: #004cff;
}
80%
{
background-color: #fdffff;
border-color: #004cff;
}
94%
{
background-color: #004cff;
border-color: #fdffff;
}
100%
{
background-color: #000;
border-color: #004cff;
}
}
.btn-common-play-game-lg
{
animation: rainbow 8s infinite;
}
}