Advertisement
ImperialPekka

Krunker MTZ Client CSS

Jan 28th, 2023
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | Gaming | 0 0
  1. @font-face {
  2. font-family: gamefont;
  3. src: url(https://fonts.gstatic.com/s/aldrich/v11/MCoTzAn-1s3IGyJMVacY37H6D_A.woff2)
  4. }
  5. :root{
  6. --MTZ:#000000;
  7.  
  8. }
  9. #hudClassIcon {
  10. display: none;
  11. }
  12.  
  13. #healthValueHolder {
  14. background-color: transparent;
  15. padding: 0 !important;
  16. margin: 0 !important;
  17. bottom: 20%;
  18. right: 62.5%;
  19. transform: translateX(50%);
  20. position: fixed;
  21. }
  22.  
  23. #healthValue {
  24. font-size: 50px !important;
  25. text-shadow: 2px 2px 0 #000;
  26. }
  27.  
  28. #maxHP {
  29. display: none;
  30. }
  31.  
  32. #healthBar {
  33. display: none;
  34. }
  35.  
  36. .hpBSeg, .healthBarSeg {
  37. display: none;
  38. }
  39.  
  40. #challIcon {
  41. display: none !important;
  42. }
  43.  
  44. /*Ammo*/
  45.  
  46. #ammoDisplay {
  47. background-color: transparent !important;
  48. background-image: linear-gradient(90deg, var(--accent), var(--accent));
  49. background-position-y: 92px;
  50. border-radius: 0px;
  51. padding: 0;
  52. padding-bottom: 32px;
  53. padding-top: 0;
  54. padding-left: 0;
  55. padding-right: 0 !important;
  56. position: fixed;
  57. bottom:20%;
  58. left: 62.5%;
  59. justify-content: center;
  60. text-align: center;
  61. transform: translateX(-50%);
  62. }
  63.  
  64. #ammoVal {
  65. font-size: 50px;
  66. color: white;
  67. text-shadow: 2px 2px 0px #000 !important;
  68. }
  69.  
  70. #ammoMax {
  71. display: none;
  72. }
  73.  
  74. #ammoIcon {
  75. display: none !important;
  76. }
  77.  
  78. #reloadMsg {
  79. background: none;
  80. color: var(--accent);
  81. }
  82.  
  83. #weapDisplay {
  84. bottom: 30px;
  85. }
  86.  
  87. .weapItem {
  88. position: absolute;
  89. bottom: 0;
  90. right: 0;
  91. }
  92.  
  93. .weapIcon {
  94. margin-right: 0 !important;
  95. transition-duration: 0.5s;
  96. text-shadow: 2px 2px 0px #000 !important;
  97. }
  98.  
  99. .weapIcon[style*="opacity: 0.7"], .weapIcon[style*="opacity:0.7"] {
  100. position: fixed;
  101. right: calc(50% - 64px);
  102. bottom: -140px;
  103. opacity: 0 !important;
  104. text-shadow: 2px 2px 0px #000 !important;
  105. }
  106.  
  107. .weapIcon[style*="opacity:1"], .weapIcon[style*="opacity: 1"] {
  108. position: fixed;
  109. bottom: 40px;
  110. right: calc(50% - 64px);
  111. text-shadow: 2px 2px 0px #000 !important;
  112. }
  113.  
  114. .weapItem:last-child .weapIcon {
  115. transform: translateY(16px);
  116. text-shadow: 2px 2px 0px #000 !important;
  117. }
  118.  
  119.  
  120. #weapIconMel {
  121. margin: 0 !important;
  122. text-shadow: 2px 2px 0px #000 !important;
  123. }
  124.  
  125. .weapKey {
  126. display: none;
  127. text-shadow: 2px 2px 0px #000 !important;
  128. }
  129. /*Top Left*/
  130.  
  131. #pingDisplay .material-icons, #ingressDisplay .material-icons, #egressDisplay .material-icons {
  132. font-size: 24px;
  133. }
  134.  
  135. #pingIcon {
  136. color: var(--accent) !important;
  137. }
  138.  
  139. #timerDisplay {
  140. position: fixed;
  141. left: 50%;
  142. bottom: 15%;
  143. transform: translateX(-50%);
  144. background-color: transparent;
  145. }
  146.  
  147. #timerVal {
  148. text-shadow: 2px 2px 0 #000;
  149. }
  150.  
  151. #timerIcon {
  152. display: none;
  153. }
  154.  
  155. /*Top Right*/
  156.  
  157. #streakCount {
  158. position: fixed;
  159. left: 50%;
  160. bottom: 10%;
  161. background-color: transparent;
  162. transform: translate(-50%);
  163. }
  164.  
  165. .countIcon {
  166. background-color: transparent;
  167. color: #fff;
  168. text-shadow: 2px 2px 0 #000;
  169. font-size: 32px;
  170. }
  171.  
  172. #killsIcon, #deathsIcon, #streakIcon, #kdIcon {
  173. width: 28px;
  174. height: 28px;
  175. }
  176.  
  177. #killsVal, #deathsVal, #streakVal, #myScoreVal, #kdVal {
  178. color: #fff;
  179. }
  180.  
  181. .button, .button:hover {
  182. border: none !important;
  183. }
  184. #aHider,#endAHolder {
  185. display:none !important;
  186. }
  187. #newsBody {
  188. display:none !important;
  189. }
  190. #newsStat {
  191. display:none !important;
  192. }
  193. #streamContainer {
  194. display:none !important;
  195. }
  196. }
  197. #freeKRAd {
  198. display:none !important;
  199. }
  200. #krDiscountAd {
  201. display:none !important;
  202. }
  203. #newUserGuide {
  204. display:none !important;
  205. }
  206. #newsHed {
  207. display:none !important;
  208. }
  209. #newsHolder {
  210. display:none !important;
  211. }
Tags: CSS Krunker mtz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement