From 08e8563f94e8b46c08df4c231c838d32365d8f08 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 22 Apr 2025 17:19:39 +0500 Subject: feat: show emote rating --- public/static/img/icons/ratings/brimstone.webp | Bin 0 -> 8400 bytes public/static/style.css | 28 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 public/static/img/icons/ratings/brimstone.webp (limited to 'public/static') diff --git a/public/static/img/icons/ratings/brimstone.webp b/public/static/img/icons/ratings/brimstone.webp new file mode 100644 index 0000000..98b0d62 Binary files /dev/null and b/public/static/img/icons/ratings/brimstone.webp differ diff --git a/public/static/style.css b/public/static/style.css index cb9a996..099764f 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -358,6 +358,34 @@ a.box:hover { margin-top: -15px; } +/** RATINGS */ +.rating.gemerald { + font-weight: bolder; + text-shadow: 0 0 5px blue; + color: #b4dbeb; +} + +.rating.gemerald img { + filter: hue-rotate(50deg) brightness(1.5); +} + +.rating.gem { + font-weight: bold; + color: #2e7b99; +} + +.rating.coal { + font-weight: bold; + color: #2d3335; + text-shadow: 0 0 2px black; +} + +.rating.brimstone { + font-weight: bolder; + color: orange; + text-shadow: 0 0 4px red; +} + /** ------------- ACCOUNTS -- cgit v1.2.3