Original by VanVanii
Pastel Rainbow Play Button For Roblox (Fixed by kisseskloset
Details
Authorkisseskloset
LicenseCC0-1.0
Categoryhttps://web.roblox.com
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Pastel Rainbow Play Button For Roblox
@namespace USO Archive
@author VanVanii
@description `inspo: CraX_e621sorry for telling this soooo late, but i just realized that to make my button theme work is to install the original button theme made by CraX_e621 first [ https://userstyles.org/styles/177000/rainbow-play-button-for-roblox ] after u install CraX_e621's theme. you can install my pastel button alreadyitll work properly if u follow these steps :)p.s thx to vqlccn for commenting abt how it works :)`
@version 20201212.14.27
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("https://web.roblox.com")
{
@keyframes rainbow
{
0% {background-color: pink;
border-color: pink;
}
14%
{
background-color: peachpuff;
border-color: peachpuff;
}
28%
{
background-color: oldlace;
border-color: oldlace;
}
42%
{
background-color: honeydew;
border-color: honeydew;
}
56%
{
background-color: lightcyan;
border-color: lightcyan;
}
80%
{
background-color: lavender;
border-color: lavender;
}
94%
{
background-color: lavender;
border-color: lavender;
}
100%
{
background-color: pink;
border-color: pink;
}
}
a.btn-common-play-game-lg
{
animation: rainbow /*[[speed]]*/s infinite;
}
}