Advertisement
Phillydan25

Minecraft Wiki Comment Tags

Apr 2nd, 2017
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. /* Comment tags for staff members */
  2.  
  3. /* Administators */
  4. .comments li[data-user="TheGamingMaster"] .edited-by:after {
  5.  
  6. content: "(Administrator)"; margin-left: -2px; font-family: arial;
  7. font-size: 10px; font-weight: bold; vertical-align: top; color: red; padding: 0 4px;
  8.  
  9. }
  10.  
  11. /* Bureaucrats */
  12. .comments li[data-user="Dragonballgtgoku"] .edited-by:after {
  13.  
  14. content: "(Wiki Adopter • Bureaucrat • Administrator)"; margin-left: -2px;
  15. font-family: arial; font-size: 10px; font-weight: bold; vertical-align: top; color: red;
  16. padding: 0 4px;
  17.  
  18. }
  19.  
  20. .comments li[data-user="Sitb"] .edited-by:after {
  21.  
  22. content: "(Bureaucrat • Administrator)"; margin-left: -2px;
  23. font-family: arial; font-size: 10px; font-weight: bold; vertical-align: top; color: red;
  24. padding: 0 4px;
  25.  
  26. }
  27.  
  28. /* Rollbacks */
  29. .comments li [data-user="DiseaseMaster7"] .edited-by:after,
  30. .comments li [data-user="NinjaDogDB"] .edited-by:after,
  31. .comments li [data-user="Phillydan25"] .edited-by:after,
  32. .comments li [data-user="SLScool"] .edited-by:after,
  33. .comments li [data-user="TheFallenOneGOTH"] .edited-by:after,
  34. .comments li [data-user="XXCastAwayXx"] .edited-by:after {
  35.  
  36. content: "(Rollback)"; margin-left: -2px;
  37. font-family: arial; font-size: 10px; font-weight: bold; vertical-align: top; color: red;
  38. padding: 0 4px;
  39.  
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement