streams/view/css/mod_chat.css

117 lines
1.4 KiB
CSS
Raw Normal View History

#chatroom-new {
2016-03-30 12:31:55 +00:00
display: none;
}
#chatrooms-index {
width: 100%;
}
#chatrooms-index th:nth-child(1),
#chatrooms-index td:nth-child(1){
padding: 7px 3px 7px 10px;
}
#chatrooms-index th:nth-child(2),
#chatrooms-index td:nth-child(2){
text-align: right;
}
2017-03-19 18:32:54 +00:00
#chatrooms-index td:nth-child(3){
white-space: nowrap;
}
#chatrooms-index th:nth-child(4),
#chatrooms-index td:nth-child(4){
2016-03-30 12:31:55 +00:00
padding: 7px 10px 7px 7px;
}
.chatrooms-index-tool {
padding: 7px 10px;
}
2016-03-30 22:37:40 +00:00
section,
aside {
padding-bottom: 0px;
}
2016-03-31 11:21:48 +00:00
#chat-destroy {
display: inline;
}
2016-03-30 22:37:40 +00:00
#chatTopBar {
2016-03-31 11:21:48 +00:00
width: 100%;
2016-03-30 22:37:40 +00:00
overflow-y: auto;
}
2016-03-30 12:31:55 +00:00
2016-03-31 11:21:48 +00:00
#chatroom_list,
#chatroom_members {
display: none;
}
2014-02-09 22:52:09 +00:00
2016-03-31 11:21:48 +00:00
#chatMembers img {
2016-03-30 22:37:40 +00:00
float: left;
margin-right: 5px;
}
.name {
font-weight: bold;
2014-02-09 22:52:09 +00:00
}
2016-03-30 22:37:40 +00:00
#chatBottomBar {
position: relative;
bottom: 0;
margin-top: 10px;
}
.chat-item {
display: table;
2016-03-31 11:21:48 +00:00
float: left;
}
2016-03-30 22:37:40 +00:00
2016-03-31 11:21:48 +00:00
.chat-item-self {
display: table;
float: right;
2014-02-09 22:52:09 +00:00
}
2016-03-31 11:21:48 +00:00
.chat-item-photo,
.chat-item-photo-self {
2016-03-30 22:37:40 +00:00
display: table-cell;
2014-02-09 22:52:09 +00:00
height: 32px;
width: 32px;
2016-03-30 22:37:40 +00:00
vertical-align: top;
2014-02-09 22:52:09 +00:00
}
.chat-body {
2016-03-30 22:37:40 +00:00
display: table-cell;
vertical-align: top;
padding: 0px 0px 20px 10px;
2014-02-09 22:52:09 +00:00
}
2016-03-31 11:21:48 +00:00
.chat-body-self {
display: table-cell;
vertical-align: top;
padding: 0px 10px 20px 0px;
text-align: right;
}
.chat-item-title,
.chat-item-title-self {
2014-02-09 22:59:19 +00:00
display: inline-block;
2016-03-30 22:37:40 +00:00
padding: 3px;
margin-bottom: 3px;
2014-02-09 22:52:09 +00:00
}
2016-03-30 22:37:40 +00:00
.online {
color: green;
}
.away {
color: orange;
}
.leave {
color: red;
}