guestbook styles

This commit is contained in:
Lewis Wynne 2026-05-03 00:18:43 +01:00
parent 4ddb8131a2
commit a3b69cad3f

View file

@ -37,7 +37,7 @@
} }
.guestbook-canvas { .guestbook-canvas {
border: 1px solid #000; border: 1px solid black;
cursor: crosshair; cursor: crosshair;
display: block; display: block;
max-width: 100%; max-width: 100%;
@ -65,7 +65,7 @@
display: inline-block; display: inline-block;
width: 0.85em; width: 0.85em;
height: 0.85em; height: 0.85em;
border: 1px solid #000; border: 1px solid black;
cursor: pointer; cursor: pointer;
vertical-align: middle; vertical-align: middle;
box-sizing: border-box; box-sizing: border-box;
@ -73,8 +73,8 @@
} }
.guestbook-swatch.active { .guestbook-swatch.active {
border: 1px solid #000; border: 1px solid black;
outline: 1px solid #000; outline: 1px solid black;
} }
.guestbook-size-slider { .guestbook-size-slider {
@ -96,7 +96,7 @@
} }
.guestbook-voice-record.recording { .guestbook-voice-record.recording {
color: red; font-weight: bold;
} }
.guestbook-voice-timer { .guestbook-voice-timer {
@ -117,8 +117,8 @@
height: 2em; height: 2em;
} }
.entry-name { .entry-date {
font-weight: bold; color: var(--muted);
} }
.entry-body { .entry-body {
@ -128,16 +128,16 @@
</head> </head>
<body> <body>
<nav> <nav>
<a href="/">ily [dot] rs</a> | <a href="/">home</a> ·
<a href="/links/">links</a> | <a href="/links/">links</a> ·
<a href="/now/">now</a> | <a href="/now/">now</a> ·
sign the <a href="/guestbook/">guestbook</a> <a href="/guestbook/">guestbook</a>
</nav> </nav>
<details class="guestbook-details" style="margin-top: 0.5em"> <details class="guestbook-details" style="margin-top: 0.5em">
<summary class="guestbook-summary">Click me to leave an entry</summary> <summary class="guestbook-summary">Leave an entry</summary>
{{form}} {{form}}
</details> </details>
<h1>messages</h1> <h1>Messages</h1>
{{entries}} {{entries}}
</body> </body>
</html> </html>