aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-20 00:40:08 +0200
committersD <stoned@derpymail.org>2020-04-20 00:40:08 +0200
commit9aa761d249a3962db147af7acdc2ef2f2b909f5f (patch)
treeae4ebb180f49249e5c1d6171cc095f5fde09fa6b /webAO/styles/chatbox
parent9dc3ae60265b8c53b7fc653bb065c7fbab45cee4 (diff)
add colors to all the chatboxes
Diffstat (limited to 'webAO/styles/chatbox')
-rw-r--r--webAO/styles/chatbox/chatdd.css32
-rw-r--r--webAO/styles/chatbox/chatplvsaa.css32
-rw-r--r--webAO/styles/chatbox/dgs.css32
-rw-r--r--webAO/styles/chatbox/dr1.css32
-rw-r--r--webAO/styles/chatbox/drae.css32
-rw-r--r--webAO/styles/chatbox/drv3.css32
-rw-r--r--webAO/styles/chatbox/legacy.css32
-rw-r--r--webAO/styles/chatbox/p4.css32
-rw-r--r--webAO/styles/chatbox/trilogy.css35
-rw-r--r--webAO/styles/chatbox/yttd.css23
10 files changed, 266 insertions, 48 deletions
diff --git a/webAO/styles/chatbox/chatdd.css b/webAO/styles/chatbox/chatdd.css
index 99ab153..77c02ff 100644
--- a/webAO/styles/chatbox/chatdd.css
+++ b/webAO/styles/chatbox/chatdd.css
@@ -1,3 +1,35 @@
+.text_white {
+ color: #fff;
+}
+
+.text_blue {
+ color: #93bbe6;
+}
+
+.text_green {
+ color: #6ab057;
+}
+
+.text_red {
+ color: #e1522a;
+}
+
+.text_orange {
+ color: #cf714c;
+}
+
+.text_yellow {
+ color: #fef9ad;
+}
+
+.text_pink {
+ color: #ffc0cb;
+}
+
+.text_cyan {
+ color: #0ff;
+}
+
#client_chatcontainer {
position: absolute;
bottom: 0;
diff --git a/webAO/styles/chatbox/chatplvsaa.css b/webAO/styles/chatbox/chatplvsaa.css
index 3774b34..a7ab98d 100644
--- a/webAO/styles/chatbox/chatplvsaa.css
+++ b/webAO/styles/chatbox/chatplvsaa.css
@@ -1,3 +1,35 @@
+.text_white {
+ color: #fff;
+}
+
+.text_blue {
+ color: #93bbe6;
+}
+
+.text_green {
+ color: #6ab057;
+}
+
+.text_red {
+ color: #e1522a;
+}
+
+.text_orange {
+ color: #cf714c;
+}
+
+.text_yellow {
+ color: #fef9ad;
+}
+
+.text_pink {
+ color: #ffc0cb;
+}
+
+.text_cyan {
+ color: #0ff;
+}
+
@font-face {
font-family: 'Cabin Condensed';
font-style: normal;
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css
index 44808b9..ed556ac 100644
--- a/webAO/styles/chatbox/dgs.css
+++ b/webAO/styles/chatbox/dgs.css
@@ -1,3 +1,35 @@
+.text_white {
+ color: #fff;
+}
+
+.text_blue {
+ color: #93bbe6;
+}
+
+.text_green {
+ color: #6ab057;
+}
+
+.text_red {
+ color: #e1522a;
+}
+
+.text_orange {
+ color: #cf714c;
+}
+
+.text_yellow {
+ color: #fef9ad;
+}
+
+.text_pink {
+ color: #ffc0cb;
+}
+
+.text_cyan {
+ color: #0ff;
+}
+
@font-face {
font-family: 'Cabin Condensed';
font-style: normal;
diff --git a/webAO/styles/chatbox/dr1.css b/webAO/styles/chatbox/dr1.css
index 4f7e538..34700bc 100644
--- a/webAO/styles/chatbox/dr1.css
+++ b/webAO/styles/chatbox/dr1.css
@@ -1,3 +1,35 @@
+.text_white {
+ color: #fff;
+}
+
+.text_blue {
+ color: #93bbe6;
+}
+
+.text_green {
+ color: #6ab057;
+}
+
+.text_red {
+ color: #e1522a;
+}
+
+.text_orange {
+ color: #cf714c;
+}
+
+.text_yellow {
+ color: #fef9ad;
+}
+
+.text_pink {
+ color: #ffc0cb;
+}
+
+.text_cyan {
+ color: #0ff;
+}
+
#client_chatcontainer {
position: absolute;
width: 100%;
diff --git a/webAO/styles/chatbox/drae.css b/webAO/styles/chatbox/drae.css
index e5aa2aa..ff51323 100644
--- a/webAO/styles/chatbox/drae.css
+++ b/webAO/styles/chatbox/drae.css
@@ -1,3 +1,35 @@
+.text_white {
+ color: #fff;
+}
+
+.text_blue {
+ color: #93bbe6;
+}
+
+.text_green {
+ color: #6ab057;
+}
+
+.text_red {
+ color: #e1522a;
+}
+
+.text_orange {
+ color: #cf714c;
+}
+
+.text_yellow {
+ color: #fef9ad;
+}
+
+.text_pink {
+ color: #ffc0cb;
+}
+
+.text_cyan {
+ color: #0ff;
+}
+
#client_chatcontainer {
position: absolute;
width: 100%;
diff --git a/webAO/styles/chatbox/drv3.css b/webAO/styles/chatbox/drv3.css
index 3818d82..c2ad03e 100644
--- a/webAO/styles/chatbox/drv3.css
+++ b/webAO/styles/chatbox/drv3.css
@@ -1,3 +1,35 @@
+.text_white {
+ color: #fff;
+}
+
+.text_blue {
+ color: #93bbe6;
+}
+
+.text_green {
+ color: #6ab057;
+}
+
+.text_red {
+ color: #e1522a;
+}
+
+.text_orange {
+ color: #cf714c;
+}
+
+.text_yellow {
+ color: #fef9ad;
+}
+
+.text_pink {
+ color: #ffc0cb;
+}
+
+.text_cyan {
+ color: #0ff;
+}
+
#client_chatcontainer {
position: absolute;
width: 100%;
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;
diff --git a/webAO/styles/chatbox/p4.css b/webAO/styles/chatbox/p4.css
index dc9fdb7..bb37052 100644
--- a/webAO/styles/chatbox/p4.css
+++ b/webAO/styles/chatbox/p4.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;
width: 100%;
diff --git a/webAO/styles/chatbox/trilogy.css b/webAO/styles/chatbox/trilogy.css
index 7de2fa8..14a9d81 100644
--- a/webAO/styles/chatbox/trilogy.css
+++ b/webAO/styles/chatbox/trilogy.css
@@ -30,41 +30,6 @@
color: #0ff;
}
-.text_rainbow {
- background-color: #fff;
- background-image: repeating-linear-gradient(to right,
- red 0% 8%, orange 8% 16%, yellow 16% 24%, green 24% 32%, blue 32% 40%,
- red 40% 48%, orange 48% 56%, yellow 56% 64%, green 64% 72%, blue 72% 80%,
- red 80% 88%, orange 88% 96%, yellow 96% 100%);
- background-size: 40% 40%;
- background-clip: text;
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- animation: rainbow 4s linear infinite;
-}
-
-@keyframes rainbow_alt {
-
- 0%,
- 100% {
- background-position: 0 0;
- }
-
- 50% {
- background-position: 400% 0;
- }
-}
-
-@keyframes rainbow {
- 0% {
- background-position: 0 0;
- }
-
- 100% {
- background-position: 400% 0;
- }
-}
-
#client_chatcontainer {
position: absolute;
bottom: 0;
diff --git a/webAO/styles/chatbox/yttd.css b/webAO/styles/chatbox/yttd.css
index e2f8e4f..f67559c 100644
--- a/webAO/styles/chatbox/yttd.css
+++ b/webAO/styles/chatbox/yttd.css
@@ -1,15 +1,3 @@
-
-#client_chatcontainer {
- position: absolute;
- bottom: 0;
- left: 0;
- height: 50%;
- width: 100%;
- filter: none;
- font-family: "DejaVu Sans Mono", "BIZ UDGothic", "Consolas", sans-serif;
- text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
-}
-
.text_white {
color: #fff;
}
@@ -42,7 +30,16 @@
color: #0ff;
}
-
+#client_chatcontainer {
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ height: 50%;
+ width: 100%;
+ filter: none;
+ font-family: "DejaVu Sans Mono", "BIZ UDGothic", "Consolas", sans-serif;
+ text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
+}
#client_name {
display: block;