Advertisement
Arkxo

Verb css

Jun 3rd, 2021
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.31 KB | None | 0 0
  1. /*ando fixes start*/
  2.  
  3. .rainbowText{background-image: linear-gradient(to right, #2e62ff, #0099ff , #00ff00, #ffde3b, #ff3399, #6666ff);animation: gradient-border 2s linear infinite;background-size: 400% 100%;color: transparent !important;-webkit-background-clip: text;}
  4. @keyframes gradient-border{0%, 200% {background-position: 0 0;}99.999999999999999% {background-position: -130% 0;}}
  5.  
  6.  
  7. *::-webkit-scrollbar {
  8. display: none;
  9. }
  10.  
  11.  
  12.  
  13. .button, .menuItem, #mapInfo {
  14. text-transform: lowercase;
  15. }
  16.  
  17. .menuItemTitle {
  18. color: var(--accent) !important;
  19. }
  20.  
  21. .menuItem:hover > .menuItemTitle {
  22. color: white !important;
  23. }
  24.  
  25. #hostMenuBtn {
  26. display: none !important;
  27. }
  28.  
  29. #hideFull {
  30. position: absolute !important;
  31. right: 25px !important;
  32. }
  33.  
  34. .changeText {
  35. color: var(--accent);
  36. }
  37.  
  38. .vis-item {
  39. background-color: var(--accent) !important;
  40. border-color: black !important;
  41. }
  42.  
  43. .vis-text {
  44. color: var(--accent) !important;
  45. }
  46.  
  47. #premTime {
  48. color: var(--accent);
  49. }
  50.  
  51. #creatorDash > div > span {
  52. color: var(--accent) !important;
  53. }
  54.  
  55. #creatorDash > div > span > span {
  56. color: var(--accent) !important;
  57. }
  58.  
  59.  
  60. .altlistelement {
  61. color: rgba(255,255,255,0.75) !important;
  62. box-shadow: none !important;
  63. background-color: transparent !important;
  64. }
  65. .altdeletebtn {
  66. box-shadow:none !important;
  67. background-color: transparent !important;
  68. color: red !important;
  69. }
  70.  
  71. #shareTxt {
  72. color: black !important;
  73. }
  74.  
  75. .menuDebugInfo {
  76. display: block !important;
  77. }
  78.  
  79. #menuFPS, #menuPingText, #menuPingIcon {
  80. color: var(--accent) !important;
  81. }
  82.  
  83. #headerRight > .verticalSeparator {
  84. display:none !important;
  85. }
  86.  
  87. #menuPingDisplay, #menuFPSDisplay, #menuPingText, #menuFPS {
  88. font-size: 16px;
  89. }
  90.  
  91. #menuFPSDisplay {
  92. margin-right: 0px;
  93. }
  94.  
  95. #menuRegionLabel {
  96. text-transform: lowercase;
  97. }
  98.  
  99. #menuPingDisplay {
  100. position: fixed;
  101. right: 10px;
  102. }
  103.  
  104. [style$="background-color:gainsboro;border-radius:6px;padding:5px"] {
  105. background-color:transparent !important;
  106. }
  107.  
  108. .mailText, .mailObj, #mailList {
  109. color: var(--accent) !important;
  110. }
  111.  
  112. .setHed > div {
  113. color: var(--accent) !important;
  114. }
  115.  
  116.  
  117. #clientExitPop {
  118. background-color: rgba(0,0,0,0.4) !important;
  119. box-shadow: 0 0 8px 2px var(--accent) !important;
  120. border-radius: 12px !important;
  121. top: 85%;
  122. }
  123.  
  124. #consentWindow {
  125. background-color: rgba(0,0,0,0.4) !important;
  126. box-shadow: 0 0 8px 2px var(--accent) !important;
  127. border-radius: 12px !important;
  128. }
  129.  
  130. #clientExitPop > div {
  131. text-align: center;
  132. }
  133.  
  134. #confirmBtn, #declineBtn,.termsBtn {
  135. text-shadow:none !important;
  136. color:black;
  137. }
  138.  
  139. #krRewardsInfo > div > div > span {
  140. color: var(--accent) !important;
  141. }
  142.  
  143.  
  144. #ingameFPS {
  145. color: var(--accent-color) !important;
  146. }
  147.  
  148. #pingIcon {
  149. color: var(--accent) !important;
  150. }
  151.  
  152. #jumpSIMG, #jumpSVIDHolder {
  153. display:none !important;
  154. }
  155.  
  156.  
  157. .countIcon {
  158. background-color: rgba(0,0,0,0) !important;
  159. border-radius: 0;
  160. margin-left: 20px;
  161. text-shadow: none !important;
  162. margin-bottom: 0;
  163. padding: 7px;
  164. }
  165.  
  166.  
  167. .slidecontainer {
  168. margin-top: 5px;
  169. }
  170.  
  171.  
  172.  
  173.  
  174. #leaderDisplay {
  175. background-color: rgba(0,0,0,0.2) !important;
  176. }
  177.  
  178.  
  179.  
  180. #killStreakHolder {
  181. position: fixed;
  182. right: 48.54%;
  183. bottom: 10px;
  184. margin-right: 0px;
  185. margin-bottom: 0px;
  186. }
  187.  
  188. .killStreakItem {
  189. background-color: transparent;
  190. }
  191.  
  192. #itemSearch {
  193. background-color: transparent;
  194. box-shadow: 0 0 8px 2px var(--accent);
  195. }
  196. #polConfPop {
  197. background-color: black;
  198. box-shadow: 0 0 8px 2px var(--accent);
  199. border-radius: 12px;
  200. }
  201.  
  202. #polConfPop > div {
  203. color: var(--accent) !important;
  204. }
  205.  
  206. #polConfPop > #confirmBtn, #polConfPop > #declineBtn{
  207. text-shadow:none !important;
  208. color:black !important;
  209. }
  210.  
  211. #tradeChatHolder {
  212. bottom: 376px;
  213. }
  214. #tradeChatInput {
  215. border-radius: 4px;
  216. font-size: 14px;
  217. }
  218.  
  219. #tradeChatList {
  220. max-height: 520px;
  221. overflow-y: auto;
  222. }
  223.  
  224. .tradeChatItem {
  225. font-size: 14px;
  226. }
  227.  
  228. .tListN.inv {
  229. background-color: var(--accent) !important;
  230. }
  231.  
  232. #tSubName, #tDecName {
  233. text-shadow:none;
  234. color:black;
  235. }
  236.  
  237. .estOfferVal {
  238. color: gray;
  239. }
  240.  
  241. .estOfferVal > span {
  242. color: var(--accent) !important;
  243. }
  244.  
  245. #interactMsg {
  246. bottom: 270px;
  247. }
  248.  
  249. #interactMsg > span {
  250. color: var(--accent) !important;
  251. }
  252.  
  253. .tItemN {
  254. font-size: 10px;
  255. text-align: center;
  256. }
  257.  
  258. .tTotal {
  259. color: black;
  260. }
  261.  
  262. .material-icons.vote {
  263. color: var(--accent);
  264. }
  265. .meleeChatIcon {
  266. filter: brightness(0) drop-shadow(-2px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(2px 0px 1px var(--accent));
  267. }
  268.  
  269. /*ando fixes end*/
  270.  
  271.  
  272.  
  273.  
  274.  
  275. /*Section I: Frame*/
  276.  
  277. :root {
  278. --accent: #ab20fb;
  279. }
  280.  
  281. /*DO NOT EDIT BELOW UNLESS YOU KNOW WHAT YOU ARE DOING*/
  282.  
  283. @font-face {
  284. font-family: gamefont;
  285. src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2);
  286. }
  287.  
  288. * {
  289. color: #fff;
  290. }
  291.  
  292. a {
  293. color: var(--accent);
  294. }
  295.  
  296. .grey {
  297. color: rgba(255,255,255,.5);
  298. }
  299.  
  300. .material-icons[style*="color:#FBC02D"] {
  301. color: var(--accent) !important;
  302. }
  303.  
  304. .material-icons[style*="color:#40C4FF"] {
  305. color: var(--accent) !important;
  306. }
  307.  
  308. .material-icons[style*="color:#2196F3;font-size:33px;vertical-align:bottom;"] {
  309. color: var(--accent) !important;
  310. }
  311.  
  312. /*You Hate to See It*/
  313.  
  314. #aHolder {
  315. display: none !important;
  316. }
  317.  
  318. .endAHolder {
  319. display: none !important;
  320. }
  321.  
  322. #onetrust-consent-sdk {
  323. display: none;
  324. }
  325.  
  326. #newsHolder {
  327. display: none;
  328. }
  329.  
  330. .krSocial {
  331. display: none;
  332. }
  333.  
  334. .imageButton, #editorBtnM {
  335. display: none !important;
  336. }
  337.  
  338. /*Section II: Chat*/
  339.  
  340. #uiBase.onMenu #chatHolder {
  341. left: 20px;
  342. }
  343.  
  344. #chatHolder[style="bottom: 148px;"] {
  345. bottom: 30px !important;
  346. }
  347.  
  348. #chatList {
  349. text-align: center;
  350. }
  351.  
  352. #chatList::-webkit-scrollbar {
  353. width: 4px;
  354. }
  355.  
  356.  
  357. #chatList::-webkit-scrollbar-thumb {
  358. background: var(--accent);
  359. border-radius: 50px;
  360. }
  361.  
  362. #chatList::-webkit-scrollbar-track {
  363. background: transparent;
  364. }
  365.  
  366. #chatInput {
  367. text-align: center;
  368. }
  369.  
  370. .chatItem {
  371. color: #fff !important;
  372. font-size: 16px;
  373. width: -webkit-fill-available;
  374. box-shadow: rgba(255, 255, 255, 0.25) 0px 0px 0px 2px inset;
  375. margin: 0px;
  376. background-color: rgba(0,0,0,0.4) !important;
  377. border-radius: 0;
  378. }
  379.  
  380.  
  381. .weaponChatIcon {
  382. filter: brightness(0) drop-shadow(-2px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(2px 0px 1px var(--accent));
  383. }
  384.  
  385. .chatMsg[style*="#ffffff"] {
  386. color: #fff !important;
  387. }
  388.  
  389. .chatMsg span {
  390. color: var(--accent) !important;
  391. opacity: 0.75;
  392. }
  393.  
  394. .chatMsg span[style="color:#9eeb56"] {
  395. color: #ffffff !important;
  396. }
  397.  
  398. .chatMsg span[style="color:#fff"] {
  399. color: #ffffff !important;
  400. }
  401.  
  402. #chatInput {
  403. text-align: center;
  404. background-color: transparent;
  405. border-bottom: 4px solid var(--accent);
  406. }
  407.  
  408. #voiceDisplay {
  409. display: none;
  410. }
  411.  
  412. /*Section III: Menu*/
  413.  
  414. #mainLogo {
  415. content: url(https://cdn.discordapp.com/attachments/509029796777558030/799299298507358219/LION-SOLO_OK.gif);
  416. }
  417.  
  418. #gameNameHolder:hover #mainLogo {
  419. /*content: url(https://cdn.discordapp.com/attachments/570906904713363457/806408830098997288/timp.gif);*/
  420. }
  421.  
  422. #gameNameHolder {
  423. pointer-events: all;
  424. font-size: 0;
  425. color: transparent;
  426. transition: 0.5s;
  427. }
  428.  
  429. #gameNameHolder:hover {
  430. font-size: 36px;
  431. color: #fff;
  432. }
  433.  
  434. #gameNameHolder::after {
  435. content: "css by tae#4444";
  436. display: block;
  437. font-family: 'ISOCP';
  438. }
  439.  
  440. #seasonLabel {
  441. display: none;
  442. }
  443.  
  444. .onMenu #instructions {
  445. display: none;
  446. }
  447.  
  448. #instructionsUpdate {
  449. background-color: rgba(0,0,0,0.4);
  450. box-shadow: 0 0 8px 2px var(--accent);
  451. }
  452.  
  453. /*Headers*/
  454.  
  455. .headerBar {
  456. background-color: transparent;
  457. }
  458.  
  459. #mailIcon {
  460. font-size: 32px !important;
  461. }
  462.  
  463. #mLevelCont {
  464. position: relative;
  465. left: 0px !important;
  466. font-size: 16px;
  467. line-height: unset;
  468. height: unset;
  469. padding: 0 4px;
  470. margin-left: 8px;
  471. border-radius: 4px;
  472. }
  473.  
  474. .progressBar {
  475. background-color: rgba(255,255,255,0.15);
  476. padding: 0;
  477. }
  478.  
  479. .progressBarInner {
  480. background-color: var(--accent);
  481. }
  482.  
  483. .verticalSeparator {
  484. height: 4px !important;
  485. border-width: 0;
  486. background-color: var(--accent);
  487. }
  488.  
  489. #tlInfHold {
  490. left: 20px;
  491. }
  492.  
  493. #youNewDiv {
  494. display: none;
  495. }
  496.  
  497. #streamContainer {
  498. left: 20px;
  499. height: 32px;
  500. padding: 0;
  501. overflow: hidden;
  502. background-color: transparent;
  503. transition-duration: 0.5s;
  504. }
  505.  
  506. #streamContainer:hover {
  507. height: 400px;
  508. }
  509.  
  510. .streamItem[style="text-align: center;"] {
  511. text-align: left !important;
  512. }
  513.  
  514. .menuDebugInfo {
  515. display: none;
  516. }
  517.  
  518. #uiBase.onMenu #spectButton {
  519. z-index: 1;
  520. width: 96px;
  521. top: 50%;
  522. }
  523.  
  524. #spectButton span[style="font-size:15px;color:rgba(255,255,255,0.6)"] {
  525. color: transparent !important;
  526. }
  527.  
  528. #spectButton .switchsml {
  529. margin: 0;
  530. position: absolute;
  531. width: 100%;
  532. }
  533.  
  534. .sliderSml {
  535. opacity: 1;
  536. }
  537.  
  538. .sliderSml::before {
  539. content: "Spectate";
  540. font-size: 20px;
  541. color: white;
  542. width: max-content;
  543. height: auto;
  544. background-color: transparent;
  545. text-align: center;
  546. transition-duration: 0.25s;
  547. }
  548.  
  549. input:checked+.sliderSml::before {
  550. content: "Spectating";
  551. transform: translateX(-12px);
  552. color: var(--accent);
  553. }
  554. input:checked+.sliderSml {
  555. background-color: transparent !important;
  556. }
  557.  
  558. .sliderSml {
  559. opacity: 1;
  560. background-color: transparent;
  561. }
  562.  
  563. /*Menu Buttons*/
  564.  
  565. #subLogoButtons {
  566. bottom: 72px;
  567. transform: translate(-50%,0);
  568. }
  569.  
  570. #subLogoButtons>.button {
  571. padding: 0 !important;
  572. margin: 0 16px;
  573. background-color: transparent !important;
  574. box-shadow: none !important;
  575. text-shadow: none !important;
  576. font-size: 24px !important;
  577. transition-duration: 0.25s;
  578. }
  579.  
  580. #subLogoButtons>.button:hover {
  581. transform: unset;
  582. color: var(--accent);
  583. }
  584.  
  585. #menuItemContainer {
  586. flex-direction: row;
  587. top: unset;
  588. bottom: 20px;
  589. left: 50%;
  590. width: unset;
  591. transform: translateX(-50%)
  592. }
  593.  
  594. .menuItem {
  595. background-color: transparent;
  596. margin: 0 16px;
  597. }
  598.  
  599. .menuItem:hover {
  600. border-left: none;
  601. }
  602.  
  603. .menuItem .menuItemIcon {
  604. display: none;
  605. }
  606.  
  607. .menuItem .menuItemTitle {
  608. margin: 0;
  609. font-size: 24px !important;
  610. transition-duration: 0.25s;
  611. }
  612.  
  613. .menuItem:hover> .menuItemTitle {
  614. color: var(--accent);
  615. }
  616.  
  617. /*Menu Window*/
  618.  
  619. #menuWindow::-webkit-scrollbar {
  620. width: 2px;
  621. }
  622.  
  623. #menuWindow::-webkit-scrollbar-thumb {
  624. background: var(--accent);
  625. border-radius: 50px;
  626. }
  627.  
  628. #menuWindow::-webkit-scrollbar-track {
  629. background: transparent;
  630. }
  631.  
  632. #menuWindow {
  633. background-color: rgba(0,0,0,0.4);
  634. box-shadow: 0 0 8px 2px var(--accent);
  635. border-radius: 12px;
  636. }
  637.  
  638. .settName, .settNameSmall {
  639. color: rgba(255,255,255,0.75);
  640. }
  641.  
  642. .settName.b {
  643. color: var(--accent) !important;
  644. }
  645.  
  646. #menuWindow div[style="color:rgba(0,0,0,0.3);margin-top:-5px;margin-bottom:10px"] {
  647. display: none;
  648. }
  649.  
  650. #menuWindow [style*="rgba(0,0,0,0.3)"], #menuWindow [style*="rgba(0,0,0,0.4)"], #menuWindow [style*="rgba(0,0,0,0.5)"], #menuWindow [style*="rgba(0,0,0,0.8)"] {
  651. color: rgba(255,255,255,0.5) !important;
  652. }
  653.  
  654. #menuWindow [style*="#000"] {
  655. color: #fff !important;
  656. }
  657.  
  658. #menuWindow [style="color:#2196F3"] {
  659. color: var(--accent) !important;
  660. }
  661.  
  662. #menuWindow .settText[style*="#292929"], #menuWindow .wepLink[style*="#292929"] {
  663. filter: drop-shadow(0px 0px 2px var(--accent)) drop-shadow(0px 0px 4px var(--accent));
  664. }
  665.  
  666. .floatR span[style="color:rgba(0,0,0,0.5)"] {
  667. color: var(--accent) !important;
  668. }
  669.  
  670. .menuTabNew {
  671. color: #fff;
  672. }
  673.  
  674. .xpBar {
  675. background-color: rgba(255,255,255,0.15);
  676. border-radius: 12px;
  677. height: 24px;
  678. padding: 0;
  679. }
  680.  
  681. .xpBarB {
  682. border-radius: 12px;
  683. background-color: var(--accent);
  684. }
  685.  
  686. .xpBarV {
  687. top: 0px;
  688. }
  689.  
  690. /*Account & Login*/
  691.  
  692. .accountInput {
  693. color: #fff;
  694. }
  695.  
  696. .accountButton {
  697. background-color: transparent;
  698. color: var(--accent);
  699. transition-duration: 0.25s;
  700. }
  701.  
  702. .button.lgn {
  703. width: auto !important;
  704. padding: 0 !important;
  705. margin: 0 !important;
  706. box-shadow: none !important;
  707. background-color: transparent !important;
  708. text-shadow: none !important;
  709. color: var(--accent);
  710. }
  711.  
  712. /*Clan Page*/
  713.  
  714. #clanWarKPB {
  715. background-color: var(--accent);
  716. }
  717.  
  718. #clanFundsIn {
  719. background-color: transparent;
  720. border: none;
  721. }
  722.  
  723. .clanFndB {
  724. background-color: transparent !important;
  725. color: var(--accent);
  726. }
  727.  
  728. /*Shop*/
  729.  
  730. #limitedBarProg {
  731. background-color: var(--accent);
  732. }
  733.  
  734. /*Challenges*/
  735.  
  736. .chalCard {
  737. text-shadow: none;
  738. }
  739.  
  740. .chalXPBar {
  741. padding: 0;
  742. border-radius: 12px;
  743. background-color: rgba(255,255,255,0.15);
  744. }
  745.  
  746. .chalXPBarC {
  747. border-radius: 12px;
  748. background-color: var(--accent);
  749. }
  750.  
  751. .chalImgC {
  752. background-color: transparent;
  753. filter: grayscale(1) brightness(2) drop-shadow(0px 0px 2px var(--accent)) drop-shadow(0px 0px 4px var(--accent));
  754. }
  755.  
  756. /*Customization*/
  757.  
  758. #menuClassContainer {
  759. transform: unset;
  760. }
  761.  
  762. #menuClassNameTag {
  763. display: none;
  764. }
  765.  
  766. #bubbleContainer {
  767. display: none;
  768. }
  769.  
  770. #menuClassName, #menuClassSubtext {
  771. text-shadow: none;
  772. }
  773.  
  774. #menuClassName {
  775. font-size: 28px;
  776. }
  777.  
  778. #menuClassSubtext {
  779. color: var(--accent);
  780. }
  781.  
  782. #customizeButton {
  783. width: 300px;
  784. height: 300px;
  785. position: fixed;
  786. right: 80px;
  787. bottom: 50%;
  788. transform: translateY(75%);
  789. font-size: 0 !important;
  790. background-color: transparent !important;
  791. box-shadow: none !important;
  792. }
  793.  
  794. #customizeButton .material-icons {
  795. display: none;
  796. }
  797.  
  798. /*Loadout*/
  799.  
  800. #loadoutSelect {
  801. background-color: rgba(255,255,255,0.15) !important;
  802. border-radius: 16px !important;
  803. }
  804.  
  805. #loadoutName {
  806. background-color: transparent !important;
  807. border-radius: 0;
  808. border-bottom: 4px solid var(--accent) !important;
  809. }
  810.  
  811. .settText, .wepLink {
  812. color: var(--accent);
  813. }
  814.  
  815. .wepLink[style="color:#2196F3"] {
  816. color: var(--accent) !important;
  817. }
  818.  
  819. .skinColorItem {
  820. width: 24px;
  821. height: 24px;
  822. border: none;
  823. }
  824.  
  825. .premiumSkinCol {
  826. font-size: 28px !important;
  827. margin-top: -2px;
  828. color: var(--accent) !important;
  829. }
  830.  
  831. /*Class and Skin Card*/
  832.  
  833. .classCard {
  834. text-shadow: none;
  835. background-color: rgba(255,255,255,0.15);
  836. border-radius: 8px;
  837. height: 228px;
  838. line-height: 28px;
  839. font-size: 0;
  840. transition-duration: 0.25s;
  841. }
  842.  
  843. .classCard:hover {
  844. font-size: 28px;
  845. background-color: rgba(0,0,0,0.4);
  846. }
  847.  
  848. .classWeap {
  849. font-size: 0;
  850. height: 0;
  851. }
  852.  
  853. .classImgC {
  854. margin-top: 12px;
  855. transition-duration: 0.25s;
  856. }
  857.  
  858. .classCard:hover img {
  859. opacity: unset;
  860. transform: unset;
  861. }
  862.  
  863. .classXPBar {
  864. top: unset;
  865. bottom: 0;
  866. width: -webkit-fill-available;
  867. left: -0;
  868. height: 4px;
  869. background-color: rgba(0,0,0,0.25);
  870. }
  871.  
  872. .clsXPBarC {
  873. margin: 0;
  874. height: 4px;
  875. background-color: var(--accent);
  876. }
  877.  
  878. .skinCard[style*="#292929"], .noBtnCard[style*="#292929"] {
  879. text-shadow: 0 0 2px var(--accent), 0 0 4px var(--accent);
  880. }
  881.  
  882. .skinCard, .noBtnCard {
  883. border-radius: 8px;
  884. border-width: 0 !important;
  885. border-bottom-width: 4px !important;
  886. background-color: rgba(255,255,255,0.15);
  887. width: 155px;
  888. margin-left: 5px;
  889. margin-right: 5px;
  890. }
  891.  
  892. .skinCard.blackShad {
  893. text-shadow: none;
  894. }
  895.  
  896. .noBtnCard {
  897. width: 145px;
  898. }
  899.  
  900. .sprayImg {
  901. margin-left: 20px;
  902. }
  903.  
  904. /*KPD*/
  905.  
  906. #policeButton {
  907. margin: 0;
  908. padding: 0;
  909. height: 40px !important;
  910. width: 58px !important;
  911. color: #fff;
  912. display: block;
  913. position: fixed;
  914. bottom: 20px;
  915. left: 320px;
  916. background-color: transparent !important;
  917. box-shadow: none !important;
  918. background-image: url(https://media.discordapp.net/attachments/509029796777558030/799299280963502140/logo2.png?width=678&height=479);
  919. background-size: cover;
  920. }
  921.  
  922. #policeButton img {
  923. margin: 0 !important;
  924. height: 36px !important;
  925. opacity: 0;
  926. }
  927.  
  928. #policePopC {
  929. background-color: rgba(44,44,44);
  930. box-shadow: 0 0 8px 2px var(--accent);
  931. }
  932.  
  933. #policePopC [style*="0.6"] {
  934. color: rgba(255,255,255,0.5) !important;
  935. }
  936.  
  937. #trustProg {
  938. padding: 0;
  939. border-radius: 14px;
  940. height: 28px;
  941. background-color: rgba(255,255,255,0.15);
  942. }
  943.  
  944. #trustPrgHD {
  945. height: 100%;
  946. border-radius: 14px;
  947. background-color: var(--accent) !important;
  948. }
  949.  
  950. #trustProgHD {
  951. text-shadow: none;
  952. line-height: 32px;
  953. font-size: 20px;
  954. }
  955.  
  956. #activateKDM {
  957. width: auto;
  958. background-color: transparent !important;
  959. color: var(--accent);
  960. text-shadow: none !important;
  961. box-shadow: none !important;
  962. }
  963.  
  964. /*Mod and Map List*/
  965.  
  966. #mpCat, .searchBtn {
  967. background-color: rgba(255,255,255,0.15);
  968. border-radius: 16px;
  969. border: none;
  970. }
  971.  
  972. .mapByTxt {
  973. color: #fff;
  974. }
  975.  
  976. /*Map Host*/
  977.  
  978. .hostMap {
  979. border: none;
  980. height: 94px;
  981. width: 230px;
  982. }
  983.  
  984. .hostMapBy, .hostMapYear, .hostMapVersion {
  985. display: none;
  986. }
  987.  
  988. .hostMapName {
  989. top: 50%;
  990. left: 50%;
  991. font-size: 24px;
  992. width: 100%;
  993. text-align: center;
  994. transform: translate(-50%, -50%);
  995. }
  996.  
  997. .hostMapImg {
  998. filter: grayscale(100%) brightness(0.75);
  999. border-radius: 8px;
  1000. width: 230px;
  1001. }
  1002.  
  1003. .hostMap .blackShad {
  1004. text-shadow: none;
  1005. }
  1006.  
  1007. .hostOpt {
  1008. border: none;
  1009. border-radius: 24px;
  1010. background-color: transparent;
  1011. width: 210px;
  1012. }
  1013.  
  1014. .optName {
  1015. text-shadow: none;
  1016. font-size: 20px;
  1017. width: 100%;
  1018. display: flex;
  1019. justify-content: center;
  1020. }
  1021.  
  1022. .optCheck {
  1023. background-color: transparent;
  1024. border-radius: 24px;
  1025. }
  1026.  
  1027. input:hover+.optCheck {
  1028. background-color: var(--accent);
  1029. opacity: 0.25;
  1030. }
  1031.  
  1032. input:checked+.optCheck {
  1033. background: transparent;
  1034. box-shadow: inset 0 0 16px 2px var(--accent);
  1035. }
  1036.  
  1037. #customSnameTeam1, #customSnameTeam2, #passCode, #rawMapData, #presetName, #presetSelect {
  1038. border-radius: 6px !important;
  1039. background-color: rgba(255, 255, 255, 0.15) !important;
  1040. }
  1041.  
  1042. /*Options/Settings*/
  1043.  
  1044. .serverHeader, .settingsHeader {
  1045. background-color: transparent;
  1046. position: static;
  1047. }
  1048.  
  1049. #settSearch {
  1050. border-radius: 0;
  1051. background-color: transparent;
  1052. border-bottom: 4px solid var(--accent);
  1053. }
  1054.  
  1055. .settingTab {
  1056. grid-row: 1;
  1057. }
  1058.  
  1059. .settingTab, .tabANew {
  1060. grid-row: 1;
  1061. border-color: var(--accent);
  1062. transition-duration: 0.25s;
  1063. }
  1064.  
  1065. .settingTab:hover, .tabANew:hover, .menuTabNew:hover {
  1066. border-color: var(--accent);
  1067. opacity: 0.75;
  1068. }
  1069.  
  1070. .settingsBtn, .loadoutBtn, .subPassChg, .lnkTw, .hostToggle, .hostPresetBtn {
  1071. background-color: rgba(255,255,255,0.15);
  1072. color: #fff;
  1073. border-radius: 16px;
  1074. }
  1075.  
  1076. .lnkTw {
  1077. color: var(--accent);
  1078. }
  1079.  
  1080. .inputGrey, .inputGrey2, .formInput {
  1081. background: rgba(255,255,255,0.15);
  1082. border-radius: 16px;
  1083. }
  1084.  
  1085. .smlInput {
  1086. color: #fff;
  1087. }
  1088.  
  1089. option {
  1090. background: #000;
  1091. }
  1092.  
  1093. .setHed {
  1094. color: var(--accent);
  1095. }
  1096.  
  1097. .plusOrMinus {
  1098. font-size: 36px !important;
  1099. margin-right: -4px !important;
  1100. color: var(--accent);
  1101. }
  1102.  
  1103. .settName span[style="color: #eb5656"] {
  1104. color: var(--accent) !important;
  1105. }
  1106.  
  1107. #requiresRestart {
  1108. color: var(--accent);
  1109. }
  1110.  
  1111. #requiresRestart span {
  1112. color: var(--accent) !important;
  1113. }
  1114.  
  1115. .sliderM {
  1116. height: 8px;
  1117. position: relative;
  1118. top: -4px;
  1119. background-color: rgba(255, 255, 255, 0.15);
  1120. }
  1121.  
  1122. .sliderM::-webkit-slider-thumb {
  1123. background-color: transparent;
  1124. width: 16px;
  1125. height: 16px;
  1126. border-radius: 50%;
  1127. box-shadow: inset 0 0 0 4px var(--accent);
  1128. }
  1129.  
  1130. .sliderVal {
  1131. background-color: rgba(255,255,255,0.15);
  1132. color: #fff;
  1133. border-radius: 16px;
  1134. }
  1135.  
  1136. .switch {
  1137. width: 70px;
  1138. }
  1139.  
  1140. .slider {
  1141. background-color: rgba(255,255,255,0.15);
  1142. border-radius: 16px;
  1143. }
  1144.  
  1145. input:checked+.slider {
  1146. background-color: var(--accent);
  1147. }
  1148.  
  1149. .slider:before {
  1150. background-color: transparent;
  1151. content: "ー";
  1152. font-weight: bolder;
  1153. -webkit-text-stroke: medium;
  1154. text-align: center;
  1155. font-size: 16px;
  1156. transition: .25s;
  1157. border-radius: 16px;
  1158. }
  1159.  
  1160. input:checked+.slider:before {
  1161. transform: translateX(36px) rotate(360deg);
  1162. color: transparent;
  1163. box-shadow: inset 0 0 0 4px #fff;
  1164. }
  1165.  
  1166. .switch2 {
  1167. width: 48px;
  1168. }
  1169.  
  1170. .slider2 {
  1171. background-color: rgba(255,255,255,0.15);
  1172. border-radius: 16px;
  1173. }
  1174.  
  1175. input:checked+.slider2 {
  1176. background-color: var(--accent);
  1177. }
  1178.  
  1179. .slider2:before {
  1180. background-color: transparent;
  1181. content: "ー";
  1182. font-weight: bolder;
  1183. -webkit-text-stroke: medium;
  1184. text-align: center;
  1185. font-size: 14px;
  1186. transition: .25s;
  1187. border-radius: 16px;
  1188. }
  1189.  
  1190. input:checked+.slider2:before {
  1191. transform: translateX(16px) rotate(360deg);
  1192. color: transparent;
  1193. box-shadow: inset 0 0 0 4px #fff;
  1194. }
  1195.  
  1196. input[type=color] {
  1197. width: 60px;
  1198. border-color: var(--accent);
  1199. }
  1200.  
  1201. /*Server Nav*/
  1202.  
  1203. .menuSelectorHeader {
  1204. width: 796px;
  1205. }
  1206.  
  1207. .quickJoin {
  1208. background-color: transparent;
  1209. color: var(--accent);
  1210. font-size: 16px;
  1211. padding: 0;
  1212. margin-bottom: 4px;
  1213. margin-left: 12px;
  1214. }
  1215.  
  1216. .slide {
  1217. border-color: transparent;
  1218. }
  1219.  
  1220. #menuWindow [style*="rgba(0,0,0,0.6)"] {
  1221. color: #fff !important;
  1222. }
  1223.  
  1224. /*Terms Area*/
  1225.  
  1226. #mapInfo {
  1227. margin-bottom: 0px;
  1228. }
  1229.  
  1230. #termsInfo {
  1231. background-color: transparent;
  1232. }
  1233.  
  1234. .verticalSeparatorInline {
  1235. height: 40px;
  1236. }
  1237.  
  1238. .terms {
  1239. font-size: 0;
  1240. transition-duration: 0.25s;
  1241. }
  1242.  
  1243. .terms:last-child {
  1244. font-size: 20px;
  1245. }
  1246.  
  1247. #termsInfo:hover .terms {
  1248. font-size: 20px;
  1249. }
  1250.  
  1251. .verticalSeparatorInline {
  1252. width: 0;
  1253. height: 36px;
  1254. opacity: 0;
  1255. transition-duration: 0.25s;
  1256. }
  1257.  
  1258. #termsInfo:hover .verticalSeparatorInline {
  1259. width: 4px;
  1260. opacity: 1;
  1261. }
  1262.  
  1263. .standout::before {
  1264. content: 'discord.gg/Verb';
  1265. font-size: 20px;
  1266. margin-right: 20px;
  1267. color: rgba(255, 255, 255, .5);
  1268. visibility: visible;
  1269. pointer-events: none;
  1270. }
  1271.  
  1272. /*Section IV: HUD*/
  1273.  
  1274. /*Health*/
  1275.  
  1276. #hudClassIcon {
  1277. display: none;
  1278. }
  1279.  
  1280. #healthValueHolder {
  1281. background-color: transparent;
  1282. padding: 0 !important;
  1283. margin: 0 !important;
  1284. bottom: 20%;
  1285. right: 62.5%;
  1286. transform: translateX(50%);
  1287. position: fixed;
  1288. }
  1289.  
  1290. #healthValue {
  1291. font-size: 64px !important;
  1292. text-shadow: 2px 2px 4px #000;
  1293. }
  1294.  
  1295. #maxHP {
  1296. display: none;
  1297. }
  1298.  
  1299. #healthBar {
  1300. display: none;
  1301. }
  1302.  
  1303. .hpBSeg, .healthBarSeg {
  1304. display: none;
  1305. }
  1306.  
  1307. #challIcon {
  1308. display: none !important;
  1309. }
  1310.  
  1311. /*Ammo*/
  1312.  
  1313.  
  1314.  
  1315.  
  1316. #ammoDisplay {
  1317. background-color: transparent !important;
  1318. background-image: linear-gradient(90deg, var(--accent), var(--accent));
  1319. background-position-y: 92px;
  1320. border-radius: 0px;
  1321. padding: 0;
  1322. padding-bottom: 32px;
  1323. padding-top: 0;
  1324. padding-left: 0;
  1325. padding-right: 0 !important;
  1326. position: fixed;
  1327. bottom:20%;
  1328. left: 62.5%;
  1329. justify-content: center;
  1330. text-align: center;
  1331. transform: translateX(-50%);
  1332. }
  1333.  
  1334. #ammoVal {
  1335. font-size: 64px;
  1336. color: var(--accent);
  1337. text-shadow: 2px 2px 0px #000 !important;
  1338. }
  1339.  
  1340. #ammoMax {
  1341. display: none;
  1342. }
  1343.  
  1344. #ammoIcon {
  1345. display: none !important;
  1346. }
  1347.  
  1348. #reloadMsg {
  1349. background: none;
  1350. color: var(--accent);
  1351. }
  1352.  
  1353. /*Weapon Display*/
  1354.  
  1355. #weapDisplay {
  1356. bottom: 30px;
  1357. }
  1358.  
  1359. .weapItem {
  1360. position: absolute;
  1361. bottom: 0;
  1362. right: 0;
  1363. }
  1364.  
  1365. .weapIcon {
  1366. filter: brightness(0) drop-shadow(-2px 0px 1px #fff) drop-shadow(0px 0px 1px #fff) drop-shadow(2px 0px 1px var(--accent));
  1367. opacity: 0 !important;
  1368. transition-duration: 0.25s;
  1369. height: 0;
  1370. }
  1371.  
  1372. .weapIcon[style*="1"] {
  1373. opacity: 1 !important;
  1374. height: 70px;
  1375. }
  1376.  
  1377. #weapIconMel {
  1378. margin: 0 !important;
  1379. }
  1380.  
  1381. .weapKey {
  1382. display: none;
  1383. }
  1384.  
  1385. /*Top Left*/
  1386.  
  1387. #pingDisplay .material-icons, #ingressDisplay .material-icons, #egressDisplay .material-icons {
  1388. font-size: 24px;
  1389. }
  1390.  
  1391. #pingIcon {
  1392. color: var(--accent) !important;
  1393. }
  1394.  
  1395. #timerDisplay {
  1396. position: fixed;
  1397. left: 50%;
  1398. bottom: 15%;
  1399. transform: translateX(-50%);
  1400. background-color: transparent;
  1401. }
  1402.  
  1403. #timerVal {
  1404. text-shadow: 2px 2px 4px #000;
  1405. }
  1406.  
  1407. #timerIcon {
  1408. display: none;
  1409. }
  1410.  
  1411. /*Top Right*/
  1412.  
  1413. #streakCount {
  1414. position: fixed;
  1415. left: 50%;
  1416. bottom: 10%;
  1417. background-color: transparent;
  1418. transform: translate(-50%);
  1419. }
  1420.  
  1421. .countIcon {
  1422. background-color: transparent;
  1423. color: #fff;
  1424. text-shadow: 2px 2px 4px #000;
  1425. font-size: 32px;
  1426. }
  1427.  
  1428. #killsIcon, #deathsIcon, #streakIcon, #kdIcon {
  1429. width: 28px;
  1430. height: 28px;
  1431. }
  1432.  
  1433. #killsVal, #deathsVal, #streakVal, #myScoreVal, #kdVal {
  1434. color: #fff;
  1435. }
  1436.  
  1437. /*Leaderboard*/
  1438.  
  1439. #leaderDisplay::before {
  1440. content: "leaderboard";
  1441. display: flex;
  1442. font-size: 24px;
  1443. color: #fff;
  1444. border-bottom: 4px solid var(--accent);
  1445. border-image-slice: 1;
  1446. margin-bottom: 8px;
  1447. padding-bottom: 4px;
  1448. }
  1449.  
  1450. #leaderDisplay {
  1451. background-color: transparent;
  1452. }
  1453.  
  1454. .leaderName, .newLeaderName, .newLeaderNameF, .endTableN[style*="color:#eb5656"] {
  1455. color: var(--accent) !important;
  1456. }
  1457.  
  1458. /*End Card*/
  1459.  
  1460. #victorySub {
  1461. display: none;
  1462. }
  1463.  
  1464. .teamTotals {
  1465. background-color: transparent;
  1466. }
  1467.  
  1468. .teamTotalN0 {
  1469. color: rgba(44,44,44);
  1470. text-shadow: 0 0 4px var(--accent), 0 0 4px var(--accent);
  1471. }
  1472.  
  1473. .teamTotalN1 {
  1474. color: var(--accent);
  1475. text-shadow: 0 0 4px var(--accent), 0 0 4px var(--accent);
  1476. }
  1477.  
  1478.  
  1479. .teamTotalScore, .teamTotalN0, .teamTotalN1 {
  1480. font-size: 24px;
  1481. }
  1482.  
  1483. #matchVoteHolder {
  1484. background-color: transparent;
  1485. }
  1486.  
  1487. .matchVote {
  1488. transition-duration: 0.25s;
  1489. }
  1490.  
  1491. .matchVote:hover {
  1492. box-shadow: 0 0 8px 2px var(--accent);
  1493. }
  1494.  
  1495. .matchVoteThumb:hover {
  1496. opacity: unset;
  1497. transform: unset;
  1498. }
  1499.  
  1500. .endCard {
  1501. border-radius: 12px;
  1502. background-color: rgba(0,0,0,0.4);
  1503. box-shadow: 0 0 8px 2px var(--accent);
  1504. }
  1505.  
  1506. .tabHeader.selected {
  1507. color: var(--accent);
  1508. border-color: var(--accent);
  1509. }
  1510.  
  1511. .reportBut {
  1512. color: var(--accent);
  1513. }
  1514.  
  1515. #endTable span[style="color:#F8C55C"] {
  1516. color: var(--accent) !important;
  1517. }
  1518.  
  1519. /*Spectate*/
  1520.  
  1521. #specNames, #specContr {
  1522. background-color: transparent;
  1523. text-shadow: 2px 2px #000;
  1524. }
  1525.  
  1526. #ingressDisplay,#egressDisplay { display: block!important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement