1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/indexmenu/scripts/fancytree/skin-custom-1/README.md
Daniel Baumann f339727d60
Adding indexmenu version 2024-01-05 (ed06f21).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 19:33:15 +01:00

706 B

Creating Custom Skins

  1. Create a folder like this (recommended name: 'src/skin-custom-...')
  2. For a start, copy files from one of the existing skin folders (src/skin-...) to the custom folder:
    • ui.fancytree.less (required)
    • icons.gif (if needed)
    • loading.gif (if needed)
  3. cd to your fancytree folder and run grunt dev from the console.
    Note: NPM and Grunt are required. Read how to install the toolset.
  4. Edit and save your ui.fancytree.less file.
    The ui.fancytree.css will be generated and updated automatically from the LESS file.