diff options
| author | sD <stoned@derpymail.org> | 2020-06-01 19:22:59 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-06-01 19:22:59 +0200 |
| commit | ec6563414aae071f10beb7d25c6e783de9fa609f (patch) | |
| tree | 5057aca92f053648a9701867042ba3b5072dea42 /webAO | |
| parent | e173042f8c5c8e308a751f1caceec9c10469da29 (diff) | |
add dr1 chatwaiting
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/chatbox/chatwaiting_dr1.svg | 13 | ||||
| -rw-r--r-- | webAO/styles/chatbox/dr1.css | 11 |
2 files changed, 23 insertions, 1 deletions
diff --git a/webAO/styles/chatbox/chatwaiting_dr1.svg b/webAO/styles/chatbox/chatwaiting_dr1.svg new file mode 100644 index 0000000..d948207 --- /dev/null +++ b/webAO/styles/chatbox/chatwaiting_dr1.svg @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> +<metadata> +<rdf:RDF> +<cc:Work rdf:about=""> +<dc:format>image/svg+xml</dc:format> +<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/> +<dc:title/> +</cc:Work> +</rdf:RDF> +</metadata> +<path transform="scale(.26458)" d="m50 0.49414a49.505 49.505 0 0 0-49.506 49.506 49.505 49.505 0 0 0 49.506 49.506 49.505 49.505 0 0 0 49.506-49.506 49.505 49.505 0 0 0-49.506-49.506zm-20 9.5059h40v40h18l-38 35-38-35h18z" fill="#ffbf00" stroke="#ffbf00" stroke-linecap="round" stroke-linejoin="round" stroke-width=".9901" style="paint-order:normal"/> +</svg>
\ No newline at end of file diff --git a/webAO/styles/chatbox/dr1.css b/webAO/styles/chatbox/dr1.css index d624b11..b1df279 100644 --- a/webAO/styles/chatbox/dr1.css +++ b/webAO/styles/chatbox/dr1.css @@ -100,10 +100,19 @@ #client_inner_chat { padding: 2% 4%; + padding-right: 10%; margin: 0; line-height: 97%; } #client_chatwaiting { - display: none; + display: block; + position: absolute; + color: transparent; + right: 3%; + bottom: 30%; + width: 2em; + height: 2em; + background-image: url("chatwaiting_dr1.svg"); + background-size: contain; }
\ No newline at end of file |
