diff options
| author | sD <stoned@derpymail.org> | 2020-08-26 00:53:52 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-08-26 00:53:52 +0200 |
| commit | 8f07d28271c82e7324f286c0b5611e7e5d33c829 (patch) | |
| tree | 90cd674c14a25fa94db59314be5619197e7ba192 /webAO/styles/chatbox | |
| parent | 73157e0ef46e959c727c9f8dda9fa66272362a58 (diff) | |
adjust the spacings for the new font
Diffstat (limited to 'webAO/styles/chatbox')
| -rw-r--r-- | webAO/styles/chatbox/aa.css | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index ad9edc1..e6d590c 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.css @@ -63,24 +63,26 @@ top: 1%; height: 13%; min-width: 3.25em; - font-size: 1.1em; - background: rgba(56, 56, 163, 0.5); + font-size: 0.8em; + background: rgba(60, 85, 255, 0.4); box-shadow: 0.075em 0.075em rgba(0, 56, 163, 0.5) inset; margin: 0; - padding: 0 2%; + padding-top: 0.4%; + padding-left: 1.955%; + padding-right: 1.955%; border-color: rgba(255, 255, 255, 0.5); border-style: ridge groove groove ridge; border-width: 0.2em; - border-radius: 0.2em; + border-radius: 0.3em; z-index: 1; font-family: "Ace Name", "Igiari Cyrillic", "MS PGothic", "MS UI Gothic", "MS Sans Serif", "Hiragino Maru Gothic Pro", "Mitra Mono", "Mukti Narrow", "Meera", "Khmer OS", "FreeSans", "Gargi", sans-serif; } #client_inner_name { text-justify: distribute; - letter-spacing: 0.075em; line-height: 100%; margin: 0; + margin-top: 2.75%; } #client_chat { @@ -92,11 +94,11 @@ width: calc(100% - 0.25em); height: 78%; margin: auto; - border-color: rgba(255, 255, 255, 0.5); + border-color: rgba(255, 255, 255, 0.6); border-style: ridge groove groove ridge; border-width: 0.15em; - border-radius: 0.2em; - background-color: rgba(0, 0, 16, 0.5); + border-radius: 0.15em; + background-color: rgba(0, 0, 16, 0.55); font-size: 1.6em; word-break: keep-all; overflow-wrap: break-word; |
