Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2022-08-31 11:45:34 +02:00
parent 027e728de6
commit a81cd82d0f
1 changed files with 11 additions and 5 deletions

View File

@ -4515,13 +4515,16 @@ img[src="/assets/cef02719c12d8aaf38894c16dca7fbe6.svg"] { /* rolesettings addr
.userPopout-2j1gM4, /* popout container */
.userPopout-3fydSP { /* popout new container */
background: transparent;
box-shadow: 0 0 0 1px rgba(var(--transparencycolor), .3), 0 2px 10px 0 rgba(var(--transparencycolor), .3);
}
.userPopout-2j1gM4, /* popout container */
.userPopout-3fydSP:not(.userPopoutThemed-3BZ4by) { /* popout new container */
background: transparent;
}
.userPopout-2j1gM4::before,
.userPopout-2j1gM4::after,
.userPopout-3fydSP::before,
.userPopout-3fydSP::after {
.userPopout-3fydSP:not(.userPopoutThemed-3BZ4by)::before,
.userPopout-3fydSP:not(.userPopoutThemed-3BZ4by)::after {
content: "";
position: absolute;
top: 0;
@ -4535,12 +4538,12 @@ img[src="/assets/cef02719c12d8aaf38894c16dca7fbe6.svg"] { /* rolesettings addr
z-index: -1;
}
.userPopout-2j1gM4::before,
.userPopout-3fydSP::before {
.userPopout-3fydSP:not(.userPopoutThemed-3BZ4by)::before {
background: var(--popout) var(--popoutposition)/var(--popoutsize);
background-attachment: fixed;
}
.userPopout-2j1gM4::after,
.userPopout-3fydSP::after {
.userPopout-3fydSP:not(.userPopoutThemed-3BZ4by)::after {
background-color: rgba(var(--transparencycolor), calc(var(--transparencyalpha) + 0.25));
backdrop-filter: blur(var(--popoutblur));
}
@ -4563,6 +4566,9 @@ img[src="/assets/cef02719c12d8aaf38894c16dca7fbe6.svg"] { /* rolesettings addr
.menu-1QACrS .banner-1YaD3N { /* status popout banner */
-webkit-mask: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="2400" height="120" viewBox="0 0 2400 120" fill="none"><path fill="black" d="M 0 0 L 0 120 L 16 120 A 46 46 0 0 1 62 76 A 46 46 0 0 1 108 120 L 2400 120 L 2400 0 L 0 0 z"/></svg>') bottom left no-repeat;
}
.userPopout-3fydSP .userPopoutInnerWithTheme-71l1ON .banner-2boKnS {
-webkit-mask: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="2400" height="120" viewBox="0 0 2400 120" fill="none"><path fill="black" d="M 0 0 L 0 120 L 12 120 A 46 46 0 0 1 48 74 A 46 46 0 0 1 104 126 L 2400 120 L 2400 0 L 0 0 z"/></svg>') bottom left no-repeat;
}
.userPopout-2j1gM4 .wrapper-1VLyxH, /* popout avatar */
.userPopout-2j1gM4 .avatarWrapper, /* popout status everywhere */
.userPopout-3fydSP .wrapper-1VLyxH, /* popout new avatar */