Add guestbook to index aside, add template for widgets, add more 88x31.
BIN
static/images/88x31/1.gif
Normal file
|
After Width: | Height: | Size: 961 B |
BIN
static/images/88x31/9larpfinal.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
static/images/88x31/breakcore.gif
Normal file
|
After Width: | Height: | Size: 1,008 B |
BIN
static/images/88x31/cd_rom.gif
Normal file
|
After Width: | Height: | Size: 1 KiB |
BIN
static/images/88x31/crypto_is_a_scam.webp
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
static/images/88x31/demozoo.gif
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
static/images/88x31/dontbephonechump.gif
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
static/images/88x31/maaagic.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
static/images/88x31/nft-nofuckingthanks.gif
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
static/images/88x31/nintendo-hh-gba.png
Normal file
|
After Width: | Height: | Size: 940 B |
BIN
static/images/88x31/noanime.gif
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
static/images/88x31/nocookie.gif
Normal file
|
After Width: | Height: | Size: 581 B |
BIN
static/images/88x31/pictochat.gif
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
static/images/88x31/spacehey.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
static/images/88x31/speech.gif
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
static/images/88x31/statuscafe.png
Normal file
|
After Width: | Height: | Size: 1 KiB |
|
|
@ -40,6 +40,7 @@ a:hover {
|
|||
|
||||
li {
|
||||
list-style-type: none;
|
||||
margin-bottom: .4em;
|
||||
}
|
||||
|
||||
dt::before {
|
||||
|
|
@ -919,10 +920,11 @@ header div:first-child {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.centeredItemsBox {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
.hotlinks88x31 {
|
||||
display: grid;
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
}
|
||||
|
||||
.internetometerAside img {
|
||||
|
|
@ -1159,6 +1161,20 @@ header div:first-child {
|
|||
transition: .4s;
|
||||
}
|
||||
|
||||
#chattable {
|
||||
background-color: black;
|
||||
border: medium solid rgb(255, 255, 255, 0.2);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.iframe {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.iframe p {
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
/* Animations */
|
||||
|
||||
@keyframes ellipsis-loader {
|
||||
|
|
|
|||