Skip to content

Instantly share code, notes, and snippets.

@unex
Created October 12, 2016 06:37
Show Gist options
  • Save unex/ab465ff272bbb040338cd1934f3b41eb to your computer and use it in GitHub Desktop.
Save unex/ab465ff272bbb040338cd1934f3b41eb to your computer and use it in GitHub Desktop.
/* USER FLAIR FRAMEWORK */
.flair:before { display: none }
.author.moderator, .flair {
display: inline-block;
color: #fff !important;
border-radius: 2px;
line-height: 18px;
padding: 0 0 0 6px;
overflow: hidden;
margin-bottom: -5px;
border-radius: 4px;
}
.stickied.comment>.entry a.author.moderator { color: #fff !important } /* ew gross */
.author:after, .flair:after {
display: inline-block;
font: normal 11px verdana,arial,helvetica,sans-serif;
font-weight: 700;
padding: 0 6px;
margin-left: 6px;
line-height: inherit;
background-color: rgba(0,0,0,.23);
}
.author.moderator { background-color: #FF5722 }
.author.moderator:after { content: 'MODERATOR' }
.flair {
background-color: #9E9E9E;
margin-left: 6px;
margin-right: 6px;
font-family:Verdana,sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment