Stabosas lovely world

This commit is contained in:
stab.ing
2026-06-04 20:21:08 -05:00
commit 09ce5acb37
13 changed files with 146 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 999 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

+74
View File
@@ -0,0 +1,74 @@
:root {
--bg: #000;
--text: #fff;
--accent: #555555;
}
body {
background-color: var(--bg);
color: var(--text);
font-family: "Noto Sans Mono", monospace;
line-height: 1.6;
max-width: 650px;
margin: 40px auto;
padding: 0 20px;
padding-bottom: 120px;
overflow-wrap: break-word;
word-wrap: break-word;
}
h1 {
font-size: 1.2rem;
display: inline-block;
margin-bottom: 20px;
}
.motd {
font-style: italic;
color: var(--accent);
margin-bottom: 30px;
display: block;
}
a {
color: var(--text);
text-decoration: underline;
}
.banners:hover {
color: var(--text);
background: none;
}
a:hover {
background: var(--text);
color: var(--bg);
}
section {
margin-bottom: 30px;
}
.links {
display: flex;
flex-direction: column;
gap: 10px;
}
.foot {
font-size: 0.8rem;
margin-top: 50px;
opacity: 0.6;
}
.dacat {
max-width: 100px;
z-index: 100;
pointer-events: none;
}
@media (max-width: 400px) {
.dacat {
display: none;
}
}
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 997 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB