Oxygen XML Editor provides a Styles drop-down menu on the Author Styles toolbar that allows you to select one main (non-alternate) CSS style and multiple alternate CSS styles. An option in the preferences can be enabled to allow the alternate styles to behave like layers and be combined with the main CSS style. This makes it easy to change the look of the document.
An example of a common use case is when content authors want to use custom styling within a document. You can select a main CSS stylesheet that styles the whole document and then apply alternate styles, as layers, to specific parts of the document.
You can
Add,
Edit, or
Delete
styles from this dialog box to control the main and alternate styles
associated to the particular document type. You can also change the order of the styles by
using the
Move
Up and
Move Down buttons. This will also change the order that they appear in the
Styles drop-down menu. The alternate styles are combined
with the main CSS sequentially, in the order that they appear in this list.
Therefore, if the same style rules are included in multiple CSS files, the rules that are
defined in the last alternate style in this list will take precedence, since it
is the last one to be combined (applied as a layer).
The CSS styles (and their order) shown in the following figure will match the styles listed in the Styles drop-down menu.
Example: Suppose that you want to add two alternate stylesheets in separate submenus, with the Title column set to My Styles|User Assistance|Hints and My Styles|User Actions|Inline Actions, respectively. Oxygen XML Editor will add a My Styles submenu with two submenus (User Assistance that contains the Hints style, and User Actions that contains the Inline Actions style) in the Styles drop-down menu.
The Enable multiple selection of alternate CSSs box at the bottom of the pane must be checked in order for the alternate styles to be combined. They are applied like layers and you can activate any number of them. If this option is disabled, the alternate styles are treated like main CSS styles and you can only select one at a time. By default, this option is enabled for DITA documents. There are also a few options that allow you to specify how to handle the CSS if there are CSS styles specified in the document. You can choose to ignore or merge them.
The selections from the Styles drop-down menu are persistent, meaning that Oxygen XML Editor will remember the selections when subsequent documents are opened.