PhantomGame

Angel CSS

Apr 9th, 2025
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 19.63 KB | Gaming | 0 0
  1. /*
  2. Angelwings CSS:Angel with no wings,holy knight with no feathers...
  3.  
  4. Authors:discontinuation (discord:discontinuation)
  5.   sadophrenia (discord:sadophrenia)
  6.   cookies (discord:be all;end all#7952 | 883354949562560562)
  7. */
  8. @import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap);
  9. #bottomLeftClassImg {
  10.     image-rendering: crisp-edges !important;
  11.     -webkit-font-smoothing: antialiased;
  12.     content: url(https://i.postimg.cc/mkC4zpbw/Angel-Wings.png) !important;
  13. }
  14. * {
  15.     font-family: "Montserrat", sans-serif;
  16. }
  17. @font-face {
  18.     font-family: gamefont;
  19.     src: url(https://fonts.gstatic.com/s/nunito/v20/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmdTQ3jw.woff2);
  20. }
  21. :root {
  22.     --div-grey: transparent;
  23.     --div-black: transparent;
  24. }
  25. #hudClassIcon {
  26.     height: 330px;
  27.     bottom: -60px;
  28.     left: -50px;
  29.     width: 330px;
  30.     background: none;
  31.     position: absolute;
  32. }
  33. #bottomLeftHealthBar {
  34.     bottom: 140px;
  35.     z-index: -1;
  36.     left: 277px;
  37.     background: #000000;
  38.     transform: skewX(-20deg);
  39.     height: 35px;
  40.     width: 350px;
  41.     position: absolute;
  42.     border: 5px solid #000000;
  43.     display: inline-flex;
  44. }
  45. #bottomLeftHolder {
  46.     bottom: -70px;
  47.     left: -55px;
  48. }
  49. #bottomLeftTeamHolder {
  50.     display: none;
  51. }
  52. #bottomLeftPlayer {
  53.     background-color: transparent !important;
  54. }
  55. #bottomLeftPlayerLeft {
  56.     width: 440px;
  57.     height: 440px;
  58.     display: inline-block;
  59.     background-color: transparent;
  60.     margin: 3px;
  61. }
  62. #bottomLeftPlayerRight {
  63.     display: none;
  64. }
  65. .healthBarSeg {
  66.     width: 48px;
  67.     width: -moz-available;
  68.     width: -webkit-fill-available;
  69.     height: 35px;
  70.     border-radius: 0;
  71.     margin-right: 0;
  72. }
  73. .hpBSeg {
  74.     background: white !important;
  75.     box-shadow: none !important;
  76.     height: 35px;
  77.     border-radius: 0;
  78. }
  79. #roundsDisplay {
  80.     background: none;
  81. }
  82. .nHealthBarSeg {
  83.     background-color: transparent !important;
  84.     box-shadow: none !important;
  85.     height: 35px;
  86.     display: flex;
  87.     margin: 0 -3.1px;
  88. }
  89. #roundsVal,
  90. #roundSub {
  91.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  92.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  93.         1px 1px black, 0 0 black !important;
  94. }
  95. .roundScrV {
  96.     border: 0 !important;
  97.     background: transparent !important;
  98. }
  99. #roundTSc2 {
  100.     color: #3489eb;
  101.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  102.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  103.         1px 1px black, 0 0 black !important;
  104. }
  105. #roundTSc1 {
  106.     color: #eb4034;
  107.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  108.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  109.         1px 1px black, 0 0 black !important;
  110. }
  111. #roundsVal {
  112.     font-size: 50px;
  113. }
  114. #healthValueHolder {
  115.     display: none;
  116. }
  117. #ammoHolder {
  118.     position: fixed;
  119.     top: calc(50% + 40px);
  120.     left: calc(50% - 40px);
  121.     transform: unset;
  122.     height: 8px;
  123.     margin: 0;
  124.     padding: 0;
  125.     width: 80px;
  126.     background-color: transparent !important;
  127. }
  128. #ammoMax,
  129. #ammoIcon {
  130.     display: none;
  131. }
  132. .greyInner {
  133.     background-color: #FFF0;
  134. }
  135. #ammoVal {
  136.     -webkit-text-stroke: 4px #000;
  137.     text-shadow: 7px 7px black, 6px 6px black, 5px 5px black, 4px 4px black,
  138.         3px 3px black, 2px 2px black, 1px 1px #000;
  139.     font-size: 60px;
  140.     font-family: "Montserrat", sans-serif !important;
  141.     font-weight: 700;
  142.     position: fixed;
  143.     bottom: 150px;
  144.     left: 520px;
  145. }
  146. .weapIcon {
  147.     filter: brightness(1)
  148.         drop-shadow(2px 2px black)
  149.             drop-shadow(-2px -2px black)
  150.                 drop-shadow(-2px 2px black)
  151.                     drop-shadow(2px -2px black) drop-shadow(4px 4px 0 black);
  152.     position: absolute;
  153.     bottom: 130px;
  154.     height: 55px !important;
  155.     left: 4%;
  156.     image-rendering: crisp-edges !important;
  157. }
  158. #weapDisplay {
  159.     position: fixed;
  160.     right: 50% !important;
  161. }
  162. .weapItem {
  163.     position: fixed !important;
  164.     bottom: 30px;
  165.     left: 350px !important;
  166.     bottom: 40px;
  167.     opacity: 0 !important;
  168. }
  169. .weapIcon {
  170.     position: fixed !important;
  171.     transition-duration: 0s !important;
  172.     transform: scale(1.5);
  173. }
  174. .weapItem[style*="1"] {
  175.     opacity: 1 !important;
  176.     transform: translateY(0);
  177. }
  178. .weapItem[style*="0.7"] {
  179.     opacity: 0 !important;
  180. }
  181. #weapIconMel {
  182.     bottom: 100px;
  183. }
  184. .weapKey,
  185. .weapStreakHolder,
  186. .weapSkin {
  187.     display: none !important;
  188. }
  189. .weapIcon[style*="1"] {
  190.     opacity: 1 !important;
  191.     height: 80px;
  192. }
  193. #subLogoButtons {
  194.     bottom: 0;
  195. }
  196. #faceItIconM {
  197.     display: none;
  198. }
  199. #subLogoButtons div,
  200. #subLogoButtons .button {
  201.     border: 0 !important;
  202.     background: none;
  203.     filter: brightness(1)
  204.         drop-shadow(2px 2px black)
  205.             drop-shadow(-2px -2px black)
  206.                 drop-shadow(-2px 2px black)
  207.                     drop-shadow(2px -2px black) drop-shadow(4px 4px 0 black);
  208. }
  209.  
  210. #timerHolder {
  211.     width: 200px;
  212.     background: none;
  213. }
  214. #timerIcon {
  215.     display: none !important;
  216. }
  217. .countIcon {
  218.     background: none;
  219. }
  220. #myScoreVal {
  221.     font-size: 26px;
  222.     color: rgba(255, 255, 255, 0.5);
  223.     font-family: "JetBrains Mono", monospace !important;
  224.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  225.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  226.         1px 1px black, 0 0 black !important;
  227. }
  228. #myScoreVal:before {
  229.     content: "P ";
  230.     color: #fff;
  231. }
  232. #scoreCount i {
  233.     display: none;
  234. }
  235. #killsVal {
  236.     font-size: 22px;
  237.     color: rgba(255, 255, 255, 0.5);
  238.     font-family: "Montserrat", sans-serif !important;
  239.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  240.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  241.         1px 1px black, 0 0 black !important;
  242. }
  243. #killsVal:before {
  244.     content: "K ";
  245.     color: #fff;
  246. }
  247. #killsIcon {
  248.     width: 0;
  249.     height: 0;
  250. }
  251. #menuWindow.dark {
  252.     background: none !important;
  253. }
  254. #deathsVal {
  255.     font-size: 22px;
  256.     color: rgba(255, 255, 255, 0.5);
  257.     font-family: "Montserrat", sans-serif !important;
  258.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  259.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  260.         1px 1px black, 0 0 black !important;
  261. }
  262. #deathsVal:before {
  263.     content: "D ";
  264.     color: #fff;
  265. }
  266. #deathsIcon {
  267.     width: 0;
  268.     height: 0;
  269. }
  270. #streakVal {
  271.     font-size: 22px;
  272.     color: rgba(255, 255, 255, 0.5);
  273.     font-family: "Montserrat", sans-serif !important;
  274.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  275.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  276.         1px 1px black, 0 0 black !important;
  277. }
  278. #streakVal:before {
  279.     content: "ST ";
  280.     color: #fff;
  281. }
  282. #streakIcon {
  283.     width: 0;
  284.     height: 0;
  285. }
  286. #kdVal {
  287.     font-size: 22px;
  288.     color: rgba(255, 255, 255, 0.5);
  289.     font-family: "Montserrat", sans-serif !important;
  290.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  291.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  292.         1px 1px black, 0 0 black !important;
  293. }
  294. #kdVal:before {
  295.     content: "KD ";
  296.     color: #fff;
  297. }
  298. #kdIcon {
  299.     width: 0;
  300.     height: 0;
  301. }
  302. #timerVal.topLeftOld {
  303.     -webkit-text-stroke: 4px #000;
  304.     text-shadow: 7px 7px black, 6px 6px black, 5px 5px black, 4px 4px black,
  305.         3px 3px black, 2px 2px black, 1px 1px black !important;
  306.     font-size: 60px !important;
  307.     font-family: "Montserrat", sans-serif !important;
  308.     font-weight: 700;
  309. }
  310. .chatMsg {
  311.     font-family: "Montserrat", sans-serif !important;
  312. }
  313. #compTimBox,
  314. #gameMessage {
  315.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  316.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  317.         1px 1px black, 0 0 black !important;
  318.     font-family: "Montserrat", sans-serif !important;
  319. }
  320. .chatMsg > span {
  321.     font-family: "Montserrat", sans-serif !important;
  322. }
  323. .leaderItem img {
  324.     filter: brightness(1)
  325.         drop-shadow(1px 1px black)
  326.             drop-shadow(-1px -1px black)
  327.                 drop-shadow(-1px 1px black)
  328.                     drop-shadow(1px -1px black) drop-shadow(2px 2px 0 black);
  329. }
  330. .leaderCounter {
  331.     color: rgba(255, 255, 255, 0.5);
  332.     font-size: 22px;
  333.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  334.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  335.         1px 1px black, 0 0 black !important;
  336.     font-family: "Montserrat", sans-serif !important;
  337. }
  338. #fpsDisplay,
  339. #fpsDisplay > span {
  340.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  341.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  342.         1px 1px black, 0 0 black !important;
  343.     font-family: "Montserrat", sans-serif !important;
  344.     text-align: left !important;
  345.     font-size: 20px;
  346. }
  347. #pingDisplay,
  348. #pingDisplay > span {
  349.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  350.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  351.         1px 1px black, 0 0 black !important;
  352.     font-family: "Montserrat", sans-serif !important;
  353.     text-align: left !important;
  354.     font-size: 20px;
  355. }
  356.   #clientWatermark::before {
  357.     display: none !important;
  358.   }
  359.   #clientWatermark::after {
  360.     display: none !important;
  361.   }
  362. #instructions,
  363. #spectButton > span {
  364.     font-family: "Montserrat", sans-serif !important;
  365. }
  366. #spectButton > span {
  367.     font-size: 20px !important;
  368. }
  369. .debugInfo {
  370.     position: fixed !important;
  371.     top: 103px;
  372.     left: 34px;
  373. }
  374. #pingText {
  375.     color: rgb(158, 235, 86) !important;
  376. }
  377. #pingIcon {
  378.     display: none;
  379. }
  380. .leaderScore {
  381.     color: rgba(255, 255, 255, 0.5);
  382.     font-size: 22px;
  383.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  384.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  385.         1px 1px black, 0 0 black !important;
  386.     font-family: "Montserrat", sans-serif !important;
  387. }
  388. .leaderNameM,
  389. .leaderNameM > span {
  390.     font-size: 22px;
  391.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  392.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  393.         1px 1px black, 0 0 black !important;
  394.     font-family: "Montserrat", sans-serif !important;
  395. }
  396. .leaderNameF,
  397. .leaderNameF > span {
  398.     font-size: 22px;
  399.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  400.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  401.         1px 1px black, 0 0 black !important;
  402.     font-family: "Montserrat", sans-serif !important;
  403. }
  404. .leaderName,
  405. .leaderName > span {
  406.     font-size: 22px;
  407.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  408.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  409.         1px 1px black, 0 0 black !important;
  410.     font-family: "Montserrat", sans-serif !important;
  411. }
  412. .chatItem {
  413.     font-size: 20px;
  414.     filter: drop-shadow(0 0 black);
  415.     font-family: "Montserrat", sans-serif !important;
  416.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  417.         1px 1px 0 #000, 3px 3px black, 2px 2px black, 1px 1px black, 0 0 black !important;
  418. }
  419. #leaderDisplay {
  420.     background: none;
  421. }
  422. #chatList {
  423.     text-align: right;
  424.     overflow-y: auto;
  425.     background: none;
  426. }
  427. #chatInput {
  428.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  429.         1px 1px 0 #000, 3px 3px black, 2px 2px black, 1px 1px black, 0 0 black !important;
  430.     text-align: right;
  431. }
  432. #chatInputHolder,
  433. #chatInput {
  434.     font-size: 20px;
  435.     font-family: "Montserrat", sans-serif !important;
  436.     border: none;
  437.     background: transparent;
  438. }
  439. .weapKey {
  440.     display: none;
  441. }
  442. #weapItem_2 {
  443.     padding-top: 10px;
  444. }
  445. #uiBase.onGame #chatHolder {
  446.     width: 330px;
  447.     left: calc(100% - 380px);
  448.     bottom: 30px;
  449. }
  450. #chatList::-webkit-scrollbar {
  451.     display: none;
  452. }
  453. #matchInfo.topLeftOld,
  454. #matchInfo {
  455.     display: none !important;
  456. }
  457. #newsHolder {
  458.     display: none !important;
  459. }
  460. #editorBtnM {
  461.     display: none;
  462. }
  463. .menuSocialB {
  464.     display: none;
  465. }
  466. #headerRight .verticalSeparator {
  467.     display: none;
  468. }
  469. #headerRight {
  470.     background: transparent;
  471. }
  472. #menuPingDisplay {
  473.     display: none;
  474. }
  475. #termsInfo {
  476.     display: none;
  477. }
  478. #streamContainer {
  479.     display: none;
  480. }
  481. #adCon {
  482.     display: none !important;
  483. }
  484. #freeKRAd {
  485.     display: none !important;
  486. }
  487. #doubleXPAd {
  488.     display: none !important;
  489. }
  490. #updateAd {
  491.     display: none !important;
  492. }
  493. #menuItemContainer {
  494.     background: linear-gradient(
  495.         to right,
  496.         rgb(0 0 0 / 52%) 50%,
  497.         rgb(0 0 0 / 0%) 100%
  498.     ) !important;
  499.     z-index: 1;
  500.     top: -90px;
  501.     left: -390px;
  502.     padding-top: 200px;
  503.     padding-left: 320px;
  504.     padding-bottom: 40px;
  505.     width: 300px;
  506. }
  507. .menBtnIcn {
  508.     color: white !important;
  509. }
  510. .menuItem {
  511.     text-align: left !important;
  512.     font-family: "Montserrat", sans-serif !important;
  513.     filter: brightness(1)
  514.         drop-shadow(2px 2px black)
  515.             drop-shadow(-2px -2px black)
  516.                 drop-shadow(-2px 2px black)
  517.                     drop-shadow(2px -2px black) drop-shadow(4px 4px 0 black);
  518.     font-size: 35px !important;
  519.     width: 300px;
  520.     font-size: 30px;
  521. }
  522. #menuBtnChall,
  523. #menuBtnShop,
  524. #menuBtnProfile,
  525. #menuBtnSocial,
  526. #menuBtnMaps,
  527. #menuBtnMods,
  528. #menuBtnSettings {
  529.     font-size: 00px !important;
  530.     text-align: left !important;
  531.     font-family: "Montserrat", sans-serif !important;
  532.     filter: brightness(1)
  533.         drop-shadow(2px 2px black)
  534.             drop-shadow(-2px -2px black)
  535.                 drop-shadow(-2px 2px black)
  536.                     drop-shadow(2px -2px black) drop-shadow(4px 4px 0 black);
  537. }
  538. #menuBtnChall:hover,
  539. #menuBtnShop:hover,
  540. #menuBtnProfile:hover,
  541. #menuBtnSocial:hover,
  542. #menuBtnMaps:hover,
  543. #menuBtnMods:hover,
  544. #menuBtnSettings:hover {
  545.     font-size: 45px !important;
  546.     font-family: "Montserrat", sans-serif !important;
  547.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  548.         1px 1px 0 #000, 8px 8px black, 7px 7px black, 6px 6px black,
  549.         5px 5px black, 4px 4px black, 3px 3px black, 2px 2px black,
  550.         1px 1px black, 0 0 black !important;
  551. }
  552. #signedInHeaderBar {
  553.     z-index: 3;
  554.     font-family: "Montserrat", sans-serif !important;
  555. }
  556. #signedOutHeaderBar .material-icons {
  557.     display: none !important;
  558. }
  559. #signedOutHeaderBar .buttonO {
  560.     text-align: left;
  561.     padding-left: 30px;
  562.     filter: brightness(1)
  563.         drop-shadow(2px 2px black)
  564.             drop-shadow(-2px -2px black)
  565.                 drop-shadow(-2px 2px black)
  566.                     drop-shadow(2px -2px black) drop-shadow(4px 4px 0 black);
  567.     background: transparent !important;
  568.     border: none !important;
  569.     font-size: 00px !important;
  570. }
  571. #krDiscountAd,
  572. #topRightAdHolder {
  573.     display: none !important;
  574. }
  575. #signedOutHeaderBar .buttonO:before {
  576.     content: "Login";
  577.     font-size: 40px !important;
  578. }
  579. #menuClassContainer {
  580.     top: 0;
  581.     width: 400px;
  582.     left: calc(100% - 350px);
  583.     position: relative;
  584. }
  585. #menuKRCount,
  586. #menuJNKCount {
  587.     font-size: 0;
  588.     font-family: "Montserrat", sans-serif !important;
  589. }
  590. .verticalSeparator {
  591.     display: none;
  592. }
  593. #menuAccountUsername {
  594.     filter: brightness(1)
  595.         drop-shadow(2px 2px black)
  596.             drop-shadow(-2px -2px black)
  597.                 drop-shadow(-2px 2px black)
  598.                     drop-shadow(2px -2px black) drop-shadow(4px 4px 0 black);
  599.     text-height: 40px;
  600.     font-size: 0;
  601.     font-family: "Montserrat", sans-serif !important;
  602.     margin-bottom: 20px;
  603. }
  604. .headerBar {
  605.     padding-top: 20px;
  606.     padding-left: 20px;
  607.     background: transparent;
  608. }
  609. #uiBase.onMenu #chatHolder {
  610.     width: 330px;
  611.     left: calc(100% - 380px);
  612.     bottom: 30px;
  613. }
  614. #recTimer {
  615.     display: none;
  616. }
  617. i#voiceIcon.material-icons.voiceOff {
  618.     display: none;
  619. }
  620. #chatSwitch {
  621.     opacity: 0;
  622.     filter: brightness(1)
  623.         drop-shadow(2px 2px black)
  624.             drop-shadow(-2pxO -2px black)
  625.                 drop-shadow(-2px 2px black)
  626.                     drop-shadow(2px -2px black) drop-shadow(4px 4px 0 black);
  627.     position: absolute;
  628.     bottom: 5px;
  629.     left: 100px;
  630. }
  631. #chatSwitch:hover {
  632.     opacity: 1;
  633. }
  634. #chatInputHolder {
  635.     text-align: right !important;
  636. }
  637. .progressBarInner {
  638.     background: white !important;
  639. }
  640. #mLevelCont {
  641.     display: none;
  642. }
  643. #menuMiniProfilePic,
  644. #mailContainer,
  645. #menuKRCount > span[style="color:#fbc02d"],
  646. #menuJNKCount
  647.     > span[style="color:#cc51f8;font-size:27px;margin-left:5px;vertical-align:top;margin-right:-5px;"] {
  648.     display: none;
  649. }
  650. #gameNameHolder {
  651.     display: none;
  652. }
  653. #seasonLabel {
  654.     display: none;
  655. }
  656. #newUserGuide,
  657. #rankedBlog {
  658.     display: none;
  659. }
  660. .menuClassPlayerName,
  661. .menuClassPlayerClan,
  662. .menuClassLevelBox {
  663.     font-family: "Montserrat", sans-serif !important;
  664.     font-weight: 700;
  665.     filter: brightness(1)
  666.         drop-shadow(2px 2px black)
  667.             drop-shadow(-2px -2px black)
  668.                 drop-shadow(-2px 2px black)
  669.                     drop-shadow(2px -2px black) drop-shadow(4px 4px 0 black);
  670.     font-size: 30px;
  671. }
  672. .menuClassLevelBox {
  673.     margin-right: 13px;
  674.     font-size: 20px;
  675.     background: #181818;
  676.     padding: 5px;
  677.     border-radius: 20px;
  678. }
  679. #menuClassNameTag > img[src="./img/ranked/rnk_0.svg"] {
  680.     padding-right: 8px;
  681.     filter: brightness(1)
  682.         drop-shadow(2px 2px black)
  683.             drop-shadow(-2px -2px black)
  684.                 drop-shadow(-2px 2px black)
  685.                     drop-shadow(2px -2px black) drop-shadow(4px 4px 0 black);
  686. }
  687. #menuClassSubtext,
  688. #menuClassName,
  689. #policeButton {
  690.     display: none;
  691. }
  692. #customizeButton {
  693.     margin-top: 60px;
  694.     filter: brightness(1)
  695.         drop-shadow(2px 2px black)
  696.             drop-shadow(-2px -2px black)
  697.                 drop-shadow(-2px 2px black)
  698.                     drop-shadow(2px -2px black) drop-shadow(4px 4px 0 black);
  699.     text-align: center;
  700.     border: none !important;
  701.     border-radius: 50px;
  702.     width: 180px;
  703.     padding-left: 4px;
  704.     font-size: 0px !important;
  705.     background: #181818;
  706. }
  707. #aHolder,
  708. #voiceDisplay,
  709. #rankedSoonTm,
  710. #menuServerInfoContainer {
  711.     display: none !important;
  712. }
  713. #teamScores {
  714.     position: fixed !important;
  715.     top: 150px;
  716.     left: 25px;
  717.     background: none;
  718. }
  719. .tScoreC {
  720.     width: 14px;
  721.     height: 14px;
  722.     border-radius: 10px;
  723.     filter: brightness(1)
  724.         drop-shadow(1px 1px black)
  725.             drop-shadow(-1px -1px black)
  726.                 drop-shadow(-1px 1px black)
  727.                     drop-shadow(1px -1px black) drop-shadow(2px 2px 0 black);
  728. }
  729. #tScoreV1 {
  730.     color: #eb5656;
  731.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  732.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  733.         1px 1px black, 0 0 black !important;
  734.     font-family: "Montserrat", sans-serif !important;
  735. }
  736. #tScoreV2 {
  737.     color: #fff;
  738.     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  739.         1px 1px 0 #000, 4px 4px black, 3px 3px black, 2px 2px black,
  740.         1px 1px black, 0 0 black !important;
  741.     font-family: "Montserrat", sans-serif !important;
  742. }
  743. #menuBtnEsports.menuItemTitle {
  744.     display: none !important;
  745. }
  746. #menuClassIcn {
  747.     display: none !important;
  748. }
  749. #classPreviewCanvas {
  750.     display: none !important;
  751. }
  752. #homeStoreAd,
  753. #battlepassAd {
  754.     display: none !important;
  755. }
  756. #mapInfoHld {
  757.     transform: translateX(90px);
  758. }
  759. #mapInfo {
  760.     filter: none !important;
  761. }
  762. .menuItem .menuItemTitle {
  763.     display: none;
  764. }
  765. #PC7WaterMark2 {
  766.     filter: none !important;
  767. }
  768. #curGameInfo {
  769.     display: none !important;
  770. }
  771. #bhHolder {
  772.     display: none !important;
  773. }
  774. #miniMapOverlay {
  775.     display: none !important;
  776. }
  777. #matchInfo {
  778.     display: none !important;
  779. }
Tags: Krunker
Add Comment
Please, Sign In to add comment