您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
SteamStat.us - Re-Remastered - Purple
当前为
/* ==UserStyle== @name SteamStat.us - Re-remastered @version 20241115.16.00 @namespace https://userstyles.world/user/Nick2bad4u @description SteamStat.us - Re-Remastered - Purple @homepageURL https://github.com/Nick2bad4u/UserStyles @author Nick2bad4u @license UnLicense ==/UserStyle== */ @-moz-document url("https://steamstat.us/") { .title { margin: 10px 0; color: #d4b5ff; font-weight: 300; font-size: 2.6em; /* Steam Status Title */ text-align: center; text-shadow: 2px 2px 8px #4a0072; } a { color: #9e86ff; font-weight: 700; text-decoration: none; text-shadow: 2px 2px 6px #3e045f; } .pull-right, .service .status { float: right; text-align: right; } .good { /* Soft Green */ color: #57e39b; text-shadow: 2px 2px 6px #154d47; } .minor { /* Soft Teal */ color: #63d1ff; font-weight: 700; text-shadow: 2px 2px 6px #005f72; } .major { /* Soft Yellow */ color: #ffd700; font-weight: 700; text-shadow: 2px 2px 6px #705c00; } #js-refresh { /* Refreshing in idk seconds */ color: #a569ff; font-weight: bolder; text-shadow: 0 0 8px #a569ff; } .services, #psa, noscript { position: relative; border: 1px solid #3a1e5d; border-radius: 6px; background-color: #1f1b2e; font-size: 1em; line-height: 1.5; text-shadow: 0 0 6px #000; } body { margin: 0; background: #000; color: #c2a3e8; font-weight: lighter; font-size: 16px; font-family: Open Sans, Helvetica, Arial, sans-serif; text-shadow: 2px 2px 6px #000; } [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; border-radius: 6px; background: #221936; padding: 8px; width: 97%; color: #e6d5ff; font-style: italic; font-weight: lighter; text-align: left; text-shadow: 1px 1px 10px #000; } }