Lime Green/Purple Theme
SteamStat.us - Re-Remastered - Lime Green/Purple Style by Nick2bad4u
Imported and mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/SteamStat.us-Re-Remastered-Lime%20Green-Purple%20Style.user.css
Details
AuthorNick2bad4u
LicenseUnLicense
Categorysteamstat
Created
Updated
Size3.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 - Lime Green/Purple Style
@version 20241115.16.03
@namespace https://github.com/Nick2bad4u/UserStyles
@description SteamStat.us - Re-Remastered - Lime Green/Purple Style
@homepageURL https://github.com/Nick2bad4u/UserStyles
@author Nick2bad4u
@license UnLicense
==/UserStyle== */
@-moz-document domain("steamstat.us") {
.title {
/* Lime Green/Purple Status Title */
text-align: center;
margin: 10px 0;
font-size: 2.6em;
font-weight: 300;
color: #32CD32;
text-shadow: 1px 1px 1px rgba(55, 10, 63, 0.9); /* Black shadow added */
background: linear-gradient(145deg, #32CD32, #8A2BE2);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
a {
color: #8A2BE2;
text-decoration: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); /* Black shadow added */
font-weight: bold;
}
a:hover {
color: #32CD32;
text-decoration: underline;
}
.pull-right,
.service .status {
text-align: right;
float: right;
}
.good {
/* Lime Green */
color: #32CD32;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); /* Black shadow added */
}
.minor {
/* Light Purple */
color: #9370DB;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); /* Black shadow added */
font-weight: bold;
}
.major {
/* Bright Lime */
color: #ADFF2F;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); /* Black shadow added */
font-weight: bold;
}
#js-refresh {
/* Refreshing in idk seconds */
color: #8A2BE2;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8); /* Black shadow added */
font-weight: bolder;
}
.services,
#psa,
noscript {
position: relative;
background: linear-gradient(145deg, #1C8E1C, #7016C3);
border: 1px solid #8A2BE2;
border-radius: 3px;
font-size: 1em;
line-height: 1.5;
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); /* Black shadow added */
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
color: #F8F8F2;
}
body {
margin: 0;
color: #32CD32;
font-family: 'Roboto', Arial, sans-serif;
font-size: 16px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); /* Black shadow added */
font-weight: 300;
background: linear-gradient(145deg, #32CD32, #8A2BE2);
}
[data-tooltip]:before {
/* Time since last status change 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: #21222C;
color: #32CD32;
text-align: left;
padding: 8px;
border-radius: 6px;
z-index: 1;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); /* Black shadow added */
font-style: italic;
font-weight: 300;
transition: visibility 0s, opacity 0.3s ease-in-out;
}
[data-tooltip]:hover:before {
visibility: visible;
opacity: 1;
}
}