1.6

Table Of Contents
At any point you can click on the Advanced button to see the Advanced Stylesheet Rule. See
"Advanced Stylesheet Rule" on page624.
l
Name: The CSS Selector to which this rule applies. Since CSS selectors are not specific
to PlanetPress Connect, any selector used in regular CSS can also be used here. See
CSS Selectors on W3Schools for a simple reference page.
Type Tab
l
General group:
l
Font: Select the font used to display text. This is equivalent to the CSS font-
family property.
l
Size: Enter the size in measure, named size or percentage. This is equivalent to the
CSS 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. This is equivalent to the CSS
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.
This is equivalent to the CSS backround-color property.
l
Spacing group:
l
Letter Spacing: Set the space between characters in a text in measure or
percentage. This is equivalent to the CSS letter-spacing property.
l
Word Spacing: Set the space between each word in a text in measure or
percentage. This is equivalent to the CSS word-spacing property.
l
Whitespace: Specify how to handle white spaces inside of an element. See CSS
White-Space for details. This is equivalent to the CSS white-space property.
l
Style group: Check any option to apply the selected style to text within the element. This
list shows the CSS property and value for each of the options.
l
Bold: Sets the font-weight to 700.
l
Italic: Sets font-style to italic.
l
Underline: Sets text-decoration to underline.
l
Strikethrough: Sets text-decoration to line-through.
Page 623