/*Rainbow wave mentions thx to Strencher & Luke V2*/ html .mention.wrapper-1ZcZW-.mention.interactive{ background-image: linear-gradient(to left,rgb(51, 255, 0), rgb(255, 230, 0), red, rgb(234, 0, 255), rgb(0, 140, 255), rgb(51, 255, 0)); animation: gradient-text 15s linear infinite; background-size: 500% 100%; color: transparent !important; -webkit-background-clip: text; z-index: 1; } @keyframes gradient-text { from { background-position: 0 0; } to { background-position: 500% 0; } } .channelIcon-1MN1lz { display: none; } .iconMention-1_KJ_B::before { content: "#"; } #app-mount .iconMention-1_KJ_B { padding-left: 2px; } /* settings/deafen/mute buttons animated V2*/ .button-12Fmur:hover .contents-3ca1mk { animation: UserModalButtons 0.5s normal ease; } .container-YkUktl .noWrap-hBpHBz { width: 100px; opacity: 1; } .button-12Fmur { transition: 0.2s; } .button-12Fmur:hover { padding-bottom: 0px; transition: 0.2; } @keyframes UserModalButtons { 0% { transform: translateY(0px); } 50% { transform: translateY(-5px); } 100% { transform: translateY(0px); } } /* Pings V2*/ .numberBadge-37OJ3S { animation: animatedPing 1.3s infinite ease-in-out; } @keyframes animatedPing { 0% { transform: rotate(-12deg); } 50% { transform: rotate(12deg) scale(1.2); } 100% { transform: rotate(-10deg); } } /* Rainbow User ID V2*/ .subtext-2HDqJ7, .customStatus-1UAQAK, .hovered-20u3oh, .title-338goq { background-image: linear-gradient(to left,rgb(51, 255, 0), rgb(255, 230, 0), red, rgb(234, 0, 255), rgb(0, 140, 255), rgb(51, 255, 0)); animation: gradient-border 4s linear infinite; background-size: 400% 100%; color: transparent !important; -webkit-background-clip: text; z-index: 1; } @keyframes gradient-border { from { background-position: 0 0; } to { background-position: 100% 0; } } /*Better Role Colors in edit TEST V2*/ .roleName-3910zV { z-index: 1 } .item-3XjbnG > .roleDot-2a4Pv7::before { content: ""; height: 100%; width: 100%; position: absolute; background: inherit; opacity: 0.15; top: 0; left: 0; border-radius: 4px; } /*Better Role Colors "member list" V2*/ span.roleColor-nA7BqX::after { content: ""; background: currentColor; width: 100%; height: 100%; position: absolute; opacity: 0.11; left: 0; top: 0; } /*Round Corners V2*/ body{background-color: transparent;} #app-mount{border-radius: 10px;} /* Default "12px" - Higher = More Round */ #private-channels [href="/store"] {display: none} /*Remove Nitro V2*/ .search-39IXmY:not(.open-6_Y_aH) .searchBar-zdmu7v { width: 27px; transition: 0.25s; background-color: transparent;} .search-39IXmY:not(.open-6_Y_aH):hover .searchBar-zdmu7v { width: 240px; background-color: var(--background-tertiary);} .search-39IXmY:not(.open-6_Y_aH) .iconContainer-O4O2CN { transform: scale(1.3); transition: 0.25s;} .search-39IXmY:not(.open-6_Y_aH):hover .iconContainer-O4O2CN { transform: scale(1);} .icon-3cZ1F_ { color: var(--text-normal)} /*Highlighted Text*/ ::selection { background-color: rgb(121, 27, 150); } /*remove grey filter on nitro emojis V2*/ .emojiItemDisabled-1FvFuF { filter: grayscale(0%); } /* Hover Channels animated V2*/ .mainContent-20q_Hp:hover { animation: UserModalButtons 0.5s normal ease;} .mainContent-20q_Hp .noWrap-hBpHBz {width: 100px;opacity: 1;} .mainContent-20q_Hp {transition: 0.2s;} .mainContent-20q_Hp:hover {transition: 0.2;} @keyframes UserModalButtons { 0% { transform: translateY(0px); } 45% { transform: translateY(-5px); } 90% { transform: translateY(0px); } } /* Remove CreArts Modal Blur */ .backdrop-1wrmKB::before, .backdropWithLayer-3_uhz4::before {backdrop-filter: none;} .connectedAccountIcon-2vls0t ~ div::before { content: ""; top: 0; bottom: 0; left: 0; right: 0; border: 1px solid var(--border-color); position: absolute; display: block; pointer-events: none; } /*App top bar v2*/ .withFrame-2dL45i { background-image: linear-gradient(to left,rgb(51, 255, 0), rgb(255, 230, 0), red, rgb(234, 0, 255), rgb(0, 140, 255), rgb(51, 255, 0)); animation: gradient-border 4s linear infinite; background-size: 400% 100%; color: transparent !important; z-index: 1; } /*Cleaner titles and icons on top v2*/ .children-3xh0VB .topic-11NuQZ{ visibility: hidden; position: relative; } .topic-11NuQZ:after { visibility: visible; position: absolute; top: 0; left: 0; content: "Click To Open"; } .iconWrapper-2awDjA:nth-last-child(1), .iconWrapper-2awDjA:nth-last-child(2) { display: none; } .searchBar-3dMhjb { width: 28px; transition: width 0.6s ease-in-out; } .focused-31_ccS .searchBar-3dMhjb, .open-6_Y_aH .searchBar-3dMhjb, .searchBar-3dMhjb:hover { width: 240px; } /*rgb icons V2*/ .icon-2xnN2Y:nth-of-type(1) { background: transparent !important; color: #00e5ff; text-shadow: 2px 2px 4px #000000; animation: rainbowstatus 1s infinite linear; } @keyframes rainbowstatus { from { -webkit-filter: hue-rotate(0deg); } to { -webkit-filter: hue-rotate(360deg); } } /*_,ï ¡,X buttons v2*/ .winButton-3UMjdg { color: rgb(0, 0, 0); } /*rgb status and title V2*/ .activityText-ev7Z1T,.title-29uC1r { background-image: linear-gradient(to left,rgb(51, 255, 0), rgb(255, 230, 0), red, rgb(234, 0, 255), rgb(0, 140, 255), rgb(51, 255, 0)); animation: gradient-border 4s linear infinite; background-size: 400% 100%; color: transparent !important; -webkit-background-clip: text; z-index: 1; } @keyframes gradient-border { from { background-position: 0 0; } to { background-position: 100% 0; } } #status-picker .scrollerBase-289Jih { display: grid; } #status-picker-custom-status, #status-picker div[role=group] { grid-column: 1/5; } #status-picker .item-1tOPte:not(#status-picker-custom-status, #status-picker-switch-account) .status-1fhblQ {display: none;} #status-picker .description-2L932D {display: none;} #status-picker .separator-2I32lJ {display: none;} #status-picker .status-1fhblQ { margin-left: 8px; } #status-picker .customEmojiPlaceholder-37iZ_j, #status-picker .switchAccountsIcon-355frb { margin-left: 1px; } #status-picker .mask-1qbNWk { height: 78%; width: 78%; margin-left: 3px; } #status-picker-online, #status-picker-idle, #status-picker-dnd { margin-right: 20px; } #status-picker-online .statusItem-33LqPf, #status-picker-idle .statusItem-33LqPf, #status-picker-dnd .statusItem-33LqPf, #status-picker-invisible .statusItem-33LqPf { padding: 8px 8px; } #status-picker-custom-status .statusItem-33LqPf { padding: 6px 8px; } #status-picker .customEmojiPlaceholder-37iZ_j { background-image: none; background-color: var(--interactive-normal); mask: var(--icon) center/contain no-repeat; -webkit-mask: var(--icon) center/contain no-repeat; width: 22px; height: 22px; --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Crect fill='none' height='24' width='24'/%3E%3Cpath d='M11.99,2C6.47,2,2,6.48,2,12s4.47,10,9.99,10C17.52,22,22,17.52,22,12S17.52,2,11.99,2z M8.5,8C9.33,8,10,8.67,10,9.5 S9.33,11,8.5,11S7,10.33,7,9.5S7.67,8,8.5,8z M16.75,14.75C15.8,16.39,14.03,17.5,12,17.5s-3.8-1.11-4.75-2.75 C7.06,14.42,7.31,14,7.69,14h8.62C16.7,14,16.94,14.42,16.75,14.75z M15.5,11c-0.83,0-1.5-0.67-1.5-1.5S14.67,8,15.5,8 S17,8.67,17,9.5S16.33,11,15.5,11z'/%3E%3C/svg%3E"); } #status-picker .colorDefault-2K3EoJ.focused-3afm-j .customEmojiPlaceholder-37iZ_j { background: var(--interactive-active); } #status-picker .switchAccountsIcon-355frb { background-image: none; background-color: var(--interactive-normal); mask: var(--icon) center/contain no-repeat; -webkit-mask: var(--icon) center/contain no-repeat; width: 22px; height: 22px; --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cg%3E%3Crect fill='none' height='24' width='24'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M17,20H4V7c0-0.55-0.45-1-1-1S2,6.45,2,7v13c0,1.1,0.9,2,2,2h13c0.55,0,1-0.45,1-1S17.55,20,17,20z M20,2H8 C6.9,2,6,2.9,6,4v12c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V4C22,2.9,21.1,2,20,2z M14,5c1.66,0,3,1.34,3,3c0,1.66-1.34,3-3,3 s-3-1.34-3-3C11,6.34,12.34,5,14,5z M7.76,16c1.47-1.83,3.71-3,6.24-3s4.77,1.17,6.24,3H7.76z'/%3E%3C/g%3E%3C/svg%3E"); } #status-picker .colorDefault-2K3EoJ.focused-3afm-j .switchAccountsIcon-355frb { background: var(--interactive-active); } #status-picker-custom-status, #status-picker-switch-account, #status-picker-switch-account--manage-accounts { margin-top: 12px !important; } #status-picker-custom-status::after { content: ""; background: var(--background-modifier-accent); position: absolute; top: -6px; left: 2px; width: 98%; height: 1px; } #status-picker-switch-account::after { content: ""; background: var(--background-modifier-accent); position: absolute; top: -6px; left: 2px; width: 98%; height: 1px; } #status-picker-switch-account--manage-accounts::after { content: ""; background: var(--background-modifier-accent); position: absolute; top: -7px; left: 2px; width: 98%; height: 1px; } #status-picker-dnd::after, #status-picker-idle::after, #status-picker-online::after { content: ""; background: var(--background-modifier-accent); position: absolute; top: 6px; left: 50px; width: 1px; height: 24px; } /*Collapse Members*/ .members-3WRCEx, .membersWrap-3NUR2t, .searchResultsWrap-5RVOkx { border-radius: 0 0 0 0 !important; width: 64px; min-width: 64px; transition-property: width, min-width; transition-duration: 0.8s; } .members-3WRCEx:hover, .membersWrap-3NUR2t:hover { width: 240px; min-width: 240px; } .searchResultsWrap-5RVOkx:hover { width: 418px; min-width: 418px; } .searchResultGroup-1lU_-i { width: 394px; } .membersWrap-3NUR2t, .searchResultsWrap-5RVOkx { position: absolute; right: 0; height: 100%; box-shadow: none; } .chatContent-3KubbW { min-width: calc(100% - 64px); max-width: calc(100% - 64px); } .chatContent-3KubbW[aria-label=" (channel)"] { min-width: 100%; max-width: 100%; } .membersWrap-3NUR2t:not(:hover) .membersGroup-2eiWxl{ height: 0px; padding: 0px; } /*category containers*/ .containerDefault-3TQ5YN { margin-top: .2em; margin-bottom: .2em; padding: 0px !important; height: 1.4em !important; border: 1px solid RGBA(0, 0, 0, 0.5); border-radius: 5px; background-color: RGBA(0, 0, 0, 0.4); } /*channel containers*/ .content-1gYQeQ { background-color: RGBA(0, 0, 0, 0.1); border: 2px solid var(--background-tertiary); padding: 0px; } .iconItem-1EjiK0 { margin-left: 3px !important; padding: 0px 6px !important; } .mainContent-20q_Hp{ padding: 0px 2px !important; } /*USER#ID Top-right corner*/ .container-YkUktl {position: absolute;top: 0;right: 0;height: 48px;width: 220px;box-sizing: border-box;} .sidebar-1tnWFu {z-index: 101;} .container-ZMc96U {padding-right: 220px;} /*Hide "DISCORD" text in top-left corner.*/ .wordmarkWindows-2dq6rw {display: none;}