BACKGROUND
Page level background display elements.
 | background (primary, can contain following) |
 | background-attachment |
 | background-color |
 | background-image |
 | background-position |
 | background-repeat |
BORDER
Defines the width, color and style of an element.
 | border (primary, can contain the following) |
 | border-bottom |
 | border-bottom-color |
 | border-bottom-style |
 | border-bottom-width |
 | border-color |
 | border-left |
 | border-left-color |
 | border-left-style |
 | border-left-width |
 | border-right |
 | border-right-color |
 | border-right-style |
 | border-right-width |
 | border-style |
 | border-top |
 | border-top-color |
 | border-top-style |
 | border-top-width |
 | border-width |
CLASSIFICATION
Primarily supports the presentation of an element, "display" is commonly
used for XML presentation.
 | clear |
 | cursor |
 | display |
 | float |
 | position |
 | visibility |
DIMENSIONS
Used to define physical characteristics for elements.
 | height |
 | line-height |
 | max-height |
 | max-width |
 | min-height |
 | min-width |
 | width |
FONT
Following modify font presentations.
 | font |
 | font-family |
 | font-size |
 | font-size-adjust |
 | font-stretch |
 | font-style |
 | font-variant |
 | font-weight |
|
GENERATED CONTENT
 | content |
 | counter-increment |
 | counter-reset |
 | quotes |
LIST and MARKER
 | list-style |
 | list-style-image |
 | list-style-position |
 | list-style-type |
 | marker-offset |
 | |
MARGIN
 | margin |
 | margin-bottom |
 | margin-left |
 | margin-right |
 | margin-top |
OUTLINES
 | outline |
 | outline-color |
 | outline-style |
 | outline-width |
PADDING
 | padding |
 | padding-bottom |
 | padding-left |
 | padding-right |
 | padding-top |
POSITIONING
 | bottom |
 | clip |
 | left |
 | overflow |
 | right |
 | top |
 | vertical-align |
 | z-index |
TABLE
 | border-collapse |
 | border-spacing |
 | caption-side |
 | empty-cells |
 | table-layout |
TEXT
 | color |
 | direction |
 | letter-spacing |
 | text-align |
 | text-decoration |
 | text-indent |
 | text-shadow |
 | text-transform |
 | unicode-bidi |
 | white-space |
 | word-spacing |
|