aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/chatbox
diff options
context:
space:
mode:
authorstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-12-29 14:42:08 +0100
committerstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-12-29 14:42:08 +0100
commit3f09422ecdc262d3ed9772ea0aaa08f1e2f01817 (patch)
treeb67bb832f536e93c3eb7cd0c33e527095b25c228 /webAO/styles/chatbox
parent6d21c9e0ddce0a54dc607f766c8b9a7566743741 (diff)
add grey text
Diffstat (limited to 'webAO/styles/chatbox')
-rw-r--r--webAO/styles/chatbox/chat999.css4
-rw-r--r--webAO/styles/chatbox/chatdd.css4
-rw-r--r--webAO/styles/chatbox/chatdr2.css4
-rw-r--r--webAO/styles/chatbox/chatfuture.css4
-rw-r--r--webAO/styles/chatbox/chatp3.css4
-rw-r--r--webAO/styles/chatbox/chatplvsaa.css4
-rw-r--r--webAO/styles/chatbox/ddlc.css5
-rw-r--r--webAO/styles/chatbox/dgs.css4
-rw-r--r--webAO/styles/chatbox/dr1.css4
-rw-r--r--webAO/styles/chatbox/drae.css4
-rw-r--r--webAO/styles/chatbox/drv3.css4
-rw-r--r--webAO/styles/chatbox/halla.css4
-rw-r--r--webAO/styles/chatbox/homestuck.css4
-rw-r--r--webAO/styles/chatbox/key.css4
-rw-r--r--webAO/styles/chatbox/legacy.css4
-rw-r--r--webAO/styles/chatbox/n64zelda.css4
-rw-r--r--webAO/styles/chatbox/p4.css4
-rw-r--r--webAO/styles/chatbox/papermario.css4
-rw-r--r--webAO/styles/chatbox/trilogy.css4
-rw-r--r--webAO/styles/chatbox/yakuza.css4
-rw-r--r--webAO/styles/chatbox/yttd.css4
21 files changed, 85 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/chat999.css b/webAO/styles/chatbox/chat999.css
index f85adba9..55c71949 100644
--- a/webAO/styles/chatbox/chat999.css
+++ b/webAO/styles/chatbox/chat999.css
@@ -30,6 +30,10 @@
color: #0ff;
}
+.text_grey {
+ color: #bbb;
+}
+
#client_chatcontainer {
display: block;
position: absolute;
diff --git a/webAO/styles/chatbox/chatdd.css b/webAO/styles/chatbox/chatdd.css
index 2d899c9e..7fb6beed 100644
--- a/webAO/styles/chatbox/chatdd.css
+++ b/webAO/styles/chatbox/chatdd.css
@@ -30,6 +30,10 @@
color: #0ff;
}
+.text_grey {
+ color: #bbb;
+}
+
#client_chatcontainer {
position: absolute;
bottom: 0;
diff --git a/webAO/styles/chatbox/chatdr2.css b/webAO/styles/chatbox/chatdr2.css
index b59b1554..73187f16 100644
--- a/webAO/styles/chatbox/chatdr2.css
+++ b/webAO/styles/chatbox/chatdr2.css
@@ -30,6 +30,10 @@
color: #6be4fb;
}
+.text_grey {
+ color: #bbb;
+}
+
#client_chatcontainer {
position: absolute;
width: 100%;
diff --git a/webAO/styles/chatbox/chatfuture.css b/webAO/styles/chatbox/chatfuture.css
index ae206b03..8b2f6a4f 100644
--- a/webAO/styles/chatbox/chatfuture.css
+++ b/webAO/styles/chatbox/chatfuture.css
@@ -30,6 +30,10 @@
color: #0ff;
}
+.text_grey {
+ color: #bbb;
+}
+
@font-face {
font-family:'Igiari Cyrillic';
src: url('../igiari/igiari-cyrillic.ttf');
diff --git a/webAO/styles/chatbox/chatp3.css b/webAO/styles/chatbox/chatp3.css
index 5945a671..c8ed3f88 100644
--- a/webAO/styles/chatbox/chatp3.css
+++ b/webAO/styles/chatbox/chatp3.css
@@ -30,6 +30,10 @@
color: #0ff;
}
+.text_grey {
+ color: #bbb;
+}
+
#client_chatcontainer {
display: block;
position: absolute;
diff --git a/webAO/styles/chatbox/chatplvsaa.css b/webAO/styles/chatbox/chatplvsaa.css
index 00f291db..23a8ea06 100644
--- a/webAO/styles/chatbox/chatplvsaa.css
+++ b/webAO/styles/chatbox/chatplvsaa.css
@@ -30,6 +30,10 @@
color: #0ff;
}
+.text_grey {
+ color: #bbb;
+}
+
@font-face {
font-family: 'Cabin Condensed';
font-style: normal;
diff --git a/webAO/styles/chatbox/ddlc.css b/webAO/styles/chatbox/ddlc.css
index d28e81ed..01d30e85 100644
--- a/webAO/styles/chatbox/ddlc.css
+++ b/webAO/styles/chatbox/ddlc.css
@@ -38,6 +38,11 @@
-webkit-text-stroke: 0.04em #523643;
}
+.text_grey {
+ color: #bbb;
+ -webkit-text-stroke: 0.04em #523643;
+}
+
#client_chatcontainer {
display: block;
position: absolute;
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css
index 65f72a3c..9ab6ecea 100644
--- a/webAO/styles/chatbox/dgs.css
+++ b/webAO/styles/chatbox/dgs.css
@@ -30,6 +30,10 @@
color: #0ff;
}
+.text_grey {
+ color: #bbb;
+}
+
@font-face {
font-family: 'Cabin Condensed';
font-style: normal;
diff --git a/webAO/styles/chatbox/dr1.css b/webAO/styles/chatbox/dr1.css
index 52febcee..7696b261 100644
--- a/webAO/styles/chatbox/dr1.css
+++ b/webAO/styles/chatbox/dr1.css
@@ -30,6 +30,10 @@
color: #0ff;
}
+.text_grey {
+ color: #bbb;
+}
+
#client_chatcontainer {
position: absolute;
width: 100%;
diff --git a/webAO/styles/chatbox/drae.css b/webAO/styles/chatbox/drae.css
index 23991d0e..14bde1d8 100644
--- a/webAO/styles/chatbox/drae.css
+++ b/webAO/styles/chatbox/drae.css
@@ -30,6 +30,10 @@
color: #0ff;
}
+.text_grey {
+ color: #bbb;
+}
+
#client_chatcontainer {
position: absolute;
width: 100%;
diff --git a/webAO/styles/chatbox/drv3.css b/webAO/styles/chatbox/drv3.css
index e0e5c6c1..2a9e6d30 100644
--- a/webAO/styles/chatbox/drv3.css
+++ b/webAO/styles/chatbox/drv3.css
@@ -30,6 +30,10 @@
color: #0ff;
}
+.text_grey {
+ color: #bbb;
+}
+
#client_chatcontainer {
position: absolute;
width: 100%;
diff --git a/webAO/styles/chatbox/halla.css b/webAO/styles/chatbox/halla.css
index 241f2450..53622a60 100644
--- a/webAO/styles/chatbox/halla.css
+++ b/webAO/styles/chatbox/halla.css
@@ -30,6 +30,10 @@
color: #50d3ce;
}
+.text_grey {
+ color: #bbb;
+}
+
@font-face {
font-family: 'Inconsolata';
font-style: normal;
diff --git a/webAO/styles/chatbox/homestuck.css b/webAO/styles/chatbox/homestuck.css
index 1341d944..aea8f99c 100644
--- a/webAO/styles/chatbox/homestuck.css
+++ b/webAO/styles/chatbox/homestuck.css
@@ -30,6 +30,10 @@
color: #0ff;
}
+.text_grey {
+ color: #bbb;
+}
+
#client_chatcontainer {
position: absolute;
bottom: 0;
diff --git a/webAO/styles/chatbox/key.css b/webAO/styles/chatbox/key.css
index b3b8d4ad..43efed48 100644
--- a/webAO/styles/chatbox/key.css
+++ b/webAO/styles/chatbox/key.css
@@ -34,6 +34,10 @@
color: rgb(179,014,014);
}
+.text_grey {
+ color: #bbb;
+}
+
#client_chatcontainer {
display: block;
position: absolute;
diff --git a/webAO/styles/chatbox/legacy.css b/webAO/styles/chatbox/legacy.css
index 140f9a13..3fce78f4 100644
--- a/webAO/styles/chatbox/legacy.css
+++ b/webAO/styles/chatbox/legacy.css
@@ -30,6 +30,10 @@
color: #0ff;
}
+.text_grey {
+ color: #bbb;
+}
+
#client_chatcontainer {
position: absolute;
bottom: 0;
diff --git a/webAO/styles/chatbox/n64zelda.css b/webAO/styles/chatbox/n64zelda.css
index 4c2cbbb9..5c203b8b 100644
--- a/webAO/styles/chatbox/n64zelda.css
+++ b/webAO/styles/chatbox/n64zelda.css
@@ -30,6 +30,10 @@
color: #64b4ff;
}
+.text_grey {
+ color: #bbb;
+}
+
@font-face {
font-family: 'ChiaroWeb';
src: url('https://github.com/ngarces/FE15-Text-Simulator/raw/master/FOT-ChiaroStd-B.otf') format('opentype');
diff --git a/webAO/styles/chatbox/p4.css b/webAO/styles/chatbox/p4.css
index 01514f17..3128d662 100644
--- a/webAO/styles/chatbox/p4.css
+++ b/webAO/styles/chatbox/p4.css
@@ -30,6 +30,10 @@
color: #0ff;
}
+.text_grey {
+ color: #bbb;
+}
+
#client_chatcontainer {
position: absolute;
width: 100%;
diff --git a/webAO/styles/chatbox/papermario.css b/webAO/styles/chatbox/papermario.css
index 1248c815..3c81ddb5 100644
--- a/webAO/styles/chatbox/papermario.css
+++ b/webAO/styles/chatbox/papermario.css
@@ -30,6 +30,10 @@
color: #0ff;
}
+.text_grey {
+ color: #bbb;
+}
+
#client_chatcontainer {
position: absolute;
width: 100%;
diff --git a/webAO/styles/chatbox/trilogy.css b/webAO/styles/chatbox/trilogy.css
index 6095a1ec..bc455e91 100644
--- a/webAO/styles/chatbox/trilogy.css
+++ b/webAO/styles/chatbox/trilogy.css
@@ -30,6 +30,10 @@
color: #0ff;
}
+.text_grey {
+ color: #bbb;
+}
+
#client_chatcontainer {
position: absolute;
bottom: 0;
diff --git a/webAO/styles/chatbox/yakuza.css b/webAO/styles/chatbox/yakuza.css
index 7dfa4b90..683e11b0 100644
--- a/webAO/styles/chatbox/yakuza.css
+++ b/webAO/styles/chatbox/yakuza.css
@@ -30,6 +30,10 @@
color: #0ff;
}
+.text_grey {
+ color: #bbb;
+}
+
#client_chatcontainer {
display: block;
position: absolute;
diff --git a/webAO/styles/chatbox/yttd.css b/webAO/styles/chatbox/yttd.css
index 22830717..c7e327b1 100644
--- a/webAO/styles/chatbox/yttd.css
+++ b/webAO/styles/chatbox/yttd.css
@@ -30,6 +30,10 @@
color: #0ff;
}
+.text_grey {
+ color: #bbb;
+}
+
#client_chatcontainer {
position: absolute;
bottom: 0;