Advertisement
Qwest500

Krunker.io Clean Default CSS

Mar 11th, 2025
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.62 KB | Gaming | 0 0
  1. :root {
  2. --div-grey: rgb(22 22 22 / 50%);
  3. --div-black: rgb(59 58 58 / 0%);
  4. }
  5.  
  6. #timerVal {
  7. font-size: 30px;
  8. }
  9.  
  10. #timerHolder {
  11. background-color: rgb(22 22 22 / 40%);
  12. padding: 6px;
  13. border-radius: 5px;
  14. padding-left: 8px;
  15. padding-right: 6px;
  16. }
  17.  
  18. .weapItem {
  19. background-color: rgb(255 255 255 / 0%);
  20. margin-bottom: -10px;
  21. border-radius: 0px;
  22. }
  23.  
  24. .weapIcon {
  25.     width: 120px;
  26.     height: 60px;
  27. }
  28.  
  29. .weapSkin {
  30. background-color: rgb(255 255 255 / 0%);
  31. font-size: 0px;
  32. }
  33.  
  34. .debugInfo {
  35. display: inline-block;
  36. vertical-align: top;
  37. text-align: right;
  38. margin-top: 7px;
  39. }
  40.  
  41. #chatInputHolder {
  42. background-color: rgb(0 0 0 / 40%);
  43. }
  44.  
  45. .greyInlineInner {
  46. background-color: rgb(255 255 255 / 0%);
  47. }
  48.  
  49. #bottomLeftPlayer, #bottomLeftPlayerLeft, #bottomLeftPlayerRight, #bottomLeftTeamType, #bottomLeftTeamName, #bottomLeftHealthBar {
  50. background-color: rgb(255 255 255 / 0%);
  51. }
  52.  
  53. .nHealthBarSeg {
  54.     display: inline-block;
  55.     width: 100%;
  56.     height: 30px;
  57.     background-color: rgba(0,0,0,.4);
  58. }
  59.  
  60. .weapItemInner {
  61.     color: rgba(255,255,255,.7);
  62.     background-color: rgb(255 255 255 / 0%);
  63.     margin: 3px;
  64.     padding: 2px 10px;
  65.     display: inline-block;
  66. }
  67.  
  68. #chatInputHolder {
  69. width: 100%;
  70. }
  71.  
  72. #bottomLeftClassImg {
  73.     width: 100%;
  74.     height: 100%;
  75.     image-rendering: pixelated;
  76.     image-rendering: -moz-crisp-edges;
  77.     image-rendering: crisp-edges;
  78.     border-radius: 10px
  79. }
  80.  
  81. #bottomLeftHolder {
  82.     z-index: 10;
  83.     position: absolute;
  84.     bottom: 15px;
  85.     left: 15px;
  86.     text-align: left
  87. }
  88.  
  89. #bottomLeftHealthBar {
  90.     display: flex;
  91.     bottom: 0%;
  92.     margin: -10px;
  93.     height: 0px;
  94. }
  95.  
  96. .nHealthBarSeg {
  97.     width: 40px!important;
  98.     display: inline-block!important;
  99.     border-radius: 5px!important;
  100.     margin-right: 6px!important;
  101.     height: 48px!important;
  102.     background-color: rgba(0,0,0,.4)!important;
  103. }
  104.  
  105. .nHpBSeg {
  106.     height: 48px!important;
  107.     border-radius: 5px!important;
  108.     -webkit-box-shadow: inset 0 -10px 0 0 rgba(0,0,0,.28)!important;
  109.     -moz-box-shadow: inset 0 -10px 0 0 rgba(0,0,0,.28)!important;
  110.     box-shadow: inset 0 -10px 0 0 rgba(0,0,0,.28)!important
  111. }
  112.  
  113. #bottomLeftHealth {
  114.     position: absolute;
  115.     background-color: rgba(0,0,0,.35);
  116.     border-radius: 5px;
  117.     padding: 3px;
  118.     bottom: 60px;
  119.     padding-right: 7px;
  120.     padding-left: 9px;
  121.     color: #fff;
  122.     font-size: 20px;
  123.     will-change: transform;
  124.     display: inline-block;
  125.     left: 100px;
  126. }
  127.  
  128.  
  129. #bottomLeftTeamHolder, #voiceIcon, #recTimer, #bottomLeftChallIcon, .weapKey, .weapStreakHolder {
  130.     display: none;
  131. }
  132.  
  133. #pingDisplay,#fpsDisplay {
  134.     text-align: left;
  135. }
Tags: CSS Krunker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement