mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-24 05:11:22 +00:00
54 lines
556 B
CSS
54 lines
556 B
CSS
|
|
#gathers {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#chatroom {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.add-left {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#chatmessages {
|
|
max-height: 70%;
|
|
min-height: 70%;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.signin {
|
|
margin: 0px 10px;
|
|
}
|
|
|
|
.dot {
|
|
width: 5px;
|
|
height: 5px;
|
|
border-radius: 50%;
|
|
vertical-align: middle;
|
|
position:relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.online {
|
|
background: #FF9900;
|
|
}
|
|
|
|
.afk {
|
|
background: #FF9900;
|
|
}
|
|
|
|
.offline {
|
|
background: #CCC;
|
|
}
|
|
|
|
|
|
|
|
.no-bottom {
|
|
margin-bottom: 0px !important;
|
|
padding-bottom: 0px !important;
|
|
}
|
|
|
|
.join-hero {
|
|
padding: 80px 0px;
|
|
}
|