update + some 88x31s
BIN
static/assets/88x31/anythingbut.gif
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
static/assets/88x31/arch.png
Normal file
After Width: | Height: | Size: 535 B |
BIN
static/assets/88x31/catview.png
Normal file
After Width: | Height: | Size: 279 B |
9
static/assets/88x31/credits.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
yeah to be honest I have no idea where most of these come from
|
||||
I grabbed a few from aggregator pages like:
|
||||
https://cyber.dabamos.de/88x31/index.html
|
||||
https://www.88x31.nl/index.html
|
||||
https://capstasher.neocities.org/88x31collection-page1
|
||||
etc.
|
||||
|
||||
If you really care about proper attribution for every single 88x31, go find a better hobby/hyperfixation please.
|
||||
HOWEVER if you made one of them and want credit (or for me to remove it) just let me know!
|
BIN
static/assets/88x31/cssdif.gif
Normal file
After Width: | Height: | Size: 495 B |
BIN
static/assets/88x31/firefox.gif
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
static/assets/88x31/gnu-linux.gif
Normal file
After Width: | Height: | Size: 550 B |
BIN
static/assets/88x31/ieburnbtn.gif
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
static/assets/88x31/java.gif
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
static/assets/88x31/javascript-zero.gif
Normal file
After Width: | Height: | Size: 507 B |
BIN
static/assets/88x31/jellyfin.gif
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
static/assets/88x31/msoffice97.gif
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
static/assets/88x31/nocookie.gif
Normal file
After Width: | Height: | Size: 581 B |
BIN
static/assets/88x31/right2repair.gif
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
static/assets/88x31/sdl.gif
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
static/assets/88x31/squishstare.gif
Normal file
After Width: | Height: | Size: 403 B |
BIN
static/assets/88x31/steam.gif
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
static/assets/88x31/thunderbird.gif
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
static/assets/88x31/ublock.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
static/assets/88x31/webvirus.gif
Normal file
After Width: | Height: | Size: 998 B |
BIN
static/assets/88x31/wikipedia.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
|
@ -8,7 +8,8 @@ Not AI though, just me! :3
|
|||
|
||||
:root {
|
||||
--color-accent-1: #af8cff;
|
||||
--color-accent-2: #77aef2;
|
||||
--color-accent-2: #74cded;
|
||||
--color-links: #77aef2;
|
||||
|
||||
--color-note: var(--color-accent-1);
|
||||
--color-warning: #ed9a5f;
|
||||
|
@ -77,7 +78,7 @@ header {
|
|||
}
|
||||
|
||||
a:hover {
|
||||
|
||||
color: hsl(from var(--color) h s 30%);
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -120,12 +121,22 @@ footer {
|
|||
color: var(--color-accent-2)
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
code {
|
||||
font-family: "JetBrains Mono", monospace;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
/* Color only inline code blocks */
|
||||
code:not([class^=language-]) {
|
||||
color: var(--color-accent-2);
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
color: var(--color-links);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: hsl(from var(--color-accent-2) h s 85%);
|
||||
color: hsl(from var(--color-links) h s calc(l + 10));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -150,6 +161,13 @@ footer {
|
|||
background-color: hsl(from var(--color-important) h 35% 15%);
|
||||
}
|
||||
|
||||
#post-list {
|
||||
color: var(--color-accent-1);
|
||||
}
|
||||
|
||||
hr {
|
||||
color: var(--color-accent-1);
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left-width: 4px;
|
||||
|
@ -172,7 +190,10 @@ figure {
|
|||
figcaption {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
margin: 5px auto;
|
||||
margin: 5px auto 20px;
|
||||
color: var(--color-accent-2);
|
||||
font-size: smaller;
|
||||
font-family: "JetBrains Mono", monospace;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|