Skip to content

SteamStat.us - Re-Remastered - Pink/Black Style by Nick2bad4u

Mirrored from https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/SteamStat.us-Re-Remastered-Pink-BlackStyle.user.css

Screenshot of SteamStat.us - Re-Remastered - Pink/Black Style

Details

AuthorNick2bad4u

LicenseUnLicense

Categorysteamstat

Created

Updated

Size2.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

SteamStat.us - Re-Remastered - Pink/Black theme

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         SteamStat.us - Re-Remastered - Pink/Black Style
@version      20241115.16.02
@namespace    https://github.com/Nick2bad4u/UserStyles
@description  SteamStat.us - Re-Remastered - Pink/Black Style
@homepage     https://github.com/Nick2bad4u/UserStyles
@author       Nick2bad4u
@license      UnLicense
==/UserStyle== */

@-moz-document domain("steamstat.us") {
.title {
    /* Black/Pink Status Title */
    text-align: center;
    margin: 10px 0;
    font-size: 2.6em;
    font-weight: 300;
    color: #FF79C6;
    text-shadow: 2px 2px 8px rgba(255, 0, 128, 0.8);
}

a {
    color: #FF92DF;
    text-decoration: none;
    text-shadow: 1px 1px 4px rgba(255, 20, 147, 0.6);
    font-weight: bold;
}

a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

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

.good {
    /* Neon Green */
    color: #50FA7B;
    text-shadow: 1px 1px 6px rgba(0, 128, 0, 0.8);
}

.minor {
    /* Neon Blue */
    color: #8BE9FD;
    text-shadow: 1px 1px 6px rgba(0, 0, 255, 0.8);
    font-weight: bold;
}

.major {
    /* Neon Yellow */
    color: #F1FA8C;
    text-shadow: 1px 1px 6px rgba(255, 255, 0, 0.8);
    font-weight: bold;
}

#js-refresh {
    /* Refreshing in idk seconds */
    color: #FF92DF;
    text-shadow: 0 0 8px rgba(255, 105, 180, 0.8);
    font-weight: bolder;
}

.services,
#psa,
noscript {
    position: relative;
    background: linear-gradient(145deg, #282A36, #191A21);
    border: 1px solid #5A2A5B;
    border-radius: 6px;
    font-size: 1em;
    line-height: 1.5;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
    color: #F8F8F2;
}

body {
    margin: 0;
    color: #FF79C6;
    background: #121212;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    font-weight: 300;
}

[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: #21222C;
    color: #FF79C6;
    text-align: left;
    padding: 8px;
    border-radius: 6px;
    z-index: 1;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    font-style: italic;
    font-weight: 300;
    transition: visibility 0s, opacity 0.3s ease-in-out;
}

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

}

Reviews

No reviews yet.