diff options
| author | sD <stoned@derpymail.org> | 2020-04-02 16:41:55 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-02 16:41:55 +0200 |
| commit | 1cf3f105bb62ff7a18a828fb57b2bce92c8812e5 (patch) | |
| tree | ff99086bbcb0e219a341ca12937115aec835f3d4 /webAO | |
| parent | 1bb03e1fe25ccf2de5c74729e757bd06cffcc492 (diff) | |
change sizes
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/chatbox/dgs.css | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index 5df55d2..8e72484 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -6,34 +6,34 @@ src: local('Cabin Condensed'), local('CabinCondensed-Regular'), url(https://fonts.gstatic.com/s/cabincondensed/v13/nwpMtK6mNhBK2err_hqkYhHRqmwqZ-LY.woff2) format('woff2'); } -#chatcontainer { +#client_chatcontainer { font-family: 'Cabin Condensed', sans-serif; } #client_name { display: none; padding: 0px 6px; - height: 5.2%; + height: 5%; border: 1px solid #a59252; background-image: linear-gradient(#635529, #8c7d42); - left: 1.5%; - top: 63%; + left: 2%; + top: 65%; border-radius: 3px; position: absolute; + z-index: 1; } #client_chat { font-size: 1em; display: none; - width: 98%; - width: calc(100% - 4px); + width: 100%; margin: auto; height: 30%; border-image-source: url("dgs_chat_bg.png"); border-image-slice: 12; border-image-width: 12px; border-width: 12px; - background-color: rgba(8, 22, 33, 0.75); + background-color: #101821; top: 70%; position: absolute; word-break: keep-all; @@ -45,7 +45,8 @@ } #client_chat p { - margin: 4px; + margin: 6px; + padding: 6px 20px; } #client_chatwaiting { |
