From 3addb7911f71a14a822a6ed80660320ae8242b77 Mon Sep 17 00:00:00 2001 From: Sirius B Date: Wed, 2 Aug 2023 20:14:52 +0200 Subject: [PATCH] Update main.css --- src/main.css | 42 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 8 deletions(-) diff --git a/src/main.css b/src/main.css index 8a0541c..f04b4a9 100644 --- a/src/main.css +++ b/src/main.css @@ -3,15 +3,9 @@ If you wanna add an option or more things such as Chat Effects or a Loading Anim feel free to create your own @container. Make sure to pay attention to what you can modify due to the structure of Flashcord. It is recommended to have Flashcord's code on the side while developping your module. Anyways good luck friend! */ +/* https://sirio-network.com/flashcord/fc-sndl.css */ -@container FC-SPGO_AT (min-width: 0px) { - /* Appearance Tab */ -} - -@container FC-SPGO_MAT (min-width: 0px) { - /* My Account Tab */ -} - +/* 3-MGM_00-Control.css */ @container FC-ControlPanel_PopUp (min-width: 0px) { /* [DEFAULT] User or Guild Settings, PopUp Style */ } @@ -20,6 +14,16 @@ while developping your module. Anyways good luck friend! */ /* User or Guild Settings, Fullscreen Style */ } +/* 3-MGM_00-Control-MAT.css */ +@container FC-SPGO_MAT (min-width: 0px) { + /* My Account Tab */ +} +/* 3-MGM_00-Control-AT.css */ +@container FC-SPGO_AT (min-width: 0px) { + /* Appearance Tab */ +} + +/* 3-MGM_01-ChatEX.css */ @container FC-ChatSlide_SNDL (min-width: 0px) { /* [DEFAULT] Channel Sliding */ } @@ -60,6 +64,8 @@ while developping your module. Anyways good luck friend! */ /* Channel Unread/Mention Static Colors */ } + +/* 3-MGM_01-ChatEX.css */ @container FC-MessageSlide (min-width: 0px) { /* Sliding New Message */ } @@ -88,10 +94,14 @@ while developping your module. Anyways good luck friend! */ /* BaseLayer Blur when there is something that can be focused */ } + +/* 3-MGM_02-OTUI_Base.css */ @container FC-FlexGrid (min-width: 0px) { /* Serves the Plugins, Themes, Friends and pop up roles list to be no longer a list */ } + +/* 3-MGM_02-OTUI_Pop.css */ @container FC-UPMO (min-width: 0px) { /* Focused User Modal Redesign */ } @@ -99,3 +109,19 @@ while developping your module. Anyways good luck friend! */ @container FC-UPRAL (min-width: 0px) { /* Bigger PopUp Role Addition List */ } + + +/* 4-SM_UnNitrofy.css */ +@container FC-DeNitrofy (min-width: 0px) { + /* EVERY Code about trying to remove the screaming Nitro things */ +} + + +/* 5-ChatEffects_CD.css */ +@container FC-ChatEffects_Animated (min-width: 0px) { + /* [DEFAULT] Chat Effects are Animated */ +} + +@container FC-ChatEffects_Text (min-width: 0px) { + /* Chat's Effects are displayed as text */ +}