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 f85adba..55c7194 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 2d899c9..7fb6bee 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 b59b155..73187f1 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 ae206b0..8b2f6a4 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 5945a67..c8ed3f8 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 00f291d..23a8ea0 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 d28e81e..01d30e8 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 65f72a3..9ab6ece 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 52febce..7696b26 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 23991d0..14bde1d 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 e0e5c6c..2a9e6d3 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 241f245..53622a6 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 1341d94..aea8f99 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 b3b8d4a..43efed4 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 140f9a1..3fce78f 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 4c2cbbb..5c203b8 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 01514f1..3128d66 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 1248c81..3c81ddb 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 6095a1e..bc455e9 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 7dfa4b9..683e11b 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 2283071..c7e327b 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;