quash: query parameters for just, has, and do, and some general simplification

This commit is contained in:
Lewis Wynne 2026-03-26 02:25:50 +00:00
parent f2f4e2e704
commit 4720d408f4
14 changed files with 156 additions and 164 deletions

View file

@ -72,21 +72,31 @@ div.grid .content {
display: block;
}
details {
section {
margin: 1rem 0;
}
summary {
cursor: pointer;
section .section-label {
font-family: monospace;
list-style: none;
}
summary::-webkit-details-marker {
.home-name-link {
display: none;
}
details pre {
html[data-just] .home-name {
display: none;
}
html[data-just] .home-name-link {
display: inline;
}
html[data-has] .guestbook-form {
display: none;
}
section pre {
margin: 0;
}
@ -99,3 +109,9 @@ details pre {
grid-template-columns: 8ch 1fr;
gap: 0 4ch;
}
.guestbook-form {
margin-top: 0.5rem;
margin-left: 12ch;
font-family: monospace;
}