2014-09-06 03:27:26 +08:00
|
|
|
div.message {
|
2014-10-01 22:17:09 +08:00
|
|
|
color: @black;
|
|
|
|
font: @big;
|
2014-09-06 03:27:26 +08:00
|
|
|
}
|
|
|
|
|
2014-10-02 14:01:23 +08:00
|
|
|
div.action {
|
2014-10-02 15:00:06 +08:00
|
|
|
color: #1818FF;
|
2014-10-02 14:01:23 +08:00
|
|
|
font: @big;
|
|
|
|
}
|
|
|
|
|
2015-01-10 18:57:46 +08:00
|
|
|
div.typing {
|
2015-01-18 19:20:13 +08:00
|
|
|
color: @mediumGreyLight;
|
|
|
|
font: @big;
|
2015-01-10 18:57:46 +08:00
|
|
|
}
|
|
|
|
|
2014-09-13 04:24:29 +08:00
|
|
|
span.quote {
|
2014-12-17 23:37:07 +08:00
|
|
|
color: #279419;
|
2014-09-07 19:42:06 +08:00
|
|
|
}
|
|
|
|
|
2014-10-20 19:05:45 +08: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;
|
|
|
|
}
|
|
|
|
|
2015-01-11 23:56:41 +08:00
|
|
|
a {
|
2015-01-11 11:52:57 +08:00
|
|
|
color: blue;
|
|
|
|
}
|
2015-02-02 21:31:44 +08:00
|
|
|
|