User Flairs

When adding / removing users from the CSS, PLEASE keep it in the Meet The Staff order!

:root {
   --link-owner: 3, 169, 244;
   --link-admin: 3, 169, 244;
   --link-moderator: 221, 28, 94;
   --link-jstaff: 255, 152, 0;
   --link-greenlighter: 69, 189, 58;
}
 
.printuser a { --visited-link-color: var(--link-color); }
.printuser a::after {
    content: var(--after-content);
    height: var(--after-height);
    display: inline-block;
    width: var(--after-height);
    background: var(--after-background);
    background-size: 100%;
    margin-left: 2px;
}
.printuser.avatarhover a:first-of-type:after { display: none; }
 
/* OWNER FLAIR */
.printuser a[href="http://www.wikidot.com/user:info/mctoran"]
{
    --link-color: var(--link-owner);
    --hover-link-color: var(--link-owner);
    --after-content: "";
    --after-height: 1em;
    --after-background: url("http://backrooms-pantheon.wikidot.com/local--files/the-pantheon/PantheonLogo");
}
 
/* ADMIN FLAIRS */
.printuser a[href="http://www.wikidot.com/user:info/user"],
.printuser a[href="http://www.wikidot.com/user:info/user"] /* last: no comma */ {
    --link-color: var(--link-admin);
    --hover-link-color: var(--link-admin);
    --after-content: "";
    --after-height: 1em;
    --after-background: url("http://d3g0gp89917ko0.cloudfront.net/v--291054f06006/common--theme/base/images/karma/star.png");
}
 
/* MODERATOR FLAIRS */
.printuser a[href="http://www.wikidot.com/user:info/user"],
.printuser a[href="http://www.wikidot.com/user:info/user"] /* last: no comma */ {
    --link-color: var(--link-moderator);
    --hover-link-color: var(--link-moderator);
    --after-content: "";
    --after-height: 1em;
    --after-background: url("http://d3g0gp89917ko0.cloudfront.net/v--291054f06006/common--theme/base/images/karma/star.png");
}
 
/* JSTAFF FLAIRS */
.printuser a[href="http://www.wikidot.com/user:info/user"],
.printuser a[href="http://www.wikidot.com/user:info/user"] /* last: no comma */ {
    --link-color: var(--link-jstaff);
    --hover-link-color: var(--link-jstaff);
    --after-content: "";
    --after-height: 1em;
    --after-background: url("http://d3g0gp89917ko0.cloudfront.net/v--291054f06006/common--theme/base/images/karma/star.png");
}
 
/* GREENLIGHTER FLAIRS */
.printuser a[href="http://www.wikidot.com/user:info/user"],
.printuser a[href="http://www.wikidot.com/user:info/user"]/* last: no comma */ {
    --link-color: var(--link-greenlighter);
    --hover-link-color: var(--link-greenlighter);
    --after-content: "";
    --after-height: 1em;
    --after-background: url("http://backrooms-wiki.wikidot.com/local--files/component:user-flairs/clover");
}

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License