mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
Make Modular
This commit is contained in:
parent
f6975b976a
commit
7752599fcb
1 changed files with 1593 additions and 1578 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
|
||||||
|
|
||||||
/* colors */
|
/* colors */
|
||||||
.theme-dark,
|
.theme-dark,
|
||||||
:root {
|
:root {
|
||||||
|
@ -346,7 +348,9 @@ html:not(.overlay) body {
|
||||||
[class^="containerDefault-"]
|
[class^="containerDefault-"]
|
||||||
[class*="iconVisibility-"]:hover
|
[class*="iconVisibility-"]:hover
|
||||||
svg[class^="icon-"],
|
svg[class^="icon-"],
|
||||||
[class^="containerDefault-"] [class*="iconVisibility-"]:hover [class^="name-"],
|
[class^="containerDefault-"]
|
||||||
|
[class*="iconVisibility-"]:hover
|
||||||
|
[class^="name-"],
|
||||||
[class^="wrapper-"]:hover
|
[class^="wrapper-"]:hover
|
||||||
> [class^="content-"]
|
> [class^="content-"]
|
||||||
> [class^="mainContent-"]
|
> [class^="mainContent-"]
|
||||||
|
@ -782,7 +786,9 @@ form [class*="typing-"] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^="userPopout-"] [class^="activityUserPopout-"] > [class^="bodyNormal-"],
|
[class^="userPopout-"]
|
||||||
|
[class^="activityUserPopout-"]
|
||||||
|
> [class^="bodyNormal-"],
|
||||||
[class^="userPopout-"]
|
[class^="userPopout-"]
|
||||||
[class^="activityUserPopout-"]
|
[class^="activityUserPopout-"]
|
||||||
> [class^="bodyAlignCenter-"],
|
> [class^="bodyAlignCenter-"],
|
||||||
|
@ -910,7 +916,9 @@ form [class*="typing-"] {
|
||||||
[class^="userPopout-"] [class*="footer-"] [class*="inputDefault-"] {
|
[class^="userPopout-"] [class*="footer-"] [class*="inputDefault-"] {
|
||||||
border: 1px solid var(--tertiary);
|
border: 1px solid var(--tertiary);
|
||||||
}
|
}
|
||||||
[class^="userPopout-"] [class*="footer-"] [class*="inputDefault-"]::placeholder,
|
[class^="userPopout-"]
|
||||||
|
[class*="footer-"]
|
||||||
|
[class*="inputDefault-"]::placeholder,
|
||||||
[class^="userPopout-"] [class*="note-"] textarea::placeholder {
|
[class^="userPopout-"] [class*="note-"] textarea::placeholder {
|
||||||
color: var(--interactive-active);
|
color: var(--interactive-active);
|
||||||
}
|
}
|
||||||
|
@ -920,7 +928,9 @@ form [class*="typing-"] {
|
||||||
padding: 0 8px 8px;
|
padding: 0 8px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^="userPopout-"] [class^="activityUserPopout-"] [class^="spotifyIcon-"] {
|
[class^="userPopout-"]
|
||||||
|
[class^="activityUserPopout-"]
|
||||||
|
[class^="spotifyIcon-"] {
|
||||||
top: 4px !important;
|
top: 4px !important;
|
||||||
right: 8px !important;
|
right: 8px !important;
|
||||||
}
|
}
|
||||||
|
@ -971,7 +981,9 @@ form [class*="typing-"] {
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class^="focusLock-"][aria-modal="true"] > [class*="root-"] > [class^="body-"] {
|
[class^="focusLock-"][aria-modal="true"]
|
||||||
|
> [class*="root-"]
|
||||||
|
> [class^="body-"] {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1372,7 +1384,8 @@ a[href="https://support.discord.com"]
|
||||||
transition: background-color 0.75s linear;
|
transition: background-color 0.75s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="progressBarHeader-"] > [class^="container-"]:not([class*="checked-"]),
|
[class*="progressBarHeader-"]
|
||||||
|
> [class^="container-"]:not([class*="checked-"]),
|
||||||
[class^="control-"] > [class^="container-"]:not([class*="checked-"]) {
|
[class^="control-"] > [class^="container-"]:not([class*="checked-"]) {
|
||||||
background-color: var(--highlight) !important;
|
background-color: var(--highlight) !important;
|
||||||
}
|
}
|
||||||
|
@ -1862,3 +1875,5 @@ code.inline {
|
||||||
.hljs-ansi-background-white {
|
.hljs-ansi-background-white {
|
||||||
background-color: var(--_color7) !important;
|
background-color: var(--_color7) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue