summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/chat.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/css/chat.css b/css/chat.css
index 0b38d70..c10be74 100644
--- a/css/chat.css
+++ b/css/chat.css
@@ -95,6 +95,16 @@
background-color: #844;
}
+.chatText.spoiler {
+ color:transparent;
+}
+.chatText.spoiler:before {
+ content: " Click to reveal Spoiler ";
+ color:#7AF;
+ font-style: italic;
+}
+
+
.chatContainer2 {
background-color: #222;
padding:10px;