aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/soj.css
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-01 22:08:46 +0200
committersD <stoned@derpymail.org>2020-04-01 22:08:46 +0200
commit89d173388f1eb1f13ea5c41dbcc748d6fafd6e12 (patch)
treebf7107d3498b8e0081d0e18a2197e55d76ab7831 /webAO/styles/soj.css
parent7517de059724c15032b98e5cd461e7ca0a158778 (diff)
move the css for the boxes into seperate css files
Diffstat (limited to 'webAO/styles/soj.css')
-rw-r--r--webAO/styles/soj.css48
1 files changed, 0 insertions, 48 deletions
diff --git a/webAO/styles/soj.css b/webAO/styles/soj.css
index b81508a..186d1f4 100644
--- a/webAO/styles/soj.css
+++ b/webAO/styles/soj.css
@@ -69,54 +69,6 @@ body {
}
}
-#client_chatcontainer {
- position: absolute;
- top: 73%;
- height: 27%;
- width: 100%;
- background-image: url("../images/chatbox.svg");
- background-size: cover;
- background-repeat: no-repeat;
-}
-
-#client_name {
- display: none;
- top: 4%;
- padding: 0 10px;
- height: 22%;
- position: absolute;
-}
-
-#client_chat {
- font-size: 1em;
- display: none;
- width: 100%;
- margin: auto;
- height: 90%;
- top: 20%;
- position: absolute;
- word-break: keep-all;
- word-wrap: break-word;
- overflow-wrap: break-word;
- text-align: left;
- overflow: hidden;
- scroll-behavior: smooth;
-}
-
-#client_chat p {
- margin: 4px;
- padding: 5px 3%;
-}
-
-#client_chatwaiting {
- display: block;
- right: 1em;
- bottom: 0.6em;
- width: 1em;
- position: absolute;
- animation: idling 1s linear infinite;
-}
-
@keyframes idling {
0% {
right: 0.4em;