1.4

New/Edit Rule dialog
The New/Edit Rule dialog shows the properties for a specific CSS selector and how it affects
all elements subject to that selector.
At any point you can click on the Advanced button to see the Advanced Stylesheet Rule. See
l
Name: The CSS Selector to which this rule applies. See CSS Selectors.
Type Tab
l
General group:
l
Font: Select the font used to display text, equivalent to the font-family property.
l
Size: Enter the size in measure, named size or percentage, equivalent to the font-
size property.
l
Color: Select a named font color as defined in the Colors Editor, create a new color
or enter a color manually for text to be displayed. The color value must be a valid
HTML Color Name, or a valid HTML Hex Color. Equivalent to the color property.
l
Background Color: Select a named font color as defined in the Colors Editor,
create a new color or enter a color manually for the background color of the element.
The color value must be a valid HTML Color Name, or a valid HTML Hex Color.
Equivalent to the backround-color property.
l
Spacing group:
l
Letter Spacing: Set the space between characters in a textin measure or
percentage. Equivalent to the letter-spacing property.
l
Word Spacing: Set the space between each word in a textin measure or
percentage. Equivalent to the word-spacing property.
l
Whitespace: Specify how to handle white spaces inside of an element. See CSS
White-Space for details. Equivalent to the white-space property.
l
Style group: Check any option to apply the selected style to text within the element:
l
Bold: Sets font-weightto700.
l
Italic: Sets font-styletoitalic.
l
Underline: Sets text-decorationtounderline.
l
Strikethrough: Sets text-decorationtoline-through.
l
Subscript: Sets vertical-aligntosuper.
l
Superscript: Sets vertical-aligntosub.
l
Capitalize: Sets text-transformtocapitalize.
l
Uppercase: Sets text-transformtouppercase.
Page 479