SteamStat.us - University of Michigan Wolverines

SteamStat.us - University of Michigan Wolverines Theme

目前為 2024-12-15 提交的版本,檢視 最新版本

/* ==UserStyle==
@name         SteamStat.us - University of Michigan Wolverines
@version      20241115.16.03
@namespace    https://github.com/Nick2bad4u/UserStyles
@description  SteamStat.us - University of Michigan Wolverines Theme
@homepageURL  https://github.com/Nick2bad4u/UserStyles
@author       Nick2bad4u
@license      UnLicense
==/UserStyle== */
@-moz-document domain("steamstat.us") {
	.title {
		margin: 10px 0;
		/* Subtle black shadow */
		background: linear-gradient(
			145deg,
			#00274c,
			#ffcb05
		);
		/* Blue to Maize gradient */
		background-clip: text;
		color: #00274c;
		font-weight: 700;
		font-size: 2.6em;
		/* Michigan Wolverines Title */
		text-align: center;
		/* Maize and Blue - Dark Blue */
		text-shadow: 1px 1px 1px rgb(0 0 0 / 60%);
		-webkit-text-fill-color: transparent;
		display: flex;
		position: relative;
		justify-content: center;
		align-items: center;
	}

	.title::after {
		display: inline-block;
		margin-left: 10px;
		background: url('https://upload.wikimedia.org/wikipedia/commons/f/fb/Michigan_Wolverines_logo.svg')
			no-repeat center;
		background-size: contain;
		width: 60px;
		height: 60px;
		/* Add Michigan Wolverines Logo to the Right */
		content: '';
	}

	a {
		color: #00274c;
		/* Light shadow */
		font-weight: 700;
		/* Dark Blue */
		text-decoration: none;
		text-shadow: 1px 1px 0 rgb(0 0 0 / 40%);
	}

	a:hover {
		color: #ffcb05;
		/* Maize */
		text-decoration: underline;
	}

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

	.good {
		/* Blue for good statuses */
		color: #00274c;
		text-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
		/* Black shadow */
	}

	.minor {
		/* Maize for minor issues */
		color: #ffcb05;
		/* Black shadow */
		font-weight: 700;
		text-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
	}

	.major {
		/* White for major issues */
		color: #ffffff;
		/* Black shadow */
		font-weight: 700;
		text-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
	}

	#js-refresh {
		/* Refreshing in seconds */
		color: #ffcb05;
		/* Subtle shadow */
		font-weight: bolder;
		text-shadow: 0 0 2px rgb(0 0 0);
	}

	.services,
	#psa,
	noscript {
		position: relative;
		/* Subtle shadow */
		box-shadow: 0 4px 8px rgb(0 0 0);
		/* Blue to Maize */
		border: 1px solid #ffffff;
		/* White border */
		border-radius: 3px;
		background: linear-gradient(
			145deg,
			#00274c,
			#ffcb05
		);
		color: #ffffff;
		font-size: 1em;
		line-height: 1.5;
		text-shadow: 0 0 1px rgb(0 0 1);
		/* White text */
	}

	body {
		margin: 0;
		background: linear-gradient(
			145deg,
			#00274c,
			#ffcb05
		);
		color: #00274c;
		/* Subtle shadow */
		font-weight: 300;
		font-size: 16px;
		/* Dark Blue text */
		font-family: Roboto, Arial, sans-serif;
		text-shadow: 1px 1px 3px rgb(0 0 0);
		/* Blue to Maize background */
	}

	[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: #ffffff;
		padding: 8px;
		width: 96%;
		/* White box */
		color: #00274c;
		/* Subtle shadow */
		font-style: italic;
		font-weight: 300;
		/* Dark Blue text */
		text-align: left;
		text-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
	}

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

QingJ © 2025

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