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/n64zelda.css | |
| parent | 3bf5a2550aaca9810c1136b6d11173062f4cf259 (diff) | |
Prettified Code!
Diffstat (limited to 'webAO/styles/chatbox/n64zelda.css')
| -rw-r--r-- | webAO/styles/chatbox/n64zelda.css | 123 |
1 files changed, 62 insertions, 61 deletions
diff --git a/webAO/styles/chatbox/n64zelda.css b/webAO/styles/chatbox/n64zelda.css index 35187f0..9a12743 100644 --- a/webAO/styles/chatbox/n64zelda.css +++ b/webAO/styles/chatbox/n64zelda.css @@ -1,117 +1,118 @@ .text_white { - color: #fff; + color: #fff; } .text_blue { - color: #505aff; + color: #505aff; } .text_green { - color: #46ff50; + color: #46ff50; } .text_red { - color: #ff3c3c; + color: #ff3c3c; } .text_orange { - color: #ff7800; + color: #ff7800; } .text_yellow { - color: #ff0; + color: #ff0; } .text_pink { - color: #ff96b4; + color: #ff96b4; } .text_cyan { - color: #64b4ff; + color: #64b4ff; } .text_grey { - color: #bbb; + color: #bbb; } @font-face { - font-family: 'ChiaroWeb'; - src: url('https://github.com/ngarces/FE15-Text-Simulator/raw/master/FOT-ChiaroStd-B.otf') format('opentype'); - font-weight: normal; - font-style: normal; + font-family: "ChiaroWeb"; + src: url("https://github.com/ngarces/FE15-Text-Simulator/raw/master/FOT-ChiaroStd-B.otf") + format("opentype"); + font-weight: normal; + font-style: normal; } #client_chatcontainer { - display: block; - position: absolute; - bottom: 0; - left: 0; - height: 25%; - width: 100%; - filter: none; - font-family: "FOT-Chiaro Std", "ChiaroWeb", "Arial", sans-serif; + display: block; + position: absolute; + bottom: 0; + left: 0; + height: 25%; + width: 100%; + filter: none; + font-family: "FOT-Chiaro Std", "ChiaroWeb", "Arial", sans-serif; } #client_name { - display: none; + display: none; } #client_inner_name { - display: none; + display: none; } #client_chat { - display: block; - position: absolute; - bottom: 2%; - left: 10%; - width: 80%; - height: 100%; - margin: auto; - border-radius: 0.5em; - background: rgba(0,0,0,0.7); - font-size: 1.3em; - word-break: keep-all; - overflow-wrap: break-word; - text-align: center; - line-height: 120%; - scroll-behavior: smooth; + display: block; + position: absolute; + bottom: 2%; + left: 10%; + width: 80%; + height: 100%; + margin: auto; + border-radius: 0.5em; + background: rgba(0, 0, 0, 0.7); + font-size: 1.3em; + word-break: keep-all; + overflow-wrap: break-word; + text-align: center; + line-height: 120%; + scroll-behavior: smooth; } #client_inner_chat { - padding: 1% 5%; - margin: 0; - text-shadow: 0.1em 0.05em 0.1em #000; - overflow: hidden; + padding: 1% 5%; + margin: 0; + text-shadow: 0.1em 0.05em 0.1em #000; + overflow: hidden; } #client_chatwaiting { - display: block; - position: absolute; - transform: rotate(90deg); - left: 50%; - bottom: -5%; - line-height: 0.5; - color: #0c5cd4; - animation: idling 0.5s linear infinite alternate; + display: block; + position: absolute; + transform: rotate(90deg); + left: 50%; + bottom: -5%; + line-height: 0.5; + color: #0c5cd4; + animation: idling 0.5s linear infinite alternate; } @keyframes idling { - from { - color: #0c5cd4; - text-shadow: none; - } + from { + color: #0c5cd4; + text-shadow: none; + } - to { - color: #3282ff; - text-shadow: 0 0 0.2em #3282ff; - } + to { + color: #3282ff; + text-shadow: 0 0 0.2em #3282ff; + } } #client_trackstatus { - display: none; + display: none; } #client_clock { - display: none; -}
\ No newline at end of file + display: none; +} |
