Greasy Fork is available in English.
Christmas style!
ของเมื่อวันที่
/* ==UserStyle==@name SteamStat.us - Re-Remastered Christmas Theme@version 20241115.16.06@namespace https://github.com/Nick2bad4u/UserStyles@description Christmas style!@homepageURL https://github.com/Nick2bad4u/UserStyles@author nick2bad4u@license UnLicense==/UserStyle== */@-moz-document domain("steamstat.us") {.title {margin: 10px 0;background: linear-gradient(180deg,#ff0000,#ffffff,#008000); /* Red, White, Green */background-clip: text;color: #ffffff;font-weight: 300;font-size: 2.6em;/* Christmas-Themed Title */text-align: center;text-shadow: 2px 2px 8px rgb(0 0 0 / 80%);-webkit-text-fill-color: transparent;}a {/* Christmas Links */color: #ff4500; /* Festive Orange-Red */font-weight: 700;text-decoration: none;text-shadow: 1px 1px 4px rgb(0 0 0 / 60%);}a:hover {color: #008000; /* Green for Hover */text-decoration: underline;}.pull-right,.service .status {float: right;text-align: right;}.good {/* Holly Green */color: #008000;text-shadow: 1px 1px 1px rgb(0 0 0);}.minor {/* Festive Gold */color: #ffd700;font-weight: 700;text-shadow: 1px 1px 1px rgb(0 0 0 / 90%);}.major {/* Bright Christmas Red */color: #ff0000;font-weight: 700;text-shadow: 1px 1px 1px rgb(0 0 0 / 90%);}#js-refresh {/* Refresh Indicator */color: #ffd700;font-weight: bolder;text-shadow: 0 0 1px rgb(255 215 0 / 80%);}.services,#psa,noscript {position: relative;outline: black;outline-style: auto;box-shadow: 0 4px 12px rgb(0 0 0 / 80%);border: 2px solid #ffd700; /* Gold Border */border-radius: 6px;background: linear-gradient(180deg,#ff0000,#ffffff,#008000); /* Candy Cane Stripe Effect */color: #ffffff;font-size: 1em;line-height: 1.5;text-decoration-color: black;text-shadow: 1px 0 3px rgb(0 0 1 / 100%);}body {margin: 0;background: linear-gradient(0deg,#ff0000,#008000); /* Christmas Red and Green */color: #ffffff;font-weight: 300;font-size: 16px;font-family: Roboto, Arial, sans-serif;text-shadow: 1px 1px 4px rgb(0 0 0 / 80%);}[data-tooltip]::before {/* Tooltip 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: #008000; /* Green Background for Tooltip */padding: 8px;width: 96%;color: #ffd700; /* Gold Text */font-style: italic;font-weight: 300;text-align: left;text-shadow: 1px 1px 5px rgb(0 0 0 / 80%);}[data-tooltip]:hover::before {visibility: visible;opacity: 100%;}}