Advertisement
PhantomGame

Bipolar

Apr 8th, 2025 (edited)
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 11.36 KB | Gaming | 0 0
  1. /* Game Font */
  2. :root {
  3.     --weapcolor: rgb(0, 0, 0);
  4. }
  5.  
  6.  
  7. /* Removal */
  8. #hudClassIcon,
  9. #gameNameHolder {
  10.     display: none;
  11. }
  12. #ammoIcon,
  13. #challIcon,
  14. #timerIcon,
  15. #mainLogo,
  16. #gameLogo,
  17. #curGameInfo > div {
  18.   display: none !important;
  19. }
  20. #aHolder,
  21. #clientExit,
  22. #rankedSoonTm,
  23. #newsHolder,
  24. #youNewDiv,
  25. #onetrust-consent-sdk,
  26. .weapKey,
  27. .imageButton,
  28. #editorBtnM,
  29. .headerBarRight .verticalSeparator,
  30. #seasonLabel,
  31. .krSocial,
  32. #mailCount,
  33. #voiceDisplay,
  34. #bubbleContainer,
  35. .endAHolder,
  36. #igXPBar,
  37. .button.small.buttonO img,
  38. #tlInfHold,
  39. #loadEditrBtn,
  40. .settingsBtn[onclick="openOneTrust()"],
  41. .menuSocialB,
  42. .setSugBox2,
  43. #mainLogo,
  44. #termsInfo :not(div[onClick*="Window(35)"]),
  45. .menuItemTitle,
  46. #weapDisplay,
  47. #menuWindow::-webkit-scrollbar,
  48. #maxHP,
  49. #loadTipsHolder,
  50. #loadInfoLHolder,
  51. #loadInfoRHolder,
  52. #curGameInfo {
  53.   display: none !important;
  54. }
  55.  
  56. #reloadMsg {
  57.     border: transparent;
  58.     background: transparent;
  59.     font-size: 0;
  60.     top: 52%;
  61. }
  62.  
  63. #reloadMsg::before {
  64.     content: "!";
  65.     font-size: 20px;
  66.     color: #fc0303;
  67.     text-shadow: 0 0 11px #000000;
  68. }
  69. .voiceOff:after {
  70.     display: none !important;
  71.   }
  72.   #recTimer {
  73.     display: none !important;
  74.   }
  75.  
  76. /* Leaderboard Styling */
  77. #leaderboardHolder, .greyInlineInnerMid, #leaderContainer {
  78.     background-color: transparent;
  79. }
  80.  
  81. /* Timer Styling */
  82. #timerHolder.topLeftOld {
  83.     text-align: left!important;
  84.     margin-right: 10px;
  85.     margin-bottom: 10px!important;
  86.     border-radius: 4px;
  87.     vertical-align: top!important;
  88.     width: unset!important;
  89.     background-color: rgb(20 20 20 / 0%);
  90.     text-shadow: 2px 4px 6px rgb(30, 30, 30);    
  91. }
  92.  
  93. #timerInner.topLeftOld {
  94.     padding: 10px;
  95.     padding-left: 10px;
  96.     padding-right: 10px;
  97.     margin: 3px;
  98.     background-color: rgb(108 108 108 / 0%);
  99.     display: inline-block;
  100. }
  101.  
  102. #timerVal.topLeftOld {
  103.     padding-left: 10px;
  104.     font-size: 50px!important;
  105.     margin-bottom: 81px !important;
  106.     text-shadow: unset!important;
  107. }
  108.  
  109. #timerIcon.topLeftOld {
  110.     display: none;
  111. }
  112.  
  113. /* Match Info Styling */
  114.  
  115. #clientWatermark::before {
  116.     display: none !important;
  117. }
  118.  
  119. #clientWatermark::after {
  120.     display: none !important;
  121. }
  122. #matchInfo.topLeftOld {
  123.     font-size: 0px!important;
  124.     position: fixed; /* Ensure the parent element is relatively positioned */
  125.     width: 100%; /* Make the element take up the full width */
  126.     height: 100vh; /* Make the element take up the full height */
  127.     z-index: 10 !important; /* Ensure it's higher than #bottomLeftPlayer */
  128.     left: 140px;
  129.     bottom: -962px;
  130. }
  131. #matchInfo.topLeftOld:after {
  132.     content: var(--WaterMark);
  133.     font-size: 18px;
  134.     color: red;
  135.     font-weight: 900;
  136.     text-shadow: 2px 4px 6px rgb(30, 30, 30);
  137.     position: absolute;
  138.     z-index: 11 !important; /* Ensure it's higher than #bottomLeftPlayer */
  139. }
  140.  
  141. /* Bottom Left Chat Box */
  142.  
  143. #chatList{
  144.     background-color: rgba(0,0,0,.0);
  145.     color: #000000!important;
  146. }
  147. #chatInputHolder{
  148.      border: 0px solid rgba(0,0,0,.0);
  149.     background-color: rgba(0,0,0,.0);
  150. }    
  151.    
  152.    
  153. #chatInput{
  154.         background-color: transparent;
  155.         border: transparent;
  156. }    
  157.  
  158. ::-webkit-scrollbar-thumb {
  159.     background: #ffffff;
  160. }
  161.  
  162. ::-webkit-scrollbar-track {
  163.     background-color: #000000;
  164. }
  165.  
  166. /* Bottom Left Health Styling */
  167. #bottomLeftHealth {
  168.     color: black;
  169.     background: transparent;
  170.     background-color: transparent;
  171.     position: fixed;
  172.     bottom: 60px;
  173.     left: 140px;
  174.     font-size: 20px;
  175. }
  176.  
  177. #bottomLeftHealth:after {
  178.     background-color: transparent;
  179.     position: sticky;
  180.     bottom: 0px;
  181.     left: 160px;
  182.     font-size: 20px;
  183.     content: ' HP';
  184.     color: black;
  185.    
  186. }
  187.  
  188. #bottomLeftTeamType {
  189.     display: none;
  190. }
  191.   #bottomLeftTeamName {
  192.     display: none;
  193. }
  194. #bottomLeftChallIcon {
  195.     display: none;
  196. }
  197.  
  198. /* Instructions Styling */
  199. #instructions {
  200.     position: absolute;
  201.     top: 50%;
  202.     left: 50%;
  203.     margin-right: -50%;
  204.     transform: translate(-50%, -50%);
  205.     z-index: 9;
  206.     color: rgb(255 255 255);
  207.     font-size: 32px;
  208.     animation: grow 1s infinite alternate;
  209. }
  210.  
  211. /* Menu Account Username Styling */
  212. #menuAccountUsername {
  213.     font-size: 0;
  214. }
  215.  
  216. #menuAccountUsername::before {
  217.     content: var(--Name);
  218.     font-size: 19px !important;
  219.     vertical-align: middle;
  220.     color: rgb(255, 255, 255) !important;
  221. }
  222.  
  223. /* Menu Item Container Styling */
  224. #menuItemContainer {
  225.     position: absolute;
  226.     display: flex;
  227.     flex-direction: column;
  228.     background: rgb(0 0 0 / 44%);
  229.     border-top-left-radius: 0px;
  230.     border-top-right-radius: 20px;
  231.     border-bottom-right-radius: 20px;
  232.     border-bottom-left-radius: 0px;
  233. }
  234. .progressBarInner {
  235.     height: 100%;
  236.     background-image: linear-gradient(to right,#fff,#fff,94%,white);
  237.     transition: width 1s ease-in-out;
  238.     border-radius: 3px;
  239. }
  240.   #streamContainer {
  241.     display: none;
  242.   }
  243.   #termsInfo {
  244.     display: none;
  245.   }
  246.   #aHolder {
  247.     display: none !important;
  248.   }
  249.   #topRightAdHolder {
  250.       display: none !important;
  251.   }
  252.   #seasonLabel {
  253.     display: none !important;
  254.   }
  255.   img#editorBtnM {
  256.     display: none;
  257.   }
  258.  
  259.   .menuSocialB {
  260.     display: none;
  261.   }
  262.  
  263.   .verticalSeparator {
  264.     height: 0;
  265.   }
  266.  
  267.   #homeStoreAd {
  268.     display: none;
  269.   }
  270.  
  271.   #updateAd {
  272.     display: none !important;
  273.   }
  274.  
  275.   .youNewDiv {
  276.       display: none;
  277.   }
  278.  
  279.  
  280.  
  281. /* Menu Window Styling */
  282. #menuWindow.dark {
  283.     background-color: #000000b0;
  284.     -webkit-box-shadow: none;
  285.     -moz-box-shadow: none;
  286.     box-shadow: -3px -2px 8px rgb(195 195 195 / 0%);
  287.     backdrop-filter: blur(8px);
  288. }
  289.  
  290. /* Settings Header Styling */
  291. .settingsHeader {
  292.     width: 100%;
  293.     padding-top: 19px;
  294.     padding-bottom: 10px;
  295.     position: -webkit-sticky;
  296.     position: sticky;
  297.     top: -1px;
  298.     z-index: 999999999;
  299.     background-color: #000;
  300.     padding-left: 20px;
  301.     margin-left: -20px;
  302. }
  303.  
  304. .material-icons-outlined {
  305.     color: white !important;
  306. }
  307.  
  308. /* Set Head Styling */
  309. .setHed {
  310.     border: 4px solid rgb(0 0 0 / 0%);
  311.     padding-right: 10px;
  312.     padding-left: 10px;
  313.     padding-top: 10px;
  314.     padding-bottom: 5px;
  315.     background-color: rgb(115 115 115 / 52%);
  316.     margin-top: 40px;
  317.     font-size: 22px;
  318.     cursor: pointer;
  319.     color: #fff;
  320.     margin-bottom: 20px;
  321.     border-radius: 6px;
  322. }
  323.  
  324. /* Instruction Holder Styling */
  325. #instructionHolder {
  326.     position: absolute;
  327.     left: 0;
  328.     right: 0;
  329.     top: 0;
  330.     bottom: 0;
  331.     background-color: rgba(0, 0, 0, .5);
  332.     backdrop-filter: blur(8px);
  333. }
  334.  
  335. /* Health Bar Segment Styling */
  336. :root {
  337.     --hpBarWidth: 300px;
  338.   }
  339.   #bottomLeftHealthBar {
  340.     background: 0px rgba(0,0,0,.2);
  341.     column-gap: 0px;
  342.     padding: 0;
  343.     /*  outline: 2px solid #0006; */
  344.     box-shadow: 5px 5px 0 rgba(0,0,0,.3);
  345.     border-radius: 6px;
  346.   }
  347.  
  348.   .nHealthBarSeg {
  349.     box-shadow: 0 0 black;
  350.     height: 35px;
  351.   }
  352.  
  353.   .nHealthBarSeg:first-child .nHpBSeg{
  354.     border-top-left-radius: 6px;
  355.     border-bottom-left-radius: 6px;
  356.   }
  357.  
  358.   .nHealthBarSeg:last-child .nHpBSeg {
  359.     border-bottom-right-radius: 6px;
  360.     border-top-right-radius: 6px;
  361.   }
  362.   .nHpBSeg {
  363.     border-radius: 0px;
  364.   }
  365.   .nHealthBarSeg {
  366.     background: 0;
  367.     margin-left: -1px;
  368.   }
  369.   #bottomLeftPlayerMid {
  370.     position: fixed;
  371.     bottom: 20px;
  372.     left: 140px;
  373.   }
  374.   #bottomLeftChallIcon {
  375.     display: none;
  376.   }
  377.   #bottomLeftPlayerMid {
  378.     width: var(--hpBarWidth);
  379.   }
  380.  
  381.   #bottomLeftChallIcon {
  382.     display: none;
  383.   }
  384.  
  385. /* Weapon Item Styling */
  386. .weapItem {
  387.     position: absolute;
  388.     filter: drop-shadow(2px 2px var(--weapcolor)) drop-shadow(-2px -2px var(--weapcolor)) drop-shadow(-2px 2px var(--weapcolor)) drop-shadow(2px -2px var(--weapcolor)) drop-shadow(4px 4px 0px var(--weapcolor));
  389.     opacity: 0 !important;
  390.     transition-duration: 0.25s;
  391.     height: 0;
  392.     width: 500px;
  393.     position: fixed !important;
  394.     bottom: 2%;
  395.     right: calc(50% - 60px) !important;
  396.     opacity: 0 !important;
  397.     color: #fff;
  398.     background-color: rgb(20 20 20 / 0%);
  399. }
  400.  
  401. .weapIcon {
  402.     height: 55%;
  403.     width: 55%;
  404. }
  405.  
  406. #weapDisplay {
  407.     position: fixed;
  408.     right: 50% !important;
  409. }
  410.  
  411. .weapItem[style*="1"] {
  412.     opacity: 1 !important;
  413.     height: 80px;
  414. }
  415.  
  416. .weapSkin {
  417.     display: none !important;
  418. }
  419.  
  420. .weapItemInner {
  421.     color: rgba(255, 255, 255, .7);
  422.     background-color: rgb(108 108 108 / 0%);
  423. }
  424.  
  425. .weapSkin {
  426.     background-color: rgb(20 20 20 / 0%);
  427.     color: #ffffffcf;
  428.     display: none;
  429. }
  430.  
  431. .weapKey {
  432.     color: #fff;
  433.     font-size: 14px;
  434.     position: absolute;
  435.     background-color: rgb(0 0 0 / 0%);
  436.     display: none;
  437. }
  438.  
  439. .weapStreakHolder {
  440.     background-color: rgb(20 20 20 / 0%);
  441.     color: #fff;
  442. }
  443.  
  444. .weapStreakInner {
  445.     color: rgb(255 255 255);
  446.     background-color: rgb(108 108 108 / 0%);
  447.     display: none;
  448. }
  449.  
  450. /* Center Leader Container Styling */
  451. .centerLeaderContainer {
  452.     text-align: left;
  453.     color: #fff;
  454.     border-radius: 4px;
  455.     background-color: rgb(20 20 20 / 0%);
  456. }
  457.  
  458. .centerLeaderContainerInner {
  459.     margin: 3px;
  460.     background-color: rgb(0 0 0 / 0.3);
  461.     padding: 10px;
  462.     border-radius: 12px;
  463. }
  464.  
  465. /* Bottom Left Player Styling */
  466. #bottomLeftPlayer {
  467.     border-radius: 9px;
  468.     background-color: rgba(0, 0, 0, 0);
  469.     display: inline-grid;
  470.     grid-template-columns: auto 200px auto;
  471.     position: relative; /* Ensure it has a stacking context */
  472.     z-index: 5; /* Ensure it has a lower stacking order */
  473. }
  474.  
  475. #bottomLeftPlayerLeft {
  476.     width: 90px;
  477.     height: 90px;
  478.     display: inline-block;
  479.     background-color: rgba(255, 0, 0, 0);
  480.     margin: 3px;
  481.     border-radius: 6px;
  482. }
  483.  
  484.  
  485. #bottomLeftPlayerRight {
  486.     padding: 3px;
  487.     padding-right: 7px;
  488.     padding-left: 9px;
  489.     background-color: rgb(108 108 108 / 0%);
  490.     margin: 3px;
  491.     display: grid;
  492.     align-content: space-evenly;
  493.     justify-content: center;
  494.     align-items: center;
  495.     justify-items: center;
  496. }
  497.  
  498. #bottomLeftClassImg {
  499.     border-radius: 5px;
  500.     content: var(--img);
  501.     position: fixed;
  502.     bottom: 10px;
  503.     left: 5px;
  504.     width: 110px;
  505.     height: 110px;
  506. }
  507.  
  508. /* Ammo Holder Styling */
  509. #ammoHolder {
  510.     border-radius: 4px;
  511.     background-color: rgb(20 20 20 / 0%) !important;
  512.     display: inline-block;
  513.     font-size: 76px;
  514.     letter-spacing: -2px;
  515.     border-radius: 6px;
  516.     background-repeat: no-repeat;
  517.     background-size: 0% 100%;
  518.     -webkit-transform: translateZ(0);
  519.     -moz-transform: translateZ(0);
  520.     -ms-transform: translateZ(0);
  521.     -o-transform: translateZ(0);
  522.     transform: translateZ(0);
  523. }
  524.  
  525. #ammoVal {
  526.     color: #fff;
  527.     display: inline-block;
  528.     margin-left: 10px;
  529.     font-size: 70px !important;
  530.     text-shadow: 2px 4px 6px rgb(30, 30, 30);
  531. }
  532.  
  533. #ammoMax {
  534.     display: none;
  535. }
  536. #ammoIcon {
  537.     display: none;
  538. }
  539.  
  540. /* General Styling */
  541. .greyInner,
  542. .greyInlineInner,
  543. .greyInlineInnerMid {
  544.     margin: 3px;
  545.     background-color: rgb(108 108 108 / 0%);
  546.     padding: 5px;
  547. }
  548.  
  549. .buttonO {
  550.     border: 4px solid #ffffff !important;
  551. }
  552.  
  553. .button {
  554.     background-color: rgb(0 0 0) !important;
  555.     border: hidden;
  556. }
  557.  
  558. .buttonP,
  559. .buttonR,
  560. .buttonPI,
  561. .buttonG {
  562.     border: 4px solid #ffffff !important;
  563. }
  564.  
  565. #policeButton {
  566.     border: 4px solid #ffffff !important;
  567. }
  568.  
  569. #mapInfoHld {
  570.     border-bottom: 5px solid #ffffff;
  571. }
  572.  
  573. /* fps, ping Shit */
  574.  
  575. #ingameFPS,
  576. #pingText {
  577.     color: #000000 !important;
  578. }
Tags: Krunker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement