-o-background-size |
|
Sets the size of the background image. |
-webkit-appearance |
|
Specifies theme rendering mode for an element. Allows you to make an element look like a standard user interface element. |
-webkit-background-clip |
|
Sets which part of background is visible. |
-webkit-background-composite |
|
Sets the compositing style for an element's background image and color. |
-webkit-background-origin |
|
Specifies how the background-position property is determined, ergo it defines the reference point that the background-image is relative to. |
-webkit-background-size |
|
Sets the size of the background image. |
-webkit-border-bottom-left-radius |
|
Sets the rounding of the lower left corner of the border. |
-webkit-border-bottom-right-radius |
|
Sets the rounding of the lower right corner of the border. |
-webkit-border-horizontal-spacing |
|
Specifies the amount of horizontal space between cells in a table. |
-webkit-border-image |
|
Specifies an image to use as the border of the element. The image is sliced into 9 pieces along the four diagonals specified with the length units. |
-webkit-border-radius |
|
Sets the rounding of the corners of the border. |
-webkit-border-top-left-radius |
|
Sets the rounding of the upper left corner of the border. |
-webkit-border-top-right-radius |
|
Sets the rounding of the upper right corner of the border. |
-webkit-border-vertical-spacing |
|
Specifies the amount of vertical space between cells in a table. |
-webkit-margin-bottom-collapse |
|
Specifies whether the top and bottom margins can be shared between adjacent elements. |
-webkit-margin-collapse |
|
Specifies whether the top and bottom margins can be shared between adjacent elements. |
-webkit-margin-start |
|
Specifies the width of the left or the right margin, depends on the writing direction. |
-webkit-margin-top-collapse |
|
Specifies whether the top and bottom margins can be shared between adjacent elements. |
-webkit-padding-start |
|
Specifies the space between an element's left or right border and its contents, depends on the writing direction. |
-webkit-transform |
|
Specifies the two-dimensional linear transformation applied to an element. The origin of the transformation is specified by the -moz-transform-origin property. |
-webkit-transform-origin |
|
Specifies the origin of the two-dimensional linear transformations specified with the -moz-transform property. |
background |
|
Specifies up to five separate background properties, in a shorthand form. |
background-attachment |
|
Specifies whether the background-image should scroll with the contents of the object or not. |
background-color |
|
Specifies the color to use for the background of the object. |
background-image |
|
Specifies the image to use as the background of the object. |
background-position |
|
Sets the position of the background-image within the element. |
background-position-x |
|
Specifies the horizontal coordinate of the background-image relative to the upper-left corner of the container object. |
background-position-y |
|
Specifies the vertical-coordinate of the background-image relative to the upper-left corner of the container object. |
background-repeat |
|
Specifies how to tile the background-image relative to the upper-left corner of the container object. |
border |
|
Sets up to three separate border properties, in a shorthand form. |
border-bottom |
|
Sets the color, style and width properties for the element's bottom border, in a shorthand form. |
border-bottom-color |
|
Specifies the color of the element's bottom border. |
border-bottom-style |
|
Specifies the style of the element's bottom border. |
border-bottom-width |
|
Specifies the width of the element's bottom border. |
border-color |
|
Specifies the color of the element's border. |
border-left |
|
Specifies the color, style and width properties for the element's left border, in a shorthand form. |
border-left-color |
|
Specifies the color of the element's left border. |
border-left-style |
|
Specifies the style of the element's left border. |
border-left-width |
|
Specifies the width of the element's left border. |
border-right |
|
Specifies the color, style and width properties for the element's right border, in a shorthand form. |
border-right-color |
|
Specifies the color of the element's right border. |
border-right-style |
|
Specifies the style of the element's right border. |
border-right-width |
|
Specifies the width of the element's right border. |
border-style |
|
Specifies the style of the element's border. |
border-top |
|
Specifies the color, style and width properties for the element's top border, in a shorthand form. |
border-top-color |
|
Specifies the color of the element's top border. |
border-top-style |
|
Specifies the style of the element's top border. |
border-top-width |
|
Specifies the width of the element's top border. |
border-width |
|
Specifies the width of the element's border. |
bottom |
|
Specifies the bottom coordinate of a positioned element. |
clip |
|
Specifies which part of a positioned element is visible. |
color |
|
Specifies the color of the element's text content. |
cursor |
|
Specifies the type of cursor to display for the pointing device (mouse). |
direction |
|
Specifies the text direction. |
display |
|
Specifies the element's display type. |
float |
|
Specifies the horizontal alignment of the object. |
height |
|
Specifies the height of the visible area for an element. |
left |
|
Specifies the left coordinate of a positioned element. |
margin |
|
Specifies a shorthand property for setting the top, right, bottom and left margins, in that order. |
margin-bottom |
|
Specifies the bottom margin of the object. |
margin-left |
|
Specifies the left margin of the object. |
margin-right |
|
Specifies the right margin of the object. |
margin-top |
|
Specifies the top margin of the object. |
opacity |
|
Sets the transparency level of an element. For Internet Explorer, use filter with 'Alpha(opacity=percent)'. |
outline |
|
Specifies a shorthand form for all outline properties at once. Outline is a line around an element, but different from the border property. |
outline-color |
|
Specifies the color for the outline for an element. |
outline-offset |
|
Sets the amount of space between the outline and the border or the edge of the element. |
outline-style |
|
Specifies the style for an element's outline. |
outline-width |
|
Specifies the width for an element's outline. |
padding |
|
Specifies a shorthand property for setting the top, right, bottom and left spaces between an element's border and its contents, in that order. |
padding-bottom |
|
Specifies the space between an element's bottom border and its contents. |
padding-left |
|
Specifies the space between an element's left border and its contents. |
padding-right |
|
Specifies the space between an element's right border and its contents. |
padding-top |
|
Specifies the space between an element's top border and its contents. |
position |
|
Specifies what type of positioning method is used to render the current element. |
right |
|
Specifies the right coordinate of a positioned element. |
top |
|
Specifies the top coordinate of a positioned element. |
unicode-bidi |
|
Specifies whether the text should be overridden to support multiple languages in the same document. Use with the direction property. |
visibility |
|
Specifies whether the element is visible. |
width |
|
Specifies the width of the visible area for an element. |
z-index |
|
Specifies the stack level of positioned objects. |
zoom |
|
Specifies the zoom level of the element's content. |