summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-02-24 03:39:15 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-02-24 03:39:15 -0800
commit2875c699c07de67e9f010d5610283ebcc43e50a7 (patch)
tree3db4b22fd780aab70a2387cf1d639136166da7c6 /css
parent438184ffc7ec1e447668c22b09416c984a9c12f2 (diff)
downloadpathery-2875c699c07de67e9f010d5610283ebcc43e50a7.tar.xz
Added /spoiler command to chat - Fixed issue with 2 quick succession chats being very slow.
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;