BetterDiscordAddons/Themes/BasicBackground/BasicBackground.theme.css

31 lines
2.9 KiB
CSS
Raw Normal View History

2020-10-20 17:37:27 +02:00
//META{"name":"BasicBackground","description":"Use a background image in Discord without greatly altering the basic look of Discord","author":"DevilBro","version":"1.0.5","authorId":"278543574059057154","invite":"Jx3TjNS","donate":"https://www.paypal.me/MircoWittrien","patreon":"https://www.patreon.com/MircoWittrien","website":"https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BasicBackground","source":"https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/BasicBackground/BasicBackground.theme.css"}*//{}
2018-10-11 10:21:26 +02:00
2020-08-29 10:46:50 +02:00
/* To change stuff like the colors, transparency and background image, change the variables inside the root {}, do NOT change the @import url() */
2020-08-26 20:07:49 +02:00
2018-10-11 10:21:26 +02:00
@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/BasicBackground.css);
:root {
2019-09-19 12:56:54 +02:00
--transparencycolor: 0,0,0; /* default: 0,0,0 */
--transparencyalpha: 0.15; /* default: 0.15 (general darkness of the app) */
2019-10-09 11:11:30 +02:00
--messagetransparency: 0.5; /* default: 0.5 (additional shadows behind messages, set to 0 to remove boxes) */
2019-09-19 12:56:54 +02:00
--guildchanneltransparency: 0.15; /* default: 0.15 (additional darkness for guild/channel list) */
2019-11-10 23:44:01 +01:00
--memberlisttransparency: 0.0; /* default: 0.0 (additional darkness for member list) */
2020-06-05 10:50:23 +02:00
--accentcolor: 190,78,180; /* default: 190,78,180 (RGB-format - blurple: 114,137,218 bd-blue: 58,113,193) */
2019-09-19 12:56:54 +02:00
2020-01-03 21:51:48 +01:00
--font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* font used in most places */
2020-02-18 13:28:37 +01:00
--textshadow: transparent; /* default: transparent (textshadow for text ontop of accentcolor nodes, ONLY accepts a color, no px) */
2019-12-18 10:55:02 +01:00
2020-02-12 14:09:32 +01:00
--background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/background.jpg); /* general background image */
2019-09-20 23:42:51 +02:00
--backgroundsize: cover; /* default: cover (sizefit of general background - values: [cover/contain/auto]) */
2019-09-19 12:56:54 +02:00
--backgroundblur: 0px; /* default: 0px (only works when --background is set to an image) */
--popout: var(--background); /* default: var(--background) (change to use another background/color for modals/popouts) */
2019-09-20 23:42:51 +02:00
--popoutsize: var(--backgroundsize); /* default: cover (sizefit of popout background - values: [cover/contain/auto]) */
2019-09-19 12:56:54 +02:00
--popoutblur: 0px; /* default: 0px (only works when --popout is set to an image) */
--backdrop: rgba(0,0,0,0.85); /* default: rgba(0,0,0,0.85) (change to use another background/color for backdrops) */
2019-09-20 23:42:51 +02:00
--backdropsize: var(--backgroundsize); /* default: cover (sizefit of backdrop background - values: [cover/contain/auto]) */
2019-09-19 12:56:54 +02:00
--backdropblur: 0px; /* default: 0px (only works when --backdrop is set to an image) */
2020-07-01 14:30:22 +02:00
--version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */
2018-10-11 10:21:26 +02:00
}