diff options
| author | lemurianmage <azureazure@disroot.org> | 2026-06-12 23:35:20 +0200 |
|---|---|---|
| committer | lemurianmage <azureazure@disroot.org> | 2026-06-12 23:35:20 +0200 |
| commit | 7da42c6e577f49ad4981f24c833b2e1d86357e0b (patch) | |
| tree | b1921f453b86cd5062adbd34b5e1b8dccc8f32ef /static | |
| parent | cf102ad6c7d171dd500cae8b419b7f5c1e796ab4 (diff) | |
| download | slimegirl.nexus-7da42c6e577f49ad4981f24c833b2e1d86357e0b.tar.gz | |
redesign and move to markdown with a perl+make build system
Diffstat (limited to 'static')
| -rw-r--r-- | static/buttons/emacs.png | bin | 0 -> 1570 bytes | |||
| -rw-r--r-- | static/buttons/gentoo-badge.png | bin | 0 -> 3723 bytes | |||
| -rw-r--r-- | static/buttons/girlrot.gif | bin | 0 -> 5216 bytes | |||
| -rw-r--r-- | static/buttons/kitten.gif | bin | 0 -> 437 bytes | |||
| -rw-r--r-- | static/buttons/murrumurgreen.png | bin | 0 -> 1471 bytes | |||
| -rw-r--r-- | static/buttons/n1l.gif | bin | 0 -> 3967 bytes | |||
| -rw-r--r-- | static/buttons/quasivoid.gif | bin | 0 -> 426 bytes | |||
| -rw-r--r-- | static/buttons/secondshell.webp | bin | 0 -> 350642 bytes | |||
| -rw-r--r-- | static/buttons/unlife.png | bin | 0 -> 2215 bytes | |||
| -rw-r--r-- | static/buttons/xnfm.png | bin | 0 -> 2893 bytes | |||
| -rw-r--r-- | static/monero-qr.png | bin | 0 -> 7547 bytes | |||
| -rw-r--r-- | static/stylesheet.css | 36 |
12 files changed, 36 insertions, 0 deletions
diff --git a/static/buttons/emacs.png b/static/buttons/emacs.png Binary files differnew file mode 100644 index 0000000..7277b5e --- /dev/null +++ b/static/buttons/emacs.png diff --git a/static/buttons/gentoo-badge.png b/static/buttons/gentoo-badge.png Binary files differnew file mode 100644 index 0000000..971ffe2 --- /dev/null +++ b/static/buttons/gentoo-badge.png diff --git a/static/buttons/girlrot.gif b/static/buttons/girlrot.gif Binary files differnew file mode 100644 index 0000000..8e18810 --- /dev/null +++ b/static/buttons/girlrot.gif diff --git a/static/buttons/kitten.gif b/static/buttons/kitten.gif Binary files differnew file mode 100644 index 0000000..fb8eca5 --- /dev/null +++ b/static/buttons/kitten.gif diff --git a/static/buttons/murrumurgreen.png b/static/buttons/murrumurgreen.png Binary files differnew file mode 100644 index 0000000..b3d42aa --- /dev/null +++ b/static/buttons/murrumurgreen.png diff --git a/static/buttons/n1l.gif b/static/buttons/n1l.gif Binary files differnew file mode 100644 index 0000000..1ac0666 --- /dev/null +++ b/static/buttons/n1l.gif diff --git a/static/buttons/quasivoid.gif b/static/buttons/quasivoid.gif Binary files differnew file mode 100644 index 0000000..bad248f --- /dev/null +++ b/static/buttons/quasivoid.gif diff --git a/static/buttons/secondshell.webp b/static/buttons/secondshell.webp Binary files differnew file mode 100644 index 0000000..4a00cec --- /dev/null +++ b/static/buttons/secondshell.webp diff --git a/static/buttons/unlife.png b/static/buttons/unlife.png Binary files differnew file mode 100644 index 0000000..71524d7 --- /dev/null +++ b/static/buttons/unlife.png diff --git a/static/buttons/xnfm.png b/static/buttons/xnfm.png Binary files differnew file mode 100644 index 0000000..b7c36e8 --- /dev/null +++ b/static/buttons/xnfm.png diff --git a/static/monero-qr.png b/static/monero-qr.png Binary files differnew file mode 100644 index 0000000..6722c4d --- /dev/null +++ b/static/monero-qr.png diff --git a/static/stylesheet.css b/static/stylesheet.css new file mode 100644 index 0000000..df916fb --- /dev/null +++ b/static/stylesheet.css @@ -0,0 +1,36 @@ +body +{ + background-color: white; + color: black; + max-width: 80ch; + margin: auto; + font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif; + font-size: 1.2em; +} + +nav { text-align: center; } + +hr +{ + border: 0; + border-bottom: 1px dashed; +} + +img +{ + display: block; + margin: auto; + margin-top: 1em; + margin-bottom: 1em; +} + +@media (prefers-color-scheme: dark) +{ + body + { + background-color: #1e1f21; + color: #eeeff1; + } + :link { color: #bad7ff; } + :visited { color: #f6baff; } +} |
