From 2194597e6ec4c8d4a8aefcb8e90cf02598b0a4df Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 9 Aug 2022 23:39:28 +0200 Subject: add track display to dr2 theme --- webAO/styles/chatbox/chatdr2.css | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'webAO/styles/chatbox/chatdr2.css') 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 -- cgit From 73346f6e281bc59713381688f30325aea2039890 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 10 Aug 2022 00:09:40 +0200 Subject: add DR2 music to theme --- webAO/styles/chatbox/chatdr2.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'webAO/styles/chatbox/chatdr2.css') diff --git a/webAO/styles/chatbox/chatdr2.css b/webAO/styles/chatbox/chatdr2.css index 481cd3d..fdfc426 100644 --- a/webAO/styles/chatbox/chatdr2.css +++ b/webAO/styles/chatbox/chatdr2.css @@ -102,7 +102,7 @@ #client_trackstatus { display: block; position: absolute; - width: 35%; + width: 30%; height: 35%; top: 0; left: 0; @@ -113,8 +113,11 @@ #client_trackstatustext { position: absolute; - top: 4%; - left: 4%; + top: 6%; + left: 25%; + width: 50%; color: #f84f00; font-family: monospace; + font-size: 1.2em; + white-space: nowrap; } \ No newline at end of file -- cgit From 4a794666f2bdcdde08ddabe12ec7a895266e6585 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 17 Aug 2022 23:01:18 +0200 Subject: add clock css for styles that don't have clocks --- webAO/styles/chatbox/chatdr2.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/styles/chatbox/chatdr2.css') diff --git a/webAO/styles/chatbox/chatdr2.css b/webAO/styles/chatbox/chatdr2.css index fdfc426..59b11dc 100644 --- a/webAO/styles/chatbox/chatdr2.css +++ b/webAO/styles/chatbox/chatdr2.css @@ -120,4 +120,8 @@ font-family: monospace; font-size: 1.2em; white-space: nowrap; +} + +#client_trackstatus { + display: fuck; } \ No newline at end of file -- cgit