summaryrefslogtreecommitdiff
path: root/public/static/style.css
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-22 17:19:39 +0500
committerilotterytea <iltsu@alright.party>2025-04-22 17:19:39 +0500
commit08e8563f94e8b46c08df4c231c838d32365d8f08 (patch)
treee13577b2f2d9fbde64203b714516ffd6d78fc780 /public/static/style.css
parent34189e06a88ce4409a2c9652ca26f072c461233e (diff)
feat: show emote rating
Diffstat (limited to 'public/static/style.css')
-rw-r--r--public/static/style.css28
1 files changed, 28 insertions, 0 deletions
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