Advertisement
PhantomGame

xCirno CSS

Apr 8th, 2025 (edited)
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.66 KB | Gaming | 0 0
  1. @import url(https://envyxyz.github.io/removal/removal.css);
  2. @import url(https://css.reizu.moe/uwu/uwu.css);
  3.  
  4. :root {
  5.   --accent-color: #0670c2;
  6.   --health-color: var(--accent-color);
  7.   --ammo-color: #fff;
  8.   --premium-color: #fbc02d;
  9.   --verified-color: #40c4ff;
  10.   --menu-bg-color: rgba(15, 15, 15, 0.2);
  11.   --menu-bg-color-secondary: rgba(0, 0, 0, 0.5);
  12.   --ingame-bg-color: rgba(15, 15, 15, 0.2);
  13.   --text-transform: none;
  14. }
  15.  
  16. @font-face {
  17.   font-family: gamefont;
  18.   src: url(https://reizu.moe/fonts/Tahoma.ttf);
  19. }
  20.  
  21. #newsHolder,
  22. #miniMapOverlay,
  23. #weapDisplay,
  24. #streamContainer,
  25. #matchInfo,
  26. #mainLogoFace,
  27. #bottomLeftChallIcon,
  28. #ammoIcon,
  29. #menuClassIcn,
  30. #nukeCounter,
  31. #chatInputHolder .greyInlineInner,
  32. #termsInfo div:not([onClick='showWindow(35)']),
  33. .tScoreM,
  34. #mapInfo,
  35. .weapSkin {
  36.   display: none !important;
  37. }
  38.  
  39. * {
  40.   border-radius: unset !important;
  41. }
  42.  
  43. #clientExit{
  44.   display: flex !important;
  45. }
  46.  
  47. .alt-manager-container {
  48.   position: fixed;
  49.   left: 200px;
  50. }
  51.  
  52. #uiBase.onMenu #spectButton {
  53.   position: absolute !important;
  54.   top: calc(50% - 60px);
  55.   left: 50%;
  56.   text-transform: unset;
  57.   transform: translateX(-50%);
  58. }
  59.  
  60. input {
  61.   background: unset !important;
  62.   border-radius: unset !important;
  63. }
  64.  
  65. div[style='display:inline-block;position:relative'] {
  66.   text-align: center;
  67.   width: 155px;
  68.   position: absolute !important;
  69.   right: 100px;
  70. }
  71.  
  72. #customizeButton {
  73.   width: 320px;
  74.   margin-top: 40px;
  75.   font-size: 1.5rem !important;
  76. }
  77.  
  78. #menuClassNameTag {
  79.   display: block !important;
  80.   margin-top: unset !important;
  81.   left: 245px;
  82.   top: -50px;
  83. }
  84.  
  85. #menuClassContainer {
  86.   bottom: 33% !important;
  87. }
  88.  
  89. #classPreviewCanvas {
  90.   width: 550px !important;
  91.   height: unset !important;
  92. }
  93.  
  94. #menuClassSubtext > span {
  95.   color: rgb(255 255 255 / 0.5) !important;
  96. }
  97.  
  98. #menuAccountUsername {
  99.   margin-top: 9px;
  100. }
  101.  
  102. #menuJNKCount {
  103.   margin-top: 5px;
  104. }
  105.  
  106. #ammoHolder,
  107. #ammoHolder .greyInner {
  108.   background-color: unset !important;
  109. }
  110.  
  111. .topRightCounters {
  112.   position: unset;
  113.   bottom: unset;
  114.   right: unset;
  115. }
  116.  
  117. .countIcon {
  118.   padding: 10px;
  119. }
  120.  
  121. #killStreakHolder {
  122.   bottom: 150px;
  123. }
  124.  
  125. #bottomLeftPlayer {
  126.   visibility: hidden;
  127. }
  128.  
  129. #bottomLeftHealth {
  130.   visibility: visible;
  131.   position: fixed;
  132.   left: 125px;
  133.   bottom: 25px;
  134.   font-size: 96px;
  135. }
  136.  
  137. #ammoDisplay {
  138.   width: 50px;
  139.   height: 5px;
  140.   top: calc(50% + 35px);
  141.   left: calc(50% - 25px);
  142. }
  143.  
  144. #mLevelContV {
  145.   color: #fff;
  146.   font-size: 2rem;
  147. }
  148.  
  149. #mLevelCont::before {
  150.   font-size: 2rem;
  151.   line-height: 70px;
  152. }
  153.  
  154. #mapInfoHld {
  155.   text-align: center;
  156.   visibility: hidden;
  157. }
  158.  
  159. #mapInfo {
  160.   visibility: visible;
  161.   color: var(--accent-color);
  162.   position: fixed;
  163.   right: 110px;
  164. }
  165.  
  166. #ammoVal {
  167.   position: fixed;
  168.   font-size: 96px;
  169.   right: 125px;
  170.   bottom: 25px;
  171.   font-family: unset;
  172. }
  173.  
  174. #reloadMsg {
  175.   text-shadow: 2px 2px 3px rgba(30, 30, 30, 0.5);
  176. }
  177.  
  178. #leaderboardHolder {
  179.   background-color: var(--ingame-bg-color);
  180.   border-radius: 10px;
  181. }
  182.  
  183. #leaderboardHolder #leaderContainer {
  184.   background-color: unset;
  185. }
  186.  
  187. #chatInputHolder {
  188.   width: 413px;
  189.   visibility: hidden;
  190. }
  191.  
  192. #chatInputHolder .greyInlineInnerMid {
  193.   visibility: visible;
  194.   padding: unset;
  195.   margin: unset;
  196.   background-color: unset;
  197. }
  198.  
  199. #chatInput {
  200.   border-radius: 0px !important;
  201.   border: unset;
  202. }
  203.  
  204. #uiBase.onMenu #chatHolder {
  205.   width: 350px !important;
  206.   bottom: 175px !important;
  207.   border-radius: 10px;
  208.   background-color: transparent;
  209.   left: 150px !important;
  210. }
  211.  
  212. #uiBase.onGame #chatHolder {
  213.   background-color: transparent;
  214. }
  215.  
  216. #chatList::-webkit-scrollbar {
  217.   background-color: transparent;
  218. }
  219.  
  220. #chatList::-webkit-scrollbar-thumb {
  221.   background-color: var(--accent-color);
  222. }
  223.  
  224. #chatList {
  225.   max-height: 550px !important;
  226.   background-color: unset;
  227. }
  228. #chatInput {
  229.   width: 350px;
  230. }
  231.  
  232. #uiBase.onMenu #chatHolder {
  233.   bottom: 20px !important;
  234. }
  235.  
  236. #timerHolder {
  237.   position: fixed;
  238.   top: 0;
  239.   right: 50%;
  240.   transform: translateX(50%);
  241.   width: 240px;
  242.   height: 80px;
  243.   background-color: var(--ingame-bg-color);
  244.   will-change: unset;
  245. }
  246.  
  247. #timerVal {
  248.   font-size: 64px;
  249.   padding-left: 0;
  250.   will-change: unset;
  251.   text-shadow: 2px 2px 3px rgba(30, 30, 30, 0.5);
  252. }
  253.  
  254. #teamScores {
  255.   position: fixed;
  256.   top: 0;
  257.   left: 50%;
  258.   transform: translateX(-50%);
  259.   width: 685px;
  260.   height: 50px;
  261.   padding: 10px;
  262.   padding-left: 0;
  263.   padding-top: 0;
  264.   padding-right: 0;
  265.   padding-bottom: 0;
  266.   margin-left: 0;
  267.   margin-top: 0;
  268.   margin-right: 0;
  269.   margin-bottom: 0;
  270.   border-radius: 0;
  271.   background-color: transparent;
  272.   text-shadow: 2px 2px 3px rgba(30, 30, 30, 0.5);
  273. }
  274.  
  275. .tScore {
  276.   display: inline-block;
  277. }
  278.  
  279. #tScoreV1 {
  280.   position: fixed;
  281.   left: -25%;
  282.   top: 4px;
  283. }
  284.  
  285. #tScoreV2 {
  286.   position: fixed;
  287.   left: 25%;
  288.   top: 4px;
  289. }
  290.  
  291. .tScoreT {
  292.   width: 100%;
  293.   margin-top: 20px;
  294.   text-align: center;
  295.   font-size: 24px;
  296.   color: #fff;
  297.   text-shadow: 2px 2px 3px rgba(30, 30, 30, 0.5);
  298.   z-index: 2;
  299. }
  300.  
  301. .tScoreF {
  302.   left: 50%;
  303.   width: 100px;
  304.   height: 80px;
  305.   margin-left: 123px;
  306.   margin-right: 116px;
  307.   padding-left: 0;
  308.   padding-right: 0;
  309.   background-color: #eb5656;
  310.   color: transparent;
  311.   opacity: 50%;
  312.   z-index: 1;
  313. }
  314.  
  315. .tScoreF.you {
  316.   background-color: #5699eb;
  317.   color: transparent;
  318.   opacity: 50%;
  319.   z-index: 1;
  320. }
  321.  
  322. .tScoreC {
  323.   left: 50%;
  324.   width: 100px;
  325.   height: 80px;
  326.   margin-left: 123px;
  327.   margin-right: 116px;
  328.   background-color: var(--accent-color);
  329.   opacity: 50%;
  330.   z-index: 1;
  331. }
  332.  
  333. .tScoreC.you {
  334.   background-color: #fff;
  335.   opacity: 50%;
  336.   z-index: 1;
  337. }
  338.  
  339. .statIcon {
  340.   margin-right: 20px;
  341. }
  342.  
  343. #scoreCount {
  344.   margin-right: unset !important;
  345. }
  346.  
  347. .statIcon,
  348. .statIcon > .greyInner {
  349.   background-color: unset !important;
  350. }
  351.  
  352. #gameMessage {
  353.   top: 110px !important;
  354.   position: fixed !important;
  355.   font-size: 25px !important;
  356.   text-shadow: 2px 2px 3px rgba(30, 30, 30, 0.5);
  357.   right: 50% !important;
  358.   transform: translate(50%);
  359. }
  360.  
  361. #ingameFPS {
  362.   color: #fff !important;
  363.   visibility: visible;
  364.   text-shadow: 2px 2px 3px rgba(30, 30, 30, 0.5);
  365. }
  366.  
  367. #pingText {
  368.   color: #fff !important;
  369.   text-shadow: 2px 2px 3px rgba(30, 30, 30, 0.5);
  370. }
  371.  
  372. #pingIcon {
  373.   color: var(--accent-color) !important;
  374.   text-shadow: 2px 2px 3px rgba(30, 30, 30, 0.5);
  375. }
  376.  
  377. #pingDisplay .material-icons {
  378.   font-size: 20px;
  379.   text-shadow: 2px 2px 3px rgba(30, 30, 30, 0.5);
  380. }
  381.  
  382. #menuItemContainer {
  383.   background-color: transparent;
  384. }
  385.  
  386. .menuItem {
  387.   pointer-events: all !important;
  388. }
  389.  
  390. #menuWindow * {
  391.   border: hidden;
  392. }
  393.  
  394. #pingDisplay {
  395.   visibility: hidden;
  396.   text-align: left;
  397. }
  398.  
  399. #pingText {
  400.   vertical-align: top;
  401.   visibility: visible;
  402. }
  403.  
  404. #fpsDisplay {
  405.   text-align: left;
  406. }
  407.  
  408. #ingameFPS {
  409.   position: fixed;
  410.   margin-bottom: 10px;
  411. }
  412.  
  413. #pingDisplay::before {
  414.   content: 'bar_chart';
  415.   font-family: 'Material Icons';
  416.   font-size: 20px;
  417.   color: var(--accent-color);
  418.   visibility: visible;
  419. }
  420.  
  421. #fpsDisplay::before {
  422.   content: 'desktop_windows';
  423.   font-family: 'Material Icons';
  424.   font-size: 20px;
  425.   color: var(--accent-color);
  426.   visibility: visible;
  427. }
  428.  
  429. #timerHolder.topLeftOld {
  430.   position: fixed;
  431.   text-align: center !important;
  432.   top: 0;
  433.   right: 50%;
  434.   transform: translateX(50%);
  435.   width: 240px !important;
  436.   height: 80px;
  437.   background-color: var(--ingame-bg-color);
  438.   will-change: unset;
  439.   border-radius: unset;
  440.   margin-right: unset;
  441. }
  442.  
  443. #timerInner.topLeftOld {
  444.   padding: 0px;
  445.   padding-left: 0px;
  446.   padding-right: 0px;
  447.   margin: 0px;
  448.   background-color: unset;
  449.   display: unset;
  450. }
  451.  
  452. #timerIcon.topLeftOld {
  453.   display: none;
  454. }
  455.  
  456. #timerVal.topLeftOld {
  457.   font-size: 64px !important;
  458.   padding-left: 0 !important;
  459.   will-change: unset !important;
  460.   text-shadow: 2px 2px 3px rgba(30, 30, 30, 0.5) !important;
  461. }
  462.  
  463. #menuItemContainer {
  464.   position: absolute;
  465.   left: 0;
  466.   top: 70px;
  467.   bottom: 0;
  468.   display: flex;
  469.   flex-direction: column;
  470.   transform: unset;
  471.   background: transparent;
  472.   width: 130px !important;
  473.   height: unset;
  474. }
  475.  
  476. .menuItem .menuItemTitle {
  477.   color: #0670c2 !important;
  478. }
  479.  
  480. #ammoHolder {
  481.   transform: unset;
  482. }
  483.  
  484. #ammoHolder {
  485.   transform: unset;
  486. }
  487.  
  488. #ammoVal {
  489.   position: fixed;
  490.   right: 25%;
  491.   bottom: 25%;
  492.   visibility: visible;
  493.   font-size: 4rem;
  494. }
  495.  
  496. #bottomLeftHealth {
  497.   position: fixed;
  498.   bottom: 25%;
  499.   left: 25%;
  500.   visibility: visible;
  501.   font-size: 4rem;
  502. }
  503.  
  504. #customizeButton,
  505. .terms,
  506. #uiBase.onMenu #instructions,
  507. #subLogoButtons *,
  508. a,
  509. #bottomLeftHealth {
  510.   color: var(--accent-color) !important;
  511. }
  512.  
  513. .inputGrey2,
  514. #loadoutSelect {
  515.   color: rgba(255, 255, 255, 0.5);
  516. }
  517.  
  518. .weapItem,
  519. .weapItem * {
  520.   background-color: unset !important;
  521. }
  522.  
  523. #weapHolder {
  524.   top: 50%;
  525.   bottom: unset;
  526. }
Tags: Krunker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement