Advertisement
ImpulseYT

Untitled

Nov 1st, 2023
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.50 KB | None | 0 0
  1. /*Made by _wind*/
  2. /* stuff*/
  3. /* Home */
  4. :root {
  5. --asscentColor: #ff00f2;
  6. --bg-image: url("https://cdn.discordapp.com/attachments/1097518147604598877/1098784986695487518/ezgif.com-gif-maker__1_.gif");
  7. --secondary-5: #ff00f2 --textColor: #727272;
  8. --right-border: 2px solid var(--asscentColor);
  9. --corners: linear-gradient(to right, var(--asscentColor) 2px, transparent 2px) 0 100%, linear-gradient(to left, var(--asscentColor) 2px, transparent 2px) 100% 100%, linear-gradient(to top, var(--asscentColor) 2px, transparent 2px) 0 100%, linear-gradient(to top, var(--asscentColor) 2px, transparent 2px) 100% 100%, linear-gradient(to right, var(--asscentColor) 2px, transparent 2px) 0 0, linear-gradient(to left, var(--asscentColor) 2px, transparent 2px) 100% 0, linear-gradient(to bottom, var(--asscentColor) 2px, transparent 2px) 0 0, linear-gradient(to bottom, var(--asscentColor) 2px, transparent 2px) 100% 0;
  10. --right-corners: linear-gradient(to right, var(--asscentColor) 0px, transparent 0px) 0 100%, linear-gradient(to left, var(--asscentColor) 2px, transparent 2px) 100% 100%, linear-gradient(to top, var(--asscentColor) 0px, transparent 0px) 0 100%, linear-gradient(to top, var(--asscentColor) 2px, transparent 2px) 100% 100%, linear-gradient(to right, var(--asscentColor) 0px, transparent 0px) 0 0, linear-gradient(to left, var(--asscentColor) 2px, transparent 2px) 100% 0, linear-gradient(to bottom, var(--asscentColor) 0px, transparent 0px) 0 0, linear-gradient(to bottom, var(--asscentColor) 2px, transparent 2px) 100% 0;
  11. }
  12. ::-webkit-scrollbar-thumb {
  13. background-color: var(--asscentColor);
  14. }
  15. ::-webkit-scrollbar:horizontal {
  16. background-color: transparent !important;
  17. }
  18. ::-webkit-scrollbar-thumb:horizontal {
  19. background: transparent !important;
  20. border-radius: 10px;
  21. }
  22. @keyframes glow {
  23. from {
  24. text-shadow: 0 0 5px #256d7b, 0 0 5px var(--textColor), 0 0 5px var(--textColor), 0 0 5px var(--textColor), 0 0 6px var(--textColor), 0 0 7px var(--textColor), 0 0 8px var(--textColor);
  25. }
  26. }
  27. .achive-cont {
  28. content: url(https://cdn.discordapp.com/attachments/1097518147604598877/1098784994425581700/adder-adderko.gif) !important;
  29. position: fixed;
  30. right: 45%;
  31. }
  32. /* kill icon */
  33. .animate-cont {
  34. content: url(https://cdn.discordapp.com/attachments/1097518147604598877/1098784994425581700/adder-adderko.gif);
  35. height: 100px;
  36. text-align: center;
  37. display: inline-block;
  38. }
  39. /*Credits*/
  40. .play:before {
  41. content: "";
  42. margin-right: 30px;
  43. -webkit-animation: glow 2s ease-in-out infinite alternate;
  44. -moz-animation: glow 2s ease-in-out infinite alternate;
  45. animation: glow 2s ease-in-out infinite alternate;
  46. color: #727272;
  47. }
  48. ::-webkit-scrollbar-thumb {
  49. background-color: var(--asscentColor);
  50. }
  51. ::-webkit-scrollbar:horizontal {
  52. background-color: transparent !important;
  53. }
  54. ::-webkit-scrollbar-thumb:horizontal {
  55. background: transparent !important;
  56. border-radius: 10px;
  57. }
  58. /*Fonts*/
  59. * {
  60. font-family: 'Titillium Web', sans-serif;
  61. }
  62. * {
  63. text-shadow: none !important;
  64. -webkit-text-stroke: 0 transparent !important;
  65. }
  66. /* Hide Logo */
  67. .interface .logo {
  68. display: none;
  69. visibility: hidden;
  70. }
  71. .promo-link-btn {
  72. display: none !important;
  73. }
  74. .soc-group[data-v-3c44abf2] {
  75. display: none;
  76. }
  77. /* Glows Clan Name */
  78. .clan-tag {
  79. -webkit-animation: glow 2s ease-in-out infinite alternate;
  80. -moz-animation: glow 2s ease-in-out infinite alternate;
  81. animation: glow 2s ease-in-out infinite alternate;
  82. }
  83. #app > div.interface.text-2 > div.team-section > div.player > div > div.levels,
  84. #app > div.game-interface > div.esc-interface > div.left-container > div.player-list > div > div.player-right > div,
  85. #b4861794-0f92-45b6-bc4e-292a6e0ddc52 > div.time-left > button {
  86. border-radius: 0px;
  87. background-color: var(--background) !important;
  88. background: var(--corners);
  89. background-size: 10px 10px;
  90. background-repeat: no-repeat;
  91. }
  92. /* Transparent */
  93. .box,
  94. .input,
  95. .settings,
  96. .quests,
  97. .quest,
  98. .tip,
  99. .amount,
  100. .reward,
  101. .progress-line,
  102. .card-cont,
  103. .container-card,
  104. .progress[data-v-49c6809c],
  105. .background,
  106. .container button .border-top,
  107. .container button .border-bottom,
  108. .messages.messages-cont.small,
  109. .title,
  110. .card-list,
  111. .head,
  112. .changelog-item,
  113. .card,
  114. .live-streams,
  115. .left,
  116. .level,
  117. .cont {
  118. background: transparent !important;
  119. border: none !important;
  120. }
  121. .progress[data-v-0f7a25c2] {
  122. background: transparent !important;
  123. box-shadow: none !important;
  124. border-bottom: none !important;
  125. }
  126. .active {
  127. border-bottom: var(--asscentColor) solid 0.125rem !important;
  128. }
  129. /* Text Color */
  130. .level-value,
  131. .levels,
  132. .clan-tag,
  133. .top-name,
  134. .list-labels,
  135. .active,
  136. .level,
  137. .header,
  138. .lvl-leader,
  139. .label-primary,
  140. .awards-span,
  141. .ammunition,
  142. .champions-league,
  143. .champions-scores,
  144. .all-scores-label,
  145. .stat-name,
  146. .available-rooms,
  147. .light,
  148. .online,
  149. .progress-level-value,
  150. .label,
  151. .amount {
  152. color: var(--asscentColor) !important;
  153. }
  154. .tab:hover,
  155. .nav:hover {
  156. color: var(--asscentColor) !important;
  157. }
  158. /* Transparent Containers */
  159. .clans,
  160. .hub-container,
  161. .mobile-fullscreen,
  162. .add-friends,
  163. .tab-bar,
  164. .top-items,
  165. .subject,
  166. .inventory .avatar,
  167. .player-right,
  168. .inventory .bottom,
  169. .button.create-btn.rectangle,
  170. .border-top.border,
  171. .border-bottom.border,
  172. .level-value,
  173. .background,
  174. .time-left,
  175. .rewards {
  176. background: transparent !important;
  177. }
  178. .head-text,
  179. .reset-time,
  180. .info-awards,
  181. .news,
  182. .list-cont,
  183. .card-profile,
  184. .profile .k-d,
  185. .profile .statistics,
  186. .profile-cont .progress[data-v-d2be3bc6] {
  187. background: transparent !important;
  188. box-shadow: none !important;
  189. }
  190. /* Custom Backgorund */
  191. #app > div.interface.text-2 > div.background {
  192. background-image: var(--bg-image) !important;
  193. background-size: cover !important;
  194. }
  195. #app > div.interface.text-2 > div.background > div.pattern-bg,
  196. #app > div.interface.text-2 > div.background > div.bg-radial {
  197. display: none !important
  198. }
  199. .achive {
  200. display: none !important;
  201. }
  202. .interface .nickname:after {
  203. content: url(https://i.imgur.com/a8y0oFQ.png?1) !important;
  204. margin-top: -3%;
  205. }
  206. /*End Screen Background*/
  207. #app > .end-modal {
  208. background: var(--bg-image) no-repeat center center fixed;
  209. -webkit-background-size: cover;
  210. -moz-background-size: cover;
  211. -o-background-size: cover;
  212. background-size: cover;
  213. }
  214. /* Login/Signup*/
  215. .auth-form {
  216. margin-left: 0 !important;
  217. background: transparent !important;
  218. border: none !important;
  219. border-radius: 0 !important;
  220. }
  221. .auth-form .btns button {
  222. transform: none !important;
  223. padding: 0px;
  224. }
  225. .auth-user .loading {
  226. background: transparent !important;
  227. border: none;
  228. border-bottom: none !important;
  229. border-radius: 0;
  230. }
  231. .auth-user .loader-container {
  232. margin-right: 95% !important;
  233. }
  234. .auth-form .btns button:hover {
  235. background-color: transparent !important;
  236. box-shadow: none !important;
  237. }
  238. .auth-form button,
  239. .auth-form button .border-top,
  240. .auth-form button .border-bottom {
  241. background: transparent !important;
  242. box-shadow: none !important;
  243. }
  244. .auth-form button .triangle {
  245. display: none;
  246. }
  247. .button[data-v-02c36fca]:after {
  248. border: none;
  249. }
  250. .moneys[data-v-2484b84e] {
  251. display: flex;
  252. flex-direction: row;
  253. margin-left: -50px;
  254. margin-top: 80px;
  255. }
  256. /* Right Interface */
  257. .right-interface {
  258. padding-top: 20px;
  259. }
  260. .soc-group:nth-child(1),
  261. .soc-group:nth-child(2) {
  262. background: transparent !important;
  263. border: none;
  264. visibility: hidden;
  265. }
  266. .soc-group:nth-child(1):hover,
  267. .soc-group:nth-child(2):hover {
  268. background: none !important;
  269. transform: scale(1.5);
  270. visibility: hidden;
  271. }
  272. .right-interface .settings {
  273. background: transparent;
  274. border: none;
  275. margin-left: -2850px;
  276. margin-top: 760px;
  277. width: 20px !important;
  278. transition: 0.5s;
  279. z-index: 2;
  280. }
  281. .right-interface .settings:hover {
  282. background: none;
  283. transform: scale(1.5);
  284. }
  285. .right-interface {
  286. z-index: 999 !important;
  287. }
  288. .coin-icon {
  289. background: url(https://media.discordapp.net/attachments/844035053466157057/1094025515058335885/2023_04_07_0uq_Kleki.png?width=375&height=375) !important;
  290. background-size: 30px !important;
  291. background-repeat: no-repeat !important;
  292. margin-top: 0;
  293. transition: 0.3s;
  294. }
  295. .svg-icon--diamond {
  296. background: url(https://media.discordapp.net/attachments/844035053466157057/1094026660057202758/2023_04_07_0uv_Kleki.png?width=375&height=375) !important;
  297. background-size: 30px !important;
  298. background-repeat: no-repeat !important;
  299. margin-top: 0;
  300. transition: 0.3s;
  301. }
  302. #left-interface > div.moneys > div:nth-child(1) > svg > use,
  303. #left-interface > div.moneys > div.card-cont.money.diamonds > svg > use {
  304. display: none !important;
  305. }
  306. /* Left Menu */
  307. .left-icons {
  308. background: transparent !important;
  309. }
  310. .left-icons,
  311. .icon-btn {
  312. background: transparent !important;
  313. border: none !important;
  314. padding: 0 !important;
  315. }
  316. #left-icons {
  317. flex-direction: row-reverse;
  318. }
  319. .text-icon {
  320. display: none !important;
  321. }
  322. .left-icons .icon-btn:hover {
  323. border-top: transparent !important;
  324. }
  325. #left-icons {
  326. display: flex;
  327. flex-direction: row;
  328. align-items: flex-start;
  329. position: absolute;
  330. left: 13% !important;
  331. top: 7% !important;
  332. z-index: 0 !important;
  333. transform-origin: top left;
  334. }
  335. .right-interface {
  336. z-index: 1 !important;
  337. }
  338. .text-icon,
  339. .left-icons .icon-btn svg {
  340. display: show !important;
  341. }
  342. /* testing */
  343. .left-icons .icon-btn:nth-child(1) {
  344. background: url(https://cdn.discordapp.com/attachments/1020437466550894682/1020504608851894272/hub.png);
  345. background-size: 60px !important;
  346. background-repeat: no-repeat;
  347. margin-top: 0;
  348. background-position-x: 2rem !important;
  349. background-position-y: 1rem !important;
  350. transition: 0.3s;
  351. height: 40px !important;
  352. }
  353. .left-icons .icon-btn:nth-child(2) {
  354. background: url(https://media.discordapp.net/attachments/844035053466157057/1066755268064596108/2023_01_22_0iz_Kleki.png);
  355. background-size: 60px !important;
  356. background-repeat: no-repeat;
  357. margin-top: 0;
  358. background-position-x: 2rem !important;
  359. background-position-y: 1rem !important;
  360. transition: 0.3s;
  361. height: 41px !important;
  362. }
  363. .left-icons .icon-btn:nth-child(3) {
  364. background: url(https://media.discordapp.net/attachments/1020437466550894682/1020504608478609540/servers.png?width=598&height=598);
  365. background-size: 60px !important;
  366. background-repeat: no-repeat;
  367. margin-top: 0;
  368. background-position-x: 2rem !important;
  369. background-position-y: 1rem !important;
  370. transition: 0.3s;
  371. height: 36px !important;
  372. }
  373. .left-icons .icon-btn:nth-child(4) {
  374. background: url(https://media.discordapp.net/attachments/1020437466550894682/1020504609346826240/quests.png?width=598&height=598);
  375. background-size: 60px !important;
  376. background-repeat: no-repeat;
  377. margin-top: 0;
  378. background-position-x: 2rem !important;
  379. background-position-y: 1rem !important;
  380. transition: 0.3s;
  381. height: 44px !important;
  382. }
  383. .left-icons .icon-btn:nth-child(5) {
  384. background: url(https://media.discordapp.net/attachments/1020437466550894682/1020504609715929170/friends.png?width=598&height=598);
  385. background-size: 60px !important;
  386. background-repeat: no-repeat;
  387. margin-top: 0;
  388. background-position-x: 2rem !important;
  389. background-position-y: 1rem !important;
  390. transition: 0.3s;
  391. height: 41px !important;
  392. }
  393. .left-icons .icon-btn:nth-child(6) {
  394. background: url(https://media.discordapp.net/attachments/1020437466550894682/1020504610072436777/inventoryicon.png?width=598&height=598);
  395. background-size: 60px !important;
  396. background-repeat: no-repeat;
  397. margin-top: 0;
  398. background-position-x: 2rem !important;
  399. background-position-y: 1rem !important;
  400. transition: 0.3s;
  401. height: 40px !important;
  402. }
  403. .left-icons .icon-btn:nth-child(7) {
  404. background: url(https://media.discordapp.net/attachments/1020437466550894682/1020504610483474534/mapicon.png?width=598&height=598);
  405. background-size: 60px !important;
  406. background-repeat: no-repeat;
  407. margin-top: 0;
  408. background-position-x: 2rem !important;
  409. background-position-y: 1rem !important;
  410. transition: 0.3s;
  411. height: 40px !important;
  412. }
  413. .left-icons .icon-btn:nth-child(1):hover {
  414. background: url(https://cdn.discordapp.com/attachments/1020437466550894682/1020504608851894272/hub.png);
  415. background-repeat: no-repeat;
  416. transform: scale(1.2)
  417. }
  418. .left-icons .icon-btn:nth-child(2):hover {
  419. background: url(https://media.discordapp.net/attachments/844035053466157057/1066755268064596108/2023_01_22_0iz_Kleki.png);
  420. background-repeat: no-repeat;
  421. transform: scale(1.2)
  422. }
  423. .left-icons .icon-btn:nth-child(3):hover {
  424. background: url(https://media.discordapp.net/attachments/1020437466550894682/1020504608478609540/servers.png?width=598&height=598);
  425. background-repeat: no-repeat;
  426. transform: scale(1.2)
  427. }
  428. .left-icons .icon-btn:nth-child(4):hover {
  429. background: url(https://media.discordapp.net/attachments/1020437466550894682/1020504609346826240/quests.png?width=598&height=598);
  430. background-repeat: no-repeat;
  431. transform: scale(1.2)
  432. }
  433. .left-icons .icon-btn:nth-child(5):hover {
  434. background: url(https://media.discordapp.net/attachments/1020437466550894682/1020504609715929170/friends.png?width=598&height=598);
  435. background-repeat: no-repeat;
  436. transform: scale(1.2)
  437. }
  438. .left-icons .icon-btn:nth-child(6):hover {
  439. background: url(https://media.discordapp.net/attachments/1020437466550894682/1020504610483474534/mapicon.png?width=598&height=598);
  440. background-repeat: no-repeat;
  441. transform: scale(1.2)
  442. }
  443. .left-icons .icon-btn:nth-child(7):hover {
  444. background: url(https://media.discordapp.net/attachments/1020437466550894682/1020504610483474534/mapicon.png?width=598&height=598);
  445. background-repeat: no-repeat;
  446. transform: scale(1.2)
  447. }
  448. /* Left Icons */
  449. .left-icons {
  450. background: transparent !important;
  451. }
  452. #left-icons {
  453. flex-direction: row-reverse;
  454. }
  455. #left-icons {
  456. display: flex;
  457. flex-direction: row;
  458. align-items: flex-start;
  459. position: fixed;
  460. left: 13% !important;
  461. top: 6% !important;
  462. z-index: 100 !important;
  463. transform-origin: top left;
  464. }
  465. .right-interface {
  466. z-index: 1 !important;
  467. }
  468. .text-icon,
  469. .left-icons .icon-btn svg {
  470. display: show !important;
  471. }
  472. /* Top Icons
  473. .left-icons {
  474. display: flex !important;
  475. flex-direction: row !important;
  476. position: absolute !important;
  477. height: 0% !important;
  478. margin: 18%;
  479. margin-top: 7% !important;
  480. border: none !important;
  481. } */
  482. /* Removed Profile Card */
  483. .avatar-info,
  484. .progress-label {
  485. display: none !important;
  486. }
  487. .user-info {
  488. padding-left: 3vw !important;
  489. }
  490. .progress {
  491. background: var(--asscentColor) !important;
  492. display: block !important;
  493. }
  494. .progress {
  495. box-shadow: 0px 0px 20px 6px var(--asscentColor);
  496. }
  497. .left-interface[data-v-6ef47e92] {
  498. position: absolute;
  499. left: 42%;
  500. top: 3%;
  501. z-index: 9;
  502. transform-origin: top left;
  503. }
  504. /* Crosshair */
  505. .crosshair-static {
  506. display: flex !important;
  507. visibility: visible !important;
  508. }
  509. /* Profile */
  510. div.card-cont.avatar-info,
  511. div.card-cont.user-info,
  512. .money {
  513. background: transparent !important;
  514. border-bottom: transparent !important;
  515. border: none !important;
  516. }
  517. .settings[data-v-e0ea0f78] {
  518. background: transparent !important;
  519. border-bottom: transparent !important;
  520. border: none !important;
  521. }
  522. .achive-cont[data-v-7a3c1e94] {
  523. content: url(https://images-ext-1.discordapp.net/external/IkB0UqnwQGiZ3rDngdZL1l4hjd4uEDZTeMXgj4F_UM0/%3Fto%3Dcrop%26type%3Dwebp%26r%3D1456x1502%26q%3D85/https/cdn140.picsart.com/324920345005211.png) !important;
  524. position: absolute !important;
  525. right: 50% !important;
  526. width: 12em;
  527. height: 10em;
  528. }
  529. .card-cont[data-v-1cbd79ff] {
  530. background: transparent !important;
  531. border-bottom: transparent !important;
  532. border: none !important;
  533. }
  534. .card-cont[data-v-1cbd79ff]:hover {
  535. background: transparent !important;
  536. }
  537. /* Inv & Friends */
  538. #right-icons [data-v-ae524044] {
  539. height: 3.2rem;
  540. }
  541. #right-icons > div.icon-btn.text-1 {
  542. width: 139px;
  543. font-size: 18px;
  544. height: 65px;
  545. }
  546. #right-icons [data-v-1cbd79ff] {
  547. width: 139px;
  548. font-size: 18px;
  549. height: 65px;
  550. }
  551. #right-icons [data-v-b8de1e14] {
  552. display: none;
  553. }
  554. .right-icons .gun-img {
  555. display: show;
  556. }
  557. .right-icons .icon-btn {
  558. background: transparent !important;
  559. border-bottom: transparent !important;
  560. border: none !important;
  561. }
  562. /* Server & Play */
  563. .select-mod,
  564. .select-region {
  565. background: transparent !important;
  566. border-right: none !important;
  567. border-left: none !important;
  568. border-top: none !important;
  569. border-bottom: none !important;
  570. }
  571. .select-regions-cont[data-v-6ef47e92] {
  572. background: transparent !important;
  573. border-right: none !important;
  574. border-left: none !important;
  575. border-top: none !important;
  576. border-bottom: none !important;
  577. }
  578. .container button {
  579. background: transparent !important;
  580. border-right: none !important;
  581. border-left: none !important;
  582. border-top: none !important;
  583. border-bottom: none !important;
  584. border-radius: 0 !important;
  585. }
  586. .container button {
  587. background: transparent !important;
  588. border-radius: 0 !important;
  589. transform: none !important;
  590. }
  591. .container button .border-top,
  592. .container button .border-bottom {
  593. display: none;
  594. }
  595. /* Join URL Button (For client only) */
  596. .join-using-link {
  597. background: transparent !important;
  598. border-right: none !important;
  599. border-left: none !important;
  600. border-top: none !important;
  601. border-bottom: none !important;
  602. }
  603. .join-using-link:active {
  604. background: transparent !important;
  605. border-right: none !important;
  606. border-left: none !important;
  607. border-top: none !important;
  608. border-bottom: none !important;
  609. }
  610. #clientJoinButton {
  611. background: transparent !important;
  612. border-right: none !important;
  613. border-left: none !important;
  614. border-top: none !important;
  615. border-bottom: none !important;
  616. }
  617. #clientJoinButton:active {
  618. background: transparent !important;
  619. border-right: none !important;
  620. border-left: none !important;
  621. border-top: none !important;
  622. border-bottom: none !important;
  623. }
  624. #play-btn {
  625. background: rgba(68, 68, 68, 0) !important;
  626. box-shadow: 4px 4px 10px #0000 !important;
  627. }
  628. #play-btn .border-top,
  629. #play-btn .border-bottom {
  630. background: none;
  631. }
  632. .button[data-v-02c36fca] {
  633. -webkit-text-stroke: 0px !important;
  634. }
  635. .button[data-v-02c36fca]:after {
  636. border: none;
  637. background: transparent !important;
  638. }
  639. .triangle[data-v-02c36fca] {
  640. display: none !important;
  641. background: transparent;
  642. }
  643. .progress[data-v-cd9878b6] {
  644. background: linear-gradient(306deg, #727272, #727272)!important;
  645. }
  646. /* Ad Removal */
  647. .ad-bottom,
  648. .ad-left {
  649. display: none !important;
  650. visibility: hidden !important;
  651. }
  652. .className {
  653. display: none !important;
  654. }
  655. /* Mode Selection */
  656. .select-mods-cont,
  657. .select-mods-cont > hr {
  658. background: transparent!important;
  659. border: none !important;
  660. margin-right: 500px;
  661. border: 1px solid var(--asscentColor);
  662. }
  663. .custom-checkbox > input:checked + span[data-v-47e1b746]:before {
  664. background-color: var(--asscentColor);
  665. border-color: var(--asscentColor);
  666. }
  667. .soc-group[data-v-f6928a74],
  668. .text-soc[data-v-26102dd2] {
  669. display: none !important;
  670. }
  671. /* Checkbox and Private */
  672. .private-btn > span[data-v-47e1b746] {
  673. content: url(https://media.discordapp.net/attachments/523517791886770188/953239076457316382/openlock.png);
  674. position: fixed;
  675. left: 90px;
  676. width: 40px;
  677. }
  678. .custom-checkbox > span[data-v-47e1b746]:before {
  679. border-radius: 50px;
  680. background-color: #727272;
  681. border: none;
  682. }
  683. .custom-checkbox > input:checked + span[data-v-47e1b746]:before {
  684. background-color: var(--asscentColor);
  685. }
  686. .input .items[data-v-4f6bb432] {
  687. background: transparent !important;
  688. backdrop-filter: blur(15px);
  689. }
  690. /* KIll */
  691. .kill-bar-cont {
  692. position: absolute;
  693. bottom: 2rem;
  694. }
  695. /* chat */
  696. .desktop-game-interface #WMNn {
  697. transform: scale(0);
  698. transition-duration: 0.25s !important;
  699. }
  700. .desktop-game-interface #WMNn:focus {
  701. transform: scale(1);
  702. }
  703. .clans,
  704. .hub-container,
  705. .mobile-fullscreen,
  706. .add-friends,
  707. .tab-bar,
  708. .top-items,
  709. .subject,
  710. .inventory .avatar,
  711. .inventory .bottom {
  712. background: transparent !important;
  713. }
  714. .head-text,
  715. .reset-time,
  716. .info-awards,
  717. .news,
  718. .list-cont,
  719. .card-profile,
  720. .profile .k-d,
  721. .profile .statistics,
  722. .profile-cont .progress[data-v-d2be3bc6] {
  723. background: transparent !important;
  724. box-shadow: none !important;
  725. border-bottom: none;
  726. }
  727. .tabs {
  728. background: transparent !important;
  729. border-bottom: none !important;
  730. box-shadow: none !important;
  731. border-right: none !important;
  732. }
  733. .active-tab,
  734. .tab {
  735. background: transparent !important;
  736. border-right: none !important;
  737. border-left: none !important;
  738. }
  739. .tab:hover {
  740. background: transparent !important;
  741. border-right: none !important;
  742. border-left: none !important;
  743. }
  744. .limit {
  745. border-left: none !important;
  746. }
  747. .top-bar,
  748. .home,
  749. .name-page {
  750. display: none !important;
  751. }
  752. .container {
  753. background: transparent !important;
  754. backdrop-filter: blur(15px);
  755. box-shadow: none !important;
  756. }
  757. .champions-list {
  758. box-shadow: none !important;
  759. }
  760. .subjects,
  761. .gun {
  762. background: transparent !important;
  763. border: none !important;
  764. }
  765. .profile .you {
  766. visibility: hidden;
  767. }
  768. .top[data-v-319b95e8] {
  769. background: transparent !important;
  770. border-right: none !important;
  771. border-left: none !important;
  772. }
  773. .item[data-v-319b95e8] {
  774. background: transparent !important;
  775. border-right: none !important;
  776. border-left: none !important;
  777. }
  778. .champions-list[data-v-3ade8f70] {
  779. background: transparent !important;
  780. border-right: none !important;
  781. border-left: none !important;
  782. }
  783. .items .item[data-v-3ade8f70] {
  784. background: transparent !important;
  785. border-right: none !important;
  786. border-left: none !important;
  787. }
  788. .card-head[data-v-5b2dc87c] {
  789. background: transparent !important;
  790. border-right: none !important;
  791. border-left: none !important;
  792. }
  793. .list-container[data-v-3bcb580a] {
  794. background: transparent !important;
  795. border-right: none !important;
  796. border-left: none !important;
  797. }
  798. .card-cont[data-v-040b7087] {
  799. background: transparent !important;
  800. border-right: none !important;
  801. border-left: none !important;
  802. }
  803. .description[data-v-040b7087] {
  804. background: transparent !important;
  805. border-right: none !important;
  806. border-left: none !important;
  807. }
  808. .all-scores[data-v-040b7087] {
  809. background: transparent !important;
  810. border-right: none !important;
  811. border-left: none !important;
  812. }
  813. .champions-stat[data-v-040b7087] {
  814. background: transparent !important;
  815. border-right: none !important;
  816. border-left: none !important;
  817. }
  818. .item-content[data-v-3bcb580a] {
  819. background: transparent !important;
  820. border-right: none !important;
  821. border-left: none !important;
  822. }
  823. .server[data-v-679cb6a8] {
  824. background: transparent !important;
  825. border-bottom: transparent !important;
  826. border: none !important;
  827. }
  828. .player[data-v-68ad001e] {
  829. background: transparent !important;
  830. border-bottom: transparent !important;
  831. border: none !important;
  832. }
  833. .right-container[data-v-68ad001e] {
  834. background: transparent !important;
  835. border-bottom: transparent !important;
  836. border: none !important;
  837. }
  838. .messages[data-v-76a3fe0a] {
  839. background: transparent !important;
  840. border-bottom: transparent !important;
  841. border: none !important;
  842. }
  843. .input[data-v-29d4a917] {
  844. background: transparent !important;
  845. border-bottom: transparent !important;
  846. border: none !important;
  847. }
  848. .timer[data-v-1d4749de] {
  849. background: transparent !important;
  850. border-bottom: transparent !important;
  851. border: none !important;
  852. }
  853. .bg[data-v-1d4749de] {
  854. background: transparent !important;
  855. border-bottom: transparent !important;
  856. border: none !important;
  857. }
  858. .head[data-v-a204db68] {
  859. background: transparent !important;
  860. border-bottom: transparent !important;
  861. border: none !important;
  862. }
  863. .list[data-v-a204db68] {
  864. background: transparent !important;
  865. border-bottom: transparent !important;
  866. border: none !important;
  867. }
  868. .name[data-v-2bbf437a] {
  869. padding-top: 20px;
  870. }
  871. .time-left[data-v-556f2c42] {
  872. background: transparent !important;
  873. border: none !important;
  874. }
  875. .rewards[data-v-556f2c42] {
  876. background: transparent !important;
  877. border: none !important;
  878. }
  879. .level-cont[data-v-197190ba] {
  880. background: transparent !important;
  881. border-bottom: transparent !important;
  882. border: none !important;
  883. }
  884. .level-label[data-v-197190ba] {
  885. color: #fba6b6;
  886. background: transparent !important;
  887. border-bottom: transparent !important;
  888. border: none !important;
  889. }
  890. .card[data-v-49c6809c] {
  891. background: transparent !important;
  892. border-bottom: transparent !important;
  893. border: none !important;
  894. }
  895. .friend[data-v-197190ba] {
  896. background: transparent !important;
  897. }
  898. .add[data-v-197190ba],
  899. .delete[data-v-197190ba] {
  900. background: transparent !important;
  901. border-bottom: transparent !important;
  902. border: none !important;
  903. }
  904. .server[data-v-fed2b50a] {
  905. background: linear-gradient(306deg, #727272, #727272)!important;
  906. }
  907. .info-key-cont,
  908. .list-weapons,
  909. .mWwn,
  910. .instruction {
  911. display: none !important;
  912. }
  913. .hp {
  914. margin-right: 20%;
  915. border: #727272 !important;
  916. }
  917. .hp-progress {
  918. background-color: #727272 !important;
  919. }
  920. .state {
  921. position: fixed;
  922. width: 300px;
  923. top: 93%;
  924. left: 37% !important;
  925. }
  926. /* HUD */
  927. .mini-map-cont .name,
  928. .desktop-game-interface .info-key-cont,
  929. .list-weapons,
  930. .hp-title,
  931. .mWwn,
  932. .instruction {
  933. display: none !important;
  934. }
  935. .end-modal .clan-tag {
  936. -webkit-animation: glow 2s ease-in-out infinite alternate;
  937. -moz-animation: glow 2s ease-in-out infinite alternate;
  938. animation: glow 2s ease-in-out infinite alternate;
  939. }
  940. /* Leaderboard */
  941. .leaders .clan-tag {
  942. -webkit-animation: glow 2s ease-in-out infinite alternate;
  943. -moz-animation: glow 2s ease-in-out infinite alternate;
  944. animation: glow 2s ease-in-out infinite alternate;
  945. }
  946. /* In Game Leaderboard */
  947. .tab-info {
  948. background: transparent !important;
  949. box-shadow: none !important;
  950. border-radius: 0 !important;
  951. border: none !important;
  952. backdrop-filter: blur(5px);
  953. }
  954. .tab-info .head {
  955. display: none;
  956. }
  957. .tab-info .player {
  958. background: transparent !important;
  959. }
  960. .tab-info .primary {
  961. color: #4a4a4a !important;
  962. }
  963. .tab-info .nickname,
  964. .tab-info .player-right {
  965. color: var(--asscentColor) !important;
  966. }
  967. .tab-info .list {
  968. color: #fba6b6;
  969. margin: 0 !important;
  970. }
  971. .tab-info .list .list-value:nth-child(1),
  972. .tab-info .list .list-value:nth-child(2),
  973. .tab-info .list .list-value:nth-child(3) {
  974. visibility: hidden;
  975. }
  976. .tab-info .list .list-value:nth-child(1):after {
  977. visibility: visible;
  978. content: "K";
  979. margin-left: -29px;
  980. }
  981. .tab-info .list .list-value:nth-child(2):after {
  982. visibility: visible;
  983. content: "D";
  984. margin-left: -28px;
  985. }
  986. .tab-info .list .list-value:nth-child(3):after {
  987. visibility: visible;
  988. content: "S";
  989. margin-left: -5px;
  990. }
  991. .tab-info .player-right svg {
  992. display: none;
  993. }
  994. .cont-hp {
  995. background: transparent !important;
  996. }
  997. .hp {
  998. margin-right: 20%;
  999. }
  1000. .desktop-game-interface .state {
  1001. position: fixed;
  1002. width: 500px !important;
  1003. top: 93%;
  1004. left: 37% !important;
  1005. }
  1006. .cont-endurance {
  1007. margin-left: 1.5%;
  1008. background: transparent !important;
  1009. border: var(--asscentColor) !important;
  1010. }
  1011. .endurance-progress {
  1012. background: linear-gradient(to right, var(--asscentColor), var(--asscentColor)) !important;
  1013. }
  1014. .ammunition {
  1015. background: transparent !important;
  1016. display: inline-block;
  1017. position: fixed;
  1018. left: calc(52% + 188px);
  1019. top: calc(91%)
  1020. }
  1021. .bg[data-v-14e97ff8] {
  1022. background: transparent !important;
  1023. border-bottom: transparent !important;
  1024. border: none !important;
  1025. }
  1026. .player[data-v-3a61646a] {
  1027. background: transparent !important;
  1028. border-bottom: transparent !important;
  1029. border: none !important;
  1030. }
  1031. .timer[data-v-14e97ff8] {
  1032. background: transparent !important;
  1033. border-bottom: transparent !important;
  1034. border: none !important;
  1035. }
  1036. .interface .nickname:after {
  1037. display: show;
  1038. }
  1039. .top-items[data-v-319b95e8] {
  1040. box-shadow: none !important;
  1041. border-bottom: none !important;
  1042. border: none !important;
  1043. }
  1044. .kill-bar-item[data-v-e06e1414] {
  1045. background: linear-gradient(306deg, #727272, #727272)!important;
  1046. }
  1047. /* Esc Interface*/
  1048. .esc-interface {
  1049. backdrop-filter: blur(5px);
  1050. }
  1051. .esc-interface .head-right button,
  1052. .esc-interface .head-right button .border-top,
  1053. .esc-interface .head-right button .border-bottom {
  1054. background: transparent !important;
  1055. box-shadow: none;
  1056. border-radius: 0;
  1057. }
  1058. .esc-interface .head-right button:hover {
  1059. background: transparent !important;
  1060. border-bottom: 5px solid white;
  1061. }
  1062. .esc-interface .left-container .player {
  1063. background: transparent !important;
  1064. }
  1065. .esc-interface .right-container {
  1066. background: transparent !important;
  1067. }
  1068. .esc-interface .player .label {
  1069. color: var(--asscentColor);
  1070. -webkit-animation: glow 2s ease-in-out infinite alternate;
  1071. -moz-animation: glow 2s ease-in-out infinite alternate;
  1072. animation: glow 2s ease-in-out infinite alternate;
  1073. }
  1074. .esc-interface .primary {
  1075. color: #727272 !important;
  1076. }
  1077. .esc-interface .level {
  1078. color: #727272;
  1079. }
  1080. .continue {
  1081. background: rgb(68, 68, 68) !important;
  1082. box-shadow: none !important;
  1083. }
  1084. .continue:hover {
  1085. background: var(--asscentColor) !important;
  1086. box-shadow: none !important;
  1087. }
  1088. .continue .border-top,
  1089. .continue .border-bottom {
  1090. background: transparent !important;
  1091. box-shadow: none !important;
  1092. }
  1093. #dailyQuests {
  1094. position: fixed;
  1095. top: 30px;
  1096. border: none;
  1097. border-radius: 0;
  1098. z-index: 0 !important;
  1099. overflow: auto;
  1100. }
  1101. /* Player Position */
  1102. #team-section > div.player {
  1103. margin-right: 73rem;
  1104. margin-top: 32rem;
  1105. }
  1106. /* money emoji here*/
  1107. .moneys {
  1108. position: absolute;
  1109. left: -40%;
  1110. top: 100px;
  1111. }
  1112. #left-interface {
  1113. position: absolute;
  1114. left: -1.9%;
  1115. top: -30px;
  1116. }
  1117. .tabs {
  1118. background: transparent !important;
  1119. border-bottom: none !important;
  1120. box-shadow: none !important;
  1121. border-right: none !important;
  1122. }
  1123. .active-tab,
  1124. .tab {
  1125. background: transparent !important;
  1126. border-right: none !important;
  1127. border-left: none !important;
  1128. }
  1129. .limit {
  1130. border-left: none !important;
  1131. }
  1132. .top-bar,
  1133. .home,
  1134. .name-page {
  1135. display: none !important;
  1136. }
  1137. .container {
  1138. background: transparent !important;
  1139. backdrop-filter: blur(5px);
  1140. box-shadow: none !important;
  1141. }
  1142. .champions-list {
  1143. box-shadow: none !important;
  1144. }
  1145. .profile .you {
  1146. visibility: hidden;
  1147. }
  1148. .button.create-btn.rectangle {
  1149. background: transparent !important;
  1150. box-shadow: none !important;
  1151. }
  1152. .card.progress {
  1153. background: transparent !important;
  1154. box-shadow: none !important;
  1155. }
  1156. .items {
  1157. background: transparent !important;
  1158. box-shadow: none !important;
  1159. }
  1160. .settings {
  1161. background: transparent !important;
  1162. backdrop-filter: blur(0px);
  1163. }
  1164. .timer[data-v-07689ebb] {
  1165. border-radius: 20px !important;
  1166. color: #727272 !important;
  1167. background-color: #343434 !important;
  1168. }
  1169. .state-cont {
  1170. border: none !important;
  1171. background: transparent !important;
  1172. box-shadow: none !important;
  1173. }
  1174. .server {
  1175. background: transparent !important;
  1176. box-shadow: none !important;
  1177. }
  1178. .kill-death .kill {
  1179. background-color: #343434 !important;
  1180. color: #727272 !important;
  1181. border-radius: 20px !important;
  1182. }
  1183. .kill-death .death {
  1184. border-radius: 20px !important;
  1185. color: #727272 !important;
  1186. background-color: #E5E3C9 !important;
  1187. }
  1188. .label.red {
  1189. border-radius: 20px !important;
  1190. color: #FF0000 !important;
  1191. background-color: #E5E3C9 !important;
  1192. }
  1193. .label-team.red {
  1194. background: #E5E3C9 !important;
  1195. }
  1196. .label.blue {
  1197. border-radius: 20px !important;
  1198. color: #0000FF !important;
  1199. background-color: #343434 !important;
  1200. }
  1201. .label-team.blue {
  1202. background: #343434 !important;
  1203. }
  1204. .hp-progress {
  1205. color: #727272 !important;
  1206. }
  1207. .cont-endurance {
  1208. margin-left: 1.5%;
  1209. background: transparent !important;
  1210. border: var(--asscentColor) !important;
  1211. }
  1212. [data-v-2bdf2bcd] {
  1213. background: transparent !important;
  1214. box-shadow: none !important;
  1215. }
  1216. .container-card {
  1217. border: none !important;
  1218. background: transparent !important;
  1219. box-shadow: none !important;
  1220. }
  1221. .achive-cont {
  1222. display: none;
  1223. visibility: hidden;
  1224. }
  1225. .hit {
  1226. content: url(https://preview.redd.it/cnv09hg2loo61.png?auto=webp&s=2f64d3eb10092fb3e3435de3aeb9eb6593d0b3f6);
  1227. }
  1228. [data-v-3894613f] {
  1229. border: none !important;
  1230. background: transparent !important;
  1231. box-shadow: none !important;
  1232. }
  1233. .levels {
  1234. border-radius: 30px !important;
  1235. background-color: #34343400 !important;
  1236. }
  1237. .lvl-leader {
  1238. border-radius: 20px !important;
  1239. background-color: #343434 !important;
  1240. }
  1241. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement