aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox/chatdr2.css
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-10-12 18:25:14 +0200
committerstonedDiscord <Tukz@gmx.de>2022-10-12 18:25:14 +0200
commit8a7942c0565298c29edbf0b271d5d7c7f9e56fd8 (patch)
tree67b788f40b7a4713904836de05f0e5876c32bd79 /webAO/styles/chatbox/chatdr2.css
parenta83c8962b68f2cc0a0e22d988b8ff030057454e5 (diff)
parent82983e0c38383ec2602b4f41327342d1c8d0a8fd (diff)
Merge branch 'master' into 2fa
Diffstat (limited to 'webAO/styles/chatbox/chatdr2.css')
-rw-r--r--webAO/styles/chatbox/chatdr2.css30
1 files changed, 28 insertions, 2 deletions
diff --git a/webAO/styles/chatbox/chatdr2.css b/webAO/styles/chatbox/chatdr2.css
index 73187f1..59b11dc 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,31 @@
#client_chatwaiting {
display: none;
+}
+
+#client_trackstatus {
+ display: block;
+ position: absolute;
+ width: 30%;
+ height: 35%;
+ top: 0;
+ left: 0;
+ background-image: url("music_dr2.svg");
+ background-size: contain;
+ background-repeat: no-repeat;
+}
+
+#client_trackstatustext {
+ position: absolute;
+ top: 6%;
+ left: 25%;
+ width: 50%;
+ color: #f84f00;
+ font-family: monospace;
+ font-size: 1.2em;
+ white-space: nowrap;
+}
+
+#client_trackstatus {
+ display: fuck;
} \ No newline at end of file