Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@justjanne
Created March 21, 2015 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justjanne/34d89794570c1250d428 to your computer and use it in GitHub Desktop.
Save justjanne/34d89794570c1250d428 to your computer and use it in GitHub Desktop.
Custom CSS
.server-msg-reconnect {
display: block !important;
}
.user-dropdown {
top: 100%!important;
border: none !important;
margin-top: 1px !important;
border-radius: 1px !important;
background: rgba(20,20,20,0.95) !important;
}
.btn-group-vertical {
display: block;
}
.user-dropdown {
position: initial;
}
.user-dropdown > strong, .user-dropdown > br {
display: none;
}
#messagebuffer>div>span:nth-child(2) {
display: table-cell;
text-align: right;
overflow: hidden;
}
.username {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-break: break-all;
display: inline-block;
}
#messagebuffer>div>span:nth-child(2) {
width: 11.4rem;
}
#messagebuffer .username {
width: 11rem;
}
#messagebuffer {
white-space: nowrap;
}
#messagebuffer>div>:last-child {
word-break: normal!important;
white-space: normal!important;
}
#messagebuffer>div {
display: block;
}
#messagebuffer>div>span {
display: table-cell;
vertical-align: top;
padding: 0 2px;
}
.channel-emote {
padding: 2px;
}
.greentext {
color: rgba(148, 173, 83, 1);
}
.shout {
color: #D33;
font-weight: inherit!important;
font-size: inherit!important;
}
.timestamp {
font-size: 12px!important;
color: #999;
}
.userlist_guest {
opacity: 0.5;
}
.userlist_op,.userlist_owner {
font-weight: bold!important;
}
.userlist_item .glyphicon:before {
display: none;
}
.userlist_item .glyphicon {
width: 0!important;
}
.award_regular:before, .award_ring_gold:before, .award_ring_green:before, .award_ring_blue:before, .award_ring_purple:before, .award_star:before, .award_king:before {
float: right;
margin-right: 2px;
}
.award_ring_gold:before, .award_ring_green:before, .award_ring_blue:before, .award_ring_purple:before {
padding-right: 0.550rem !important;
}
:not(.userlist_op):not(.userlist_owner)>.username {
font-weight: normal!important;
}
.userlist_item span:nth-child(2) {
width: 100%;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
display: inline-block;
padding: .2rem;
padding-right: 2rem;
vertical-align: middle;
}
.userlist_item {
position: relative;
border-bottom: 1px solid rgba(100,100,100,0.2);
background: #303030;
}
.userlist_item:nth-child(2n) {
background: #404040;
}
.userlist_item:before {
position: absolute;
right: 0;
top: 0;
bottom: 0;
padding: .3rem;
vertical-align: middle;
text-align: center;
}
.userlist_item span:nth-child(2) {
border-left: 3px solid;
padding-left: 5px!important;
}
#clockstaff {
width: 3.5rem;
overflow-x: hidden;
margin-right: 4px;
}
#userlist .userlist_item span:first-child {
display: none;
}
.userlist_item:before {
transform: scaleX(-1);
}
#motdrow {
display: none;
}
@media(max-width: 1280px) {
body:not(.max) .col-lg-7 {
width: 38.3333% !important;
}
body:not(.max) #chatwrap {
width: 61.6667%;
position: absolute;
right: 0;
}
body:not(.max) #userlist, body:not(.max) #messagebuffer {
height: 660px !important;
;
}
body:not(.max) #rightcontrols, body:not(.max) #leftcontrols {
float: none;
}
body:not(.max) #leftcontrols {
float: initial !important;
clear: both;
}
body:not(.max) #mediarefresh, body:not(.max) #voteskip {
font-size: 0;
line-height: 9px;
width: auto !important;
}
body:not(.max) .glyphicon {
font-size: 12px!important;
line-height: 1.5;
};
}
.new-stars [data-star]:before {
line-height: 100%!important;
padding: 3px!important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment