Skip to content

Instantly share code, notes, and snippets.

@leoherzog
Created February 19, 2016 14:59
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 leoherzog/d1d99ab6989887ba13cc to your computer and use it in GitHub Desktop.
Save leoherzog/d1d99ab6989887ba13cc to your computer and use it in GitHub Desktop.
Flair Code from /r/Nexus5x
/* --- User Flair ---*/
.flair:before {
content:"";
width:10px;
height:16px;
display:inline-block;
margin-top:-2px;
background-repeat:no-repeat;
background-image:url(%%flair-phones%%);
vertical-align:middle;
margin-right:3px;
}
.flair-black:before {
background-position:-192px 0;
}
.flair-white:before {
background-position: 0 0;
}
.flair-red:before {
background-position:-144px 0;
}
.flair-teal:before {
background-position: -80px 0;
}
.flair-verified:before {
width:16px;
height:16px;
margin-top:0px;
background-image:url(%%flair-verified%%);
}
.flair-verified:before {
width:16px;
height:16px;
margin-top:0px;
background-image:url(%%flair-verified%%);
}
.flair-moderator:before {
width:16px;
height:16px;
margin-top:0px;
background-image:url(%%flair-moderator%%);
}
.flair-bot:before {
width:16px;
height:16px;
margin-top:0px;
background-image:url(%%flair-bot%%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment