SteamStat.us - Bright and Vibrant Style
SteamStat.us - Sunset Theme by Nick2bad4u
Imported and mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/SteamStat.us-Re-Remastered-Sunset-Style.user.css
Details
AuthorNick2bad4u
LicenseUnLicense
Categorysteamstat
Created
Updated
Size2.8 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 - Sunset Theme
@version 20241115.16.04
@namespace https://github.com/Nick2bad4u/UserStyles
@description SteamStat.us - Bright and Vibrant Style
@homepageURL https://github.com/Nick2bad4u/UserStyles
@author nick2bad4u
@license UnLicense
==/UserStyle== */
@-moz-document domain("steamstat.us") {
.title {
/* Bright Gradient Title */
text-align: center;
margin: 10px 0;
font-size: 2.6em;
font-weight: 300;
color: #fff;
text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
background: linear-gradient(145deg, #ff7f50, #00ffff, #ffd700);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
a {
/* Vibrant Links */
color: #00ffff;
text-decoration: none;
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
font-weight: bold;
}
a:hover {
color: #ffd700;
text-decoration: underline;
}
.pull-right,
.service .status {
text-align: right;
float: right;
}
.good {
/* Bright Lime Green */
color: #32cd32;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}
.minor {
/* Electric Purple */
color: #ba55d3;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
font-weight: bold;
}
.major {
/* Bright Gold */
color: #ffd700;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
font-weight: bold;
}
#js-refresh {
/* Refresh Indicator */
color: #ff4500;
text-shadow: 0 0 8px rgba(255, 69, 0, 0.8);
font-weight: bolder;
}
.services,
#psa,
noscript {
position: relative;
background: linear-gradient(145deg, #ff4500, #1e90ff);
border: 2px solid #ffd700;
border-radius: 6px;
font-size: 1em;
line-height: 1.5;
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.6);
color: #ffffff;
}
body {
margin: 0;
color: #ffffff;
background: linear-gradient(145deg, #ff7f50, #1e90ff, #ffd700);
font-family: 'Roboto', Arial, sans-serif;
font-size: 16px;
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
font-weight: 300;
}
[data-tooltip]:before {
/* Tooltip Box */
visibility: hidden;
opacity: 0;
font-size: 0.9em;
content: attr(data-tooltip);
overflow: hidden;
white-space: pre;
word-wrap: break-word;
position: absolute;
top: 0;
left: 2%;
width: 96%;
background: linear-gradient(145deg, #ffd700, #ba55d3, #1e90ff);
color: #ffffff;
text-align: left;
padding: 8px;
border-radius: 6px;
z-index: 1;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
font-style: italic;
font-weight: 300;
transition:
visibility 0s,
opacity 0.3s ease-in-out;
}
[data-tooltip]:hover:before {
visibility: visible;
opacity: 1;
}
}