Package com.webfirmframework.wffweb.css
package com.webfirmframework.wffweb.css
-
ClassDescriptionbackground-attachment: scroll|fixed|local|initial|inherit;background-color: color|transparent|initial|inherit; The background-color property sets the background color of an element.The background-image property sets one or more background images for an element.background-repeat: repeat|repeat-x|repeat-y|no-repeat|initial|inherit;border: border-width border-style border-color|initial|inherit; The border shorthand property sets all the border properties in one declaration.The border-bottom shorthand property sets all the bottom border properties in one declaration.border-bottom-color: color|transparent|initial|inherit; The border-bottom-color property sets the color of an element's bottom border.border-bottom-style : none, hidden, dotted, dashed, solid, double, groove, ridge, inset, outset, initial, inherit;border-bottom-width: medium|thin|thick|length|initial|inherit; The border-bottom-width property sets the width of an element's bottom border.border-collapse: separate, collapse, initial, inherit;border-color: color|transparent|initial|inherit; The border-color property sets the color of an element's four borders.The border-left shorthand property sets all the left border properties in one declaration.border-left-color: color|transparent|initial|inherit; The border-left-color property sets the color of an element's left border.border-left-style:none|hidden|dotted|dashed|solid|double|groove|ridge|inset| outset|initial|inherit;border-left-width: medium|thin|thick|length|initial|inherit; The border-left-width property sets the width of an element's left border.The border-right shorthand property sets all the right border properties in one declaration.border-right-color: color|transparent|initial|inherit; The border-right-color property sets the color of an element's right border.border-right-style:none|hidden|dotted|dashed|solid|double|groove|ridge|inset| outset|initial|inherit;border-right-width: medium|thin|thick|length|initial|inherit; The border-right-width property sets the width of an element's right border.border-spacing: length|initial|inherit; The border-spacing property sets the distance between the borders of adjacent cells (only for the "separated borders" model).border-style:none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset |initial|inherit;The border-top shorthand property sets all the top border properties in one declaration.border-top-color: color|transparent|initial|inherit; The border-top-color property sets the color of an element's top border.border-top-style:none|hidden|dotted|dashed|solid|double|groove|ridge|inset| outset|initial|inherit;border-top-width: medium|thin|thick|length|initial|inherit; The border-top-width property sets the width of an element's top border.border-width: medium|thin|thick|length|initial|inherit; The border-width property sets the width of an element's four borders.For absolutely positioned elements, the bottom property sets the bottom edge of an element to a unit above/below the bottom edge of its containing element.caption-side: top|bottom|initial|inherit;clear: none|left|right|both|initial|inherit;color: color|initial|inherit; The color property specifies the color of text.cursor : alias | all-scroll | auto | cell | context-menu | col-resize | copy | crosshair | default | e-resize | ew-resize | grab | grabbing | help | move | n-resize | ne-resize | nesw-resize | ns-resize | nw-resize | nwse-resize | no-drop | none | not-allowed | pointer | progress | row-resize | s-resize | se-resize | sw-resize | text | URL | vertical-text | w-resize | wait | zoom-in | zoom-out | initial | inherit;direction: ltr|rtl|initial|inherit;display: inline | block | flex | inline-block | inline-flex | inline-table | list-item | run-in | table | table-caption | table-column-group | table-header-group | table-footer-group | table-row-group | table-cell | table-column | table-row | none | initial | inherit;empty-cells: show|hide|initial|inherit;float: none|left|right|initial|inherit;font: font-style font-variant font-weight font-size/line-height font-family|caption|icon|menu|message-box|small-caption|status-bar|initial|inherit; The font shorthand property sets all the font properties in one declaration.font-family: font|initial|inherit; Value:
[[ <family-name> | <generic-family> ] [, <family-name>| <generic-family>]* ] | inherit
Initial: depends on user agent Applies to: all elements Inherited: yes Percentages: N/A Media: visual Computed value: as specified Support Classes :- 1.font-size: medium | xx-small | x-small | small | large | x-large | xx-large | smaller | larger | length | initial | inherit; Initial: medium Applies to: all elements Inherited: yes Percentages: refer to inherited font size Media: visual Computed value: absolute lengthfont-style: normal, italic, oblique, initial, inherit;font-variant: normal|small-caps|initial|inherit;font-weight: normal|bold|bolder|lighter|number|initial|inherit; number : 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 font-weight: 100 isFontWeight.ONE_HUNDRED
, font-weight: 200 isFontWeight.TWO_HUNDRED
and so on.For absolutely positioned elements, the left property sets the left edge of an element to a unit above/below the left edge of its containing element.The letter-spacing property increases or decreases the space between characters in a text.The line-height property specifies the line height.list-style: list-style-type list-style-position list-style-image|initial|inherit; Formal syntax:<'list-style-type'> || <'list-style-position'> || <'list-style-image'>
list-style-image: none|url|initial|inherit;list-style-position: inside|outside|initial|inherit;list-style-type: | disc | armenian | circle | cjk-ideographic | decimal | decimal-leading-zero | georgian | hebrew | hiragana | hiragana-iroha | katakana | katakana-iroha | lower-alpha | lower-greek | lower-latin | lower-roman | none | square | upper-alpha | upper-latin | upper-roman | initial | inheritThe margin shorthand property sets all the margin properties in one declaration.The margin-bottom property sets the bottom margin of an element.The margin-left property sets the left margin of an element.The margin-right property sets the right margin of an element.The margin-top property sets the top margin of an element.outline: outline-color outline-style outline-width|initial|inherit; An outline is a line that is drawn around elements (outside the borders) to make the element "stand out".outline-color: invert|color|initial|inherit; An outline is a line that is drawn around elements (outside the borders) to make the element "stand out".outline-offset: length|initial|inherit; The outline-offset property adds space between an outline and the edge or border of an element.outline-style: none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset |initial|inherit;outline-width: medium|thin|thick|length|initial|inherit; An outline is a line that is drawn around elements (outside the borders) to make the element "stand out".overflow: visible, hidden, scroll, auto, initial, inheritThe padding shorthand property sets all the padding properties in one declaration.The padding-bottom property sets the bottom padding (space) of an element.The padding-left property sets the left padding (space) of an element.The padding-right property sets the right padding (space) of an element.The padding-top property sets the top padding (space) of an element.page-break-after: auto|always|avoid|left|right|initial|inherit;page-break-before: auto|always|avoid|left|right|initial|inherit;page-break-inside: auto|avoid|initial|inherit;position: static|absolute|fixed|relative|initial|inherit;For absolutely positioned elements, the right property sets the right edge of an element to a unit above/below the right edge of its containing element.src: URL;src: URL;table-layout: auto|fixed|initial|inherit;text-align: left|right|center|justify|initial|inherit;text-transform: none|capitalize|uppercase|lowercase|initial|inherit;For absolutely positioned elements, the top property sets the top edge of an element to a unit above/below the top edge of its containing element.unicode-bidi: normal|embed|bidi-override|intitial|inherit;unicode-range: unicode-range;visibility: visible|hidden|collapse|initial|inherit;white-space: normal|nowrap|pre|pre-line|pre-wrap|initial|inherit;word-spacing: normal|length|initial|inherit; The word-spacing property increases or decreases the white space between words.