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

94 lines
1.1 KiB
CSS
Raw Normal View History

2014-09-06 03:27:26 +08:00
div.name {
2014-10-01 22:17:09 +08:00
color: @black;
2014-10-02 12:21:43 +08:00
font: @bigBold;
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
}
div.action {
color: #1818FF;
font: @big;
}
2014-09-06 03:27:26 +08:00
div.date {
2014-10-01 22:17:09 +08:00
color: @black;
font: @big;
}
div.name_me {
color: @mediumGrey;
font: @big;
}
div.message_me {
2014-10-02 12:21:43 +08:00
color: @black;
2014-10-01 22:17:09 +08:00
font: @big;
}
div.date_me {
2014-10-02 12:21:43 +08:00
color: @black;
2014-10-01 22:17:09 +08:00
font: @big;
2014-09-06 03:27:26 +08:00
}
2014-09-06 21:13:06 +08:00
span.quote {
2014-12-17 23:37:07 +08:00
color: #279419;
2014-09-07 19:42:06 +08:00
}
2014-09-06 21:13:06 +08:00
div.green {
margin-top: 6px;
margin-bottom: 6px;
2014-10-04 17:02:28 +08:00
margin-left: 0px;
margin-right: 0px;
2014-10-01 22:17:09 +08:00
color: @white;
background-color: @green;
font: @small;
2014-09-06 21:13:06 +08:00
}
2014-09-07 19:42:06 +08:00
div.silver {
margin-top: 6px;
margin-bottom: 6px;
2014-10-04 17:02:28 +08:00
margin-left: 0px;
margin-right: 0px;
2014-10-01 22:17:09 +08:00
color: @black;
background-color: @lightGrey;
font: @small;
2014-09-07 00:43:29 +08:00
}
2014-09-06 21:13:06 +08:00
div.red {
margin-top: 6px;
margin-bottom: 6px;
2014-10-04 17:02:28 +08:00
margin-left: 0px;
margin-right: 0px;
2014-10-01 22:17:09 +08:00
color: @white;
background-color: @red;
font: @small;
2014-09-06 21:13:06 +08:00
}
2014-09-07 19:42:06 +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;
}
2014-09-07 19:42:06 +08:00
div.button {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
2014-10-01 22:17:09 +08:00
color: @white;
2014-09-07 19:42:06 +08:00
}
*:link {
color: blue;
}