From 1fb415128806b86ed7484177c55fa1aa0e12a9eb Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 10 Aug 2022 21:44:05 +0200 Subject: add dr3 track status (unfinished) --- webAO/styles/chatbox/drv3.css | 17 ++++++++++++++++- webAO/styles/chatbox/drv3trackstatus.png | Bin 0 -> 18455 bytes webAO/styles/chatbox/drv3trackstatustext.png | Bin 0 -> 21648 bytes 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 webAO/styles/chatbox/drv3trackstatus.png create mode 100644 webAO/styles/chatbox/drv3trackstatustext.png (limited to 'webAO') diff --git a/webAO/styles/chatbox/drv3.css b/webAO/styles/chatbox/drv3.css index 830ca9e..6855edb 100644 --- a/webAO/styles/chatbox/drv3.css +++ b/webAO/styles/chatbox/drv3.css @@ -98,5 +98,20 @@ } #client_trackstatus { - color: transparent; + position: absolute; + top: 0; + left: 0; + height: 10%; + background-image: url('drv3trackstatus.png'); + background-size: contain; + background-repeat: no-repeat; +} + +#client_trackstatustext { + position: absolute; + left: 0; + top: 10%; + background-image: url('drv3trackstatustext.png'); + background-size: contain; + background-repeat: no-repeat; } \ No newline at end of file diff --git a/webAO/styles/chatbox/drv3trackstatus.png b/webAO/styles/chatbox/drv3trackstatus.png new file mode 100644 index 0000000..200ef18 Binary files /dev/null and b/webAO/styles/chatbox/drv3trackstatus.png differ diff --git a/webAO/styles/chatbox/drv3trackstatustext.png b/webAO/styles/chatbox/drv3trackstatustext.png new file mode 100644 index 0000000..6bbe27f Binary files /dev/null and b/webAO/styles/chatbox/drv3trackstatustext.png differ -- cgit