SteamStat.us - Re-Remastered - Rainbow Style!
SteamStat.us - Re-Remastered - Rainbow Style by Nick2bad4u
Mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/SteamStat.us-Re-Remastered-RainbowStyle.user.css
Details
AuthorNick2bad4u
LicenseUnLicense
Categorysteamstat
Created
Updated
Size1.1 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 SteamStat.us - Re-Remastered - Rainbow Style
@version 20241115.16.20
@namespace https://userstyles.world/user/Nick2bad4u
@description SteamStat.us - Re-Remastered - Rainbow Style
@author Nick2bad4u
@license UnLicense
==/UserStyle== */
@-moz-document url("https://steamstat.us/") {
.title
{
/* Steam Status Title */
text-align: center;
margin: 10px 0;
font-size: 2.6em;
font-weight: 300;
background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 1px 1px 6px #000;
-webkit-text-stroke: 0.4px black;
}
a
{
background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-decoration: none;
text-shadow: 3px 3px 6px #000;
font-weight: bold;
-webkit-text-stroke: 0.4px black;
}
.good,
.minor,
.major,
#js-refresh
{
/* Status Text */
background: linear-