diff options
| author | sD <stoned@derpymail.org> | 2020-04-20 00:40:08 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-20 00:40:08 +0200 |
| commit | 9aa761d249a3962db147af7acdc2ef2f2b909f5f (patch) | |
| tree | ae4ebb180f49249e5c1d6171cc095f5fde09fa6b /webAO/styles/chatbox/yttd.css | |
| parent | 9dc3ae60265b8c53b7fc653bb065c7fbab45cee4 (diff) | |
add colors to all the chatboxes
Diffstat (limited to 'webAO/styles/chatbox/yttd.css')
| -rw-r--r-- | webAO/styles/chatbox/yttd.css | 23 |
1 files changed, 10 insertions, 13 deletions
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; |
