Commit Graph

7 Commits

Author SHA1 Message Date
fbdad56ef3 add README and LICENSE 2026-03-15 10:05:29 +01:00
7f583179ae Hide clippings menu, adjust search bar styling 2026-03-15 09:26:28 +01:00
ea29dba748 Add search i18n, fix light mode search icon, reduce placeholder font
- Translate search placeholder to German and Dutch, fallback to English
- Fix magnifying glass icon invisible in light mode (now uses dark color)
- Reduce placeholder font size from 1.6rem to 1rem
- Add form-label dark mode override for diagram generation labels
- Add sync.sh deploy script
2026-03-14 20:10:13 +01:00
b325d3c0ff Style full diagram plugin with Nord theme and dark mode support
- Add Nord-aligned gender colors: frost blue (nord9) for male,
  aurora purple (nord15) for female, in both light and dark mode
- Override plugin CSS with !important to ensure theme takes effect
- Dark mode: white names (nord6), lighter dates/subtitle (nord4),
  dark card backgrounds, themed bio tooltip and zoom controls
- Increase subtitle font size from 9px to 10px for readability
- Unify all connector line colors to use --color-border consistently
2026-03-14 19:52:55 +01:00
94f4e97f46 Inline logo SVG and hide login/logout buttons
- Embed logo SVG directly in PHP output instead of fetching via JS
  to eliminate the flash of missing logo on page load
- Hide login/logout nav items since auth is handled by reverse proxy
2026-03-14 19:34:09 +01:00
744daeefec Fix dark mode for calendar, family/individual list pages and refine search
- Add dark mode support for calendar page elements (options bar, month
  table, day cells)
- Add dark mode support for family/individual list pages (initials bar,
  surname table, DataTables numeric cells)
- Force transparent table cell backgrounds in dark mode with !important
  to override Bootstrap/DataTables defaults
- Refactor TreePage search to match homepage style (pill input, no
  button, Ionicon search icon, Enter to submit)
- Fix active nav icon color filters being overridden by dark mode mixin
- Fix mobile nav items not being perfectly round (gap: 0)
2026-03-14 15:06:10 +01:00
ce11b25da4 Initial commit: Bocken theme for webtrees
Nord-themed dark/light mode family tree theme with:
- Floating glass-morphism header bar
- Auto/light/dark theme toggle with Lucide icons
- Smart SVG logo with theme-aware fill colors
- Active page highlighting with per-menu Nord icon colors
- Language button showing 2-letter abbreviation
- Start page search form
- Mobile responsive icon-only nav
- Custom views inherited from ArgonLight
2026-03-14 09:53:43 +01:00