2016-07-10 19:43:50 +08:00
|
|
|
body {
|
|
|
|
font: @baseFont;
|
2016-03-09 04:19:47 +08:00
|
|
|
}
|
|
|
|
|
2016-07-10 19:43:50 +08:00
|
|
|
p {
|
|
|
|
white-space: pre-wrap;
|
2014-09-06 03:27:26 +08:00
|
|
|
}
|
|
|
|
|
2016-07-10 19:43:50 +08:00
|
|
|
.action {
|
|
|
|
color: #1818FF;
|
|
|
|
font-style: italic;
|
2014-10-02 14:01:23 +08:00
|
|
|
}
|
|
|
|
|
2016-07-10 19:43:50 +08:00
|
|
|
.typing {
|
|
|
|
color: @mediumGreyLight;
|
2015-01-10 18:57:46 +08:00
|
|
|
}
|
|
|
|
|
2016-07-10 19:43:50 +08:00
|
|
|
.quote {
|
|
|
|
color: #279419;
|
2014-09-07 19:42:06 +08:00
|
|
|
}
|
|
|
|
|
2016-07-10 19:43:50 +08:00
|
|
|
.alert {
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-right: 0px;
|
|
|
|
background-color: @orange;
|
2014-10-20 19:05:45 +08:00
|
|
|
}
|
|
|
|
|
2016-07-10 19:43:50 +08:00
|
|
|
.alert_name {
|
|
|
|
background-color: @orange;
|
|
|
|
font: @bigBold;
|
2014-10-20 19:05:45 +08:00
|
|
|
}
|
|
|
|
|
2015-01-11 23:56:41 +08:00
|
|
|
a {
|
2015-01-11 11:52:57 +08:00
|
|
|
color: blue;
|
|
|
|
}
|