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

65 lines
952 B
CSS
Raw Normal View History

2014-09-06 03:27:26 +08:00
div.name_me {
color: #646464;
font-weight: bold;
padding-right: 3px;
}
div.name {
color: #000000;
font-weight: bold;
padding-right: 3px;
}
div.message {
color: #000000;
padding-right: 3px;
padding-left: 3px;
}
div.date {
color: #000000;
padding-left: 3px;
2014-09-10 00:09:51 +08:00
white-space: nowrap;
2014-09-06 03:27:26 +08:00
}
2014-09-06 21:13:06 +08:00
2014-09-07 19:42:06 +08:00
div.quote {
background-color: #6bc260;
}
2014-09-06 21:13:06 +08:00
div.green {
margin-top: 12px;
margin-bottom: 12px;
margin-left: 12px;
2014-09-07 19:42:06 +08:00
margin-right: 12px;
2014-09-06 21:13:06 +08:00
color: #ffffff;
background-color: #6bc260;
font-size: 10px;
}
2014-09-07 19:42:06 +08:00
div.silver {
margin-top: 12px;
margin-bottom: 12px;
margin-left: 12px;
margin-right: 12px;
color: #000000;
background-color: #d1d1d1;
font-size: 10px;
2014-09-07 00:43:29 +08:00
}
2014-09-06 21:13:06 +08:00
div.red {
margin-top: 12px;
margin-bottom: 12px;
margin-left: 12px;
2014-09-07 19:42:06 +08:00
margin-right: 12px;
2014-09-06 21:13:06 +08:00
color: #ffffff;
background-color: rgb(200,78,78);
font-size: 10px;
}
2014-09-07 19:42:06 +08:00
div.button {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
color: #ffffff;
}