2015-07-22 15:57:15 +00:00
|
|
|
|
2015-07-22 22:34:57 +00:00
|
|
|
#gathers {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
2015-07-21 14:10:24 +00:00
|
|
|
#chatroom {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-left {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#chatmessages {
|
|
|
|
max-height: 70%;
|
|
|
|
min-height: 70%;
|
|
|
|
overflow-y: scroll;
|
2015-07-22 15:57:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.signin {
|
|
|
|
margin: 0px 10px;
|
2015-07-28 15:54:29 +00:00
|
|
|
}
|
|
|
|
|
2015-07-28 23:32:50 +00:00
|
|
|
.dot {
|
2015-07-29 10:46:30 +00:00
|
|
|
width: 5px;
|
|
|
|
height: 5px;
|
2015-07-28 15:54:29 +00:00
|
|
|
border-radius: 50%;
|
2015-07-28 23:32:50 +00:00
|
|
|
vertical-align: middle;
|
|
|
|
position:relative;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.online {
|
2015-07-29 10:46:30 +00:00
|
|
|
background: #FF9900;
|
|
|
|
}
|
|
|
|
|
|
|
|
.afk {
|
|
|
|
background: #FF9900;
|
|
|
|
}
|
|
|
|
|
|
|
|
.offline {
|
|
|
|
background: #CCC;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.no-bottom {
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
padding-bottom: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.join-hero {
|
|
|
|
padding: 80px 0px;
|
|
|
|
}
|