Advertisement
Guest User

Xenforo - Rang színezés

a guest
Feb 22nd, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. .admin_tulajdonos {
  2. background-color: #ed1c24;
  3. border: 1px solid #ed1c24;
  4. border-radius: 2px !important;
  5. color: #ffff !important;
  6. background: linear-gradient(to right, #ed1c24 0%, #ed1c24 100%) !important;
  7. }
  8.  
  9. .tulajdonos {
  10. border: 1px;
  11. border-radius: 2px !important;
  12. color: #ffff !important;
  13. background: linear-gradient(to right, #f20a0a 0%, #f20a0a 100%) !important;
  14. }
  15.  
  16. .informacio {
  17. border: 0px;
  18. border-radius: 5px !important;
  19. padding: 3px;
  20. color: #fff!important;
  21. text-shadow: 1.25px 1.25px #000;
  22. background: linear-gradient(to right, #d75959 0%, #dc9f5d 100%) !important;
  23.  
  24. }
  25.  
  26. .fogmod {
  27. border: 1px;
  28. border-radius: 2px !important;
  29. color: #ffff !important;
  30. background: linear-gradient(to right, #ac31e0 0%, #6c0996 100%) !important;
  31. }
  32.  
  33. .developer {
  34. border: 0px;
  35. border-radius: 5px !important;
  36. padding: 3px;
  37. color: #fff!important;
  38. text-shadow: 1.25px 1.25px #000;
  39. background: linear-gradient(to right, #d93617 0%, #d93617 100%) !important;
  40.  
  41. }
  42.  
  43. .admincontroller {
  44. border: 1px;
  45. border-radius: 2px !important;
  46. color: #ffff !important;
  47. background: linear-gradient(to right, #82227f 0%, #82227f 100%) !important;
  48. }
  49.  
  50. .foadmin {
  51. border: 1px;
  52. border-radius: 2px !important;
  53. color: #ffff !important;
  54. background: linear-gradient(to right, #5be3f0 0%, #5be3f0 100%) !important;
  55. }
  56.  
  57. .fejleszto {
  58. border: 1px;
  59. border-radius: 2px !important;
  60. color: #ffff !important;
  61. background: linear-gradient(to right, #b06e30 0%, #b06e30 100%) !important;
  62. }
  63.  
  64. .admin {
  65. border: 1px;
  66. border-radius: 2px !important;
  67. color: #ffff !important;
  68. background: linear-gradient(to right, #69d134 0%, #69d134 100%) !important;
  69. }
  70.  
  71. .admin1 {
  72. border: 1px;
  73. border-radius: 2px !important;
  74. color: #ffff !important;
  75. background: linear-gradient(to right, #69d134 0%, #69d134 100%) !important;
  76. }
  77.  
  78. .admin2 {
  79. border: 1px;
  80. border-radius: 2px !important;
  81. color: #ffff !important;
  82. background: linear-gradient(to right, #69d134 0%, #69d134 100%) !important;
  83. }
  84.  
  85. .admin3 {
  86. border: 1px;
  87. border-radius: 2px !important;
  88. color: #ffff !important;
  89. background: linear-gradient(to right, #69d134 0%, #69d134 100%) !important;
  90. }
  91.  
  92. .admin4 {
  93. border: 1px;
  94. border-radius: 2px !important;
  95. color: #ffff !important;
  96. background: linear-gradient(to right, #69d134 0%, #69d134 100%) !important;
  97. }
  98.  
  99. .admin5 {
  100. border: 1px;
  101. border-radius: 2px !important;
  102. color: #ffff !important;
  103. background: linear-gradient(to right, #69d134 0%, #69d134 100%) !important;
  104. }
  105.  
  106. .felhasznalo {
  107. border: 1px;
  108. border-radius: 2px !important;
  109. color: #ffff !important;
  110. background: linear-gradient(to right, #20549e 0%, #20549e 100%) !important;
  111. }
  112.  
  113. .gmod {
  114. border: 1px;
  115. border-radius: 2px !important;
  116. color: #ffff !important;
  117. background: linear-gradient(to right, #9a52d0 0%, #9a52d0 100%) !important;
  118. }
  119.  
  120. .rendszergazda {
  121. border: 1px;
  122. border-radius: 2px !important;
  123. color: #ffff !important;
  124. background: linear-gradient(to right, #800838 0%, #800838 100%) !important;
  125. }
  126.  
  127. a{color:#4080ff;text-decoration:none}
  128. a.button{color:#4080ff}
  129. .button{color:#4080ff}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement