BetterDiscordAddons/Library/_res/BDFDB.raw.css

1592 lines
41 KiB
CSS
Raw Normal View History

@import url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/SupporterBadge.css);
2020-09-10 10:19:12 +02:00
2020-12-16 16:18:19 +01:00
:root {
2021-06-11 12:11:07 +02:00
--bdfdb-blurple: var(--brand-experiment, hsl(235, calc(var(--saturation-factor, 1) * 85.6%), 64.7%));
2021-06-11 12:02:59 +02:00
--bdfdb-green: hsl(139, calc(var(--saturation-factor, 1) * 47.3%), 43.9%);
--bdfdb-yellow: hsl(38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%);
--bdfdb-red: hsl(359, calc(var(--saturation-factor, 1) * 82.6%), 59.4%);
2020-12-16 16:18:19 +01:00
}
img:not([src]), img[src=""], img[src="null"] {
2020-09-10 10:19:12 +02:00
opacity: 0;
}
2021-05-25 09:17:55 +02:00
[REPLACE_CLASS_appmount] > [REPLACE_CLASS_itemlayercontainer],
[REPLACE_CLASS_appmount] > [REPLACE_CLASS_popouts] {
2021-05-14 10:56:04 +02:00
position: fixed;
2021-05-26 13:26:56 +02:00
z-index: 1001;
2021-05-14 10:56:04 +02:00
}
2021-05-14 13:04:07 +02:00
[REPLACE_CLASS_titlebarmac] {
z-index: 1000001;
}
2021-03-12 12:17:27 +01:00
[REPLACE_CLASS_itemlayercontainerzindexdisabled] {
2021-05-26 14:14:06 +02:00
position: absolute !important;
z-index: unset !important;
2021-03-12 12:17:27 +01:00
}
[REPLACE_CLASS_itemlayercontainerzindexdisabled] > * {
z-index: 1002;
}
2021-01-23 13:27:14 +01:00
[REPLACE_CLASS_itemlayer] ~ [REPLACE_CLASS_itemlayer] [REPLACE_CLASS_menu] {
z-index: 1001;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_menu] [REPLACE_CLASS_itemlayer] {
2021-01-23 13:27:14 +01:00
z-index: 1002;
2020-09-10 10:19:12 +02:00
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_loadingiconwrapper] {
2020-09-10 10:19:12 +02:00
position: absolute;
bottom: 0;
right: 0;
z-index: 1000;
animation: loadingwrapper-fade 3s infinite ease;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_loadingiconwrapper] [REPLACE_CLASS_loadingicon] {
2020-09-10 10:19:12 +02:00
margin: 0 5px;
}
@keyframes loadingwrapper-fade {
from {opacity: 0.1;}
50% {opacity: 0.9;}
to {opacity: 0.1;}
}
2020-12-15 10:26:20 +01:00
[REPLACE_CLASS_settingspanellistwrapper] {
margin-bottom: 8px;
}
[REPLACE_CLASS_settingspanellistwrapper][REPLACE_CLASS_settingspanellistwrappermini] {
margin-bottom: 4px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_settingspanellist] {
2020-09-10 10:19:12 +02:00
padding-left: 15px;
}
2020-12-15 10:26:20 +01:00
[REPLACE_CLASS_settingspanellistwrapper][REPLACE_CLASS_settingspanellistwrappermini] [REPLACE_CLASS_settingspanellist] {
padding-left: 10px;
}
2020-09-10 10:19:12 +02:00
2020-10-15 17:54:24 +02:00
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginreset] {
margin-bottom: 0;
}
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginbottom4] {
margin-bottom: 4px;
}
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginbottom8] {
margin-bottom: 8px;
}
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginbottom20] {
margin-bottom: 20px;
}
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginbottom40] {
margin-bottom: 40px;
}
[REPLACE_CLASS_settingsrowcontainer][REPLACE_CLASS_marginbottom60] {
margin-bottom: 60px;
}
2020-10-15 18:29:00 +02:00
[REPLACE_CLASS_flexdirectionrow] > [REPLACE_CLASS_settingsrowcontainer] + [REPLACE_CLASS_settingsrowcontainer] {
2020-10-15 17:54:24 +02:00
margin-left: 8px;
}
[REPLACE_CLASS_settingsrowcontainer] [REPLACE_CLASS_settingsrowlabel] {
align-items: center;
}
2020-10-15 18:09:48 +02:00
[REPLACE_CLASS_settingsrowcontainer] [REPLACE_CLASS_settingsrowcontrol] {
margin-left: 8px;
}
2020-10-15 17:54:24 +02:00
[REPLACE_CLASS_settingsrowcontainer] [REPLACE_CLASS_settingsrowtitlemini] {
line-height: 18px;
font-size: 12px;
font-weight: 400;
}
2020-10-15 18:01:55 +02:00
[REPLACE_CLASS_switch][REPLACE_CLASS_switchmini] {
width: 26px;
height: 16px;
}
[REPLACE_CLASS_switch][REPLACE_CLASS_switchmini] [REPLACE_CLASS_switchslider] {
width: 16px;
height: 14px;
margin: 1px;
}
2021-01-29 18:50:18 +01:00
[REPLACE_CLASS_marginleft4] {
margin-left: 4px;
}
[REPLACE_CLASS_marginleft8] {
margin-left: 8px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_collapsecontainer] {
2020-09-10 10:19:12 +02:00
margin-bottom: 20px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_collapsecontainermini] {
2020-09-10 10:19:12 +02:00
margin-bottom: 8px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_collapsecontainerheader] {
2020-09-10 10:19:12 +02:00
margin-bottom: 4px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_collapsecontainercollapsed] [REPLACE_CLASS_collapsecontainertitle] {
2020-09-10 10:19:12 +02:00
margin-bottom: 0;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_collapsecontainertitle] {
2020-09-10 10:19:12 +02:00
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
order: 1;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_collapsecontainertitle]:hover {
2020-09-10 10:19:12 +02:00
color: var(--text-normal);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_collapsecontainertitle]::before {
2020-09-10 10:19:12 +02:00
content: "";
flex: 1 1 auto;
background-color: currentColor;
height: 2px;
margin: 0 10px 0 15px;
opacity: 0.2;
order: 2;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_collapsecontainertitle]::after {
2020-09-10 10:19:12 +02:00
content: "";
2021-01-25 16:15:22 +01:00
-webkit-mask: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path fill="none" stroke="black" stroke-width="1.5" d="M 4.5,6.5 9,11 13.5,6.5"/></svg>') center/cover no-repeat;
2020-09-10 10:19:12 +02:00
background-color: currentColor;
width: 20px;
height: 20px;
order: 3;
transition: transform .3s ease;
transform: rotate(0);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_collapsecontainercollapsed] [REPLACE_CLASS_collapsecontainertitle]::after {
2020-09-10 10:19:12 +02:00
transform: rotate(90deg)
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_collapsecontainerinner] {
2020-09-10 10:19:12 +02:00
padding-left: 15px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_settingsguild] {
2020-09-10 10:19:12 +02:00
border-radius: 50%;
border: 3px solid #43b581;
box-sizing: border-box;
cursor: pointer;
margin: 3px;
overflow: hidden;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_settingsguilddisabled] {
2020-09-10 10:19:12 +02:00
border-color: #747f8d;
filter: grayscale(100%) brightness(50%);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_guildslabel] {
2020-09-10 10:19:12 +02:00
color: var(--text-muted);
text-align: center;
text-transform: uppercase;
2021-04-06 09:55:44 +02:00
font-size: 9px;
2020-09-10 10:19:12 +02:00
font-weight: 500;
line-height: 1.3;
width: 70px;
word-wrap: normal;
white-space: nowrap;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_guildslabel]:hover {
2020-09-10 10:19:12 +02:00
color: var(--header-secondary);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_guildslabel]:active {
2020-09-10 10:19:12 +02:00
color: var(--header-primary);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_searchbarwrapper] {
2020-09-10 10:19:12 +02:00
padding: 10px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_popout] [REPLACE_CLASS_searchbarwrapper] {
2020-09-10 10:19:12 +02:00
padding: 0 0 5px 0;
border-bottom: 1px solid var(--background-modifier-accent);
}
2021-01-09 19:00:41 +01:00
[REPLACE_CLASS_pagination] {
display: flex;
justify-content: center;
align-items: center;
2021-01-09 20:11:20 +01:00
width: 100%;
2021-01-09 19:00:41 +01:00
}
[REPLACE_CLASS_paginationtop] {
2021-01-09 20:11:20 +01:00
margin-bottom: 10px;
2021-01-09 19:00:41 +01:00
}
[REPLACE_CLASS_paginationbottom] {
2021-01-09 20:11:20 +01:00
margin-top: 10px;
2021-01-09 19:00:41 +01:00
}
[REPLACE_CLASS_pagination] [REPLACE_CLASS_paginationcontainer] {
2021-01-09 20:11:20 +01:00
width: unset;
2021-01-09 19:00:41 +01:00
margin: 0;
}
2021-01-09 20:11:20 +01:00
[REPLACE_CLASS_paginationmini][REPLACE_CLASS_paginationtop] {
margin-bottom: 5px;
}
[REPLACE_CLASS_paginationmini][REPLACE_CLASS_paginationbottom] {
margin-top: 5px;
}
2021-01-09 19:00:41 +01:00
[REPLACE_CLASS_paginationmini] [REPLACE_CLASS_paginationbutton],
[REPLACE_CLASS_paginationmini] [REPLACE_CLASS_paginationgap] {
font-size: 14px;
margin: 4px 2px;
}
[REPLACE_CLASS_paginationmini] [REPLACE_CLASS_paginationgap] {
width: 20px;
}
2021-01-09 20:11:20 +01:00
[REPLACE_CLASS_paginationmini] [REPLACE_CLASS_inputwrapper] {
min-width: 54px;
}
2021-01-09 19:00:41 +01:00
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_paginationlist] {
2020-09-10 10:19:12 +02:00
height: 100%;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_paginationlistalphabet] {
2020-09-10 10:19:12 +02:00
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
line-height: 20px;
margin-bottom: 10px;
color: var(--text-normal);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_paginationlistalphabetchar] {
2020-09-10 10:19:12 +02:00
min-width: 12px;
text-align: center;
margin: 0 4px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_paginationlistalphabetchar]:not([REPLACE_CLASS_paginationlistalphabetchardisabled]):hover {
2020-09-10 10:19:12 +02:00
color: var(--header-primary);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_paginationlistalphabetchar][REPLACE_CLASS_paginationlistalphabetchardisabled] {
2020-09-10 10:19:12 +02:00
color: var(--text-muted);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_paginationlistmini] [REPLACE_CLASS_paginationlistalphabet] {
2020-09-10 10:19:12 +02:00
font-size: 14px;
line-height: 18px;
margin-bottom: 5px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_paginationlistmini] [REPLACE_CLASS_paginationlistalphabetchar] {
2020-09-10 10:19:12 +02:00
min-width: 10px;
margin: 0 3px;
}
2021-05-03 12:06:41 +02:00
[REPLACE_CLASS_discoverycards] {
display: grid;
grid-gap: 16px;
grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
padding: 10px 0;
}
[REPLACE_CLASS_discoverycard] {
display: flex;
flex-direction: column;
position: relative;
background-color: var(--activity-card-background);
border: 2px solid var(--activity-card-background);
border-radius: 8px;
box-shadow: var(--elevation-medium);
height: 370px;
width: 100%;
overflow: hidden;
transition: box-shadow .2s ease-out,transform .2s ease-out,background .2s ease-out,border .2s ease-out,opacity .2s ease-in;
}
[REPLACE_CLASS_themedark] [REPLACE_CLASS_discoverycard] {
background-color: var(--background-secondary-alt);
border-color: var(--background-secondary-alt);
}
[REPLACE_CLASS_discoverycard]:focus,
[REPLACE_CLASS_discoverycard]:hover {
background-color: var(--background-tertiary);
border-color: var(--background-tertiary);
box-shadow: var(--elevation-high);
transform: translateY(-1px);
}
[REPLACE_CLASS_discoverycardheader] {
display: block;
flex: 0 0 auto;
position: relative;
height: 143px;
overflow: visible;
margin-bottom: 28px;
}
[REPLACE_CLASS_discoverycardcoverwrapper] {
display: block;
position: absolute;
top: 0;
left: 0;
background: url(https://mwittrien.github.io/_res/imgs/cardplaceholder.svg) center/cover no-repeat;
transform: scale(1);
transition: transform .2s ease-out;
}
[REPLACE_CLASS_discoverycard]:focus [REPLACE_CLASS_discoverycardcoverwrapper],
[REPLACE_CLASS_discoverycard]:hover [REPLACE_CLASS_discoverycardcoverwrapper] {
transform: scale(1.01) translateZ(0);
}
[REPLACE_CLASS_discoverycardcoverwrapper],
[REPLACE_CLASS_discoverycardcover] {
width: 100%;
height: 100%;
}
[REPLACE_CLASS_discoverycardcover] {
object-fit: cover;
cursor: pointer;
}
[REPLACE_CLASS_discoverycardcoverbadge] {
position: absolute;
top: 6px;
right: 8px;
}
[REPLACE_CLASS_discoverycardiconwrapper] {
position: absolute;
bottom: -21px;
left: 12px;
background-color: var(--activity-card-background);
border-radius: 10px;
padding: 6px;
transition: box-shadow .2s ease-out,transform .2s ease-out,background .2s ease-out;
}
[REPLACE_CLASS_themedark] [REPLACE_CLASS_discoverycardiconwrapper] {
background-color: var(--background-secondary-alt);
}
[REPLACE_CLASS_discoverycard]:focus [REPLACE_CLASS_discoverycardiconwrapper],
[REPLACE_CLASS_discoverycard]:hover [REPLACE_CLASS_discoverycardiconwrapper] {
background-color: var(--background-tertiary);
}
[REPLACE_CLASS_discoverycardicon] {
color: var(--header-primary);
border-radius: 10px;
width: 32px;
height: 32px;
}
2021-05-20 18:11:51 +02:00
[REPLACE_CLASS_discoverycardiconloading] {
visibility: hidden;
}
2021-05-03 12:06:41 +02:00
[REPLACE_CLASS_discoverycardinfo] {
display: flex;
flex: 1 1 auto;
position: relative;
flex-direction: column;
align-content: stretch;
padding: 0 16px 16px;
overflow: hidden;
}
[REPLACE_CLASS_discoverycardtitle] {
display: flex;
align-items: center;
color: var(--header-primary);
width: 100%;
font-weight: 600;
font-size: 16px;
line-height: 20px;
flex: 0 0 auto;
}
[REPLACE_CLASS_discoverycardname] {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
flex: 1 1 auto;
}
2021-05-03 15:26:32 +02:00
[REPLACE_CLASS_discoverycardtitlebutton] {
2021-05-03 15:30:07 +02:00
display: flex;
2021-06-14 19:28:10 +02:00
justify-content: center;
align-items: center;
margin-left: 6px;
2021-05-03 15:26:32 +02:00
}
2021-05-03 12:06:41 +02:00
[REPLACE_CLASS_discoverycard] [REPLACE_CLASS_favbuttoncontainer] {
width: 20px;
height: 20px;
flex: 0 0 auto;
2021-06-14 19:28:10 +02:00
margin-left: 3px;
2021-05-03 12:06:41 +02:00
}
2021-05-03 13:55:51 +02:00
[REPLACE_CLASS_discoverycard] [REPLACE_CLASS_favbuttoncontainer] [REPLACE_CLASS_giffavoritesize] {
2021-05-03 12:06:41 +02:00
width: 20px;
height: 20px;
}
[REPLACE_CLASS_discoverycardauthor] {
color: var(--header-secondary);
margin: 3px 0 6px;
font-size: 14px;
flex: 0 0 auto;
}
[REPLACE_CLASS_discoverycarddescription] {
color: var(--header-secondary);
margin: 4px 0 12px;
font-size: 14px;
line-height: 18px;
}
[REPLACE_CLASS_discoverycardfooter] {
flex: 0 0 auto;
}
[REPLACE_CLASS_discoverycardtags] {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 4px;
}
[REPLACE_CLASS_discoverycardtag] {
margin-right: 6px;
margin-bottom: 6px;
font-weight: 500;
}
[REPLACE_CLASS_discoverycardcontrols] {
display: flex;
justify-content: space-between;
align-items: flex-end;
align-items: center;
flex: 0 0 auto;
}
[REPLACE_CLASS_discoverycardbutton] {
display: flex;
justify-content: center;
align-items: center;
border-radius: 3px;
2021-05-03 13:55:51 +02:00
color: var(--header-primary);
2021-05-03 12:06:41 +02:00
font-size: 14px;
font-weight: 500;
padding: 6px 8px;
}
[REPLACE_CLASS_discoverycardstats] {
display: flex;
justify-content: center;
align-items: center;
color: var(--header-secondary);
font-size: 14px;
}
[REPLACE_CLASS_discoverycardstat] {
display: flex;
justify-content: center;
align-items: center;
margin-right: 8px;
}
[REPLACE_CLASS_discoverycardstaticon] {
margin-right: 4px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_overflowellipsis] {
2020-09-10 10:19:12 +02:00
overflow: hidden;
text-overflow: ellipsis;
}
2021-05-27 16:39:47 +02:00
2021-05-28 13:35:33 +02:00
[REPLACE_CLASS_userpopoutheaderbottag] {
margin-top: 4px !important;
2021-05-21 17:51:26 +02:00
}
2021-01-28 18:51:06 +01:00
[REPLACE_CLASS_userinfodate] {
2021-05-28 16:14:39 +02:00
color: var(--header-secondary);
2020-09-10 10:19:12 +02:00
margin-top: 8px;
2021-05-28 16:14:39 +02:00
user-select: text;
2020-09-10 10:19:12 +02:00
}
2021-06-10 21:05:11 +02:00
[REPLACE_CLASS_userprofilenametag] + [REPLACE_CLASS_userinfodate],
2021-05-21 15:55:20 +02:00
[REPLACE_CLASS_userinfodate] + [REPLACE_CLASS_userinfodate] {
margin-top: 0;
}
[REPLACE_CLASS_userinfodate] + *:not([REPLACE_CLASS_userinfodate]) {
2021-05-27 16:39:47 +02:00
margin-top: 6px;
2020-09-10 10:19:12 +02:00
}
2021-06-10 21:05:11 +02:00
[REPLACE_CLASS_userprofile] [REPLACE_CLASS_userinfodate] {
margin-left: 16px;
}
2020-09-10 10:19:12 +02:00
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_avatardisabled] {
2020-09-10 10:19:12 +02:00
filter: grayscale(100%) brightness(50%);
}
2020-10-17 09:22:53 +02:00
[REPLACE_CLASS_messagebottag] {
top: .15rem;
}
2020-11-17 19:09:57 +01:00
[REPLACE_CLASS_messageusername] ~ [REPLACE_CLASS_messagebottagcompact] {
margin-right: 0;
margin-left: .25rem;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_messageavatar][REPLACE_CLASS_bdfdbbadgeavatar] [REPLACE_CLASS_avatarwrapper] {
2020-09-10 10:19:12 +02:00
width: inherit !important;
height: inherit !important;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_favbuttoncontainer] {
2020-09-10 10:19:12 +02:00
display: flex;
position: relative;
cursor: pointer;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_menuhint] {
2020-09-10 10:19:12 +02:00
width: 42px;
max-width: 42px;
margin-left: 8px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_cursordefault] {
2020-09-10 10:19:12 +02:00
cursor: default !important;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_cursorpointer] {
2020-09-10 10:19:12 +02:00
cursor: pointer !important;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_slidergrabber]:active [REPLACE_CLASS_sliderbubble],
[REPLACE_CLASS_slidergrabber]:hover [REPLACE_CLASS_sliderbubble] {
2020-09-10 10:19:12 +02:00
visibility: visible;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_sliderbubble] {
2020-10-18 20:50:31 +02:00
background-color: var(--background-floating);
2020-09-10 10:19:12 +02:00
border-radius: 3px;
top: -32px;
height: 22px;
width: auto;
padding: 0 5px;
white-space: pre;
transform: translateX(-50%);
line-height: 22px;
text-align: center;
font-weight: 600;
font-size: 12px;
2021-05-07 14:53:24 +02:00
color: var(--header-primary);
2020-09-10 10:19:12 +02:00
visibility: hidden;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_sliderbubble],
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_sliderbubble]::before {
2020-09-10 10:19:12 +02:00
position: absolute;
left: 50%;
pointer-events: none;
}
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_sliderbubble]::before {
2020-09-10 10:19:12 +02:00
border: 5px solid transparent;
2020-10-18 20:50:31 +02:00
border-top-color: var(--background-floating);
2020-09-10 10:19:12 +02:00
content: " ";
width: 0;
height: 0;
margin-left: -5px;
top: 100%;
}
2021-03-02 15:59:55 +01:00
[REPLACE_CLASS_quickselectwrapper] {
margin-left: 12px;
}
2021-03-20 16:53:58 +01:00
[REPLACE_CLASS_selectwrapper] {
display: flex;
align-items: center;
2021-05-29 11:25:07 +02:00
flex: 1 1 auto;
2021-03-20 16:53:58 +01:00
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_selectwrapper] [REPLACE_CLASS_select] {
2020-09-10 10:19:12 +02:00
flex: 1 1 auto;
}
2021-03-20 21:47:36 +01:00
[REPLACE_CLASS_selectwrapper] [REPLACE_CLASS_selectsearchinput] {
width: 100%;
}
[REPLACE_CLASS_selectoption] [REPLACE_CLASS_giffavoritesize] {
width: 20px;
height: 20px;
}
2020-09-10 10:19:12 +02:00
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_hotkeywrapper] [REPLACE_CLASS_hotkeycontainer] {
2020-09-10 10:19:12 +02:00
flex: 1 1 auto;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_hotkeyresetbutton] {
2020-09-10 10:19:12 +02:00
cursor: pointer;
margin-left: 5px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_hotkeyresetbutton] [REPLACE_CLASS_svgicon]:hover {
2020-09-10 10:19:12 +02:00
color: #f04747;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_hovercardwrapper] {
2020-09-10 10:19:12 +02:00
position: relative;
2020-11-24 10:53:53 +01:00
display: flex;
flex-direction: column;
2020-12-16 10:57:04 +01:00
align-items: center;
2020-11-24 10:53:53 +01:00
}
2021-01-02 12:51:18 +01:00
[REPLACE_CLASS_hovercardhorizontal] {
2020-11-25 17:20:59 +01:00
flex-direction: row;
2020-09-10 10:19:12 +02:00
}
2021-01-20 16:33:44 +01:00
[REPLACE_CLASS_hovercardhorizontal] > [REPLACE_CLASS_flexchild] + [REPLACE_CLASS_flexchild] {
margin-left: 8px;
}
2021-01-02 12:51:18 +01:00
[REPLACE_CLASS_hovercarddisabled] {
opacity: 0.7;
filter: grayscale(0.2);
}
2020-11-23 21:28:01 +01:00
[REPLACE_CLASS_settingspanel] [REPLACE_CLASS_hovercardwrapper] {
2020-11-25 17:30:34 +01:00
width: calc(100% - 22px);
2020-11-23 21:28:01 +01:00
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_hovercardwrapper][REPLACE_CLASS_hovercard] {
2020-09-10 10:19:12 +02:00
padding: 10px 0;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_hovercardwrapper][REPLACE_CLASS_hovercard] > * {
2020-09-10 10:19:12 +02:00
z-index: 1;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_hovercardwrapper], [REPLACE_CLASS_hovercardinner] {
2020-09-10 10:19:12 +02:00
min-height: 28px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_hovercardinner] {
2020-09-10 10:19:12 +02:00
width: 100%;
padding-right: 5px;
display: flex;
align-items: center;
z-index: 1;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_hovercardwrapper] [REPLACE_CLASS_hovercardbutton] {
2020-09-10 10:19:12 +02:00
position: absolute;
top: -6px;
right: -6px;
opacity: 0;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_hovercardwrapper][REPLACE_CLASS_hovercard] [REPLACE_CLASS_hovercardbutton] {
2020-09-10 10:19:12 +02:00
right: -25px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_hovercardwrapper]:hover [REPLACE_CLASS_hovercardbutton] {
2020-09-10 10:19:12 +02:00
opacity: 1;
}
2021-05-20 20:01:37 +02:00
[REPLACE_CLASS_textareabuttonwrapper] {
display: flex;
justify-content: center;
align-items: center;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_guildsummarycontainer] {
2020-09-10 10:19:12 +02:00
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_guildsummarysvgicon] {
2020-09-10 10:19:12 +02:00
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
color: var(--text-muted);
width: 20px;
height: 20px;
margin-right: 8px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_guildsummaryiconcontainer] {
2020-09-10 10:19:12 +02:00
width: 24px;
height: 24px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_guildsummaryiconcontainermasked] {
2020-09-10 10:19:12 +02:00
margin-right: -4px;
2021-04-14 17:56:42 +02:00
-webkit-mask: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1"><path fill="white" d="M 0 0 L 0 1 L 1 1 L 1 0.99804688 A 0.54166669 0.54166669 0 0 1 0.66601562 0.5 A 0.54166669 0.54166669 0 0 1 1 0.001953125 L 1 0 L 0 0 z"/></svg>') center/cover no-repeat;
2020-09-10 10:19:12 +02:00
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_guildsummaryclickableicon] {
2020-09-10 10:19:12 +02:00
cursor: pointer;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_guildsummaryicon],
[REPLACE_CLASS_guildsummaryclickableicon],
[REPLACE_CLASS_guildsummaryemptyguild] {
2020-09-10 10:19:12 +02:00
width: 24px;
height: 24px;
border-radius: 50%;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_guildsummaryemptyguild] {
2020-09-10 10:19:12 +02:00
background: var(--background-accent);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_guildsummarymoreguilds] {
2020-09-10 10:19:12 +02:00
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: var(--background-tertiary);
font-size: 12px;
line-height: 24px;
font-weight: 500;
text-align: center;
color: var(--text-normal);
height: 24px;
min-width: 24px;
border-radius: 12px;
padding: 0 8px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_table] {
2020-09-10 10:19:12 +02:00
position: relative;
width: 100%;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_table] [REPLACE_CLASS_tablespacerheader],
[REPLACE_CLASS_table] [REPLACE_CLASS_tablestickyheader] {
2020-09-10 10:19:12 +02:00
padding: 0px 12px 8px 0;
margin-bottom: 5px;
box-sizing: border-box;
background-color: var(--background-primary);
border-bottom: 1px solid var(--background-modifier-accent);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_table] [REPLACE_CLASS_tablestickyheader]:first-child {
2020-09-10 10:19:12 +02:00
position: absolute;
width: 100%;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_modalsub] [REPLACE_CLASS_table] [REPLACE_CLASS_tablestickyheader]:first-child {
2020-09-10 10:19:12 +02:00
padding-left: 20px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_tableheadercell] {
2020-09-10 10:19:12 +02:00
color: var(--interactive-normal);
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_tableheadercell],
[REPLACE_CLASS_tablebodycell] {
2020-09-10 10:19:12 +02:00
border-left: 1px solid var(--background-modifier-accent);
box-sizing: border-box;
padding: 0 12px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_tableheadercell]:first-child,
[REPLACE_CLASS_tablebodycell]:first-child {
2020-09-10 10:19:12 +02:00
border-left: none;
padding-left: 0;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_table] [REPLACE_CLASS_tablerow] {
2020-09-10 10:19:12 +02:00
position: relative;
display: flex;
margin-bottom: 5px;
align-items: center;
color: var(--header-secondary);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_tablebodycell] {
2020-09-10 10:19:12 +02:00
font-size: 15px;
}
2020-11-25 17:56:40 +01:00
[REPLACE_CLASS_settingstableheaders] {
2020-11-25 18:24:23 +01:00
display: flex;
align-items: center;
flex: 1 0 auto;
2020-11-25 17:56:40 +01:00
margin-right: 10px;
margin-left: 10px;
}
[REPLACE_CLASS_settingstableheaderoptions] {
display: flex;
align-items: center;
justify-content: space-between;
flex: 0 0 auto;
2020-09-10 10:19:12 +02:00
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_settingstablelist] [REPLACE_CLASS_settingstableheader] {
2020-09-10 10:19:12 +02:00
min-height: 10px;
2021-05-17 11:57:52 +02:00
text-transform: uppercase;
2020-09-10 10:19:12 +02:00
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_settingstablelist] [REPLACE_CLASS_settingstableheaderoption] {
2020-09-10 10:19:12 +02:00
width: unset;
}
2020-11-25 18:30:08 +01:00
[REPLACE_CLASS_settingstablelist] [REPLACE_CLASS_settingstableheaderoption][REPLACE_CLASS_settingstableheadervertical] {
width: 24px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_settingstableheadervertical] {
2020-09-10 10:19:12 +02:00
position: relative;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_settingstableheadervertical] > span {
2020-09-10 10:19:12 +02:00
position: absolute;
bottom: 50%;
2020-11-25 18:30:08 +01:00
right: calc(50% - 4px);
2020-09-10 10:19:12 +02:00
margin-bottom: -5px;
writing-mode: vertical-rl;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_settingstablecard] {
2020-09-10 10:19:12 +02:00
height: 60px;
padding: 0 10px;
margin-bottom: 10px;
}
2020-11-25 17:30:17 +01:00
[REPLACE_CLASS_settingstablecardlabel] {
display: flex;
align-items: center;
2021-01-28 14:39:33 +01:00
flex: 1 1 auto;
2021-01-28 14:37:14 +01:00
overflow: hidden;
2020-11-25 19:04:25 +01:00
color: var(--header-primary);
2020-11-25 17:30:17 +01:00
}
[REPLACE_CLASS_settingstablecardconfigs] {
display: flex;
align-items: center;
justify-content: space-between;
flex: 0 0 auto;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_settingstablecard] [REPLACE_CLASS_settingstablecardlabel] {
2020-09-10 10:19:12 +02:00
padding-right: 10px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_settingstablecard] [REPLACE_CLASS_settingstablecardlabel],
[REPLACE_CLASS_settingstablecard] [REPLACE_CLASS_settingstablecardconfigs] {
2020-09-10 10:19:12 +02:00
margin: 0;
}
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_settingstablelist] [REPLACE_CLASS_checkboxcontainer]::before {
2020-11-25 17:56:40 +01:00
display: none;
2020-09-10 10:19:12 +02:00
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_popoutwrapper] [REPLACE_CLASS_messagespopouttabbarheader] {
2020-09-10 10:19:12 +02:00
flex: 1 0 auto;
align-items: center;
height: unset;
min-height: 56px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_popoutwrapper] [REPLACE_CLASS_messagespopouttabbarheader] [REPLACE_CLASS_messagespopouttabbar] {
2021-05-17 12:44:34 +02:00
align-items: center;
2021-03-01 13:16:34 +01:00
flex: 1 1 auto;
2020-09-10 10:19:12 +02:00
min-height: 32px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_charcounter] {
2020-09-10 10:19:12 +02:00
color: var(--channels-default);
}
2020-10-29 19:08:05 +01:00
[REPLACE_CLASS_inputmulti] {
2020-10-29 19:06:03 +01:00
display: flex;
justify-content: space-between;
align-items: center;
}
2020-10-29 19:08:05 +01:00
[REPLACE_CLASS_inputmultifirst] {
2020-10-29 19:06:03 +01:00
flex-grow: 1;
padding: 0 8px;
}
2020-10-29 19:08:05 +01:00
[REPLACE_CLASS_inputmultilast]::before {
2020-10-29 19:06:03 +01:00
content: "";
position: absolute;
border: 1px solid var(--header-primary);
width: 1px;
height: 30px;
margin-top: 5px;
opacity: .1;
}
2020-10-29 19:08:05 +01:00
[REPLACE_CLASS_inputmultilast] input {
2020-10-29 19:06:03 +01:00
width: 250px;
padding-left: 16px;
}
2020-10-29 19:08:05 +01:00
[REPLACE_CLASS_inputmultifield] {
2020-10-29 19:06:03 +01:00
border: none !important;
}
2020-10-29 20:19:10 +01:00
[REPLACE_CLASS_inputlistitems] {
display: flex;
2020-10-30 17:55:12 +01:00
flex-direction: row;
justify-content: flex-start;
2020-10-29 20:19:10 +01:00
align-items: center;
2020-10-30 17:55:12 +01:00
flex-wrap: wrap;
2020-10-29 20:19:10 +01:00
}
[REPLACE_CLASS_inputlistitem] {
display: flex;
justify-content: center;
align-items: center;
}
2020-10-30 17:55:12 +01:00
[REPLACE_CLASS_inputlistitem]:not(:last-child) {
margin-right: 4px;
2020-10-29 20:34:51 +01:00
}
2020-10-29 20:36:10 +01:00
[REPLACE_CLASS_inputlistdelete] {
2020-10-30 18:06:46 +01:00
cursor: pointer;
2020-10-29 20:19:10 +01:00
margin-left: 6px;
}
2021-03-12 23:59:42 +01:00
[REPLACE_CLASS_dateinputwrapper] {
display: flex;
align-items: center;
margin-bottom: 8px;
}
[REPLACE_CLASS_dateinputinner] {
flex: 1 1 auto;
2021-03-15 11:04:54 +01:00
color: var(--header-primary);
2021-03-12 23:59:42 +01:00
max-width: calc(100% - 150px);
2021-03-19 22:13:42 +01:00
margin-left: 8px;
2021-03-12 23:59:42 +01:00
}
[REPLACE_CLASS_dateinputcontrols] {
display: flex;
align-items: center;
}
2021-03-15 10:38:05 +01:00
[REPLACE_CLASS_dateinputpreview] {
2021-03-15 11:04:54 +01:00
display: flex;
align-items: center;
color: var(--header-primary);
2021-03-15 11:46:49 +01:00
margin-top: 8px;
2021-03-15 11:04:54 +01:00
font-weight: normal;
2021-03-15 10:38:05 +01:00
}
2021-03-15 13:04:19 +01:00
[REPLACE_CLASS_dateinputpreviewprefix],
[REPLACE_CLASS_dateinputpreviewsuffix] {
font-weight: 600;
}
2021-03-15 13:28:17 +01:00
[REPLACE_CLASS_dateinputpreviewprefix]:not(:empty) {
2021-03-15 10:38:05 +01:00
margin-right: 6px;
2021-03-15 13:04:19 +01:00
}
2021-03-15 13:28:17 +01:00
[REPLACE_CLASS_dateinputpreviewsuffix]:not(:empty) {
2021-03-15 13:04:19 +01:00
margin-left: 6px;
2021-03-15 10:38:05 +01:00
}
2021-03-12 23:59:42 +01:00
[REPLACE_CLASS_dateinputfield] {
flex: 1 1 auto;
}
[REPLACE_CLASS_dateinputbutton] {
margin-left: 8px;
}
2021-05-12 10:58:47 +02:00
[REPLACE_CLASS_dateinputbuttonselected] [REPLACE_CLASS_svgicon],
[REPLACE_CLASS_dateinputbuttonselected] [REPLACE_CLASS_svgicon]:hover {
color: var(--interactive-active);
}
2021-03-12 23:59:42 +01:00
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_inputnumberwrapper] {
2020-09-10 10:19:12 +02:00
position: relative;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_inputnumberbuttons]:hover + [REPLACE_CLASS_input]:not([REPLACE_CLASS_inputfocused]):not([REPLACE_CLASS_inputerror]):not([REPLACE_CLASS_inputsuccess]):not([REPLACE_CLASS_inputdisabled]):not(:focus) {
2020-09-10 10:19:12 +02:00
border-color: #040405;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_inputnumberwrapperdefault] [REPLACE_CLASS_input] {
2020-09-10 10:19:12 +02:00
padding-right: 25px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_inputnumberwrappermini] [REPLACE_CLASS_input] {
2020-09-10 10:19:12 +02:00
padding-left: 6px;
padding-right: 17px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_inputnumberwrapper] [REPLACE_CLASS_input]::-webkit-inner-spin-button,
[REPLACE_CLASS_inputnumberwrapper] [REPLACE_CLASS_input]::-webkit-outer-spin-button{
2020-09-10 10:19:12 +02:00
-webkit-appearance: none !important;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_inputnumberbuttons] {
2020-09-10 10:19:12 +02:00
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
height: 110%;
top: -2%;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_inputnumberwrapperdefault] [REPLACE_CLASS_inputnumberbuttons] {
2020-09-10 10:19:12 +02:00
right: 8px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_inputnumberwrappermini] [REPLACE_CLASS_inputnumberbuttons] {
2020-09-10 10:19:12 +02:00
right: 4px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_inputnumberbutton] {
2020-09-10 10:19:12 +02:00
cursor: pointer;
border: transparent solid 5px;
border-top-width: 2.5px;
display: inline-block;
}
2020-10-18 20:50:31 +02:00
[REPLACE_CLASS_inputnumberbutton] {
border-bottom-color: var(--interactive-normal);
2020-09-10 10:19:12 +02:00
}
2020-10-18 20:50:31 +02:00
[REPLACE_CLASS_inputnumberbutton]:hover {
border-bottom-color: var(--interactive-active);
2020-09-10 10:19:12 +02:00
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_inputnumberbuttondown] {
2020-09-10 10:19:12 +02:00
transform: rotate(180deg);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_guildupperleftbadge] {
2020-09-10 10:19:12 +02:00
top: 0;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_guildlowerleftbadge] {
2020-09-10 10:19:12 +02:00
bottom: 0;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_guildlowerleftbadge], [REPLACE_CLASS_guildupperleftbadge] {
2020-09-10 10:19:12 +02:00
pointer-events: none;
position: absolute;
left: 0;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_svgiconwrapper] {
2020-09-10 10:19:12 +02:00
display: flex;
justify-content: center;
align-items: center;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_svgicon] {
2020-09-10 10:19:12 +02:00
color: var(--interactive-normal);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_svgicon]:hover {
2020-09-10 10:19:12 +02:00
color: var(--interactive-hover);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_svgicon]:active {
2020-09-10 10:19:12 +02:00
color: var(--interactive-active);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_listrowwrapper] [REPLACE_CLASS_listavatar] {
2020-09-10 10:19:12 +02:00
display: flex;
justify-content: center;
align-items: center;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_sidebarlist] {
2020-09-10 10:19:12 +02:00
display: flex;
flex-direction: row;
flex: 1 1 auto;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_sidebar] {
2020-09-10 10:19:12 +02:00
padding: 8px;
flex: 0 1 auto;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_sidebarcontent] {
2020-09-10 10:19:12 +02:00
padding: 8px 0;
flex: 1 1 auto;
}
2021-05-14 10:56:04 +02:00
[REPLACE_CLASS_modalwrapper] [REPLACE_CLASS_modalheader] > [REPLACE_CLASS_headerwrapper] {
flex: 1 0 auto;
}
2020-12-22 18:22:00 +01:00
[REPLACE_CLASS_modalwrapper] [REPLACE_CLASS_modalclose] [REPLACE_CLASS_buttoncontents] {
display: flex;
justify-content: center;
align-items: center;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_modalsubinner] {
2020-09-10 10:19:12 +02:00
padding-left: 16px;
padding-right: 8px;
}
2021-03-23 14:55:26 +01:00
[REPLACE_CLASS_modaltextcontent] {
2021-03-23 15:35:05 +01:00
margin-bottom: 10px;
2021-03-23 14:55:26 +01:00
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_modalnoscroller] {
2020-09-10 10:19:12 +02:00
overflow: hidden;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_modalcontent][REPLACE_CLASS_modalnoscroller] {
2020-09-10 10:19:12 +02:00
padding-bottom: 10px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_modaltabcontent] {
2020-09-10 10:19:12 +02:00
margin-top: 10px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_listscroller] [REPLACE_CLASS_modaltabcontent] {
2020-09-10 10:19:12 +02:00
margin-top: 0;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_modalheaderhassibling] {
2020-09-10 10:19:12 +02:00
padding-bottom: 10px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_modalheadershade],
[REPLACE_CLASS_modalsidebar] {
2020-09-10 10:19:12 +02:00
background: rgba(0, 0, 0, 0.1);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_themedark] [REPLACE_CLASS_modalheadershade],
[REPLACE_CLASS_themedark] [REPLACE_CLASS_modalsidebar] {
2020-09-10 10:19:12 +02:00
background: rgba(0, 0, 0, 0.2);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_tabbarcontainer][REPLACE_CLASS_tabbarcontainerbottom] {
2020-09-10 10:19:12 +02:00
border-top: unset;
border-bottom: 1px solid hsla(0,0%,100%,.1);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_modalwrapper] [REPLACE_CLASS_tabbarcontainer] {
2020-09-10 10:19:12 +02:00
background: rgba(0, 0, 0, 0.1);
border: none;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
padding-right: 12px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_themedark] [REPLACE_CLASS_modalwrapper] [REPLACE_CLASS_tabbarcontainer] {
2020-09-10 10:19:12 +02:00
background: rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
2020-10-08 17:35:36 +02:00
[REPLACE_CLASS_modalchangelogmodal] [REPLACE_CLASS_changelogsociallink] {
margin-right: 12px;
}
2020-09-10 10:19:12 +02:00
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutright][REPLACE_CLASS_popoutarrowalignmentmiddle]::before {
2020-09-10 10:19:12 +02:00
border-right-color: #2f3136;
}
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutleft][REPLACE_CLASS_popoutarrowalignmentmiddle]::before {
2020-09-10 10:19:12 +02:00
border-left-color: #2f3136;
}
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutbottom][REPLACE_CLASS_popoutarrowalignmentmiddle]::before,
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutbottom][REPLACE_CLASS_popoutarrowalignmenttop]::before,
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutbottomleft][REPLACE_CLASS_popoutarrowalignmentmiddle]::before,
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutbottomleft][REPLACE_CLASS_popoutarrowalignmenttop]::before,
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutbottomright][REPLACE_CLASS_popoutarrowalignmentmiddle]::before,
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutbottomright][REPLACE_CLASS_popoutarrowalignmenttop]::before {
2020-09-10 10:19:12 +02:00
border-bottom-color: #2f3136;
}
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popouttop]::after,
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popouttopleft]::after,
[REPLACE_CLASS_themedark] [REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popouttopright]::after {
2020-09-10 10:19:12 +02:00
border-top-color: #2f3136;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_popoutthemedpopout] {
2020-09-10 10:19:12 +02:00
background-color: var(--background-secondary);
-webkit-box-shadow: var(--elevation-stroke),var(--elevation-high);
box-shadow: var(--elevation-stroke),var(--elevation-high);
box-sizing: border-box;
border-radius: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutarrowalignmentmiddle] [REPLACE_CLASS_popoutthemedpopout],
[REPLACE_CLASS_popoutwrapper][REPLACE_CLASS_popoutarrowalignmenttop] [REPLACE_CLASS_popoutthemedpopout] {
2020-09-10 10:19:12 +02:00
border-color: transparent;
}
2020-11-23 20:09:46 +01:00
[REPLACE_CLASS__repomodal] {
min-height: unset;
}
2020-11-23 20:23:14 +01:00
[REPLACE_CLASS__repomodalsettings] {
padding: 0 16px 16px 16px;
}
2021-01-30 10:55:55 +01:00
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS_settingswindowtoolscontainer] {
margin-top: -140px;
}
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS_settingswindowcontentregionscroller] {
height: calc(100% - 140px);
}
[REPLACE_CLASS__repolistwrapper] [REPLACE_CLASS_settingswindowcontentcolumn] {
padding-top: 20px;
}
[REPLACE_CLASS__repolistheader] {
2020-09-10 10:19:12 +02:00
display: flex;
flex-direction: column;
padding-top: 60px;
padding-right: 70px;
}
2021-01-30 10:55:55 +01:00
[REPLACE_CLASS__repolistheader] > * {
2020-09-10 10:19:12 +02:00
max-width: 740px;
min-width: 460px;
padding-left: 40px;
padding-right: 40px;
}
2021-01-30 10:55:55 +01:00
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repofooter] {
2020-11-12 16:45:34 +01:00
display: flex;
align-items: center;
justify-content: space-between;
}
2021-01-30 10:55:55 +01:00
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repofooter] > *:only-child {
2020-11-12 17:20:08 +01:00
margin-left: auto;
}
2021-01-30 10:55:55 +01:00
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repoheadercontrols],
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repofootercontrols] {
2020-11-11 17:08:40 +01:00
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
2020-11-11 10:02:09 +01:00
}
2021-01-30 10:55:55 +01:00
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repoheadercontrols] > *,
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repocontrols] > * {
2020-09-10 10:19:12 +02:00
margin-left: 10px;
}
2021-01-30 10:55:55 +01:00
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repofootercontrols][REPLACE_CLASS__repocontrols] > * {
2020-11-12 16:46:46 +01:00
margin-left: 0;
}
2021-01-30 10:55:55 +01:00
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repocontrolsbutton] {
2020-11-12 16:48:19 +01:00
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
2021-01-30 10:55:55 +01:00
[REPLACE_CLASS__repoentry] [REPLACE_CLASS__repocontrols] > [REPLACE_CLASS__repocontrolsbutton]:only-child {
2020-11-12 16:48:19 +01:00
border-radius: 3px;
}
2020-09-10 10:19:12 +02:00
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_noticewrapper] {
2021-03-05 13:52:25 +01:00
display: flex;
justify-content: center;
align-items: center;
2021-01-30 10:55:55 +01:00
height: 36px !important;
2020-09-10 10:19:12 +02:00
border-radius: 0 !important;
2021-04-01 09:33:27 +02:00
transition: height 0.5s ease !important;
2020-09-10 10:19:12 +02:00
}
2021-01-12 19:45:23 +01:00
[REPLACE_CLASS_noticeclosing] {
height: 0 !important;
overflow: hidden !important;
}
2021-02-05 17:21:55 +01:00
[REPLACE_CLASS_noticetext] {
2021-03-06 08:23:17 +01:00
display: inline-flex;
2021-03-05 13:52:25 +01:00
flex: 0 1 auto;
2021-03-06 08:23:17 +01:00
white-space: pre;
2021-03-05 13:52:25 +01:00
overflow: hidden;
}
[REPLACE_CLASS_noticewrapper] [REPLACE_CLASS_noticeplatformicon] {
2021-03-06 08:23:17 +01:00
display: inline-flex;
2021-03-05 13:52:25 +01:00
flex: 0 0 auto;
position: static;
margin: 0 10px 0 0;
2021-02-05 17:21:55 +01:00
}
2021-02-05 21:45:34 +01:00
[REPLACE_CLASS_noticewrapper] svg[REPLACE_CLASS_noticeplatformicon] {
2020-09-10 10:19:12 +02:00
max-height: 28px;
2021-02-05 21:45:34 +01:00
width: unset;
2020-09-10 10:19:12 +02:00
}
2021-03-05 13:52:25 +01:00
[REPLACE_CLASS_noticewrapper] [REPLACE_CLASS_noticebutton] {
2021-03-06 08:23:17 +01:00
display: inline-flex;
2021-03-05 13:52:25 +01:00
flex: 0 0 auto;
position: static;
}
2020-09-10 10:19:12 +02:00
2021-02-05 19:23:39 +01:00
#pluginNotice .notice-message {
white-space: pre;
}
2021-02-05 17:21:55 +01:00
#pluginNotice #outdatedPlugins {
font-weight: 700;
}
#pluginNotice #outdatedPlugins span {
-webkit-app-region: no-drag;
2021-05-22 19:38:29 +02:00
color: #fff;
2021-02-05 17:21:55 +01:00
cursor: pointer;
}
#pluginNotice #outdatedPlugins span:hover {
text-decoration: underline;
}
[REPLACE_CLASS_noticeupdateentries] {
2021-02-05 17:22:34 +01:00
display: flex;
2021-02-05 17:21:55 +01:00
font-weight: 700;
}
[REPLACE_CLASS_noticeupdateentry] {
cursor: pointer;
-webkit-app-region: no-drag;
}
[REPLACE_CLASS_noticeupdateentry]:hover {
text-decoration: underline;
}
[REPLACE_CLASS_noticeupdateseparator] {
pointer-events: none;
}
2020-09-10 21:54:53 +02:00
.platform-osx [REPLACE_CLASS_noticewrapper] ~ * [REPLACE_CLASS_guildswrapper] {
2020-09-10 10:19:12 +02:00
margin-top: 0;
}
2020-09-10 21:54:53 +02:00
.platform-osx [REPLACE_CLASS_noticewrapper] ~ * [REPLACE_CLASS_guildsscroller] {
2020-09-10 10:19:12 +02:00
padding-top: 4px;
}
2021-05-22 19:38:29 +02:00
[REPLACE_CLASS_tooltipnote] {
color: var(--text-muted);
font-size: 11px;
margin-top: 2px;
}
2021-01-09 16:30:36 +01:00
[REPLACE_CLASS_tooltip][REPLACE_CLASS_tooltipcustom],
[REPLACE_CLASS_tooltiplistitem][REPLACE_CLASS_tooltipcustom] {
2021-05-22 19:38:29 +02:00
color: #fff;
}
[REPLACE_CLASS_tooltip][REPLACE_CLASS_tooltipcustom] [REPLACE_CLASS_tooltipnote],
[REPLACE_CLASS_tooltiplistitem][REPLACE_CLASS_tooltipcustom] [REPLACE_CLASS_tooltipnote] {
color: #bbb;
2021-01-09 16:30:36 +01:00
}
2021-01-15 17:41:39 +01:00
[REPLACE_CLASS_tooltipcustom] [REPLACE_CLASS_tooltippointer] {
2020-09-10 10:19:12 +02:00
border-top-color: inherit !important;
}
2021-02-13 22:03:15 +01:00
[REPLACE_CLASS_tooltipcustom] [REPLACE_CLASS_tooltipguildnametext],
[REPLACE_CLASS_tooltipcustom] [REPLACE_CLASS_tooltipmutetext] {
2021-01-09 16:30:36 +01:00
color: inherit;
}
2021-02-13 22:03:15 +01:00
[REPLACE_CLASS_tooltipcustom] [REPLACE_CLASS_tooltipmutetext] {
opacity: .7;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_tooltiprowextra]:empty {
2020-09-10 10:19:12 +02:00
display: none;
}
2021-02-13 22:19:19 +01:00
[REPLACE_CLASS_tooltiprowextra]:not(:empty) [REPLACE_CLASS_tooltipmutetext] {
margin-top: 8px;
}
2020-09-10 10:19:12 +02:00
2021-06-01 16:43:03 +02:00
[REPLACE_CLASS_colorpickerswatches] > div:not([class]),
[REPLACE_CLASS_colorpickerswatches] [REPLACE_CLASS_colorpickerswatch] {
flex: 1 1 auto;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_colorpickerswatchsinglewrapper] {
2020-09-10 10:19:12 +02:00
position: relative;
z-index: 1;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_colorpickerswatchsingle] {
2020-09-10 10:19:12 +02:00
height: 30px;
width: 30px;
}
2021-05-07 15:52:30 +02:00
[REPLACE_CLASS_colorpickerswatchesdisabled] {
2020-09-10 10:19:12 +02:00
cursor: no-drop;
filter: grayscale(70%) brightness(50%);
}
2021-05-07 15:52:30 +02:00
[REPLACE_CLASS_colorpickerswatch][REPLACE_CLASS_colorpickerswatchnocolor] {
border-color: var(--text-muted);
}
[REPLACE_CLASS_colorpickerswatch][style*="background: rgb(255, 255, 255)"] {
border-color: var(--header-primary) !important;
}
[REPLACE_CLASS_colorpickerswatch][REPLACE_CLASS_colorpickerswatchnocolor] [REPLACE_CLASS_colorpickerswatchdropperfg] {
border-color: var(--text-muted);
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_colorpickerswatch]:not([REPLACE_CLASS_colorpickerswatchnocolor]):not([REPLACE_CLASS_colorpickerswatchdefault]):not([REPLACE_CLASS_colorpickerswatchdisabled]) {
2020-09-10 10:19:12 +02:00
overflow: hidden;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_colorpickerswatch][REPLACE_CLASS_colorpickerswatchcustom][style*="background"] {
2020-09-10 10:19:12 +02:00
border: none;
}
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_colorpickerswatch]:not([REPLACE_CLASS_colorpickerswatchdefault])::after {
2020-09-10 10:19:12 +02:00
border-radius: 3px;
}
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_colorpickerswatch][REPLACE_CLASS_colorpickerswatchcustom]:not([REPLACE_CLASS_colorpickerswatchdefault])::after {
2020-09-10 10:19:12 +02:00
border-radius: 5px;
}
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_colorpickerswatch]:not([REPLACE_CLASS_colorpickerswatchnocolor]):not([REPLACE_CLASS_colorpickerswatchdefault]):not([REPLACE_CLASS_colorpickerswatchdisabled])::after {
2020-09-10 10:19:12 +02:00
content: "";
background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="8" height="8"><rect x="0" y="0" width="4" height="4" fill="black"></rect><rect x="0" y="4" width="4" height="4" fill="white"></rect><rect x="4" y="0" width="4" height="4" fill="white"></rect><rect x="4" y="4" width="4" height="4" fill="black"></rect></svg>') center repeat;
2020-09-10 10:19:12 +02:00
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_colorpickeralpha] {
2020-09-10 10:19:12 +02:00
position: relative;
height: 8px;
margin: 16px 0 8px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_colorpickergradient] {
2020-09-10 10:19:12 +02:00
position: relative;
height: 8px;
margin: 27px 2px 2px 2px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_colorpickeralpha] > div > div > div > div {
2020-09-10 10:19:12 +02:00
height: 16px !important;
width: 8px !important;
margin-top: -3px !important;
border-radius: 3px !important;
}
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_colorpickersaturation] > div > div > div > div {
box-shadow: var(--header-primary) 0px 0px 0px 1.5px, var(--background-floating) 0px 0px 1px 1px inset, var(--background-floating) 0px 0px 1px 2px !important;
2020-09-10 10:19:12 +02:00
}
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_colorpickerhue] > div > div > div > div,
[REPLACE_CLASS_colorpickeralpha] > div > div > div > div {
background: var(--header-primary) !important;
box-shadow: var(--background-floating) 0px 0px 2px !important;
2020-09-10 10:19:12 +02:00
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_colorpickeralpha] > div > div,
[REPLACE_CLASS_colorpickergradient] > div > div {
2020-09-10 10:19:12 +02:00
border-radius: 3px;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_colorpickeralpha] [REPLACE_CLASS_colorpickeralphacheckered],
[REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcheckered],
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor] > div::after {
background: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="8" height="8"><rect x="0" y="0" width="4" height="4" fill="black"></rect><rect x="0" y="4" width="4" height="4" fill="white"></rect><rect x="4" y="0" width="4" height="4" fill="white"></rect><rect x="4" y="4" width="4" height="4" fill="black"></rect></svg>') center repeat;
2020-09-10 10:19:12 +02:00
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor] > div {
2020-09-10 10:19:12 +02:00
height: 8px;
width: 8px;
margin-top: -15px;
border: 1px solid rgb(128, 128, 128);
border-radius: 3px;
transform: translateX(-5px);
transform-style: preserve-3d;
}
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor] > div::after {
2020-09-10 10:19:12 +02:00
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
border-radius: 3px;
transform: translateZ(-1px);
}
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor] > div::before {
2020-09-10 10:19:12 +02:00
content: "";
position: absolute;
border: 3px solid transparent;
border-top-width: 5px;
border-top-color: rgb(128, 128, 128);
width: 0;
height: 0;
top: 100%;
left: -50%;
transform: translateX(5px);
}
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor][REPLACE_CLASS_colorpickergradientcursoredge] > div::before {
2020-09-10 10:19:12 +02:00
border-right-width: 0;
border-left-width: 5px;
}
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor][REPLACE_CLASS_colorpickergradientcursoredge] ~ [REPLACE_CLASS_colorpickergradientcursor][REPLACE_CLASS_colorpickergradientcursoredge] > div::before {
2020-09-10 10:19:12 +02:00
border-right-width: 5px;
border-left-width: 0;
}
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor][REPLACE_CLASS_colorpickergradientcursorselected] > div {
border-color: var(--header-secondary);
2021-05-07 16:03:35 +02:00
width: 10px;
height: 10px;
margin-top: -17px;
transform: translateX(-6px);
2020-09-10 10:19:12 +02:00
}
2021-05-07 12:32:48 +02:00
[REPLACE_CLASS_colorpickergradient] [REPLACE_CLASS_colorpickergradientcursor][REPLACE_CLASS_colorpickergradientcursorselected] > div::before {
border-top-color: var(--header-secondary);
2021-05-07 16:03:35 +02:00
transform: translateX(7px);
2020-09-10 10:19:12 +02:00
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_colorpickergradientbutton] {
2020-09-10 10:19:12 +02:00
color: var(--interactive-normal);
opacity: 0.6;
margin-left: 6px;
transition: color 200ms ease, opactity 200ms ease;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_colorpickergradientbutton]:hover {
2020-09-10 10:19:12 +02:00
color: var(--interactive-hover);
opacity: 1;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_colorpickergradientbutton][REPLACE_CLASS_colorpickergradientbuttonenabled],
[REPLACE_CLASS_colorpickergradientbutton][REPLACE_CLASS_colorpickergradientbuttonenabled]:hover {
2020-09-10 10:19:12 +02:00
color: var(--interactive-active);
opacity: 1;
}
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_layermodallarge], [REPLACE_CLASS_modalsizelarge] {
2020-09-10 10:19:12 +02:00
max-height: 95vh;
}
@media only screen and (max-height: 900px) {
2020-09-10 21:54:53 +02:00
[REPLACE_CLASS_layermodalmedium], [REPLACE_CLASS_modalsizemedium] {
2020-09-10 10:19:12 +02:00
max-height: 75vh;
}
}
2021-06-15 21:01:37 +02:00
[REPLACE_CLASS_usersettingssociallink][href*="/Lightcord/" i]::before {
content: "";
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: red;
}
2021-01-26 21:15:22 +01:00
.platform-win [REPLACE_CLASS_toasts] {
padding-top: 22px;
}
2020-12-22 18:45:40 +01:00
[REPLACE_CLASS_toasts] {
2021-01-26 21:15:22 +01:00
position: absolute;
top: 10px;
2021-01-27 18:14:10 +01:00
right: 10px;
left: 10px;
2020-09-10 10:19:12 +02:00
display: flex;
2021-01-26 21:15:22 +01:00
flex-direction: column;
2020-09-10 10:19:12 +02:00
pointer-events: none;
2021-02-03 11:30:16 +01:00
z-index: 100001;
2020-09-10 10:19:12 +02:00
}
2021-01-26 21:15:22 +01:00
[REPLACE_CLASS_toasts][REPLACE_CLASS_toastsleft] {
2021-01-27 18:14:10 +01:00
bottom: 10px;
justify-content: flex-start;
2021-01-26 21:15:22 +01:00
align-items: flex-start;
2020-09-10 10:19:12 +02:00
}
2021-01-26 21:15:22 +01:00
[REPLACE_CLASS_toasts][REPLACE_CLASS_toastscenter] {
2021-01-27 18:14:10 +01:00
bottom: 80px;
justify-content: flex-end;
2021-01-26 21:15:22 +01:00
align-items: center;
}
[REPLACE_CLASS_toasts][REPLACE_CLASS_toastsright] {
2021-01-27 18:14:10 +01:00
bottom: 10px;
justify-content: flex-start;
2021-01-26 21:15:22 +01:00
align-items: flex-end;
2021-01-25 14:10:20 +01:00
}
2020-12-22 18:45:40 +01:00
[REPLACE_CLASS_toast] {
2021-01-26 21:15:22 +01:00
position: relative;
2021-01-24 13:36:34 +01:00
display: flex;
align-items: center;
2021-01-28 14:00:00 +01:00
backdrop-filter: blur(5px);
2021-01-27 18:14:10 +01:00
border-radius: 3px;
2020-10-06 23:53:08 +02:00
box-shadow: var(--elevation-medium);
margin-top: 10px;
2021-01-27 18:14:10 +01:00
padding: 10px 10px 12px 10px;
2021-01-26 21:15:22 +01:00
overflow: hidden;
2021-01-28 14:00:47 +01:00
max-width: 50vw;
2021-01-24 15:20:33 +01:00
min-height: 24px;
2021-01-26 21:15:22 +01:00
height: unset;
2021-01-24 15:20:33 +01:00
opacity: 1;
2021-01-26 21:15:22 +01:00
transform: scale(1);
transition: all 300ms ease;
}
2021-01-27 15:29:08 +01:00
[REPLACE_CLASS_toastclosable] {
2021-01-26 22:59:46 +01:00
cursor: pointer;
pointer-events: auto;
}
2021-01-26 21:15:22 +01:00
[REPLACE_CLASS_toasts][REPLACE_CLASS_toastsleft] [REPLACE_CLASS_toast] {
2021-01-27 18:14:10 +01:00
min-width: 200px;
transform-origin: left top;
2021-01-26 21:15:22 +01:00
}
[REPLACE_CLASS_toasts][REPLACE_CLASS_toastscenter] [REPLACE_CLASS_toast] {
2021-01-27 18:14:10 +01:00
min-width: 100px;
2021-01-26 21:15:22 +01:00
transform-origin: center bottom;
}
[REPLACE_CLASS_toasts][REPLACE_CLASS_toastsright] [REPLACE_CLASS_toast] {
2021-01-27 18:14:10 +01:00
min-width: 200px;
transform-origin: right top;
2020-09-10 10:19:12 +02:00
}
2021-01-26 21:15:22 +01:00
[REPLACE_CLASS_toastopening],
2021-01-24 13:27:39 +01:00
[REPLACE_CLASS_toastclosing] {
2021-01-26 21:15:22 +01:00
opacity: 0;
transform: scale(0);
}
2021-01-26 22:56:00 +01:00
[REPLACE_CLASS_toastclosing] {
min-height: 0;
height: 0;
}
2021-01-27 18:14:10 +01:00
[REPLACE_CLASS_toastbg] {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.9;
z-index: 1;
}
2021-01-26 21:15:22 +01:00
[REPLACE_CLASS_toastinner] {
2021-01-27 18:14:10 +01:00
position: relative;
2021-01-26 21:15:22 +01:00
display: flex;
align-items: center;
2021-01-27 18:14:10 +01:00
flex: 1 0 auto;
z-index: 2;
2020-09-10 10:19:12 +02:00
}
2021-01-24 13:47:07 +01:00
[REPLACE_CLASS_toasticon] {
2021-01-24 14:20:52 +01:00
display: flex;
justify-content: center;
align-items: center;
2021-01-24 13:47:07 +01:00
flex: 0 0 auto;
2021-01-26 21:15:22 +01:00
margin-right: 10px;
2021-01-24 13:47:07 +01:00
}
[REPLACE_CLASS_toastavatar] {
2021-01-24 15:20:33 +01:00
width: 24px;
2021-01-24 15:22:36 +01:00
height: 24px;
2020-09-10 10:19:12 +02:00
}
2021-01-26 21:15:22 +01:00
[REPLACE_CLASS_toasttext] {
2021-02-05 17:01:37 +01:00
max-width: calc(50vw - 50px);
2021-01-27 18:14:10 +01:00
flex: 1 0 auto;
2021-01-26 21:15:22 +01:00
font-size: 14px;
font-weight: 500;
2021-02-05 17:01:37 +01:00
white-space: pre-wrap;
word-wrap: break-word;
2021-01-24 15:20:33 +01:00
}
2021-01-26 21:15:22 +01:00
[REPLACE_CLASS_toastcloseicon] {
display: none;
2021-01-27 18:14:10 +01:00
margin-left: 6px;
2021-01-26 21:15:22 +01:00
}
[REPLACE_CLASS_toast]:hover [REPLACE_CLASS_toastcloseicon] {
display: block;
}
2021-01-27 18:14:10 +01:00
[REPLACE_CLASS_toastbar] {
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 4px;
background: black;
2021-01-29 12:36:02 +01:00
opacity: 0.3;
2021-01-27 18:14:10 +01:00
z-index: 3;
transition: all;
}
[REPLACE_CLASS_toastdefault] [REPLACE_CLASS_toastbar] {
background: var(--header-primary);
}
[REPLACE_CLASS_toastbar][REPLACE_CLASS_toastcustombar] {
opacity: 1;
}
[REPLACE_CLASS_toastdefault] [REPLACE_CLASS_toastbg] {
2021-01-24 13:27:39 +01:00
background-color: var(--background-floating);
2021-01-27 18:14:10 +01:00
}
[REPLACE_CLASS_toastdefault] [REPLACE_CLASS_toastinner] {
2021-01-24 13:27:39 +01:00
color: var(--header-primary);
2020-10-15 21:56:54 +02:00
}
2021-01-27 18:14:10 +01:00
[REPLACE_CLASS_toastbrand] [REPLACE_CLASS_toastbg] {
2020-12-16 16:18:19 +01:00
background-color: var(--bdfdb-blurple);
2021-01-27 18:14:10 +01:00
}
[REPLACE_CLASS_toastbrand] [REPLACE_CLASS_toastinner] {
2021-05-22 19:38:29 +02:00
color: #fff;
2020-09-10 10:19:12 +02:00
}
2021-01-27 18:14:10 +01:00
[REPLACE_CLASS_toastdanger] [REPLACE_CLASS_toastbg] {
2021-05-17 11:34:32 +02:00
background-color: var(--bdfdb-red);
2021-01-27 18:14:10 +01:00
}
[REPLACE_CLASS_toastdanger] [REPLACE_CLASS_toastinner] {
2021-05-22 19:38:29 +02:00
color: #fff;
2020-09-10 10:19:12 +02:00
}
2021-01-27 18:14:10 +01:00
[REPLACE_CLASS_toastinfo] [REPLACE_CLASS_toastbg] {
2020-09-10 10:19:12 +02:00
background-color: #4A90E2;
2021-01-27 18:14:10 +01:00
}
[REPLACE_CLASS_toastinfo] [REPLACE_CLASS_toastinner] {
2021-05-22 19:38:29 +02:00
color: #fff;
2020-09-10 10:19:12 +02:00
}
2021-01-27 18:14:10 +01:00
[REPLACE_CLASS_toastsuccess] [REPLACE_CLASS_toastbg] {
2021-05-17 11:34:32 +02:00
background-color: var(--bdfdb-green);
2021-01-27 18:14:10 +01:00
}
[REPLACE_CLASS_toastsuccess] [REPLACE_CLASS_toastinner] {
2021-05-22 19:38:29 +02:00
color: #fff;
2020-09-10 10:19:12 +02:00
}
2021-01-27 18:14:10 +01:00
[REPLACE_CLASS_toastwarning] [REPLACE_CLASS_toastbg] {
2021-05-17 11:34:32 +02:00
background-color: var(--bdfdb-yellow);
2021-01-24 16:10:42 +01:00
}
2021-01-27 18:14:10 +01:00
[REPLACE_CLASS_toastwarning] [REPLACE_CLASS_toastinner] {
2021-05-22 19:38:29 +02:00
color: #fff;
2021-03-06 08:23:17 +01:00
}