Commit graph

12 commits

Author SHA1 Message Date
lichenblankie
bf4cef47e8 kodama2: add input:not([type]) for unstyled forum inputs 2026-06-05 04:35:24 +00:00
lichenblankie
0399e62c0f fix moderation inputs: add input:not([type]) selector for unstyled form fields 2026-06-05 04:34:42 +00:00
lichenblankie
5fda14cb8f kodama2 theme: add forum-action styling (FORUM_CSS no longer provides colors) 2026-06-05 04:33:49 +00:00
lichenblankie
8f1d07a768 add fade-in transition to content 2026-06-05 04:29:39 +00:00
lichenblankie
158be950d2 tinyweb-site theme: add forum-action and forum-form input styling 2026-06-05 04:28:07 +00:00
lichenblankie
37bdd49690 add tinyweb-site theme: clean, light, minimal 2026-06-05 04:26:22 +00:00
lichenblankie
17ba5700a7 add {{site_name}} placeholder to wrap_page and kodama2 theme 2026-06-05 04:17:02 +00:00
Derick Phan
b86e139bdd
Privacy hardening: degoogle, security headers, referrer protection
- Replace Google Fonts with system font stacks across all themes
- Add Referrer-Policy, X-Content-Type-Options, X-Frame-Options, CSP headers
- Add rel="noreferrer noopener" on all outbound links
- Add no-referrer and dns-prefetch-control meta tags to all themes
- Clean tracking params on outbound links from trusted/remote sources
- Remove Google domains from CSP whitelists

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 10:11:57 -07:00
Derick Phan
23b634d0e0
Fix kodama2 custom cursor disappearing on scroll
Set min-height: 100vh on html/body so the cursor-bearing elements
fill the viewport even when content is short.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 09:08:19 -07:00
Derick Phan
aff8c654cc
Add kodama2 theme with styles for new handler features
Adds pagination, meta, and success message styles, plus input
selectors for new form fields (edit page, manual entry, transport node).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 09:05:12 -07:00
Derick Phan
299735f816
Add junimo theme and increase browse page size to 50
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-27 10:59:37 -07:00
Derick Phan
9c4ed9ac9e
Add themes folder with kodama template and gitignore index.db
Save the custom kodama template to themes/kodama.html so it's
version-controlled as a file rather than only living in the database.
Stop tracking index.db since it's runtime data, not source code.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-26 10:11:32 -07:00