Second commit

This commit is contained in:
2026-04-20 20:30:42 +02:00
parent 9f2578f7d2
commit 254a645c25
1072 changed files with 4491 additions and 17 deletions

View File

View File

View File

@@ -0,0 +1,127 @@
@font-face {
font-family: "BookInsanityRemake";
src:url('/fonts/5e/Bookinsanity.woff2');
font-weight:normal;
font-style:normal
}
@font-face {
font-family: "BookInsanityRemake";
src:url('/fonts/5e/Bookinsanity Bold.woff2');
font-weight:bold;
font-style:normal
}
@font-face {
font-family: "BookInsanityRemake";
src:url('/fonts/5e/Bookinsanity Italic.woff2');
font-weight:normal;
font-style:italic
}
@font-face {
font-family: "BookInsanityRemake";
src:url('/fonts/5e/Bookinsanity Bold Italic.woff2');
font-weight:bold;
font-style:italic
}
@font-face {
font-family: "ScalySansRemake";
src:url('/fonts/5e/Scaly Sans.woff2');
font-weight:normal;
font-style:normal
}
@font-face {
font-family: "ScalySansRemake";
src:url('/fonts/5e/Scaly Sans Bold.woff2');
font-weight:bold;
font-style:normal
}
@font-face {
font-family: "ScalySansRemake";
src:url('/fonts/5e/Scaly Sans Italic.woff2');
font-weight:normal;
font-style:italic
}
@font-face {
font-family: "ScalySansRemake";
src:url('/fonts/5e/Scaly Sans Bold Italic.woff2');
font-weight:bold;
font-style:italic
}
@font-face {
font-family: "ScalySansSmallCapsRemake";
src:url('/fonts/5e/Scaly Sans Caps.woff2');
font-weight:normal;
font-style:normal
}
@font-face {
font-family: "WalterTurncoat";
src:url('/fonts/5e/WalterTurncoat-Regular.woff2');
font-weight:normal;
font-style:normal
}
@font-face {
font-family: "MrEavesRemake";
src:url('/fonts/5e/Mr Eaves Small Caps.woff2');
font-weight:normal;
font-style:normal
}
@font-face {
font-family: "SolberaImitationRemake";
src:url('/fonts/5e/Solbera Imitation Tweak.woff2');
font-weight:100 1000;
font-style:normal;
font-style:italic
}
@font-face {
font-family: "NodestoCapsCondensed";
src:url('/fonts/5e/Nodesto Caps Condensed.woff2');
font-weight:normal;
font-style:normal
}
@font-face {
font-family: "NodestoCapsCondensed";
src:url('/fonts/5e/Nodesto Caps Condensed Bold.woff2');
font-weight:bold;
font-style:normal
}
@font-face {
font-family: "NodestoCapsCondensed";
src:url('/fonts/5e/Nodesto Caps Condensed Italic.woff2');
font-weight:normal;
font-style:italic
}
@font-face {
font-family: "NodestoCapsCondensed";
src:url('/fonts/5e/Nodesto Caps Condensed Bold Italic.woff2');
font-weight:bold;
font-style:italic
}
@font-face {
font-family: "NodestoCapsWide";
src:url('/fonts/5e/Nodesto Caps Wide.woff2');
font-weight:normal;
font-style:normal
}
@font-face {
font-family: "Overpass";
src:url('/fonts/5e/Overpass Medium.woff2');
font-weight:500;
font-style:normal
}
@font-face {
font-family: "Davek";
src:url('/fonts/5e/Davek.woff2');
font-weight:500;
font-style:normal
}
@font-face {
font-family: "Iokharic";
src:url('/fonts/5e/Iokharic.woff2');
font-weight:500;
font-style:normal
}
@font-face {
font-family: "Rellanic";
src:url('/fonts/5e/Rellanic.woff2');
font-weight:500;
font-style:normal
}

View File

@@ -0,0 +1,40 @@
body {
color: var(--text-color);
font-family: "BookInsanityRemake", Arial, Helvetica, sans-serif;
}
body {
background-color: var(--background-color);
margin: 0;
}
* {
color: var(--text-color);
}
a {
color: var(--link-color);
}
.icon {
height: 12px;
}
*::-webkit-scrollbar
{
width: 6px;
height: 6px;
background-color: var(--color-background);
border-radius: 10px;
}
*::-webkit-scrollbar-thumb
{
background-color: var(--color-scrollbar);
border-radius: 10px;
}
.error-link {
color: var(--error-link);
}