2019-02-19 02:53:43 +08:00
|
|
|
body {
|
|
|
|
font: @baseFont;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action {
|
2019-02-20 21:42:53 +08:00
|
|
|
color: @action;
|
2019-02-19 02:53:43 +08:00
|
|
|
font-style: italic;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.typing {
|
2019-03-02 07:58:58 +08:00
|
|
|
color: #8d8d8d;
|
2019-02-19 02:53:43 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.quote {
|
|
|
|
color: #279419;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert {
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-right: 0px;
|
|
|
|
background-color: @orange;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert_name {
|
|
|
|
background-color: @orange;
|
|
|
|
font: @bigBold;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2019-02-24 01:40:59 +08:00
|
|
|
color: @link;
|
2019-02-19 02:53:43 +08:00
|
|
|
font-weight: bold
|
|
|
|
}
|