Deleted uploads/BasicBackground.theme.css
commited
commit
de2a04d58258c6facaa98568c9ffa2e241360472
... | ... | @@ -1,55 +0,0 @@ |
1 | /** |
|
2 | * @name BasicBackground |
|
3 | * @description Allows you to use a Background Image without greatly altering the basic Layout of Discord |
|
4 | * @author DevilBro |
|
5 | * @version 1.0.5 |
|
6 | * @authorId 278543574059057154 |
|
7 | * @invite Jx3TjNS |
|
8 | * @donate https://www.paypal.me/MircoWittrien |
|
9 | * @patreon https://www.patreon.com/MircoWittrien |
|
10 | * @website https://mwittrien.github.io/ |
|
11 | * @source https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BasicBackground/ |
|
12 | * @updateUrl https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/BasicBackground.theme.css |
|
13 | */ |
|
14 | ||
15 | /* To change stuff like the colors, transparency and background image, change the variables inside the root {}, do NOT change the @import url() */ |
|
16 | ||
17 | @import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/BasicBackground.css); |
|
18 | ||
19 | :root { |
|
20 | --transparencycolor: 0,0,0; /* default: 0,0,0 */ |
|
21 | --transparencyalpha: 0.15; /* default: 0.15 (general darkness of the app) */ |
|
22 | --messagetransparency: 0.5; /* default: 0.5 (additional shadows behind messages, set to 0 to remove boxes) */ |
|
23 | --guildchanneltransparency: 0.15; /* default: 0.15 (additional darkness for guild/channel list) */ |
|
24 | --chatinputtransparency: 0.0; /* default: 0.0 (additional darkness for chat input container) */ |
|
25 | --memberlisttransparency: 0.0; /* default: 0.0 (additional darkness for member list) */ |
|
26 | --accentcolor: 190,78,180; /* default: 190,78,180 (RGB-format - blurple: 88,101,242 bd-blue: 58,113,193) */ |
|
27 | ||
28 | --font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif; /* font used in most places */ |
|
29 | --textshadow: transparent; /* default: transparent (textshadow for text ontop of accentcolor nodes, ONLY accepts a color, no px) */ |
|
30 | --settingsicons: 1; /* Use Settings Icons in User/Server/Channel Settings: 1 = yes, 0 = no */ |
|
31 | ||
32 | --background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/_res/background.jpg); /* general background image */ |
|
33 | --backgroundposition: center; /* default: center (position of background - values: [center/top/right/bottom/left]) */ |
|
34 | --backgroundsize: cover; /* default: cover (sizefit of background - values: [cover/contain/auto]) */ |
|
35 | --backgroundblur: unset; /* default: unset (blur in px, only works when --background is set to an image) */ |
|
36 | ||
37 | --popout: var(--background); /* default: var(--background) (change to use another background/color for modals/popouts) */ |
|
38 | --popoutposition: var(--backgroundposition); /* default: center (position of popout - values: [center/top/right/bottom/left]) */ |
|
39 | --popoutsize: var(--backgroundsize); /* default: cover (sizefit of popout - values: [cover/contain/auto]) */ |
|
40 | --popoutblur: var(--backgroundblur); /* default: unset (blur in px, only works when --popout is set to an image) */ |
|
41 | ||
42 | --backdrop: rgba(0,0,0,0.85); /* default: rgba(0,0,0,0.85) (change to use another background/color for backdrops) */ |
|
43 | --backdropposition: center; /* default: center (position of backdrop - values: [center/top/right/bottom/left]) */ |
|
44 | --backdropsize: cover; /* default: cover (sizefit of backdrop - values: [cover/contain/auto]) */ |
|
45 | --backdropblur: unset; /* default: unset (blur in px, only works when --backdrop is set to an image) */ |
|
46 | ||
47 | --textbrightest: 255,255,255; /* default: 255,255,255 (text color for the brightest texts) */ |
|
48 | --textbrighter: 222,222,222; /* default: 222,222,222 (text color for brighter texts) */ |
|
49 | --textbright: 200,200,200; /* default: 200,200,200 (text color for bright texts) */ |
|
50 | --textdark: 160,160,160; /* default: 160,160,160 (text color for dark texts) */ |
|
51 | --textdarker: 125,125,125; /* default: 125,125,125 (text color for darker texts) */ |
|
52 | --textdarkest: 90,90,90; /* default: 90,90,90 (text color for the darkest texts) */ |
|
53 | ||
54 | --version1_0_5: none; /* DO NOT CHANGE THIS VARIABLE , USED TO HIDE UPDATE NOTICE */ |
|
55 | } |