Gretyl's Portal

Heretto Help

Choices, Steps, Substeps Numbering

Add custom numbering to choices elements, steps elements, and substeps elements.

Overview

Resource location:@import url("https://jorsek.github.io/pdfgen.github.io/styles1.1/modules/dita/choices_steps_substeps_numbering.css");
Figure 1. Enabled Module
task various elements
Figure 2. Disabled Module
choices numbering off

Common Customizations

You can apply customizations by pasting the following code snippets under the @import rules.

Change the orbs color
custom orbs color
/* Change the orbs color. */
li.step::before,
li.substep::before,
li.choice::before {
    background-color: #457b9d;
    color: #FFF;
}
Disable the left border
See Choices, Info, Stepresult, Stepexample, Solution, Substeps, Troublesolution.