summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-10-02 19:14:17 +0200
committermetamuffin <metamuffin@disroot.org>2025-10-02 19:14:17 +0200
commit23871d5aadcaa4d01b7c46cb951854572940414d (patch)
tree9a3f0490675642a5b76bdda8f44f2e75b469046c /assets
parentfbc308f96dca2854bc462e6fee412b5dc35b6c3c (diff)
downloadmetamuffin-website-23871d5aadcaa4d01b7c46cb951854572940414d.tar
metamuffin-website-23871d5aadcaa4d01b7c46cb951854572940414d.tar.bz2
metamuffin-website-23871d5aadcaa4d01b7c46cb951854572940414d.tar.zst
Rewrite
Diffstat (limited to 'assets')
-rw-r--r--assets/key.asc16
-rw-r--r--assets/security.txt4
-rw-r--r--assets/security.txt.asc14
-rw-r--r--assets/style.css112
4 files changed, 0 insertions, 146 deletions
diff --git a/assets/key.asc b/assets/key.asc
deleted file mode 100644
index 7a9744c..0000000
--- a/assets/key.asc
+++ /dev/null
@@ -1,16 +0,0 @@
------BEGIN PGP PUBLIC KEY BLOCK-----
-
-mDMEYv5yMRYJKwYBBAHaRw8BAQdAfrtqCI7LEQoszlZ/nVoH6/H8X/yIl+eUJY7Q
-Bj4ZktK0MW1ldGFtdWZmaW4gKG1haWxpbmcga2V5KSA8bWV0YW11ZmZpbkBkaXNy
-b290Lm9yZz6IkAQTFggAOBYhBC11CxJF4bFDjtQetmgQPYIwKNvABQJi/nIxAhsD
-BQsJCAcCBhUKCQgLAgQWAgMBAh4BAheAAAoJEGgQPYIwKNvAPO8BAPJZj4NkaZEH
-+deO9SWmCWXPhYS/k35VwPuM+2oNqDvKAQDo18mPa0/V35C01OOVOi0frZTpCxfj
-L757th4oDXoJDoh1BBAWCAAdFiEECTeqGIprRXPrquBlpC2mF0b6mbUFAmL+dLIA
-CgkQpC2mF0b6mbVytwEA1Fwk2XoFxhTJH2zkgHVPfqOdb4NYJRt/Y32NYHrHqN4A
-/3QbQvtpgGLyKIgzrfy03RTrQgn9zBBzmwttTbXnSRYKuDgEYv5yMRIKKwYBBAGX
-VQEFAQEHQJQYxyJkdQ4xQkXNUKgMRYUE7a7SA9Bh6tfHGRk5YKwjAwEIB4h4BBgW
-CAAgFiEELXULEkXhsUOO1B62aBA9gjAo28AFAmL+cjECGwwACgkQaBA9gjAo28Cn
-vQEAws7nVCxY7OkjsEWgXDZKUx34peZscfwDC6nA/Akw3L4A/0P4NG+kRgML2UOr
-EfkX+Bu+UToBcr7qgSg835vIbxIG
-=K7l9
------END PGP PUBLIC KEY BLOCK-----
diff --git a/assets/security.txt b/assets/security.txt
deleted file mode 100644
index 6243ff9..0000000
--- a/assets/security.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Contact: mailto:metamuffin@disroot.org
-Contact: @metamuffin:metamuffin.org
-Updated: 2023-07-17
-Signed: metamuffin (mailing key)
diff --git a/assets/security.txt.asc b/assets/security.txt.asc
deleted file mode 100644
index 0bd2975..0000000
--- a/assets/security.txt.asc
+++ /dev/null
@@ -1,14 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-Contact: mailto:metamuffin@disroot.org
-Contact: @metamuffin:metamuffin.org
-Updated: 2023-07-17
-Signed: metamuffin (mailing key)
------BEGIN PGP SIGNATURE-----
-
-iI0EARYIADUWIQQtdQsSReGxQ47UHrZoED2CMCjbwAUCZLW3jxccbWV0YW11ZmZp
-bkBkaXNyb290Lm9yZwAKCRBoED2CMCjbwIEfAP4mg5CwuuUV3hZRgxbaGUJvcdLp
-63brHOwcLd+GrDk1HwD7BzPamEAVDXpxybtqNECH6eTRcL1fgp6OVL4gk0O6GQg=
-=iBfC
------END PGP SIGNATURE-----
diff --git a/assets/style.css b/assets/style.css
deleted file mode 100644
index 8ac5354..0000000
--- a/assets/style.css
+++ /dev/null
@@ -1,112 +0,0 @@
-@import url("https://s.metamuffin.org/static/font-ubuntu/include.css");
-
-:root {
- --bg1: #090909;
- --bg2: #141414;
- --ac1: #b575ff;
- --ac2: #ff83fd;
- --ac3: #ff82b2;
-}
-
-img[align=left] {
- border-radius: 1em;
- width: 7em;
- height: 7em;
- display: block;
-}
-
-body {
- margin: 3em;
- background-color: var(--bg1);
-}
-
-nav {
- margin: 1em 1em 1em 9em;
- background-color: var(--bg2);
- padding: 1em;
- border: 0px solid transparent;
- border-radius: 1em;
-}
-nav a {
- border: 0px solid transparent;
- border-radius: 5px;
- padding: 0.5em;
- text-decoration: none;
- color: #dfe5f3;
- text-decoration: none;
- background-image: linear-gradient(transparent, transparent),
- linear-gradient(var(--ac2), var(--ac2));
- background-size: 100% 2px, 0 2px;
- background-position: 100% 100%, 0 100%;
- background-repeat: no-repeat;
- transition: background-size 0.15s linear;
- font-style: normal;
-}
-nav a:hover {
- color: #dfe5f3;
- background-color: #ffffff10;
- background-size: 0 2px, 100% 2px;
-}
-
-h1 { font-size: xx-large }
-h2 { font-size: x-large }
-h3 { font-size: large }
-h4 { font-size: medium }
-
-p,h1,h2,h3,h4,h5,h6,li,summary { font-family: "Ubuntu", sans-serif; }
-h1,h2 { color: var(--ac1) }
-h3 { color: var(--ac2); margin-left: 1em }
-h4 { color: var(--ac3); margin-left: 2em }
-p,li,summary { color: white; margin-left: 3em }
-a { color: var(--ac2); font-style: italic; text-decoration: underline }
-a:hover { color: var(--ac3) }
-hr { border: 1px solid grey }
-summary { font-size: large; }
-
-math { color:white }
-
-pre,code {
- color: #eeeeee;
- font-family: monospace;
- background-color: black;
- border: 0px solid transparent;
- border-radius: 5px;
- padding: 0.2em;
-}
-pre { margin-left: 4em; margin-right: 4em; overflow-y: auto; }
-
-input[type=submit] {
- background-color: black;
- color: white;
- border-radius: 1em;
- padding: 0.5em;
- border: 1px solid white;
- margin-left: 4em;
-}
-
-
-.status {
- display: inline-block;
- padding: 0.1em;
- font-size: small;
- font-variant: small-caps;
- color: black;
- border-radius: 5px;
- margin-left: 0.2em;
- margin-right: 0.3em;
-}
-
-.status-unknown { background-color: #4b4b4b; }
-.status-planned { background-color: #6d5dff; }
-.status-developing { background-color: #5dfff1; }
-.status-paused-working { background-color: #53b11d; }
-.status-paused-unfinished { background-color: #d6d44b; }
-.status-maintained { background-color: #95ff63; }
-.status-abandoned-working { background-color: #ff9854; }
-.status-abandoned-unfinished { background-color: #ff6854; }
-
-.featured {
- background-color: var(--bg2);
- border-radius: 1em;
- padding: 0.1em;
-}