Rework header bar

This commit is contained in:
2026-03-06 09:02:11 +01:00
parent 336f5729f3
commit de371c413c
6 changed files with 303 additions and 169 deletions

View File

@@ -6,9 +6,10 @@ This is a fork of the original default dokuwiki template.
## Changes from the original template
- Default font changed to "Perfect DOS VGA 437 Win"
- Enhanced header search with DokuWiki quicksearch suggestions, keyboard navigation, and disabled browser autofill
- Desktop header condensed into a single status-bar-style row with inline breadcrumbs and a three-dot tools menu
## Icon theming (light/dark)
- Header tool icons (user tools and site tools) are rendered as inline SVG.
- Header tool icons (user tools and site tools inside the desktop three-dot menu) are rendered as inline SVG.
- The pagetools footer is intentionally text-only (no icons).
- Icon color is controlled through `@ini_icons` (placeholder `__icons__`) in [replacements] inside `style.ini`.
- Hover/active icon color follows `@ini_link` to match link interaction color.