aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox/legacy.css
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/styles/chatbox/legacy.css')
-rw-r--r--webAO/styles/chatbox/legacy.css96
1 files changed, 48 insertions, 48 deletions
diff --git a/webAO/styles/chatbox/legacy.css b/webAO/styles/chatbox/legacy.css
index debbcb3..d0d6d5f 100644
--- a/webAO/styles/chatbox/legacy.css
+++ b/webAO/styles/chatbox/legacy.css
@@ -1,97 +1,97 @@
.text_white {
- color: #fff;
+ color: #fff;
}
.text_green {
- color: #0f0;
+ color: #0f0;
}
.text_red {
- color: #f00;
+ color: #f00;
}
.text_orange {
- color: #ffa500;
+ color: #ffa500;
}
.text_blue {
- color: #4596ff;
+ color: #4596ff;
}
.text_yellow {
- color: #ff0;
+ color: #ff0;
}
.text_pink {
- color: #ffc0cb;
+ color: #ffc0cb;
}
.text_cyan {
- color: #0ff;
+ color: #0ff;
}
.text_grey {
- color: #bbb;
+ color: #bbb;
}
#client_chatcontainer {
- position: absolute;
- bottom: 0;
- left: 0;
- height: 40%;
- width: 100%;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ height: 40%;
+ width: 100%;
}
#client_name {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- height: 16%;
- border: 1px solid rgba(255, 255, 255, 0.7);
- border-radius: 3px;
- background: rgba(73, 0, 254, 0.5);
- padding: 0px 6px;
- z-index: 1;
+ display: block;
+ position: absolute;
+ top: 0;
+ left: 0;
+ height: 16%;
+ border: 1px solid rgba(255, 255, 255, 0.7);
+ border-radius: 3px;
+ background: rgba(73, 0, 254, 0.5);
+ padding: 0px 6px;
+ z-index: 1;
}
#client_inner_name {
- margin: 0;
+ margin: 0;
}
#client_chat {
- position: absolute;
- display: block;
- bottom: 0;
- left: 0;
- width: 98%;
- width: calc(100% - 4px);
- height: 80%;
- border: 2px solid rgba(255, 255, 255, 0.7);
- border-radius: 4px;
- background-color: rgba(0, 0, 0, 0.5);
- margin: auto;
- font-size: 1em;
- word-break: keep-all;
- word-wrap: break-word;
- overflow-wrap: break-word;
- text-align: left;
- overflow: hidden;
- scroll-behavior: smooth;
+ position: absolute;
+ display: block;
+ bottom: 0;
+ left: 0;
+ width: 98%;
+ width: calc(100% - 4px);
+ height: 80%;
+ border: 2px solid rgba(255, 255, 255, 0.7);
+ border-radius: 4px;
+ background-color: rgba(0, 0, 0, 0.5);
+ margin: auto;
+ font-size: 1em;
+ word-break: keep-all;
+ word-wrap: break-word;
+ overflow-wrap: break-word;
+ text-align: left;
+ overflow: hidden;
+ scroll-behavior: smooth;
}
#client_inner_chat {
- margin: 4px;
+ margin: 4px;
}
#client_chatwaiting {
- display: none;
+ display: none;
}
#client_trackstatus {
- display: none;
+ display: none;
}
#client_clock {
- display: none;
-} \ No newline at end of file
+ display: none;
+}