diff options
| author | stonedDiscord <stoned@derpymail.org> | 2020-04-19 15:43:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-19 15:43:44 +0200 |
| commit | 729f4144d7b3a489d8c17d3ec2d7c8f32411f696 (patch) | |
| tree | 04a61f8c3289b23ed55ba0e23bd47e8a127dbe17 /webAO/styles/default.css | |
| parent | 0dc565de5fbc94dfe1745a44c879ee6a9f801049 (diff) | |
| parent | 182ee7354419bf6ce472817d1124932e82b43f98 (diff) | |
Merge pull request #58 from AttorneyOnline/chatboxstyle
Chatboxstyle
Diffstat (limited to 'webAO/styles/default.css')
| -rw-r--r-- | webAO/styles/default.css | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/webAO/styles/default.css b/webAO/styles/default.css index 94e8677..9db682a 100644 --- a/webAO/styles/default.css +++ b/webAO/styles/default.css @@ -77,45 +77,6 @@ img { } } -#client_name { - display: none; - padding: 0px 6px; - height: 7%; - border: 1px solid rgba(255, 255, 255, 0.7); - background: rgba(73, 0, 254, 0.5); - top: 63%; - border-radius: 3px; - position: absolute; -} - -#client_chat { - font-size: 1em; - display: none; - width: 98%; - width: calc(100% - 4px); - margin: auto; - height: 30%; - border: 2px solid rgba(255, 255, 255, 0.7); - background-color: rgba(0, 0, 0, 0.5); - top: 70%; - border-radius: 4px; - position: absolute; - word-break: keep-all; - word-wrap: break-word; - overflow-wrap: break-word; - text-align: left; - overflow: hidden; - scroll-behavior: smooth; -} - -#client_chat p { - margin: 4px; -} - -#client_chatwaiting { - display: none; -} - .client_button { margin: 1px; padding: 2px 15px; |
