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"); |
Common Customizations
You can apply customizations by pasting the following code snippets under the @import
rules.
- Change the 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.