@@ -758,3 +758,327 @@ img { border-radius: 5px !important; }
758758 margin : 0
759759 }
760760}
761+
762+ /* //////////// */
763+
764+ [class *= channelInfo ] {
765+ display : block !important ;
766+ }
767+ /* //// */
768+
769+ /* Quest Tab above user area */
770+ [aria-label = "User area" ] { background-color : transparent !important ; }
771+
772+ [aria-label = "User area" ] [class *= contentCollapsed ]: is ([aria-hidden = "false" ]),
773+ [aria-label = "User area" ] [class *= contentExpanded ]: is ([aria-hidden = "false" ]) {
774+ border-top : 2px solid rebeccapurple;
775+ border-left : 2px solid rebeccapurple;
776+ border-right : 2px solid rebeccapurple;
777+ border-radius : 8px 8px 0px 0px ;
778+
779+ animation : quest-gradient 10s ease-in-out infinite !important ;
780+ }
781+
782+ [class *= form ]: has ([class *= bodyContainer ]) [class *= textArea ] {
783+ height : fit-content !important ;
784+ }
785+
786+ [class *= form ]: has ([class *= bodyContainer ]) [class *= inner ],
787+ [class *= form ]: has ([class *= bodyContainer ]) [class ^= "channelTextArea" ] > div {
788+ background-color : transparent;
789+ width : 100% !important ;
790+ border : none !important ;
791+ }
792+
793+ /* Animation */
794+ @keyframes quest-gradient {
795+ 0% { border-color : # FFD700 ; } /* Gold */
796+ 25% { border-color : # FF69B4 ; } /* Hot Pink */
797+ 50% { border-color : # 32CD32 ; } /* Lime Green */
798+ 75% { border-color : # 1E90FF ; } /* Dodger Blue */
799+ 100% { border-color : # FFD700 ; } /* Gold */
800+ }
801+
802+ /* Make the quest tab look better :D */
803+ [class *= sidebar ]: has ([aria-label = "Private channels" ]) [class *= questAcceptedContent ] [class *= headingWrapper ],
804+ [class *= sidebar ]: has ([aria-label = "Private channels" ]) [class *= questAcceptedContent ] [class *= questProgressWrapper ] div : nth-child (2 ),
805+ [class *= sidebar ]: has ([aria-label = "Private channels" ]) [class *= questAcceptedContent ] [class *= microphoneUnit ],
806+ [class *= sidebar ]: has ([aria-label = "Private channels" ]) [class *= questAcceptedContent ] [class *= stepWrapper ] [class *= stepContent ] {
807+ display : none;
808+ }
809+
810+ [class *= sidebar ]: has ([aria-label = "Private channels" ]) [class *= questAcceptedContent ] [class *= questProgressWrapper ] {
811+ justify-content : center;
812+ }
813+
814+ [class *= sidebar ]: has ([aria-label = "Private channels" ]) [class *= questAcceptedContent ] [class *= questAcceptedHeader ] [class *= defaultColor ] {
815+ text-align : center;
816+ position : relative !important ;
817+ left : -6.5px !important ;
818+ }
819+
820+ [class *= sidebar ]: has ([aria-label = "Private channels" ]) [class *= questAcceptedContent ] [class *= stepsWrapper ] ul {
821+ margin-top : 10px ;
822+ }
823+
824+ [class *= sidebar ]: has ([aria-label = "Private channels" ]) [class *= questAcceptedContent ] [class *= wrapper ] {
825+ width : calc (100% + 7px );
826+ position : relative !important ;
827+ left : -4px !important ;
828+ }
829+
830+ [class *= sidebar ]: has ([aria-label = "Private channels" ]) [class *= questAcceptedContent ] [class *= stepWrapper ]: not (: last-child ) {
831+ height : 100px !important ;
832+ }
833+
834+ [class *= sidebar ]: has ([aria-label = "Private channels" ]) [class *= contentCollapsed ]: is ([aria-hidden = "false" ]) [class *= questProgressWrapper ] div : first-child {
835+ transform : translateY (-5px ) !important ;
836+ }
837+
838+ [class *= sidebar ]: has ([aria-label = "Private channels" ]) [class *= contentCollapsed ]: is ([aria-hidden = "false" ]) [class *= questProgressWrapper ] div [class *= outer_ ] {
839+ transform : translateY (-15.5px ) !important ;
840+ }
841+
842+ [class *= sidebar ]: has ([aria-label = "Private channels" ]) [class *= contentCollapsedWrapper ] [class *= questProgressWrapper ] {
843+ gap : 1000px ;
844+ position : relative;
845+ left : -1.55px ;
846+ }
847+ /* //// */
848+
849+ /* Fixing Placeholder Text */
850+ [class *= "textArea_" ] [class *= placeholder_ ] {
851+ padding-left : 10px ;
852+ }
853+ /* //// */
854+
855+ /* //// */
856+
857+ /* Hides Member and Channels */
858+ [class *= chat_ ] [class ^= container_ ]: has ([class *= membersWrap_ ]) {
859+ transition : all 0.5s ease !important ;
860+
861+ [class *= membersWrap_ ]: has ([class *= membersGroup_ ]) [class *= membersGroup_ ] {
862+ display : none !important ;
863+ }
864+
865+ [class *= membersWrap_ ]: has ([class *= membersGroup_ ]): hover [class *= membersGroup_ ] {
866+ display : inherit !important ;
867+ }
868+
869+ & : not (: hover ) {
870+ width : 60px ;
871+ }
872+ }
873+
874+ /* //// */
875+
876+ /* Fixes text box */
877+ [class *= scrollableContainer_ ] {
878+ width : 100% !important ;
879+ overflow-y : visible;
880+ }
881+
882+ [class *= sansAttachButton ] {
883+ width : 102% !important ;
884+ }
885+
886+ /* App launcher reposition */
887+ [class *= chat_ ] [class *= channelAppLauncher_ ] {
888+ position : absolute;
889+ top : -50px ;
890+ right : 16px ;
891+ }
892+
893+ [class *= chat_ ] [aria-label = "Apps" ] {
894+ background-color : inherit; /* Inherits color of the background - Mines #000 */
895+ border : 2px solid;
896+ animation : quest-gradient 10s ease-in-out infinite !important ;
897+ }
898+
899+ /* [class^=sidebar_]:has([class*=avatarWrapper_]), [class*=chat_] [class^=container_]:has([class*=membersWrap_]) {
900+ transition: all 0.5s ease;
901+
902+ [class*=membersWrap_]:has([class*=membersGroup_]) [class*=membersGroup_] {
903+ display: none !important;
904+ }
905+
906+ [class*=membersWrap_]:has([class*=membersGroup_]):hover [class*=membersGroup_] {
907+ display: inherit !important;
908+ }
909+
910+ &:not(:hover) {
911+ width: 00px;
912+ }
913+ } */
914+
915+
916+ /* Code border */
917+ code > table > tr > td : nth-child (2 ) {
918+ color : white !important ;
919+ font-weight : 600 ;
920+ }
921+
922+ code > table > tr > td : nth-child (1 ) {
923+ border-right : 1px solid white !important ;
924+ background-color : # 441e46 ;
925+ color : whitesmoke !important ;
926+ text-align : center;
927+ }
928+
929+ code > table > tr : is (: only-child ) > td : nth-child (1 ) {
930+ border-radius : 5px 0 0 5px !important ;
931+ }
932+
933+ code > table > tr : is (: first-child ) > td : nth-child (1 ) {
934+ border-radius : 5px 0 0 0 ;
935+ }
936+
937+ code > table > tr : is (: last-child ) > td : nth-child (1 ) {
938+ border-radius : 0 0 0 5px ;
939+ }
940+
941+ [class *= attachWrapper ] {
942+ align-self : flex-start;
943+ }
944+
945+ [class *= expressionPickerPositionLayer ] {
946+ right : 78px !important ;
947+ }
948+
949+ [class *= buttonContainer ] > [class *= buttons ][aria-label = "Message Actions" ] > [class *= buttonsInner ] {
950+ background-color : black;
951+ animation : quest-gradient 10s ease-in-out infinite !important ;
952+ border : 1px solid rgba (75 , 75 , 75 , 0.75 );
953+
954+ [class *= hoverBarButton ] path {
955+ fill : white !important ;
956+ }
957+ }
958+
959+ [class *= layerContainer ] [class *= disabledPointerEvents ] > [class *= tooltip ] {
960+ border : 1px solid;
961+ animation : quest-gradient 5s ease-in-out infinite !important ;
962+ background-color : black;
963+ }
964+
965+ /* Everyone */
966+ [class *= avatarSpeaking ] {
967+ box-shadow : inset 0 0 0 2px # 9370DB, inset 0 0 0 3px var (--background-secondary );
968+ }
969+
970+ /* Sheep */
971+ [class *= "avatarSpeaking" ][style *= "https://cdn.discordapp.com/avatars/989366946292170793/7d74dbb083d23ba5edac3781c1ec4695.webp?size=24" ] {
972+ box-shadow : inset 0 0 0 2px # e67e22, inset 0 0 0 3px var (--background-secondary );
973+ }
974+
975+ /* Jay */
976+ [class *= "avatarSpeaking" ][style *= "https://cdn.discordapp.com/avatars/373097473553727488/a_15232297e4e3e6f135a8dccdd798459f.gif?size=24" ] {
977+ box-shadow : inset 0 0 0 2px # e74dc6, inset 0 0 0 3px var (--background-secondary );
978+ }
979+
980+ /* Frog */
981+ [class *= "avatarSpeaking" ][style *= "https://cdn.discordapp.com/avatars/1127363999730761780/b774b7b4bcdb86cba367c7b0d5902c73.webp?size=24" ] {
982+ box-shadow : inset 0 0 0 2px # 4de77b, inset 0 0 0 3px var (--background-secondary );
983+ }
984+
985+ /* Minerd */
986+ [class *= "avatarSpeaking" ][style *= "https://cdn.discordapp.com/avatars/702279444080885790/2616614caa3884ede052c1ed6f2c85c0.webp?size=24" ] {
987+ box-shadow : inset 0 0 0 2px # ffffff, inset 0 0 0 3px var (--background-secondary );
988+ }
989+
990+ [class *= picker ]: has ([aria-label = "Soundboard Volume" ]) {
991+ height : 1600px ;
992+ /* width: 900px; */
993+ }
994+
995+ /* Mini Profile - Expand Bio */
996+ [class *= body ][class *= thin ][class *= scrollerBase ][class *= fade ] > div : nth-child (2 ): has ([class *= descriptionClamp ]) [class *= descriptionClamp ],
997+ [class *= body ][class *= thin ][class *= scrollerBase ][class *= fade ] > div : nth-child (2 ): has ([class *= descriptionClamp ]) [class *= descriptionClamp ][class *= "maxBioHeight_" ],
998+ [class *= body ][class *= thin ][class *= scrollerBase ][class *= fade ] > div : nth-child (3 ): has ([class *= descriptionClamp ]) [class *= descriptionClamp ],
999+ [class *= body ][class *= thin ][class *= scrollerBase ][class *= fade ] > div : nth-child (3 ): has ([class *= descriptionClamp ]) [class *= descriptionClamp ][class *= "maxBioHeight_" ],
1000+ [class *= body ][class *= thin ][class *= scrollerBase ][class *= fade ] > div : nth-child (4 ): has ([class *= descriptionClamp ]) [class *= descriptionClamp ],
1001+ [class *= body ][class *= thin ][class *= scrollerBase ][class *= fade ] > div : nth-child (4 ): has ([class *= descriptionClamp ]) [class *= descriptionClamp ][class *= "maxBioHeight_" ]
1002+ {
1003+ max-height : none !important ;
1004+ border : 1px solid var (--background-secondary );
1005+ border-radius : 3px ;
1006+ height : 200px ;
1007+ overflow : hidden;
1008+
1009+ div {
1010+ padding : 5px ;
1011+ background-color : var (--background-tertiary );
1012+ height : 100% ;
1013+ overflow : hidden;
1014+ }
1015+ }
1016+
1017+ [class *= body ][class *= thin ][class *= scrollerBase ][class *= fade ] > div : nth-child (2 ): has ([class *= descriptionClamp ]) button ,
1018+ [class *= body ][class *= thin ][class *= scrollerBase ][class *= fade ] > div : nth-child (3 ): has ([class *= descriptionClamp ]) button ,
1019+ [class *= body ][class *= thin ][class *= scrollerBase ][class *= fade ] > div : nth-child (4 ): has ([class *= descriptionClamp ]) button
1020+ {
1021+ display : none !important ;
1022+ }
1023+
1024+ /* //// */
1025+
1026+ /* More Hieght to Bio Editor */
1027+ [class ^= channelTextArea ] > [class *= bioTextArea ] {
1028+ height : 500px ;
1029+ }
1030+
1031+ /* Bio Input */
1032+ [class *= channelTextArea ] [class *= bioTextArea ] [class *= profileBioInput ] [role *= textbox ] {
1033+ padding : 0 !important ;
1034+ margin-left : 5px ;
1035+ margin-top : 5px ;
1036+ }
1037+
1038+ [class *= channelTextArea ] [class *= bioTextArea ] [class *= buttons ] {
1039+ padding : 3px 0 !important ;
1040+ margin-left : 5px ;
1041+ margin-right : 1px ;
1042+ margin-top : 5px ;
1043+ }
1044+
1045+ .vc-rdb-input [class *= textArea ] > div : first-child ,
1046+ .vc-rdb-input [class *= textArea ] > div : first-child > div : first-child {
1047+ float : none !important ;
1048+ }
1049+
1050+ /* /// LOADING SCREEN /// */
1051+
1052+ /* Loading background */
1053+ .container_e40c16 {
1054+ /* background-color: rgba(0, 0, 0, 0.75); */
1055+ filter : blur (10px );
1056+ z-index : 1 !important ;
1057+ }
1058+
1059+ /* Discord Logo */
1060+ .content_e40c16 {
1061+ border : 1px solid;
1062+ animation : quest-gradient 10s ease-in-out infinite !important ;
1063+ border-radius : 5px ;
1064+ /* background-color: ; */
1065+ z-index : 2 !important ;
1066+ }
1067+
1068+ /* Colours */
1069+ [class ^= containerDefault ] [class ^= linkTop_ ] [aria-label *= "Text" ] path { fill : var (--text-channel-neon-alt ); }
1070+ [class ^= containerDefault ] [class ^= linkTop_ ] [aria-label *= "Voice" ] path { fill : var (--voice-channel-neon ); }
1071+ /* [class^=containerDefault] [class^=linkTop_] [aria-label*="Forum"] path { fill: var(--forum-channel-neon-alt); }
1072+ [class^=containerDefault] [class^=linkTop_] [aria-label*="Announcement"] path { fill: var(--announcement-channel-neon); }
1073+ [class^=containerDefault] [class^=linkTop_] [aria-label*="Stage"] path { fill: var(--stage-channel-neon-alt); }
1074+ [class^=containerDefault] [class^=linkTop_] [aria-label*="Rules"] path { fill: var(--rules-channel-neon-alt); } */
1075+
1076+ /* CHANGE ICON */
1077+ /* [class^=containerDefault] [class^=linkTop_] [aria-label*="Text"] { content: var(--text-channel-icon); width: 20px; border-radius: 5px; } */
1078+ /* [class^=containerDefault] [class^=linkTop_] [aria-label*="Voice"] { content: var(--voice-channel-icon); width: 20px; border-radius: 5px; } */
1079+ [class ^= containerDefault ] [class ^= linkTop_ ] [aria-label *= "Forum" ] { content : var (--forum-channel-icon ); width : 20px ; border-radius : 5px ; }
1080+ [class ^= containerDefault ] [class ^= linkTop_ ] [aria-label *= "Announcement" ] { content : var (--announcement-channel-icon ); width : 20px ; border-radius : 5px ; }
1081+ [class ^= containerDefault ] [class ^= linkTop_ ] [aria-label *= "Stage" ] { content : var (--stage-channel-icon ); width : 20px ; border-radius : 5px ; }
1082+ [class ^= containerDefault ] [class ^= linkTop_ ] [aria-label *= "Rules" ] { content : var (--rules-channel-icon ); width : 20px ; border-radius : 5px ; }
1083+
1084+ /* //////// */
0 commit comments