Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* ---------- CHANGE USERNAME COLORS -------------------------------------------------- */
- a.author[href$="automoderator"] {
- background-color: green !important;
- color: white;
- padding: 0 2px;
- border-radius: 3px;}
- .link .author.moderator,
- .comment .author.moderator {
- background-color: green !important;
- color: white;
- padding: 0 2px 0 2px;
- border-radius: 3px;}
- .comment .author.submitter {
- background-color: blue;
- color: white;
- padding: 0 2px 0 2px;
- border-radius: 3px;}
- .link .author.admin,
- .comment .author.admin {
- background-color: red !important;
- color: white;
- padding: 0 2px 0 2px;
- border-radius: 3px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement