Visual configuration of HyperDoc Online is stored in HDocASP.ini file in section [Configuration]. Each of the parameters can be set by changing the appropriate line:

parameter-name = parameter-value;

Depending on parameter type parameter-value can be enclosed in quotes or not.

Specific parameters are described in sections below.

The following parameters control colors of HyperDoc Online pages.

All the color parameters can be specified as in HTML tags. This includes specifying color names (e.g. "white") or RGB values directly (e.g. "#FFFFFF").

Please see the Color Codes table in the section called “TSL Color Codes” for all colors in RGB and BGR format.

  • color_background = "#FFFACD";

    Defines background color of all HyperDoc Online windows.

  • color_zoom_pane = "#E3DA83";

    Defines background color of the zoom pane in the document view pane.

  • color_print_pane = "#F0E68C";

    Defines background color of the print pane in the document view pane.

  • color_button_inactive = "#BDB76B";

    Defines background color of inactive (not-selected) buttons.

  • color_text_inactive = "#000000";

    Defines text color of inactive (not-selected) buttons.

  • color_button_active = "#FFA500";

    Defines background color of active (selected) buttons.

  • color_text_active = "#FFFFFF";

    Defines text color of active (selected) buttons.

  • color_selected_back = "#ECBE10";

    Defines background color of the selected item - in the hierarchy or in various lists like document list, found items list.

  • color_table_back = "#F0E68C";

    Defines background color of the odd lines in tables (usually slightly darker than default background to make tables easier to read).

  • color_table_title_back = "#808000";

    Defines background color for table titles.

  • color_table_title_text = "#FFFFFF";

    Defines text color for table titles.

  • color_doclist_title_back = "#F0E68C";

    Defines background color for the document list title.

loading table of contents...