[–] [deleted] 0 points 1 point (+1|-0) ago 

[Deleted]

0
1

[–] HomerSimpson 0 points 1 point (+1|-0) ago 

Mod flairs:

/* "This gives the background with the font for the text of the flair. */

a:before{background: #f8f8f8;border: 1px solid #e6e6e6;border-radius: 2px;color: #000000;line-height: 150%;margin-right: 3px;padding: 2px 4px;vertical-align: middle;}

/* "This is the flair itself and needs to be added for each individual mod */

a[href$="/user/UsernameHere"]:before { background: #HexColorCodeHere;content: "Flair Text Here"; }

/* This makes it so flairs don't show up at the top of the page.  */

 a[title="Profile"]:before,a.upvoatsGiven:before{content:none;}

All flairs you do have to between the background line(top one) and the bottom line.

The way we do user flairs is as follows

a[href$="/user/UserNameHere"]:before
{ content: "User Flair Here"; }

This also has to in between the two lines above.

Other questions just ask.

[–] [deleted] 0 points 1 point (+1|-0) ago 

[Deleted]