BetterDiscordAddons/Themes/SettingsModal/SettingsModal.theme.css

25 lines
1.4 KiB
CSS
Raw Normal View History

2021-04-21 17:42:07 +02:00
/**
* @name SettingsModal
* @description Turns Settings Windows like User-/Channel-/Serversettings and Boost Overview into Modals
* @author DevilBro
* @version 1.0.0
* @authorId 278543574059057154
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
* @patreon https://www.patreon.com/MircoWittrien
* @website https://mwittrien.github.io/
* @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/SettingsModal/
* @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/SettingsModal/SettingsModal.theme.css
2023-11-16 13:44:49 +01:00
*
* @var range settingsmodalwidth_s "Settings Width: [default] = 960px" [960, 540, 1920, 20, "px"]
* @var range settingsmodalheight_s "Settings Height: [default] = 80vh" [80, 20, 100, 5, "vh"]
2023-11-16 16:47:33 +01:00
* @var text settingsmodalbackground_s "Settings Background: lowest BG Color of changed Windows, change it in case another Theme turns them transparent [default] = transparent" transparent
2021-04-21 17:42:07 +02:00
*/
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/SettingsModal/SettingsModal.css);
:root {
2023-11-16 13:44:49 +01:00
--settingsmodalwidth: 960px; /* default: 960px (width of the settings modal, px) */
--settingsmodalheight: 80vh; /* default: 80vh (height of the settings modal, vh) */
2023-11-16 16:47:33 +01:00
--settingsmodalbackground: transparent; /* default: transparent (lowest BG Color of changed Windows, change it in case another Theme turns them transparent) */
2021-04-21 17:42:07 +02:00
}