How to Change Style of the Left Pane - help-authoring-tool/helpinator-markdown GitHub Wiki
WebHelp is based on JQueryUI so you can use it's styles to change style of WebHelp template. Take a look at "Additional Files" section of default template. There you can see jqueryui.zip file. This file contains all required style data. The following steps show how to create your own:
-
Select colors that you like, then download corresponging zip archive
-
Unzip it
-
Create another folder were you will place working files
-
Go to "CSS" folder unzipped from the archive.
-
Copy images folder to your new folder
-
Copy jquery-ui-*.css to the root of our new folder, rename it to jqueryui.css
-
Go to "js" folder unzipped from the archive.
-
Copy jquery-ui-*.js file to the root of our new folder, rename it jqueryui.js
-
Zip our new folder (so jqueryui.css and jqueryui.js are in the root of the archive) and name it jqueryui.zip
-
Place it into "default_files" folder or your own template folder, say "mytemplate_files" or remove default file from project template and add your own instead of it.
-
Voila, you can compile WebHelp with your own color settings.