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/homestuck.css | |
| parent | 3bf5a2550aaca9810c1136b6d11173062f4cf259 (diff) | |
Prettified Code!
Diffstat (limited to 'webAO/styles/chatbox/homestuck.css')
| -rw-r--r-- | webAO/styles/chatbox/homestuck.css | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/webAO/styles/chatbox/homestuck.css b/webAO/styles/chatbox/homestuck.css index e6eea68..c13c8ed 100644 --- a/webAO/styles/chatbox/homestuck.css +++ b/webAO/styles/chatbox/homestuck.css @@ -1,83 +1,83 @@ .text_white { - color: #000; + color: #000; } .text_blue { - color: #0000EE; + color: #0000ee; } .text_green { - color: #38f43d; + color: #38f43d; } .text_red { - color: #ff0101; + color: #ff0101; } .text_orange { - color: #d6954b; + color: #d6954b; } .text_yellow { - color: #feef25; + color: #feef25; } .text_pink { - color: #ff067c; + color: #ff067c; } .text_cyan { - color: #0ff; + color: #0ff; } .text_grey { - color: #bbb; + color: #bbb; } #client_chatcontainer { - position: absolute; - bottom: 0; - left: 0; - height: 25%; - width: 100%; - color: #000000; - font-family: "courier-std", courier, monospace; - font-weight: bold; - overflow-wrap: break-word; + position: absolute; + bottom: 0; + left: 0; + height: 25%; + width: 100%; + color: #000000; + font-family: "courier-std", courier, monospace; + font-weight: bold; + overflow-wrap: break-word; } #client_name { - display: none; + display: none; } #client_chat { - display: block; - position: absolute; - bottom: 0; - width: 100%; - margin: auto; - height: 100%; - background-color: #EFEFEF; + display: block; + position: absolute; + bottom: 0; + width: 100%; + margin: auto; + height: 100%; + background-color: #efefef; } #client_inner_chat { - line-height: 1.35; - padding-right: 2em; - padding-left: 2em; - padding-bottom: 2em; + line-height: 1.35; + padding-right: 2em; + padding-left: 2em; + padding-bottom: 2em; } #client_chatwaiting { - display: block; - position: absolute; - left: 2%; - bottom: 2%; + display: block; + position: absolute; + left: 2%; + bottom: 2%; } #client_trackstatus { - display: none; + display: none; } #client_clock { - display: none; -}
\ No newline at end of file + display: none; +} |
