Skip to content

Instantly share code, notes, and snippets.

@aphoenix
Created April 24, 2014 19:17
Show Gist options
  • Save aphoenix/11266192 to your computer and use it in GitHub Desktop.
Save aphoenix/11266192 to your computer and use it in GitHub Desktop.
/* LinkFlair Stuff */
.title > .linkflairlabel {
background: url(%%armorsprite%%) no-repeat;
display:block;
height:36px;
width:36px;
padding:0;
margin:0 25px;
text-indent:-999px;
border:1px black solid;
border-radius:8px;
position:absolute;
left:-12px;
margin-top:2px;
}
.linkflair-cloth .linkflairlabel {background-position:0 -36px;}
.linkflair-leather .linkflairlabel {background-position:0 -72px;}
.linkflair-mail .linkflairlabel {background-position:0 -108px;}
.linkflair-plate .linkflairlabel {background-position:0 -144px;}
.linkflair-meta .linkflairlabel {background-position:0 -180px;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment