diff options
| author | stonedDiscord <stonedDiscord@users.noreply.github.com> | 2024-11-20 13:35:44 +0000 |
|---|---|---|
| committer | GitHub Action <actions@github.com> | 2024-11-20 13:35:44 +0000 |
| commit | 8ecc3578146542955ce9615085509145a137c9d6 (patch) | |
| tree | aac2f19497b46900701c3c359179d8fe52d23357 /webAO/styles/chatbox/p3.css | |
| parent | 3bf5a2550aaca9810c1136b6d11173062f4cf259 (diff) | |
Prettified Code!
Diffstat (limited to 'webAO/styles/chatbox/p3.css')
| -rw-r--r-- | webAO/styles/chatbox/p3.css | 136 |
1 files changed, 68 insertions, 68 deletions
diff --git a/webAO/styles/chatbox/p3.css b/webAO/styles/chatbox/p3.css index c9234b6..2e6decf 100644 --- a/webAO/styles/chatbox/p3.css +++ b/webAO/styles/chatbox/p3.css @@ -1,121 +1,121 @@ .text_white { - color: #50545c; + color: #50545c; } .text_blue { - color: #6bc6f7; + color: #6bc6f7; } .text_green { - color: #00f700; + color: #00f700; } .text_red { - color: #f00; + color: #f00; } .text_orange { - color: #5c1d1b; + color: #5c1d1b; } .text_yellow { - color: #ff0; + color: #ff0; } .text_pink { - color: #ffc0cb; + color: #ffc0cb; } .text_cyan { - color: #0ff; + color: #0ff; } .text_grey { - color: #bbb; + color: #bbb; } #client_chatcontainer { - display: block; - position: absolute; - bottom: 0; - left: 1%; - height: 30%; - width: 97%; - width: calc(98% - 0.3em); - border-color: #d9e2f9; - border-style: solid; - border-width: 0.15em; - border-radius: 75% / 25%; - background-color: #aaaeb4; - font-family: sans-serif; + display: block; + position: absolute; + bottom: 0; + left: 1%; + height: 30%; + width: 97%; + width: calc(98% - 0.3em); + border-color: #d9e2f9; + border-style: solid; + border-width: 0.15em; + border-radius: 75% / 25%; + background-color: #aaaeb4; + font-family: sans-serif; } #client_name { - display: block; - position: absolute; - left: 3%; - top: 9%; - height: 15%; - color: #5c1d1b; - z-index: 1; + display: block; + position: absolute; + left: 3%; + top: 9%; + height: 15%; + color: #5c1d1b; + z-index: 1; } #client_inner_name { - text-justify: distribute; - margin: 0; - font-weight: bold; + text-justify: distribute; + margin: 0; + font-weight: bold; } #client_chat { - display: block; - position: absolute; - bottom: 6%; - left: 2%; - width: 96%; - height: 68%; - margin: 0; - font-size: 1.5em; - word-break: keep-all; - overflow-wrap: break-word; - text-align: left; - overflow: hidden; - scroll-behavior: smooth; + display: block; + position: absolute; + bottom: 6%; + left: 2%; + width: 96%; + height: 68%; + margin: 0; + font-size: 1.5em; + word-break: keep-all; + overflow-wrap: break-word; + text-align: left; + overflow: hidden; + scroll-behavior: smooth; } #client_inner_chat { - padding-left: 3%; - padding-right: 8%; - margin: 0; - line-height: 97%; + padding-left: 3%; + padding-right: 8%; + margin: 0; + line-height: 97%; } #client_chatwaiting { - display: block; - transform: rotate(90deg); - position: absolute; - right: 2%; - bottom: 0.5em; - line-height: 0.5; - color: #6a6c72; - animation: appear_down 0.5s linear; + display: block; + transform: rotate(90deg); + position: absolute; + right: 2%; + bottom: 0.5em; + line-height: 0.5; + color: #6a6c72; + animation: appear_down 0.5s linear; } @keyframes appear_down { - 0% { - bottom: 5em; - opacity: 0; - } + 0% { + bottom: 5em; + opacity: 0; + } - 100% { - bottom: 0.5em; - opacity: 1; - } + 100% { + bottom: 0.5em; + opacity: 1; + } } #client_trackstatus { - display: none; + display: none; } #client_clock { - display: none; -}
\ No newline at end of file + display: none; +} |
