SteamStat.us - Re-Remastered USA Style

SteamStat.us - Re-Remastered USA Red/White/Blue Style

当前为 2025-01-21 提交的版本,查看 最新版本

/* ==UserStyle==
@name         SteamStat.us - Re-Remastered USA Style
@version      20241115.16.04
@namespace    typpi.online
@supportURL   https://github.com/Nick2bad4u/UserStyles/issues
@description  SteamStat.us - Re-Remastered USA Red/White/Blue Style
@homepageURL  https://github.com/Nick2bad4u/UserStyles
@author       Nick2bad4u
@license      UnLicense
==/UserStyle== */

@-moz-document domain("steamstat.us") {
	.title {
		margin: 10px 0;
		background: linear-gradient(
			145deg,
			#ff0000,
			#0000ff
		); /* Red to Blue gradient */
		background-clip: text;
		color: #ff0000; /* Red */
		font-weight: 300;
		font-size: 2.6em;
		/* USA Red/White/Blue Status Title */
		text-align: center;
		text-shadow: 1px 1px 1px rgb(0 0 128 / 90%); /* Navy blue shadow */
		-webkit-text-fill-color: transparent;
	}

	a {
		color: #0000ff; /* Blue */
		font-weight: 700;
		text-decoration: none;
		text-shadow: 1px 1px 1px
			rgb(255 255 255 / 60%); /* White shadow */
	}

	a:hover {
		color: #ff0000; /* Red */
		text-decoration: underline;
	}

	.pull-right,
	.service .status {
		float: right;
		text-align: right;
	}

	.good {
		/* White */
		color: #ffffff;
		text-shadow: 1px 1px 2px rgb(0 0 0 / 80%); /* Black shadow */
	}

	.minor {
		/* Sky Blue */
		color: #87ceeb;
		font-weight: 700;
		text-shadow: 1px 1px 2px rgb(0 0 0 / 80%); /* Black shadow */
	}

	.major {
		/* Bright Red */
		color: #ff4500;
		font-weight: 700;
		text-shadow: 1px 1px 2px rgb(0 0 0 / 80%); /* Black shadow */
	}

	#js-refresh {
		/* Refreshing in idk seconds */
		color: #0000ff; /* Blue */
		font-weight: bolder;
		text-shadow: 0 0 2px rgb(255 255 255 / 80%); /* White shadow */
	}

	.services,
	#psa,
	noscript {
		position: relative;
		box-shadow: 0 4px 8px rgb(0 0 0 / 40%);
		border: 1px solid #ffffff; /* White border */
		border-radius: 3px;
		background: linear-gradient(
			145deg,
			#ff0000,
			#0000ff
		); /* Red to Blue gradient */
		color: #ffffff; /* White text */
		font-size: 1em;
		line-height: 1.5;
		text-shadow: 0 0 5px rgb(0 0 0 / 80%); /* Black shadow */
	}

	body {
		margin: 0;
		background: linear-gradient(
			145deg,
			#ff0000,
			#0000ff
		); /* Red to Blue gradient */
		color: #ffffff; /* White text */
		font-weight: 300;
		font-size: 16px;
		font-family: Roboto, Arial, sans-serif;
		text-shadow: 1px 1px 3px rgb(0 0 0 / 80%); /* Black shadow */
	}

	[data-tooltip]::before {
		/* Time since last status change Box */
		visibility: hidden;
		opacity: 0%;
		overflow: hidden;
		content: attr(data-tooltip);
		font-size: 0.9em;
		white-space: pre;
		word-wrap: break-word;
		position: absolute;
		top: 0;
		left: 2%;
		z-index: 1;
		transition:
			visibility 0s,
			opacity 0.3s ease-in-out;
		border-radius: 6px;
		background: #000000; /* Black background for contrast */
		padding: 8px;
		width: 96%;
		color: #ffffff; /* White text */
		font-style: italic;
		font-weight: 300;
		text-align: left;
		text-shadow: 1px 1px 3px rgb(255 0 0 / 80%); /* Red shadow */
	}

	[data-tooltip]:hover::before {
		visibility: visible;
		opacity: 100%;
	}
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址