From 8ecc3578146542955ce9615085509145a137c9d6 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Wed, 20 Nov 2024 13:35:44 +0000 Subject: Prettified Code! --- webAO/styles/chatbox/halla.css | 180 +++++++++++++++++++++-------------------- 1 file changed, 92 insertions(+), 88 deletions(-) (limited to 'webAO/styles/chatbox/halla.css') diff --git a/webAO/styles/chatbox/halla.css b/webAO/styles/chatbox/halla.css index 0932937..7d0644f 100644 --- a/webAO/styles/chatbox/halla.css +++ b/webAO/styles/chatbox/halla.css @@ -1,143 +1,147 @@ .text_white { - color: #fff; + color: #fff; } .text_blue { - color: #667dce; + color: #667dce; } .text_green { - color: #a8cf78; + color: #a8cf78; } .text_red { - color: #cb223f; + color: #cb223f; } .text_orange { - color: #f77339; + color: #f77339; } .text_yellow { - color: #f9cf39; + color: #f9cf39; } .text_pink { - color: #eb217f; + color: #eb217f; } .text_cyan { - color: #50d3ce; + color: #50d3ce; } .text_grey { - color: #bbb; + color: #bbb; } @font-face { - font-family: 'Inconsolata'; - font-style: normal; - font-weight: 400; - font-stretch: normal; - src: url(https://fonts.gstatic.com/s/inconsolata/v19/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8WR32lw.woff2) format('woff2'); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; - } + font-family: "Inconsolata"; + font-style: normal; + font-weight: 400; + font-stretch: normal; + src: url(https://fonts.gstatic.com/s/inconsolata/v19/QldgNThLqRwH-OJ1UHjlKENVzkWGVkL3GZQmAwLYxYWI2qfdm7Lpp4U8WR32lw.woff2) + format("woff2"); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, + U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, + U+FEFF, U+FFFD; +} #client_chatcontainer { - display: block; - position: absolute; - bottom: 0; - left: 0; - height: 40%; - width: 100%; - filter: none; - font-family: 'Inconsolata', monospace; + display: block; + position: absolute; + bottom: 0; + left: 0; + height: 40%; + width: 100%; + filter: none; + font-family: "Inconsolata", monospace; } #client_name { - display: block; - position: absolute; - left: 0; - top: 0; - height: 20%; - min-width: 25%; - background: #2a263f; - border-color: #6a667f; - border-style: solid; - border-width: 0.05em 0.1em; - border-radius: 0.05em; - z-index: 1; + display: block; + position: absolute; + left: 0; + top: 0; + height: 20%; + min-width: 25%; + background: #2a263f; + border-color: #6a667f; + border-style: solid; + border-width: 0.05em 0.1em; + border-radius: 0.05em; + z-index: 1; } #client_inner_name { - text-justify: distribute; - background: #000; - border-color: #191626; - border-style: solid; - border-width: 0.05em 0.1em; - border-radius: 0.05em; - margin: 0.1em 0.2em; - font-weight: bold; + text-justify: distribute; + background: #000; + border-color: #191626; + border-style: solid; + border-width: 0.05em 0.1em; + border-radius: 0.05em; + margin: 0.1em 0.2em; + font-weight: bold; } #client_chat { - display: block; - position: absolute; - bottom: 0; - left: 0; - width: 98%; - width: calc(100% - 0.2em); - height: 80%; - margin: auto; - border-color: #6a667f; - border-style: solid; - border-width: 0.05em 0.1em; - border-radius: 0.05em; - background: #2a263f; - 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: 0; + left: 0; + width: 98%; + width: calc(100% - 0.2em); + height: 80%; + margin: auto; + border-color: #6a667f; + border-style: solid; + border-width: 0.05em 0.1em; + border-radius: 0.05em; + background: #2a263f; + font-size: 1.5em; + word-break: keep-all; + overflow-wrap: break-word; + text-align: left; + overflow: hidden; + scroll-behavior: smooth; } #client_inner_chat { - padding: 1% 3.13%; - margin: 0.1em 0.2em; - line-height: 97%; - height: 83%; - background: #000; - border-color: #191626; - border-style: solid; - border-width: 0.05em 0.1em; - border-radius: 0.05em; + padding: 1% 3.13%; + margin: 0.1em 0.2em; + line-height: 97%; + height: 83%; + background: #000; + border-color: #191626; + border-style: solid; + border-width: 0.05em 0.1em; + border-radius: 0.05em; } #client_chatwaiting { - display: block; - transform: rotate(90deg); - position: absolute; - right: 2%; - bottom: 15%; - line-height: 0.5; - animation: idling 1s steps(1) infinite; + display: block; + transform: rotate(90deg); + position: absolute; + right: 2%; + bottom: 15%; + line-height: 0.5; + animation: idling 1s steps(1) infinite; } @keyframes idling { - 0%,100% { - color: #000; - } + 0%, + 100% { + color: #000; + } - 50% { - color: #fff; - } + 50% { + color: #fff; + } } #client_trackstatus { - display: none; + display: none; } #client_clock { - display: none; -} \ No newline at end of file + display: none; +} -- cgit