1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/ui/chatArea/innerStyle.css

43 lines
451 B
CSS
Raw Normal View History

p {
white-space: pre-wrap;
}
p.msg {
2014-10-01 22:17:09 +08:00
color: @black;
font: @big;
2014-09-06 03:27:26 +08:00
}
p.action {
color: #1818FF;
font: @big;
font-style: italic;
}
p.typing {
color: @mediumGreyLight;
font: @big;
2015-01-10 18:57:46 +08:00
}
span.quote {
2014-12-17 23:37:07 +08:00
color: #279419;
2014-09-07 19:42:06 +08:00
}
p.alert {
margin-left: 0px;
margin-right: 0px;
color: @black;
background-color: @orange;
font: @big;
}
p.alert_name {
color: @black;
background-color: @orange;
font: @bigBold;
}
a {
color: blue;
}