diff options
| author | sD <stoned@derpymail.org> | 2020-07-20 10:23:15 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-07-20 10:23:15 +0200 |
| commit | 0b63ae06bba6ee6bc428055f684164cc475a1e8e (patch) | |
| tree | d1596818fc525bf6e12976a3e262f22e86910cda /webAO/styles/chatbox/homestuck.css | |
| parent | 35bc5820d194fdb964c40694078f7bc89b62af16 (diff) | |
| parent | e5f3a22ba242b0921c58290fed7147a9912dceac (diff) | |
Merge branch 'master' into objection_maker
Diffstat (limited to 'webAO/styles/chatbox/homestuck.css')
| -rw-r--r-- | webAO/styles/chatbox/homestuck.css | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/homestuck.css b/webAO/styles/chatbox/homestuck.css new file mode 100644 index 0000000..1341d94 --- /dev/null +++ b/webAO/styles/chatbox/homestuck.css @@ -0,0 +1,71 @@ +.text_white { + color: #000; +} + +.text_blue { + color: #0000EE; +} + +.text_green { + color: #38f43d; +} + +.text_red { + color: #ff0101; +} + +.text_orange { + color: #d6954b; +} + +.text_yellow { + color: #feef25; +} + +.text_pink { + color: #ff067c; +} + +.text_cyan { + color: #0ff; +} + +#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; +} + +#client_name { + display: none; +} + +#client_chat { + 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; +} + +#client_chatwaiting { + display: block; + position: absolute; + left: 2%; + bottom: 2%; +}
\ No newline at end of file |
