aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-08-09 23:39:28 +0200
committerstonedDiscord <Tukz@gmx.de>2022-08-09 23:39:28 +0200
commit2194597e6ec4c8d4a8aefcb8e90cf02598b0a4df (patch)
treef39e5036c33a0ca1517c9018c0ffcb491d7d3141
parent2a6a6b13452a68ec9aa26ec21f58755256ad1a68 (diff)
add track display to dr2 theme
-rw-r--r--webAO/styles/chatbox/chatdr2.css23
1 files changed, 21 insertions, 2 deletions
diff --git a/webAO/styles/chatbox/chatdr2.css b/webAO/styles/chatbox/chatdr2.css
index 73187f1..481cd3d 100644
--- a/webAO/styles/chatbox/chatdr2.css
+++ b/webAO/styles/chatbox/chatdr2.css
@@ -45,6 +45,7 @@
#client_name {
display: block;
+ position: absolute;
height: 100%;
width: 7%;
text-align: left;
@@ -55,8 +56,6 @@
box-shadow: 0.3em 0px 0 #ff9700;
left: 0;
bottom: 0;
- position: absolute;
- z-index: 1;
}
#client_inner_name {
@@ -98,4 +97,24 @@
#client_chatwaiting {
display: none;
+}
+
+#client_trackstatus {
+ display: block;
+ position: absolute;
+ width: 35%;
+ height: 35%;
+ top: 0;
+ left: 0;
+ background-image: url("music_dr2.svg");
+ background-size: contain;
+ background-repeat: no-repeat;
+}
+
+#client_trackstatustext {
+ position: absolute;
+ top: 4%;
+ left: 4%;
+ color: #f84f00;
+ font-family: monospace;
} \ No newline at end of file