diff options
| author | sD <stoned@derpymail.org> | 2020-04-07 19:54:10 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-07 19:54:10 +0200 |
| commit | e172029a5e978da699e0c9152f3b1682b5c7095b (patch) | |
| tree | 5ddd00c239f16ec4d181817cf462e3b36607de85 | |
| parent | 2a731f4c0a1325a64c525992c0f78c95a97c6092 (diff) | |
fix yttd theme
| -rw-r--r-- | webAO/styles/chatbox/yttd.css | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/webAO/styles/chatbox/yttd.css b/webAO/styles/chatbox/yttd.css index c5fa50a..b3a7ba0 100644 --- a/webAO/styles/chatbox/yttd.css +++ b/webAO/styles/chatbox/yttd.css @@ -1,16 +1,25 @@ +#client_chatcontainer { + position: absolute; + top: 50%; + left: 0; + height: 50%; + width: 100%; + filter: none; + font-family: "MS PGothic", sans-serif; +} + #client_name { display: none; - padding: 0 0.45em; - height: 5.2%; + top: 0; + left: 0; + height: 25%; min-width: 3.25em; text-justify: distribute; letter-spacing: 0.075em; font-weight: bold; - background-color: black; - box-shadow: 0.075em 0.075em rgba(0, 56, 163, 0.5) inset; - left: 0; - top: 60.4%; + background-color: rgba(0, 0, 0, 0.5); + padding: 0.5 0.5em; border-style: double; border-color: #ffa500; position: absolute; @@ -20,14 +29,14 @@ #client_chat { font-size: 1em; display: none; - width: 98.4375%; - width: calc(100% - 0.275em); + bottom: 0; + width: 99%; + width: calc(100% - 6px); margin: auto; - height: 31.25%; + height: 70%; border-style: double; border-color: #ffa500; - background-color: black; - top: 66.5%; + background-color: rgba(0, 0, 0, 0.5); position: absolute; word-break: keep-all; overflow-wrap: break-word; |
