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
a3e5f5abd5
commit
7bdbfd80f8
38 changed files with 4056 additions and 0 deletions
6
modular/font/custom.css
Normal file
6
modular/font/custom.css
Normal file
|
@ -0,0 +1,6 @@
|
|||
.theme-dark,
|
||||
:root {
|
||||
--font-primary: var(--xmc_custom_font), sans-serif !important;
|
||||
--font-display: var(--font-primary) !important;
|
||||
--font-code: var(--xmc_custom_font_mono), monospace !important;
|
||||
}
|
1
modular/font/default.css
Normal file
1
modular/font/default.css
Normal file
|
@ -0,0 +1 @@
|
|||
|
4
modular/font/revert_rebrand.css
Normal file
4
modular/font/revert_rebrand.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
.theme-dark,
|
||||
:root {
|
||||
--font-display: var(--font-primary) !important;
|
||||
}
|
112
modular/font/terminus.css
Normal file
112
modular/font/terminus.css
Normal file
|
@ -0,0 +1,112 @@
|
|||
@font-face {
|
||||
font-family: "Unifont";
|
||||
src: local("Unifont"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/unifont-14.0.01.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Terminus (TTF)";
|
||||
src: local("Terminus (TTF)"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/TerminusTTF-4.47.0.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "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;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "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;
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "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;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.theme-dark,
|
||||
:root {
|
||||
--font-primary: "Terminus (TTF) for Windows", "Terminus (TTF)", "Unifont Windows", "Unifont",
|
||||
monospace !important;
|
||||
--font-display: "Terminus (TTF) for Windows", "Terminus (TTF)", "Unifont Windows", "Unifont",
|
||||
monospace !important;
|
||||
--font-code: "Terminus (TTF) for Windows", "Terminus (TTF)", "Unifont Windows", "Unifont",
|
||||
monospace !important;
|
||||
|
||||
--_font-titlebars: var(--font-primary) !important;
|
||||
}
|
||||
|
||||
[class^="menu-"] [class^="item-"],
|
||||
[class^="containerDefault-"]
|
||||
> [class^="iconVisibility-"]
|
||||
> [class^="content-"]
|
||||
[class^="name-"] {
|
||||
font-size: 16px;
|
||||
text-transform: none;
|
||||
font-weight: 500;
|
||||
}
|
||||
[class^="containerDefault-"]
|
||||
> [class^="iconVisibility-"]
|
||||
> [class^="mainContent-"]
|
||||
[class^="name-"],
|
||||
[class^="membersGroup-"],
|
||||
[class^="headerContent-"] > [class^="name-"] {
|
||||
font-size: 16px;
|
||||
text-transform: none;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
[class^="reaction-"] [class*="reactionCount-"] {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.hh2-spotify-controls-album-name,
|
||||
.gm-spotify-controls-album-name,
|
||||
.showTag-username {
|
||||
color: var(--highlight) !important;
|
||||
font-size: 0.75em !important;
|
||||
}
|
||||
|
||||
[class^="sidebar-"]
|
||||
> [class^="container-"]
|
||||
> [class^="container-"]
|
||||
> [class^="header-"]
|
||||
> [class^="name-"],
|
||||
[class*="heading-md-medium-"],
|
||||
[class*="heading-md-normal-"] {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
[class*="edited-"],
|
||||
[class*="botTag-"] [class*="botText-"],
|
||||
span[class="role-tag"],
|
||||
.antiDelete-deleted-suffix {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
|
||||
[class^="latin12CompactTimeStamp-"],
|
||||
[class^="latin24CompactTimeStamp-"],
|
||||
[class^="asianCompactTimeStamp-"],
|
||||
[class^="embedFooterText-"] {
|
||||
font-size: 0.75em !important;
|
||||
}
|
||||
|
||||
[class^="codeBlockText-"], [class^="codeLine-"] {
|
||||
font-size: 12px !important;
|
||||
}
|
24
modular/font/the_funny.css
Normal file
24
modular/font/the_funny.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
@font-face {
|
||||
font-family: "Pointfree";
|
||||
src: local("Pointfree"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/pointfree.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Untyped";
|
||||
src: local("Untyped"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/untyped.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.theme-dark,
|
||||
:root {
|
||||
--font-primary: "Comic Sans MS", cursive !important;
|
||||
--font-display: "Comic Sans MS", cursive !important;
|
||||
--font-code: "Pointfree", "Untyped", monospace !important;
|
||||
}
|
24
modular/font/the_funny_(alternate_monospace).css
Normal file
24
modular/font/the_funny_(alternate_monospace).css
Normal file
|
@ -0,0 +1,24 @@
|
|||
@font-face {
|
||||
font-family: "Untyped";
|
||||
src: local("Untyped"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/untyped.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Pointfree";
|
||||
src: local("Pointfree"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/pointfree.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.theme-dark,
|
||||
:root {
|
||||
--font-primary: "Comic Sans MS", cursive !important;
|
||||
--font-display: "Comic Sans MS", cursive !important;
|
||||
--font-code: "Untyped", "Pointfree", monospace !important;
|
||||
}
|
66
modular/font/unifont.css
Normal file
66
modular/font/unifont.css
Normal file
|
@ -0,0 +1,66 @@
|
|||
@font-face {
|
||||
font-family: "Unifont";
|
||||
src: local("Unifont"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/unifont-14.0.01.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Unifont";
|
||||
src: local("Unifont"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/unifont-14.0.01.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Terminus (TTF)";
|
||||
src: local("Terminus (TTF)"),
|
||||
url(https://cynosphere.gitlab.io/Customizations/discord/assets/TerminusTTF-4.47.0.ttf)
|
||||
format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "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;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "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;
|
||||
font-style: italic;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "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;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.theme-dark,
|
||||
:root {
|
||||
--font-primary: "Unifont Windows", "Unifont", monospace !important;
|
||||
--font-display: "Unifont Windows", "Unifont", monospace !important;
|
||||
--font-code: "Terminus (TTF) for Windows", "Terminus (TTF)", "Unifont Windows", "Unifont",
|
||||
monospace !important;
|
||||
}
|
||||
|
||||
[class^="menu-"] [class^="item-"],
|
||||
[class^="containerDefault-"] [class^="name-"],
|
||||
[class^="membersGroup-"] {
|
||||
font-size: 16px;
|
||||
text-transform: none;
|
||||
font-weight: 500;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue