diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-22 17:19:39 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-22 17:19:39 +0500 |
| commit | 08e8563f94e8b46c08df4c231c838d32365d8f08 (patch) | |
| tree | e13577b2f2d9fbde64203b714516ffd6d78fc780 /public/static | |
| parent | 34189e06a88ce4409a2c9652ca26f072c461233e (diff) | |
feat: show emote rating
Diffstat (limited to 'public/static')
| -rw-r--r-- | public/static/img/icons/ratings/brimstone.webp | bin | 0 -> 8400 bytes | |||
| -rw-r--r-- | public/static/style.css | 28 |
2 files changed, 28 insertions, 0 deletions
diff --git a/public/static/img/icons/ratings/brimstone.webp b/public/static/img/icons/ratings/brimstone.webp Binary files differnew file mode 100644 index 0000000..98b0d62 --- /dev/null +++ b/public/static/img/icons/ratings/brimstone.webp 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 |
