diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-24 03:39:15 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-24 03:39:15 -0800 |
commit | 2875c699c07de67e9f010d5610283ebcc43e50a7 (patch) | |
tree | 3db4b22fd780aab70a2387cf1d639136166da7c6 /css/chat.css | |
parent | 438184ffc7ec1e447668c22b09416c984a9c12f2 (diff) | |
download | pathery-2875c699c07de67e9f010d5610283ebcc43e50a7.tar.xz |
Added /spoiler command to chat - Fixed issue with 2 quick succession chats being very slow.
Diffstat (limited to 'css/chat.css')
-rw-r--r-- | css/chat.css | 10 |
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; |