From 9aa761d249a3962db147af7acdc2ef2f2b909f5f Mon Sep 17 00:00:00 2001 From: sD Date: Mon, 20 Apr 2020 00:40:08 +0200 Subject: add colors to all the chatboxes --- webAO/styles/chatbox/yttd.css | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'webAO/styles/chatbox/yttd.css') diff --git a/webAO/styles/chatbox/yttd.css b/webAO/styles/chatbox/yttd.css index e2f8e4f..f67559c 100644 --- a/webAO/styles/chatbox/yttd.css +++ b/webAO/styles/chatbox/yttd.css @@ -1,15 +1,3 @@ - -#client_chatcontainer { - position: absolute; - bottom: 0; - left: 0; - height: 50%; - width: 100%; - filter: none; - font-family: "DejaVu Sans Mono", "BIZ UDGothic", "Consolas", sans-serif; - text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; -} - .text_white { color: #fff; } @@ -42,7 +30,16 @@ color: #0ff; } - +#client_chatcontainer { + position: absolute; + bottom: 0; + left: 0; + height: 50%; + width: 100%; + filter: none; + font-family: "DejaVu Sans Mono", "BIZ UDGothic", "Consolas", sans-serif; + text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; +} #client_name { display: block; -- cgit