many thing

This commit is contained in:
Luna 2025-11-13 16:31:29 -03:00
parent 7e16a0cb5c
commit 67df5db512
2 changed files with 14 additions and 7 deletions

View file

@ -39,7 +39,7 @@ main {
overflow: hidden auto; overflow: hidden auto;
width: 100%; width: 100%;
height: 100%; height: 100%;
padding: 0 16px; padding: 16px;
box-sizing: border-box; box-sizing: border-box;
} }
@ -49,10 +49,11 @@ t {
color: var(--c-title) color: var(--c-title)
} }
.header { .ascii {
font-family: "nya"; font-family: "nya";
color: var(--c-fg); color: var(--c-fg);
white-space: pre white-space: pre;
display: none
} }
p { p {
@ -80,3 +81,11 @@ ul {
li { li {
list-style: none; list-style: none;
} }
/* here are some @media rules to choose when to display ascii art */
@media screen and (min-width: 420px) {
.ascii-1 {
display: block
}
}

View file

@ -11,13 +11,11 @@
<body> <body>
<div class="nojs"><main> <div class="nojs"><main>
<span class="title nojs">Linuxposting Tilde</span> <span class="title nojs">Linuxposting Tilde</span>
<div class="header"> <div class="ascii ascii-1">│. .
│. .
│ ├┐ ─┐/┌┐┌┐┌ ├ ├┐┌┐ ─┐/ ─┐ ┌─┐ ╷ │ ├┐ ─┐/┌┐┌┐┌ ├ ├┐┌┐ ─┐/ ─┐ ┌─┐ ╷
││││││ │ ││││└┐│ │││││ │ ││┌┘ ╵ └─┘ ││││││ │ ││││└┐│ │││││ │ ││┌┘ ╵ └─┘
└ └┘/└─├┘└┘─┘└─ └┤./└─└┤└─ └ └┘/└─├┘└┘─┘└─ └┤./└─└┤└─
┘ ┘ ┘ ┘ </div>
</div>
<p>Welcome to our tilde! We are a small community of linux-loving nerds, you can find some of our websites here! <p>Welcome to our tilde! We are a small community of linux-loving nerds, you can find some of our websites here!
We also offer a lot of cool self-hosted stuff. We also offer a lot of cool self-hosted stuff.