Add guestbook to index aside, add template for widgets, add more 88x31.

This commit is contained in:
天クマ 2026-07-05 16:50:26 -03:00
commit c929984d81
24 changed files with 113 additions and 15 deletions

BIN
static/images/88x31/1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,008 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 940 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -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 {