Advertisement
PhantomGame

Default Edit CSS

Apr 9th, 2025
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.25 KB | Gaming | 0 0
  1. :root {
  2. --div-grey: transparent !important;
  3. --div-shadow: transparent !important;
  4. --div-black: rgba(0, 0, 0, .3);
  5. }
  6.  
  7. @font-face {
  8.     font-family: gamefont;
  9.     src: url("https://dl.dropboxusercontent.com/s/fi/kkb8llljhbfgmayhsd1th/FFFFORWA.TTF?rlkey=2zclz3bjxrs1fx9hb0dyxy896&st=ahwaf28c&dl=0");
  10. }
  11.  
  12. * {
  13.     text-shadow: none !important;
  14.     box-shadow: none !important;
  15.     border: transparent !important;
  16. }
  17.  
  18. #returnHolder,
  19. .endTablePfp,
  20. .flag-icon,
  21. #homeStoreAd,
  22. .headerBarRight,
  23. #streamContainer,
  24. #termsInfo,
  25. #matchInfo.topLeftOld,
  26. .setSugBox2,
  27. .menuItem .menuItemTitle,
  28. .bigMFeatHold,
  29. .carousel,
  30. #bottomLeftTeamName,
  31. #roundsDisplay,
  32. #bubbleContainer,
  33. #chatSwitchHolder,
  34. #policeButton,
  35. .weapStreakHolder,
  36. #timerIcon,
  37. #gameNameHolder {
  38.     display: none !important;
  39. }
  40.  
  41. #bottomLeftTeamType {
  42.     font-size: 0px;
  43. }
  44.  
  45. #bottomLeftTeamType:after {
  46.     font-size: 16px !important;
  47.     content: "health" !important;
  48. }
  49.  
  50. #chatList {
  51.         background-color: transparent;
  52. }
  53.  
  54. #chatList::-webkit-scrollbar {
  55.    display:none;
  56. }
  57.  
  58. #chatInput {
  59.   background-color: transparent;
  60.     border: none;
  61. }
  62.  
  63. #chatInputHolder {
  64.   background-color: transparent;
  65. }
  66.  
  67. #streamContainer,#PC7WaterMark2,.terms,#termsInfo {
  68.   display: none !important;
  69. }
  70.  
  71. #bottomLeftClassImg, #menuMiniProfilePic, #profilePicM  {
  72.     content: url(https://i.pinimg.com/736x/b8/89/49/b88949b615a691f7ea1bd557cd002279.jpg)
  73. }
  74.  
  75. #bottomLeftHealthBar {
  76.   bottom: 20px;
  77. }
  78.  
  79. .nHealthBarSeg {
  80.     background-color: transparent;
  81.     width: -webkit-fill-available;
  82.     margin-right: -4px;
  83. }
  84.  
  85. .nHealthBarSeg:first-child .nHpBSeg {
  86.     border-top-left-radius: 2px;
  87.     border-bottom-left-radius: 2px;
  88. }
  89.  
  90. .nHealthBarSeg:last-child .nHpBSeg {
  91.     border-bottom-right-radius: 2px;
  92.     border-top-right-radius: 2px;
  93. }
  94.  
  95. .nHpBSeg {
  96.     width: 100%;
  97.     border-radius: 0px
  98. }
  99.  
  100. #bottomLeftHealth {
  101.   margin-top: 14px;
  102. }
  103.  
  104. #bottomLeftChallIcon {
  105.   visibility: hidden;
  106. }
  107.  
  108. /*
  109.  
  110. .weapIcon {
  111.     transform: scale(1)
  112. }
  113.  
  114. .weapIcon[src*="melee"],
  115. .weapIcon[src*="weapons/icon_0"] {
  116.     margin-top: 20px;
  117. }
  118.  
  119. .weapItem {
  120.     background-color: transparent
  121. }
  122.  
  123. .weapKey {
  124.     display: none
  125. }
  126.  
  127. .weapItem[style*="0.5"] {
  128.     display: none;
  129. } */
  130.  
  131. .button, .button:hover {
  132.   border: none !important;
  133. }
  134.  
  135. #instructions {
  136.     font-size: 0px;
  137.     animation: none
  138. }
  139.  
  140. .instructionsTabs, .instructionsTab {
  141.   background-color: transparent;
  142.   box-shadow: none;
  143.   border-radius: 0px 0px 4px 4px;
  144.   border-top: none !important;
  145.   color: white !important;
  146.   border-top: none !important;
  147. }
  148.  
  149. #uiBase.onMenu {
  150.     backdrop-filter: blur(3px);
  151. }
  152.  
  153. /* test */
  154.  
  155. #killFeed {
  156. position: fixed;
  157. bottom: -250px !important;
  158. left:-2070px !important;
  159. background-color: rgba(0, 0, 0, 0);
  160. color:transparent !important;
  161. filter: none !important;
  162. }
  163.  
  164. #centerLeaderDisplay {
  165.     top: 10px;
  166.     left:unset;
  167.     right: 10px;
  168.     transform: unset;
  169.     display:block !important;
  170.     width: 580px;
  171. }
  172.  
  173. .centerLeaderContainer {
  174.     text-align: left;
  175.     color: #fff;
  176.     border-radius: 4px;
  177.     background-color: rgba(0, 0, 0, .3) !important;
  178. }
  179.  
  180. .centerLeaderContainerInner {
  181.     background-color: transparent !important;
  182. }
  183.  
  184. #newLeaderDisplay {
  185.     top: 50px;
  186.     left:unset;
  187.     right: 20px;
  188.     transform: unset;
  189.     display:block !important;
  190. }
  191.  
  192. .newLeaderContainer,.newLeaderTeam {
  193.     background-color:transparent !important;
  194. }
  195.  
  196. td>.newLeaderItem {
  197.     max-width: 300px;
  198.     min-width: 250px
  199. }
  200.  
  201. #leaderContainer {
  202.   display: none;
  203. }
  204.  
  205. /* ammo */
  206.  
  207. #weapHolder {
  208.     display: block !important;
  209.     z-index: 10;
  210.     bottom: 30px
  211. }
  212.  
  213. #ammoHolder {
  214.     display: block !important;
  215.     text-align: center;
  216.     width: 100px;
  217.     height: 100px;
  218.     padding-left: 10px;
  219.     padding-right: 200px;
  220.     border-radius: 4px;
  221.     transition-timing-function: linear;
  222. }
  223.  
  224. #ammoVal {
  225.     font-size: 52px;
  226.     bottom: 5%;
  227.     vertical-align: text-top;
  228. }
  229.  
  230. #ammoMax,
  231. #ammoIcon {
  232.     display: none
  233. }
  234.  
  235. .weapSkin {
  236.     background-color: transparent;
  237.     position: fixed;
  238.     bottom: 25px;
  239.     left: unset;
  240.     right: 25px;
  241.     font-size: 12px;
  242.     text-shadow: 1px 1px 0px #1c1c1c, -1px 1px 0px #1c1c1c, -1px -1px 0px #1c1c1c, 1px -1px 0px #1c1c1c, 1px -1px 0px #1c1c1c;
  243. }
  244.  
  245. .weapItem {
  246.     background-color: transparent
  247. }
  248.  
  249. .weapKey {
  250.     display: none
  251. }
  252.  
  253. .weapItem[style*="0.5"] {
  254.     display: none;
  255. }
  256.  
  257. .weapIcon {
  258.     margin-right: 40px !important;
  259.     transform: scale(1.4)
  260. }
  261.  
  262. .weapIcon[src*="melee"],
  263. .weapIcon[src*="weapons/icon_0"] {
  264.     margin-top: 20px;
  265.     margin-right: 35px !important;
  266. }
  267.  
  268. .weapIcon[src*="melee/icon_44"],
  269. .weapIcon[src*="melee/icon_18"] {
  270.     margin-top: 0px;
  271.     margin-right: 35px !important;
  272. }
  273.  
  274. .weapIcon[src*="weapons/icon_21"] {
  275.     margin-top: 10px !important
  276. }
  277.  
  278. .weapIcon[src*="weapons/icon_10"] {
  279.     margin-bottom: 5px !important
  280. }
  281.  
  282. .weapIcon[src*="weapons/icon_28"],
  283. .weapIcon[src*="weapons/icon_26"],
  284. .weapIcon[src*="weapons/icon_25"],
  285. .weapIcon[src*="weapons/icon_16"],
  286. .weapIcon[src*="weapons/icon_23"] {
  287.     margin-top: 0px !important
  288. }
  289.  
  290. /* MENU */
  291.  
  292. .menBtnIcn {
  293.   color: white !important;
  294. }
  295.  
  296. #signedInHeaderBar {
  297.   filter: grayscale(1);
  298. }
  299.  
  300. .topRightCounters {
  301.   display: none !important;
  302. }
  303.  
Tags: Krunker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement