Created
February 19, 2016 14:59
-
-
Save leoherzog/d1d99ab6989887ba13cc to your computer and use it in GitHub Desktop.
Flair Code from /r/Nexus5x
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* --- 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