PhantomGame

KPD CSS

Apr 9th, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 18.48 KB | Gaming | 0 0
  1. :root {
  2.     --white: #FFFFFF;
  3.     --accent: #db8f8f;
  4.     --Watermark: "地雷女子";
  5.     --pic: url(https://i.pinimg.com/736x/48/b0/08/48b008741860652f8282416f2d98930e.jpg);
  6.     --uiscale: 0.93;
  7. }
  8.  
  9. * {
  10.     font-family: gamefont, JP;
  11. }
  12.  
  13. @font-face {
  14.     font-family: gamefont;
  15.     src: url(https://reizu.moe/fonts/Renogare.ttf)
  16. }
  17.  
  18. @font-face {
  19.   font-family: JP;
  20.   src: url(https://files.catbox.moe/ldxekl.ttf);
  21. }
  22.  
  23. #uiBase {
  24.     height: calc(100%/var(--uiscale)) !important;
  25.     width: calc(100%/var(--uiscale)) !important;
  26.     transform: scale(var(--uiscale)) !important;
  27. }
  28.  
  29.  
  30. #menuItemContainer > :nth-child(5) {
  31.     display: none;
  32. }
  33.  
  34. #aMerger,
  35. #rankedSoonTm,
  36. #newsHolder,
  37. #youNewDiv,
  38. #onetrust-consent-sdk,
  39. #aHolder,
  40. .imageButton,
  41. #editorBtnM,
  42. .headerBarRight .verticalSeparator,
  43. #seasonLabel,
  44. .krSocial,
  45. #bubbleContainer,
  46. .endAHolder,
  47. #igXPBar,
  48. .button.small.buttonO img,
  49. #tlInfHold,
  50. #loadEditrBtn,
  51. .settingsBtn[onclick="openOneTrust()"],
  52. .menuSocialB{
  53.     display: none!important;
  54. }
  55.  
  56. .button,
  57. .button:hover,
  58. .quickJoin{
  59.     border: hidden!important
  60. }
  61.  
  62. .setSugBox2{
  63.     display: none
  64. }
  65.  
  66. #mainLogo {
  67.     display: none;
  68. }
  69.  
  70. .menuItemTitle {
  71.     display: none;
  72. }
  73.  
  74. #signedOutHeaderBar {
  75.     padding-right: 10px;
  76.     padding-left: 10px;
  77.     filter: grayscale(1);
  78. }
  79.  
  80. #curGameInfo {
  81.     visibility: hidden;
  82. }
  83.  
  84. #curGameInfo::before {
  85.     content: "Mikuaim";
  86.     visibility: visible;
  87.     background-image: linear-gradient(90deg, #ffeb8b, #775bfb);
  88.     background-size: 100%;
  89.     -webkit-background-clip: text;
  90.     -moz-background-clip: text;
  91.     -webkit-text-fill-color: transparent;
  92.     -moz-text-fill-color: transparent;
  93. }
  94.  
  95.  
  96. #maxHP {
  97.   display: none;
  98. }
  99.  
  100. #timerIcon.topLeftOld {
  101.     display: none;
  102. }
  103.  
  104. #weapDisplay {
  105.     margin-bottom: 20px;
  106. }
  107.  
  108. #timerHolder.topLeftOld {
  109.     background-color: rgba(0,0,0,.2);
  110.     border: none !important);
  111.     margin: 0px;
  112. }
  113.  
  114. #timerInner.topLeftOld {
  115.   background-color: transparent;
  116. }
  117.  
  118. #timerVal.topLeftOld {
  119.     font-size: 45px !important;
  120.     letter-spacing: 2px;
  121.     text-align: left !important;
  122. }
  123.  
  124.  
  125. #chatList {
  126.     background-color: transparent !important;
  127.     border: none !important;
  128.     -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
  129. }
  130.  
  131. #uiBase.onGame #chatList {
  132.   bottom: -90px !important;
  133. }
  134.  
  135. #chatHolder {
  136.     transition: all 0.4s cubic-bezier(0.43, 0.32, 0.35, 1.32);
  137. }
  138.  
  139. #hudClassIcon {
  140.     display: none;
  141. }
  142.  
  143. .chatItem {
  144.     background-color: rgba(0,0,0,.2) !important;
  145.     border-radius: 5px;
  146.     padding: 4px 16px;
  147.     max-width: 280px;
  148.     color: #ffffff;
  149.     margin-left: 0px !important;
  150.     margin: 5px 5px 5px;
  151. }
  152.  
  153. #challIcon {
  154.     display: none;
  155. }
  156.  
  157. #voiceDisplay {
  158.     display: none;
  159. }
  160.  
  161. #leaderContainer > div > img[src="./img/ranked/rnk_0.svg"] {
  162.     display: none;
  163. }
  164.  
  165. #leaderContainer > div > img[src="./img/ranked/rnk_1.svg"] {
  166.     display: none;
  167. }
  168.  
  169. #leaderContainer > div > img[src="./img/ranked/rnk_2.svg"] {
  170.     display: none;
  171. }
  172.  
  173. #leaderContainer > div > img[src="./img/ranked/rnk_3.svg"] {
  174.     display: none;
  175. }
  176.  
  177. #leaderContainer > div > img[src="./img/ranked/rnk_4.svg"] {
  178.     display: none;
  179. }
  180.  
  181. #leaderContainer > div > img[src="./img/ranked/rnk_5.svg"] {
  182.     display: none;
  183. }
  184.  
  185. #leaderboardHolder {
  186.     background-color: transparent !important;
  187.     border: none;
  188.     margin-right: -20px;
  189. }
  190.  
  191. .topRightCounters div{
  192.     background-color: rgba(0,0,0,.2)
  193. }
  194.  
  195. #subLogoButtons {
  196.     top: 8%;
  197.     position: absolute;
  198.     left: 12%;
  199.     transform: translate(-50%,0) scale(1);
  200.     display: flex;
  201.     flex-direction: column;
  202. }
  203.  
  204. #mLevelCont {
  205.     background-color: transparent;
  206. }
  207.  
  208. #termsInfo {
  209.     display: none;
  210. }
  211.  
  212. #mapInfo {
  213.     display: none;
  214. }
  215.  
  216. #menuClassContainer {
  217.     transform: unset;
  218.     left: 0;
  219.     width: 100%;
  220.     height: 100%;
  221.     top: 0;
  222. }
  223.  
  224. #customizeButton {
  225.     position: absolute;
  226.     right: 10px;
  227.     bottom: 5px;
  228.     border: 2px solid rgba(0, 0, 0, .1) !important;
  229.     background-color: rgba(0, 0, 0, .2);
  230.     text-shadow: unset !important;
  231.     width: auto;
  232.     background-color: rgba(0, 0, 0, .2);
  233.     color: rgba(255,255,255,.7)
  234. }
  235.  
  236. #customizeButton:hover {
  237.     color: white !important;
  238. }
  239.  
  240. #customizeButton span {
  241.     display: none;
  242. }
  243.  
  244. #menuClassNameTag {
  245.     position: fixed;
  246.     right: 20px;
  247.     text-shadow: unset !important;
  248.     font-size: 20px !important;
  249.     bottom: 175px;
  250.     opacity: .6;
  251. }
  252.  
  253. #menuClassSubtext {
  254.     position: fixed;
  255.     right: 20px;
  256.     text-shadow: unset !important;
  257.     font-size: 20px !important;
  258.     bottom: 135px;
  259.     color: white;
  260.     opacity: .7;
  261. }
  262.  
  263. #classPreviewCanvas {
  264.     position: fixed;
  265.     right: -220px;
  266.     bottom: 118px;
  267.     opacity: .7;
  268. }
  269.  
  270. #menuClassName {
  271.     position: fixed;
  272.     right: 20px;
  273.     text-shadow: unset !important;
  274.     font-size: 20px !important;
  275.     bottom: 80px;
  276.     opacity: .7;
  277. }
  278.  
  279. #subLogoButtons {
  280.     position: fixed;
  281.     bottom: 4px;
  282.     margin-left: 5px;
  283. }
  284.  
  285. #subLogoButtons div {
  286.     height: 58px;
  287.     line-height: 60px;
  288.     padding: unset !important;
  289.     padding-left: 20px !important;
  290.     padding-right: 20px !important;
  291.     background-color: rgba(0, 0, 0, .2);
  292.     border: 2px solid rgba(0, 0, 0, .1) !important;
  293.     color: rgba(255,255,255,.7)
  294. }
  295.  
  296. #subLogoButtons:hover {
  297.     color: white !important;
  298. }
  299.  
  300. #menuServerInfoContainer {
  301.     display: flex;
  302.     flex-direction: row;
  303.     align-items: center;
  304. }
  305.  
  306. #menuRegionLabel {
  307.     margin-right: 5px;
  308.     margin-left: 5px;
  309. }
  310.  
  311. #menuPingText {
  312.     margin-left: 5px;
  313.     margin-right: 5px;
  314.     font-size: 15px;
  315. }
  316.  
  317. #menuPingText::after {
  318.     content: " MS"
  319. }
  320.  
  321. .leaderNameF {
  322.     color: white;
  323. }
  324.  
  325. .leaderName {
  326.     color: var(--accent);
  327. }
  328.  
  329. .leaderScore {
  330.     color: var(--white);
  331.     opacity: 100%;
  332. }
  333.  
  334. #menuPingIcon {
  335.     display: none;
  336. }
  337.  
  338. #instructions {
  339.     visibility: hidden;
  340. }
  341.  
  342. #instructionHolder {
  343.   background-color: transparent;
  344.     backdrop-filter: blur(5px);
  345. }
  346.  
  347. .countIcon {
  348.     background-color:rgba(35, 35, 35, 0.3)
  349. }
  350.  
  351. #killsVal,#deathsVal,#streakVal,#myScoreVal,#kdVal,#killCount:after,#deathCount:after,#streakCount:after,#scoreCount:after {
  352.     font-size:20px;
  353.     color:white;
  354.     width: 100px;
  355. }
  356.  
  357. img#streakIcon {
  358.     display: none;
  359. }
  360.  
  361. img#kdIcon {
  362.     display: none;
  363. }
  364.  
  365. img#deathsIcon {
  366.     display: none;
  367. }
  368.  
  369. img#killsIcon {
  370.     display: none;
  371. }
  372.  
  373. span#killsVal:after {
  374.     content: " K";
  375. }
  376.  
  377. span#deathsVal:after {
  378.     content: " D";
  379. }
  380.  
  381. span#streakVal:after {
  382.     content: " S";
  383. }
  384. .topRightCounters {
  385.     position:fixed;
  386.     bottom: 120px;
  387.     right:20px;
  388.     background-color: transparent;
  389.     border: none;
  390. }
  391.  
  392.  
  393.  
  394. #policeButton {
  395.     position: fixed;
  396.     right: 230px;
  397.     bottom: 5px;
  398.     height: 68px !important;
  399.     background-color: rgba(0,0,0,.2) !important;
  400.     border: 2px solid rgba(0,0,0,.1) !important;
  401. }
  402.  
  403. #headerRight {
  404.     background-color: rgba(0, 0, 0, .2);
  405. }
  406.  
  407. #spectButton [style="font-size:15px;color:rgba(255,255,255,0.6)"] {
  408.     display:none;
  409. }
  410.  
  411. .sliderSml {
  412.     visibility:hidden;
  413. }
  414.  
  415. .sliderSml:after {
  416.     visibility:visible;
  417.     height: 58px;
  418.     content:'Spectate';
  419.     color: rgba(255,255,255,.7);
  420.     font-size: 21px;
  421.     background-color: rgba(0,0,0,.2);
  422.     padding: 15px;
  423.     border: 2px solid rgba(0,0,0,.1);
  424.     border-radius: 5px;
  425. }
  426.  
  427. input:checked+.sliderSml:after {
  428.     visibility:visible;
  429.     height: 58px;
  430.     content:'Spectating';
  431.     color: rgba(255,255,255,.7);
  432.     background-color: rgba(0,0,0,.2);
  433.     padding: 15px;
  434.     border: 2px solid rgba(0,0,0,.1);
  435.     border-radius: 5px;
  436. }
  437. #uiBase.onMenu #spectButton {
  438.     top: 105px;
  439.     left: 17%;
  440.     visibility: hidden;
  441. }
  442.  
  443.  
  444. .headerBar {
  445.     background-color: rgba(0,0,0,.2) !important;
  446. }
  447.  
  448. #signedOutHeaderBar {
  449.     margin-left: 132px;
  450.     border-right: 2px solid rgba(0,0,0,.2);
  451.     border-bottom: 2px solid rgba(0,0,0,.2);
  452.     padding-left: 30px;
  453.     padding-right: 30px;
  454. }
  455.  
  456. #signedInHeaderBar {
  457.     margin-left: 132px;
  458.     border-right: 2px solid rgba(0,0,0,.2);
  459.     border-bottom: 2px solid rgba(0,0,0,.2);
  460. }
  461.  
  462. .junkInfo {
  463.   display: none;
  464. }
  465.  
  466. #menuUsernameContainer {
  467.     font-size: 24px;
  468. }
  469.  
  470. #menuKRCount, #menuKRCount [style="color:#fbc02d"]  {
  471.   color: white !important;
  472.   font-size: 24px;
  473. }
  474.  
  475. #menuMiniProfilePic,#profilePicM {
  476.   content: var(--pic)
  477. }
  478.  
  479. .verticalSeparator {
  480.   background-color: transparent;
  481. }
  482.  
  483.  
  484. #menuItemContainer {
  485.     top: 0px;
  486.     background-color: rgba(0,0,0,.2);
  487.     border-right: 2px solid rgba(0,0,0,.2);
  488. }
  489.  
  490. #signedOutHeaderBar > div {
  491.     background-color: transparent;
  492. }
  493.  
  494. #headerRight {
  495.     border-left: 2px solid rgba(0,0,0,.2);
  496.     border-bottom: 2px solid rgba(0,0,0,.2);
  497. }
  498.  
  499. #pingIcon {
  500.     display: none;
  501. }
  502.  
  503. #pingText {
  504.     color: rgba(255, 255, 255, .7) !important;
  505.     font-size: 18px !important;
  506. }
  507.  
  508. #ingameFPS {
  509.     color: rgba(255, 255, 255, .7) !important;
  510. }
  511.  
  512. .material-icons-outlined,.material-symbols-outlined {
  513. color: white !important
  514. }
  515.   .weapKey,.weapIcon {
  516.       display: none;
  517.   }
  518.  
  519. .chatMsg {
  520.     color: #ffffff;
  521. }
  522.  
  523. .chatMsg [style="color:#fff"] {
  524.     color: #ffffff !important;
  525. }
  526.  
  527. .chatMsg [style="color:#fc03ec"] {
  528.     color: #ffffff !important;
  529. }
  530.  
  531. .chatMsg [style="color:#eb5656"] {
  532.     color: var(--accent) !important;
  533. }
  534.  
  535. .chatMsg [style="color:#fc03ec"] {
  536.     color: #ffffff !important;
  537. }
  538.  
  539. .chatMsg [style="color:#9eeb56"] {
  540.     color: #ffffff !important;
  541. }
  542.  
  543. .chatMsg [style="color:#76ff03"] {
  544.     color: #ffffff !important;
  545. }
  546.  
  547. .chatMsg[style="color: #ff0000;"] {
  548.     color: #ffffff !important;
  549. }
  550.  
  551. .chatMsg[style*="color:#fc03ec"] {
  552.     color: var(--accent) !important;
  553. }
  554.  
  555. #menuRegionLabel {
  556.     font-size:0px;
  557.     font-family: "JP";
  558. }
  559.  
  560. #menuRegionLabel:after {
  561.     font-size:18px !important;
  562.     content: var(--Watermark);
  563.     color: var(--accent);
  564.     opacity: 0.7;
  565. }
  566.  
  567. .menuDebugInfo {
  568.     display: none;
  569. }
  570.  
  571. @keyframes legacyloader {
  572.     from {
  573.         opacity: 0.7;
  574.         font-size: 30px;
  575.     }
  576. }
  577.  
  578. #initLoader {
  579.     background-color: transparent !important;
  580. }
  581.  
  582. #initLoader > * {
  583.     display: none;
  584. }
  585.  
  586. #initLoader > :empty {
  587.     opacity: 0;
  588. }
  589.  
  590. #loadGamNm {
  591.     display: block !important;
  592.     left: 50%;
  593.         top: 50%;
  594.         transform: translate(-50%,-50%);
  595.     font-size: 0;
  596.     width: 500px;
  597.         height: 500px;
  598.         line-height: 500px;
  599.         background: transparent;
  600. }
  601.  
  602. #loadGamNm::before {
  603.     content: "MIKUAIM";
  604.     color: #ffffff;
  605.     text-shadow: 0 0 2px #000000;
  606.     font-size: 32px;
  607.     animation: none;
  608. }
  609.  
  610. #instructions > *[style*="transform:scale(1.4);"] {
  611.     transform: scale(0.7) !important;
  612. }
  613.  
  614. #instructions > * > .lds-ring {
  615.     width: unset;
  616.     height: unset;
  617. }
  618.  
  619. #instructions > * > .lds-ring > * {
  620.     display: none;
  621. }
  622.  
  623. #windowHolder.popupWin {
  624.     background-color: transparent !important;
  625. }
  626.  
  627. #menuWindow.dark {
  628.     background-color: #2e2e2e;
  629.     box-shadow: none !important;
  630. }
  631.  
  632. .settingsHeader {
  633.     background-color: #3330;
  634. }
  635.  
  636. .setHed {
  637.     border: none !important;
  638.     background-color: transparent;
  639. }
  640.  
  641. .setBodH {
  642.     background-color: rgb(0 0 0 / 0%);
  643. }
  644.  
  645. .settingTab {
  646.     background-color: transparent;
  647. }
  648.  
  649. #settingsTabLayout {
  650.     background-color: rgb(0 0 0 / 0%);
  651. }
  652.  
  653. .sliderVal {
  654.     border: none;
  655.     background-color: transparent;
  656. }
  657.  
  658. .settName, .settNameSmall {
  659.     border-bottom: none;
  660. }
  661.  
  662. .sliderM {
  663.     background-color: #ffffff10 !important;
  664.     outline: none;
  665. }
  666.  
  667. .sliderM::-webkit-slider-thumb {
  668.     -webkit-appearance: none;
  669.     appearance: none;
  670.     width: 15px;
  671.     height: 15px;
  672.     border-radius: 50px;
  673.     background: #fff;
  674.     cursor: pointer;
  675. }
  676.  
  677. .inputGrey2 {
  678.     border: none;
  679.     background: transparent;
  680.     color: white;
  681. }
  682.  
  683. input:checked + .slider:after {
  684.     visibility: visible;
  685.     content: 'on';
  686.     font-size: 22px;
  687.     position: relative;
  688.     left: -7px;
  689.     color: #fff;
  690. }
  691. .slider {
  692.     width: 28px !important;
  693.     height: 28px !important;
  694.     left: 16px;
  695.     border-radius: 12px;
  696.     transition: .2s!important;
  697. }
  698. .slider {
  699.     visibility: hidden;
  700. }
  701. .slider:before {
  702.     display: none!important;
  703. }
  704. .slider::after {
  705.     visibility: visible;
  706.     content: 'off';
  707.     font-size: 22px;
  708.     position: relative;
  709.     left: -7px;
  710.     color:#fff;
  711. }
  712. .sliderM::-webkit-slider-thumb {
  713.     -webkit-appearance: none;
  714.     appearance: none;
  715.     width: 15px;
  716.     height: 15px;
  717.     border-radius: 50px;
  718.     background: #fff;
  719.     cursor: pointer;
  720. }
  721.  
  722. .settingsBtn {
  723.     background-color: transparent !important;
  724. }
  725.  
  726. input:checked+.slider {
  727.     background-color: transparent !important;
  728. }
  729.  
  730. .slider {
  731.     background-color: transparent !important;
  732. }
  733.  
  734. #mainLogoFace {
  735.     display: none !important;
  736. }
  737.  
  738. #chatList::-webkit-scrollbar, #chatSwitch:after{
  739.    display:none;
  740. }
  741.  
  742. #chatInput {
  743.     background-color: rgba(0, 0, 0, .2);
  744.     border: none;
  745.     margin-left: -5%;
  746.     opacity: 0.7;
  747.     border-radius: 5px;
  748.     padding: 4px 16px;
  749.     visibility: visible;
  750. }
  751.  
  752. #uiBase.onGame #chatInput {
  753.   visibility: hidden !important;
  754. }
  755.  
  756. #chatSwitch {
  757.     display: none;
  758. }
  759.  
  760. #chatInputHolder {
  761.     background-color: transparent;
  762.     border: none;
  763.     color: #fff;
  764. }
  765.  
  766. .leaderNameM span, .leaderName span, .leaderNameF span {
  767.     display: none;
  768. }
  769.  
  770. .leaderNameM,.leaderNameM span {
  771.   font-size: 18px !important;
  772.   color:white !important;
  773. }
  774.  
  775. .headShotChatIcon {
  776.   display: none !important;
  777. }
  778.  
  779. #modVote {
  780.     display: none;
  781. }
  782.  
  783. .progressBarInner, .progressBar {
  784.     display: none;
  785. }
  786.  
  787. ::-webkit-scrollbar, ::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
  788.   display: none;
  789. }
  790.  
  791. #pingDisplay, #fpsDisplay, #ingressDisplay, #egressDisplay, #tickDisplay {
  792.     font-size: 18px;
  793.     vertical-align: top;
  794.     color: rgba(255,255,255,.5);
  795.     background-color: rgba(0, 0, 0, .2);
  796.     border: none;
  797.     padding: 5px;
  798.     margin-bottom: 5px;
  799.     width: auto;
  800.     border-radius: 5px;
  801. }
  802.  
  803. .leaderItem {
  804.     display: flex;
  805.     background-color: rgba(0, 0, 0, .2);
  806.     font-size: 18px;
  807.     border: none;
  808.     margin-bottom: 5px;
  809.     padding: 6px 16px;
  810.     border-radius: 5px;
  811.     padding-left: 6px !important;
  812. }
  813.  
  814. #leaderContainer i[style*="color:#FBC02D"] {
  815.     display: none !important;
  816. }
  817.  
  818. #leaderContainer i[style*="color:#40C4FF"] {
  819.     display: none !important;
  820. }
  821.  
  822. .doubleXPButton {
  823.   display: none;
  824. }
  825.  
  826. #settHolder {
  827.     margin-top:150px;
  828. }
  829.  
  830. .settingsHeader {
  831.     position:absolute;
  832. }
  833.  
  834. #reloadMsg {
  835.     background: linear-gradient(to right,rgba(0,0,0,0) 0%, rgba(162, 94, 209, .6) 40%,rgba(162, 94, 209, .6) 60%,rgba(0,0,0,0) 100%);
  836.     visibility: hidden
  837. }
  838. #reloadMsg::after {
  839.     content: '!';
  840.     position: fixed;
  841.     left: 50%;
  842.     transform: translate(-50%,0);
  843.     bottom: 360px;
  844.     clip-path: polygon(50% 15%, 0% 100%, 100% 100%);
  845.     background-color: rgba(0, 0, 0, .2);
  846.     width: 50px;
  847.     height: 50px;
  848.     padding-bottom: 5px;
  849.     color: white;
  850.     font-size: 35px;
  851.     visibility: visible
  852. }
  853. #reloadMsg::before {
  854.     content: '';
  855.     position: fixed;
  856.     left: 50%;
  857.     transform: translate(-50%,0);
  858.     bottom: 357.6px;
  859.     clip-path: polygon(50% 15%, 0% 100%, 100% 100%);
  860.     background-color: rgba(0, 0, 0, .4);
  861.     width: 60px;
  862.     height: 60px;
  863.     padding-bottom: 5px;
  864.     visibility: visible
  865. }
  866.  
  867. #streamContainer, #menuClassIcn, #mapInfoHld, #policeButton, #mapVote {
  868.   display: none !important;
  869. }
  870.  
  871. #uiBase.onMenu #spectateUI {
  872.     bottom: 7% !important;
  873. }
  874.  
  875.  
  876.  
  877. /* fixes*/
  878.  
  879. .greyInlineInner,  .greyInlineInnerMid {
  880.  background-color: transparent;
  881. }
  882.  
  883. .greyInlineInner {
  884.   display: none;
  885. }
  886.  
  887. root {
  888.     --hpBarWidth: 320px;
  889.   }
  890.   #bottomLeftHealthBar {
  891.     background: 0px rgba(0,0,0,.2);
  892.     column-gap: 0px;
  893.     padding: 5px;
  894.     background-color: rgba(0,0,0,.2) !important;
  895.     border: 2px solid rgba(0,0,0,.1);
  896.     border-radius: 6px;
  897.     bottom: 25px;
  898.   }
  899.  
  900.   .nHealthBarSeg {;
  901.     height: 40px;
  902.     -webkit-box-shadow: unset;
  903.   }
  904.  
  905.   .nHealthBarSeg:first-child .nHpBSeg{
  906.     border-top-left-radius: 6px;
  907.     border-bottom-left-radius: 6px;
  908.   }
  909.  
  910.   .nHealthBarSeg:last-child .nHpBSeg {
  911.     border-bottom-right-radius: 6px;
  912.     border-top-right-radius: 6px;
  913.   }
  914.   .nHpBSeg {
  915.     border-radius: 0px;
  916.   }
  917.   .nHealthBarSeg {
  918.     background: 0;
  919.     margin-left: -1px;
  920.   }
  921.   #bottomLeftPlayerMid {
  922.     position: fixed;
  923.     bottom: 25px;
  924.     left: 16px;
  925.   }
  926.   #bottomLeftChallIcon {
  927.     display: none;
  928.   }
  929.   #bottomLeftPlayerMid {
  930.     width: var(--hpBarWidth);
  931.   }
  932.  
  933.   #bottomLeftChallIcon {
  934.     display: none;
  935.   }
  936.  
  937.   #bottomLeftHealth {
  938.       background: transparent;
  939.       background-color: transparent;
  940.       position: fixed;
  941.       bottom: 32px;
  942.       left: 28px;
  943.       font-size: 28px;
  944.       color: white;
  945.   }
  946.  
  947.   /* Removal V2 */
  948.  
  949. .button,
  950. #mLevelCont,
  951. #bottomLeftPlayer,
  952. #bottomLeftPlayerLeft,
  953. #bottomLeftPlayerRight,
  954. #bottomLeftTeamType,
  955. #bottomLeftTeamName,
  956. #chatInputHolder,
  957. .greyInner,
  958. .greyInlineInner,
  959. .greyInlineInnerMid,
  960. #mLevelCont,
  961. .headerBarLeft,
  962. .headerBarRight,
  963. .weapItemInner,
  964. .weapItem,
  965. #leaderContainer,
  966. #bottomLeftHealtBar {
  967. background-color: transparent;
  968. }
  969.  
  970. #bottomLeftTeamType, #ammoIcon, #bottomLeftTeamName {
  971.   display: none !important;
  972. }
  973.  
  974.   /* Removal V3 */
  975. .button,
  976. .button:hover {
  977.     border: hidden ! important;
  978.     transform: none;
  979. }
  980.  
  981.   /* Removal V4 */
  982.  
  983. #matchInfo {
  984. visibility: hidden !important;
  985. }
  986.  
  987.       /* Useless General Gray Shit */
  988.  
  989. .greyInner, .greyInlineInner {
  990.   background-color: transparent !important;
  991. }
  992.  
  993. #bottomLeftClassImg {
  994.   display: none;
  995. }
  996.  
  997. #weapHolder {
  998.   display: none !important;
  999. }
  1000.  
  1001. #ammoHolder {
  1002.     text-align: right;
  1003.     margin: unset;
  1004.     letter-spacing: 2px;
  1005.     line-height: 80px;
  1006.     height: 100px;
  1007.     box-sizing: border-box;
  1008.     border: 2px solid rgba(0,0,0,.1);
  1009.     background-color: rgba(0, 0, 0, .2);
  1010.     transform: translateY(5px) translateX(10px);
  1011.     border-radius: 5px;
  1012. }
  1013.  
  1014. #ammoIcon {
  1015.   display: none;
  1016. }
  1017.  
  1018. #ammoVal {
  1019.     text-align: right !important;
  1020.     letter-spacing: 2px;
  1021.     font-size: 50px !important;
  1022. }
  1023.  #ammoMax {
  1024.    text-align: right;
  1025.    color: white !important;
  1026.    letter-spacing: 2px;
  1027.    font-size: 50px !important;
  1028.    margin-right: 10px;
  1029.  }
  1030.  
  1031.  #windowHolder {
  1032.      display: block !important;
  1033.  }
  1034.  
  1035.  #windowHolder {
  1036.      display: block !important;
  1037.      opacity: 0;
  1038.      transition-duration: 0.3s;
  1039.  }
  1040.  
  1041.  #windowHolder[style*="block"] {
  1042.      opacity: 1;
  1043.  }
  1044.  
  1045.  #windowHolder[style*="none"] * {
  1046.      pointer-events: none;
  1047.  }
  1048.  
Tags: Krunker
Add Comment
Please, Sign In to add comment