From 4bcc1d503a21ddbd8b2e4072861dbc6f96559b08 Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Mon, 21 Apr 2014 17:20:19 +0200 Subject: [PATCH] Highlight topics --- client/css/style.css | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 8bcdcb0f..148fb22c 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -222,22 +222,29 @@ h2 { #chat .message .text { color: inherit; } -#chat .message.join, -#chat .message.part, -#chat .message.nick, -#chat .message.quit, -#chat .message.notice, -#chat .message.error { +#chat .join, +#chat .part, +#chat .nick, +#chat .quit, +#chat .notice, +#chat .error { color: #999; } -#chat .message.highlight { +#chat .highlight, +#chat .topic { background: #fcf8e3; border-left-color: #faebcc; color: #8a6d3b; } -#chat .message.highlight .type { +#chat .highlight .type { display: none; } +#chat .topic .type { + opacity: 0.5; +} +#chat .topic .type:after { + content: ":"; +} @media screen and (max-device-width: 480px) { #wrap {