SHARE
    TWEET
    PhantomGame

    Verb CSS

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

    AltStyle によって変換されたページ (->オリジナル) /