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

38 lines
407 B
CSS
Raw Normal View History

2015-02-15 10:51:54 +01:00
div.msg {
2014-10-01 16:17:09 +02:00
color: @black;
font: @big;
2014-09-06 02:27:26 +07:00
}
div.action {
color: #1818FF;
font: @big;
}
2015-01-10 11:57:46 +01:00
div.typing {
color: @mediumGreyLight;
font: @big;
2015-01-10 11:57:46 +01:00
}
span.quote {
2014-12-17 15:37:07 +00:00
color: #279419;
2014-09-07 18:42:06 +07:00
}
div.alert {
margin-left: 0px;
margin-right: 0px;
color: @black;
background-color: @orange;
font: @big;
}
div.alert_name {
color: @black;
background-color: @orange;
font: @bigBold;
}
a {
color: blue;
}