Highlight topics

This commit is contained in:
Mattias Erming 2014-04-21 17:20:19 +02:00
parent caec592a71
commit 4bcc1d503a

View file

@ -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 {