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.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/legacy.css b/webAO/styles/chatbox/legacy.css
index bea7f38..7a1e5aa 100644
--- a/webAO/styles/chatbox/legacy.css
+++ b/webAO/styles/chatbox/legacy.css
@@ -1,3 +1,35 @@
+.text_white {
+ color: #fff;
+}
+
+.text_green {
+ color: #0f0;
+}
+
+.text_red {
+ color: #f00;
+}
+
+.text_orange {
+ color: #ffa500;
+}
+
+.text_blue {
+ color: #4596ff;
+}
+
+.text_yellow {
+ color: #ff0;
+}
+
+.text_pink {
+ color: #ffc0cb;
+}
+
+.text_cyan {
+ color: #0ff;
+}
+
#client_chatcontainer {
position: absolute;
bottom: 0;