×
Menu
Index

CSS Style Editor Elements tab

CSS Style Editor Elements tab
 
Apply the styles set in previous tabs to the selected elements only.
1

Combinator

1. Combinator
Selector CSS combinator for the selected elements. The default is descendant selectors.
 
  • Adjacent sibling selectors: The '+' combinator selects nodes that immediately follow the former specified element.
  • General sibling selectors: The '~' combinator selects nodes that follow (not necessarily immediately) the former specified element, if both elements shared the same parent.
  • Child selectors: The '>' combinator selects nodes that are direct children of the former specified element.
  • Descendant selectors: The ' ' combinator selects nodes that are children (not necessary direct children) of the former specified element.
     
2

Headings

2. Headings
Apply styles to the selected headings.
3

Table

3. Table
Apply styles to table data.
4

List

4. List
Apply styles to ordered list, unordered list and list items.
5

Link

5. Link
Apply styles to the selected link types.
6

Miscellaneous

6. Miscellaneous
Apply styles to paragraph and image tags.