Advertisement
Guest User

Untitled

a guest
Aug 6th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.68 KB | None | 0 0
  1. /* ---------- CHANGE USERNAME COLORS -------------------------------------------------- */
  2.  
  3. a.author[href$="automoderator"] {
  4.     background-color: green !important;
  5.     color: white;
  6.     padding: 0 2px;
  7.     border-radius: 3px;}
  8.  
  9. .link .author.moderator,
  10. .comment .author.moderator {
  11.     background-color: green !important;
  12.     color: white;
  13.     padding: 0 2px 0 2px;
  14.     border-radius: 3px;}
  15.  
  16. .comment .author.submitter {
  17.     background-color: blue;
  18.     color: white;
  19.     padding: 0 2px 0 2px;
  20.     border-radius: 3px;}
  21.  
  22. .link .author.admin,
  23. .comment .author.admin {
  24.     background-color: red !important;
  25.     color: white;
  26.     padding: 0 2px 0 2px;
  27.     border-radius: 3px;}
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement