Home > Advanced Functions > Styles > Treeview Styles
Treeview Styles
The look and feel of your table of contents can be customized by editing the contents style sheet. There are styles (or themes) that are applied based on the selected skin, and styles that are applied regarless of the skin selected. You can customize any of the following:
- Margins
- Background color
- Background image
- Default Font (size, color, type)
- Etc.
Follow the instructions below to edit treeview styles:
1. Open the Help System
2. If you are not already logged in, log in as an administrator with 'tools' permissions.
3. Click the 'Tools' button to display the 'tools' form.
4. Click 'Styles' to display the style editor. Modify existing treeview styles or add new styles.
For example, to change the default treeview font name and font color, change the following:
.TreeNode { font-family: tahoma; font-size: 18px; color:red; padding-top:3px; padding-bottom:2px; padding-left: 3px; padding-right: 3px; } | Reload your help project. The treeview page font will be larger and will be red.
See also Page Styles Applying Styles
|