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
0a16e600eb
commit
be66d9fc6d
8 changed files with 40 additions and 19 deletions
|
@ -9,5 +9,7 @@ em {
|
|||
span[data-slate-leaf="true"][class*="bold_"],
|
||||
strong {
|
||||
font-weight: 400;
|
||||
text-shadow: 0.1px 0.1px, -0.1px -0.1px;
|
||||
text-shadow:
|
||||
0.1px 0.1px,
|
||||
-0.1px -0.1px;
|
||||
}
|
||||
|
|
|
@ -186,7 +186,8 @@
|
|||
|
||||
[class*="modal_"][class*="root_"] {
|
||||
background-color: var(--background-primary);
|
||||
box-shadow: var(--deprecated-card-bg) 0px 0px 0px 1px,
|
||||
box-shadow:
|
||||
var(--deprecated-card-bg) 0px 0px 0px 1px,
|
||||
rgba(0, 0, 0, 0.2) 0px 2px 10px 0px;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
@font-face {
|
||||
font-family: "Unifont";
|
||||
src: local("Unifont"),
|
||||
src:
|
||||
local("Unifont"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/unifont-14.0.01.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
|
@ -9,7 +10,8 @@
|
|||
|
||||
@font-face {
|
||||
font-family: "Terminus (TTF)";
|
||||
src: local("Terminus (TTF)"),
|
||||
src:
|
||||
local("Terminus (TTF)"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/TerminusTTF-4.47.0.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
|
@ -17,7 +19,8 @@
|
|||
}
|
||||
@font-face {
|
||||
font-family: "Terminus (TTF)";
|
||||
src: local("Terminus (TTF)"),
|
||||
src:
|
||||
local("Terminus (TTF)"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/TerminusTTF-Bold-4.47.0.ttf)
|
||||
format("truetype");
|
||||
font-weight: bold;
|
||||
|
@ -25,7 +28,8 @@
|
|||
}
|
||||
@font-face {
|
||||
font-family: "Terminus (TTF)";
|
||||
src: local("Terminus (TTF)"),
|
||||
src:
|
||||
local("Terminus (TTF)"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/TerminusTTF-Bold%20Italic-4.47.0.ttf)
|
||||
format("truetype");
|
||||
font-weight: bold;
|
||||
|
@ -33,7 +37,8 @@
|
|||
}
|
||||
@font-face {
|
||||
font-family: "Terminus (TTF)";
|
||||
src: local("Terminus (TTF)"),
|
||||
src:
|
||||
local("Terminus (TTF)"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/TerminusTTF-Italic-4.47.0.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
@font-face {
|
||||
font-family: "Pointfree";
|
||||
src: local("Pointfree"),
|
||||
src:
|
||||
local("Pointfree"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/pointfree.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
|
@ -9,7 +10,8 @@
|
|||
|
||||
@font-face {
|
||||
font-family: "Untyped";
|
||||
src: local("Untyped"),
|
||||
src:
|
||||
local("Untyped"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/untyped.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
@font-face {
|
||||
font-family: "Untyped";
|
||||
src: local("Untyped"),
|
||||
src:
|
||||
local("Untyped"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/untyped.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
|
@ -9,7 +10,8 @@
|
|||
|
||||
@font-face {
|
||||
font-family: "Pointfree";
|
||||
src: local("Pointfree"),
|
||||
src:
|
||||
local("Pointfree"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/pointfree.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
@font-face {
|
||||
font-family: "Unifont";
|
||||
src: local("Unifont"),
|
||||
src:
|
||||
local("Unifont"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/unifont-14.0.01.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
|
@ -9,7 +10,8 @@
|
|||
|
||||
@font-face {
|
||||
font-family: "Unifont";
|
||||
src: local("Unifont"),
|
||||
src:
|
||||
local("Unifont"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/unifont-14.0.01.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
|
@ -18,7 +20,8 @@
|
|||
|
||||
@font-face {
|
||||
font-family: "Terminus (TTF)";
|
||||
src: local("Terminus (TTF)"),
|
||||
src:
|
||||
local("Terminus (TTF)"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/TerminusTTF-4.47.0.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
|
@ -26,7 +29,8 @@
|
|||
}
|
||||
@font-face {
|
||||
font-family: "Terminus (TTF)";
|
||||
src: local("Terminus (TTF)"),
|
||||
src:
|
||||
local("Terminus (TTF)"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/TerminusTTF-Bold-4.47.0.ttf)
|
||||
format("truetype");
|
||||
font-weight: bold;
|
||||
|
@ -34,7 +38,8 @@
|
|||
}
|
||||
@font-face {
|
||||
font-family: "Terminus (TTF)";
|
||||
src: local("Terminus (TTF)"),
|
||||
src:
|
||||
local("Terminus (TTF)"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/TerminusTTF-Bold%20Italic-4.47.0.ttf)
|
||||
format("truetype");
|
||||
font-weight: bold;
|
||||
|
@ -42,7 +47,8 @@
|
|||
}
|
||||
@font-face {
|
||||
font-family: "Terminus (TTF)";
|
||||
src: local("Terminus (TTF)"),
|
||||
src:
|
||||
local("Terminus (TTF)"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/TerminusTTF-Italic-4.47.0.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
|
|
|
@ -412,7 +412,9 @@ div[class^="sidebar_"]:not(:has(> [class^="side_"]))
|
|||
|
||||
[class^="scroller_"]::-webkit-scrollbar-button:single-button:active,
|
||||
[class*="scrollerBase_"]::-webkit-scrollbar-button:single-button:active {
|
||||
box-shadow: inset 1px 1px var(--secondary), inset -1px -1px var(--secondary);
|
||||
box-shadow:
|
||||
inset 1px 1px var(--secondary),
|
||||
inset -1px -1px var(--secondary);
|
||||
}
|
||||
[class^="scroller_"]:not(
|
||||
[class*="thin_"]
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[class*="avatarSpeaking_"],
|
||||
[class^="avatar_"][class*="speaking_"] {
|
||||
box-shadow: 0 0 0 2px var(--status-online, var(--status-green-600)),
|
||||
box-shadow:
|
||||
0 0 0 2px var(--status-online, var(--status-green-600)),
|
||||
0 0 0 3px var(--background-secondary) !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue