2014-09-06 02:27:26 +07:00
|
|
|
div.name {
|
2014-10-01 16:17:09 +02:00
|
|
|
color: @black;
|
2014-10-01 23:21:43 -05:00
|
|
|
font: @bigBold;
|
2014-09-06 02:27:26 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
div.message {
|
2014-10-01 16:17:09 +02:00
|
|
|
color: @black;
|
|
|
|
font: @big;
|
2014-09-06 02:27:26 +07:00
|
|
|
}
|
|
|
|
|
2014-10-02 01:01:23 -05:00
|
|
|
div.action {
|
2014-10-02 02:00:06 -05:00
|
|
|
color: #1818FF;
|
2014-10-02 01:01:23 -05:00
|
|
|
font: @big;
|
|
|
|
}
|
|
|
|
|
2014-09-06 02:27:26 +07:00
|
|
|
div.date {
|
2014-10-01 16:17:09 +02:00
|
|
|
color: @black;
|
|
|
|
font: @big;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.name_me {
|
|
|
|
color: @mediumGrey;
|
|
|
|
font: @big;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.message_me {
|
2014-10-01 23:21:43 -05:00
|
|
|
color: @black;
|
2014-10-01 16:17:09 +02:00
|
|
|
font: @big;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.date_me {
|
2014-10-01 23:21:43 -05:00
|
|
|
color: @black;
|
2014-10-01 16:17:09 +02:00
|
|
|
font: @big;
|
2014-09-06 02:27:26 +07:00
|
|
|
}
|
2014-09-06 20:13:06 +07:00
|
|
|
|
2014-09-12 22:24:29 +02:00
|
|
|
span.quote {
|
|
|
|
color: #6bc260;
|
2014-09-07 18:42:06 +07:00
|
|
|
}
|
|
|
|
|
2014-09-06 20:13:06 +07:00
|
|
|
div.green {
|
2014-10-20 06:34:17 -05:00
|
|
|
margin-top: 6px;
|
|
|
|
margin-bottom: 6px;
|
2014-10-04 11:02:28 +02:00
|
|
|
margin-left: 0px;
|
2014-10-13 16:43:20 +09:00
|
|
|
margin-right: 0px;
|
2014-10-01 16:17:09 +02:00
|
|
|
color: @white;
|
|
|
|
background-color: @green;
|
|
|
|
font: @small;
|
2014-09-06 20:13:06 +07:00
|
|
|
}
|
|
|
|
|
2014-09-07 18:42:06 +07:00
|
|
|
div.silver {
|
2014-10-20 06:34:17 -05:00
|
|
|
margin-top: 6px;
|
|
|
|
margin-bottom: 6px;
|
2014-10-04 11:02:28 +02:00
|
|
|
margin-left: 0px;
|
2014-10-13 16:43:20 +09:00
|
|
|
margin-right: 0px;
|
2014-10-01 16:17:09 +02:00
|
|
|
color: @black;
|
|
|
|
background-color: @lightGrey;
|
|
|
|
font: @small;
|
2014-09-06 23:43:29 +07:00
|
|
|
}
|
|
|
|
|
2014-09-06 20:13:06 +07:00
|
|
|
div.red {
|
2014-10-20 06:34:17 -05:00
|
|
|
margin-top: 6px;
|
|
|
|
margin-bottom: 6px;
|
2014-10-04 11:02:28 +02:00
|
|
|
margin-left: 0px;
|
2014-10-13 16:43:20 +09:00
|
|
|
margin-right: 0px;
|
2014-10-01 16:17:09 +02:00
|
|
|
color: @white;
|
|
|
|
background-color: @red;
|
|
|
|
font: @small;
|
2014-09-06 20:13:06 +07:00
|
|
|
}
|
2014-09-07 18:42:06 +07:00
|
|
|
|
2014-10-20 06:05:45 -05: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;
|
|
|
|
}
|
|
|
|
|
2014-09-07 18:42:06 +07:00
|
|
|
div.button {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
margin-left: 0px;
|
2014-10-01 16:17:09 +02:00
|
|
|
color: @white;
|
2014-09-07 18:42:06 +07:00
|
|
|
}
|