Changes in this fork
- Synchronise wiki editing section with light/dark mode by setting it as the background colour (likely won't work well for some themes)
- Make the search button have the same styling as all other buttons
Flex theme with lots of css fix and some ease of use features. You can change all colors of the theme to your own taste. Templage page on Dokuwiki : https://www.dokuwiki.org/template:kiwiki
Basic colors
Dark colors example
Theme colors editor
Changelog
### 2024-12-12 - Fix the edit menu button for non-root domain installs- css fixes for discussion plugin
- Added a functionnality to get a different logo on dark/light theme (nicolasprigent#31). Upload your custom logos on the root of your install :
- logo.png for default logo (still mandatory for this to work)
- logo-dark.png for dark logo
- logo-light.png for light logo
- Fix: php warning errors on non existing variables nicolasprigent#16
- Refactoring of the edit icon button for it to use the correct dokuwiki classes (Menu and MenuItem), and get the same authorizations than the default edit page link. nicolasprigent#23
- Fix: edit_page button break when userewrite and useslash config enabled. Thanks to @AzurCrystal
- Fix : long links overflow on mobile view. Thanks to @Gabe-LSN
- Added max height for left menu
- Added Chinese language. Thanks to @AzurCrystal
- Added css for tables in content
- Updated editor css for readability
- The edit button was limited to admin group only, now it checks edit permissions
- Fix on mobile menu switch not hiding navigation menu on mobile if translation plugin is activated
2023-10-19 (features suggestions from @Chris75forumname -> nicolasprigent#12)
- Added go to bottom button with option to activate it or not
- Added fullscreen button in header
- Added connected user information on footer, with option to activate it or not
- Added ACL informations on footer (only for editors), with option to activate it or not
- Added ACL group list in user page has an info
- Added back the message area on connection page
- Added max height for table of content in theme configuration
- Bug fix on menu disappearing on deep level pages
- Added compatibility with Translation Plugin
- Updated css to have the filters working on small size screens
- new language Added German language - Thanks to @holisticagile
- Fixed issue about public wikis getting no header
- Added back to home link on login page
- Some css fixes on login page
- New style parameter for changing header color
- CSS fix for dark mode
- Default style.ini adjusted on some colors
- CSS fixes on the extension manager page
- New screenshots to show the theme light/dark mode switcher
- Restored functionnality to change the logo (as described here : https://www.dokuwiki.org/template:dokuwiki#changing_the_logo)
- Added light/dark theme mode, with separated customization
- Detection of os preferences for light or dark mode
- Override with cookie when clicking a button
- Fixed word wrapping for pre code blocks on mobile
- Fixed the edit icon position on mobile
- Initial release