diff options
| author | azureazure <azureazure@disroot.org> | 2026-05-15 16:19:10 +0200 |
|---|---|---|
| committer | azureazure <azureazure@disroot.org> | 2026-05-15 16:19:10 +0200 |
| commit | ce8e014192718c85f0e9871e1521287a7cf120af (patch) | |
| tree | e0fcdde7e54b90016a387173b3c88863a9e61233 /src/assets | |
| parent | a58bf7be45a5223fd197c64a26d5cb20f734f8e9 (diff) | |
| download | slimegirl.nexus-ce8e014192718c85f0e9871e1521287a7cf120af.tar.gz | |
new host new me
Diffstat (limited to 'src/assets')
| -rw-r--r-- | src/assets/favicon.ico | bin | 30525 -> 0 bytes | |||
| -rw-r--r-- | src/assets/fonts/Texturina-Bold.ttf | bin | 85728 -> 0 bytes | |||
| -rw-r--r-- | src/assets/fonts/Texturina-Italic.ttf | bin | 86136 -> 0 bytes | |||
| -rw-r--r-- | src/assets/fonts/Texturina-Regular.ttf | bin | 85728 -> 0 bytes | |||
| -rw-r--r-- | src/assets/fonts/spleen-12x24.woff2 | bin | 22168 -> 0 bytes | |||
| -rw-r--r-- | src/assets/fonts/spleen-16x32.woff2 | bin | 15896 -> 0 bytes | |||
| -rw-r--r-- | src/assets/fonts/spleen-32x64.woff2 | bin | 17776 -> 0 bytes | |||
| -rw-r--r-- | src/assets/stylesheet.css | 127 |
8 files changed, 14 insertions, 113 deletions
diff --git a/src/assets/favicon.ico b/src/assets/favicon.ico Binary files differdeleted file mode 100644 index 6490ec2..0000000 --- a/src/assets/favicon.ico +++ /dev/null diff --git a/src/assets/fonts/Texturina-Bold.ttf b/src/assets/fonts/Texturina-Bold.ttf Binary files differdeleted file mode 100644 index db24936..0000000 --- a/src/assets/fonts/Texturina-Bold.ttf +++ /dev/null diff --git a/src/assets/fonts/Texturina-Italic.ttf b/src/assets/fonts/Texturina-Italic.ttf Binary files differdeleted file mode 100644 index aca7029..0000000 --- a/src/assets/fonts/Texturina-Italic.ttf +++ /dev/null diff --git a/src/assets/fonts/Texturina-Regular.ttf b/src/assets/fonts/Texturina-Regular.ttf Binary files differdeleted file mode 100644 index db0f1ec..0000000 --- a/src/assets/fonts/Texturina-Regular.ttf +++ /dev/null diff --git a/src/assets/fonts/spleen-12x24.woff2 b/src/assets/fonts/spleen-12x24.woff2 Binary files differdeleted file mode 100644 index b44d384..0000000 --- a/src/assets/fonts/spleen-12x24.woff2 +++ /dev/null diff --git a/src/assets/fonts/spleen-16x32.woff2 b/src/assets/fonts/spleen-16x32.woff2 Binary files differdeleted file mode 100644 index 3c4adcc..0000000 --- a/src/assets/fonts/spleen-16x32.woff2 +++ /dev/null diff --git a/src/assets/fonts/spleen-32x64.woff2 b/src/assets/fonts/spleen-32x64.woff2 Binary files differdeleted file mode 100644 index 3e0703a..0000000 --- a/src/assets/fonts/spleen-32x64.woff2 +++ /dev/null diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css index e5a8a55..e5d6ed4 100644 --- a/src/assets/stylesheet.css +++ b/src/assets/stylesheet.css @@ -1,48 +1,8 @@ :root { - --bg: #0a0a0a; - --text: beige; - --main: #0d0; - --accent: #d0d; -} - -@font-face -{ - font-family: spleen24; - src: url(/assets/fonts/spleen-12x24.woff2); -} - -@font-face -{ - font-family: spleen32; - src: url(/assets/fonts/spleen-16x32.woff2); -} - -@font-face -{ - font-family: spleen64; - src: url(/assets/fonts/spleen-32x64.woff2); -} - -@font-face -{ - font-family: texturina; - src: url(/assets/fonts/Texturina-Regular.ttf); - font-style: normal; -} - -@font-face -{ - font-family: texturina; - src: url(/assets/fonts/Texturina-Bold.ttf); - font-weight: bold; -} - -@font-face -{ - font-family: texturina; - src: url(/assets/fonts/Texturina-Italic.ttf); - font-style: italic; + --main: #ebabb9; + --bg: #1e1f21; + --fg: #eeeff1; } .footpara { display: inline; } @@ -50,86 +10,27 @@ body { background-color: var(--bg); - color: var(--text); - max-width: 960px; + color: var(--fg); + max-width: 80ch; margin: auto; - font-family: texturina, serif; - font-size: 1.2em; -} - -h1 -{ - font-family: spleen64, monospace; - font-size: 64px; - line-height: 64px; -} - -h2 -{ - font-family: spleen32, monospace; - font-size: 32px; - line-height: 32px; -} - - -h1, .subtitle -{ - text-align: center; -} - -/* footnotes is also a h2 */ -.footnotes -{ - font-family: spleen24, monospace; - font-size: 24px; - line-height: 24px; -} - -.ascii -{ - text-align: center; - color: var(--main); - user-select: none; - margin: 0; - padding: 0; - font-family: spleen24, monospace; - font-size: 24px; - line-height: 24px; + font-family: serif; + font-variant-emoji: text; } a { color: var(--main); } -a:hover { text-decoration: underline double var(--accent); } - -.buttons -{ - display: grid; - place-items: center; -} - .buttons > p { margin: 0; } .footnum, .footref { text-decoration: none; } -.pages -{ - font-family: spleen24, monospace; - font-size: 24px; - line-height: 24px; - text-align: center; - color: var(--accent); -} +.pages { text-align: center; } -ul { list-style-type: none; } - -ul li::before +.logo { - content: "\25ca "; - color: var(--accent); + color: var(--main); + font-size: 2em; + margin-bottom: 0; } -hr -{ - border-color: var(--main); - border-style: dashed; -} +ul { list-style: "<> " }; + |
