Advertisement
Guest User

Untitled

a guest
Mar 1st, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. .status_badge.guest_badge
  2. {
  3. background: #000000;
  4. color: #fff;
  5. }
  6.  
  7. .status_badge.user_badge
  8. {
  9. background: #a7aba7;
  10. color: #fff;
  11. }
  12.  
  13. .status_badge.power_user_badge
  14. {
  15. background: #36c529;
  16. color: #fff;
  17. }
  18.  
  19. .status_badge.veteran_badge
  20. {
  21. background: #4e9aea;
  22. color: #fff;
  23. }
  24.  
  25. .status_badge.uploader_badge
  26. {
  27. background: #d08f55;
  28. color: #fff;
  29. }
  30.  
  31. .status_badge.super_uploader_badge
  32. {
  33. background: #ff7800;
  34. color: #fff;
  35. }
  36.  
  37. .status_badge.vip_badge
  38. {
  39. background: #33bbff;
  40. color: #fff;
  41. }
  42.  
  43. .status_badge.premium_vip_badge
  44. {
  45. background: #33ffdb;
  46. color: #253042;
  47. }
  48.  
  49. .status_badge.deputy_badge
  50. {
  51. background: #ff5353;
  52. color: #fff;
  53. }
  54.  
  55. .status_badge.moderator_badge
  56. {
  57. background: #ced228;
  58. color: #fff;
  59. }
  60.  
  61. .status_badge.super_moderator_badge
  62. {
  63. background: #ff911d;
  64. color: #fff;
  65. }
  66.  
  67. .status_badge.administrator_badge
  68. {
  69. background: #43f3d4;
  70. color: #fff;
  71. }
  72.  
  73. .status_badge.vice_director_badge
  74. {
  75. background: #fb51ec;
  76. color: #fff;
  77.  
  78. }
  79.  
  80. .status_badge.director_badge
  81. {
  82. background: #fffa03;
  83. color: #253042;
  84. }
  85.  
  86. .status_badge.sysop_badge
  87. {
  88. background: #b0ff93;
  89. color: #253042;
  90. }
  91.  
  92. .status_badge.it_badge
  93. {
  94. background: #ffffff;
  95. color: #253042;
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement