Detroit Lions theme
SteamStat.us - Re-Remastered Detroit Lions by Nick2bad4u
Imported and mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/SteamStat.us-Re-Remastered-Detroit-Lions-Style.user.css
Details
AuthorNick2bad4u
LicenseUnLicense
Categorysteamstat
Created
Updated
Size3.6 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 Detroit Lions
@version 20241115.16.03
@namespace https://github.com/Nick2bad4u/UserStyles
@description SteamStat.us - Re-Remastered Detroit Lions
@homepageURL https://github.com/Nick2bad4u/UserStyles
@author Nick
@license UnLicense
==/UserStyle== */
@-moz-document domain("steamstat.us")
{
.title
{
/* Detroit Lions Title */
text-align: center;
margin: 10px 0;
font-size: 2.6em;
font-weight: 700;
color: #0076B6;
/* Honolulu Blue */
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
/* Subtle black shadow */
background: linear-gradient(145deg, #0076B6, #B0B7BC);
/* Blue to Silver gradient */
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.title::after
{
/* Add Lions Logo to the Right */
content: '';
display: inline-block;
width: 60px;
height: 60px;
background: url('https://upload.wikimedia.org/wikipedia/en/7/71/Detroit_Lions_logo.svg') no-repeat center;
background-size: contain;
margin-left: 10px;
}
a
{
color: #0076B6;
/* Honolulu Blue */
text-decoration: none;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
/* Light shadow */
font-weight: bold;
}
a:hover
{
color: #B0B7BC;
/* Silver */
text-decoration: underline;
}
.pull-right,
.service .status
{
text-align: right;
float: right;
}
.good
{
/* Blue for good statuses */
color: #0076B6;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
/* Black shadow */
}
.minor
{
/* Silver for minor issues */
color: #B0B7BC;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
/* Black shadow */
font-weight: bold;
}
.major
{
/* White for major issues */
color: #FFFFFF;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
/* Black shadow */
font-weight: bold;
}
#js-refresh
{
/* Refreshing in seconds */
color: #B0B7BC;
text-shadow: 0 0 2px rgb(0, 0, 0);
/* Subtle shadow */
font-weight: bolder;
}
.services,
#psa,
noscript
{
position: relative;
background: linear-gradient(145deg, #0076B6, #B0B7BC);
/* Blue to Silver */
border: 1px solid #FFFFFF;
/* White border */
border-radius: 3px;
font-size: 1em;
line-height: 1.5;
text-shadow: 0px 0px 1px rgb(0, 0, 1);
/* Subtle shadow */
box-shadow: 0px 4px 8px rgb(0, 0, 0);
color: #FFFFFF;
/* White text */
}
body
{
margin: 0;
color: #0076B6;
/* Honolulu Blue text */
font-family: 'Roboto', Arial, sans-serif;
font-size: 16px;
text-shadow: 1px 1px 3px rgb(0, 0, 0);
/* Subtle shadow */
font-weight: 300;
background: linear-gradient(145deg, #0076B6, #B0B7BC);
/* Blue to Silver background */
}
[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: #FFFFFF;
/* White box */
color: #0076B6;
/* Honolulu Blue text */
text-align: left;
padding: 8px;
border-radius: 6px;
z-index: 1;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
/* Subtle shadow */
font-style: italic;
font-weight: 300;
transition: visibility 0s, opacity 0.3s ease-in-out;
}
[data-tooltip]:hover:before
{
visibility: visible;
opacity: 1;
}
}