Highlight topics
This commit is contained in:
parent
caec592a71
commit
4bcc1d503a
|
@ -222,22 +222,29 @@ h2 {
|
||||||
#chat .message .text {
|
#chat .message .text {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
#chat .message.join,
|
#chat .join,
|
||||||
#chat .message.part,
|
#chat .part,
|
||||||
#chat .message.nick,
|
#chat .nick,
|
||||||
#chat .message.quit,
|
#chat .quit,
|
||||||
#chat .message.notice,
|
#chat .notice,
|
||||||
#chat .message.error {
|
#chat .error {
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
#chat .message.highlight {
|
#chat .highlight,
|
||||||
|
#chat .topic {
|
||||||
background: #fcf8e3;
|
background: #fcf8e3;
|
||||||
border-left-color: #faebcc;
|
border-left-color: #faebcc;
|
||||||
color: #8a6d3b;
|
color: #8a6d3b;
|
||||||
}
|
}
|
||||||
#chat .message.highlight .type {
|
#chat .highlight .type {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#chat .topic .type {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
#chat .topic .type:after {
|
||||||
|
content: ":";
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-device-width: 480px) {
|
@media screen and (max-device-width: 480px) {
|
||||||
#wrap {
|
#wrap {
|
||||||
|
|
Loading…
Reference in New Issue