Results 161 - 180 of 726

-moz-border-right-colors

In Mozilla applications like Firefox, the -moz-border-right-colors CSS property sets a list of colors for the right border.
CSS CSS Property CSS Reference Non-standard

-moz-border-top-colors

In Mozilla applications like Firefox, the -moz-border-top-colors CSS property sets a list of colors for the top border.
CSS CSS Property CSS Reference Non-standard

Mozilla CSS Extensions

Mozilla supports a number of extensions to CSS that are prefixed with -moz-.
CSS CSS Reference CSS:Mozilla Extensions

-moz-image-rect

This value for CSS background-image lets you use a portion of a larger image as a background. This allows you to, for example, use different parts of one larger image as backgrounds in different parts of your content.
CSS CSS Property CSS Reference Non-standard

-moz-text-blink

The -moz-text-blink non-standard Mozilla CSS extension specifies the blink mode.
CSS CSS Reference CSS:Mozilla Extensions

object-fit

The object-fit CSS property specifies how the contents of a replaced element should be fitted to the box established by its used height and width.
CSS CSS Image CSS Property polyfill Reference

object-position

The object-position property determines the alignment of the replaced element inside its box.
CSS CSS Image CSS Property Reference

order

The CSS order property specifies the order used to lay out flex items in their flex container. Elements are laid out in the ascending order of the order value. Elements with the same order value are laid out in the order in which they appear in the source code.
CSS CSS Flexible Boxes CSS Property Reference

orphans

The orphans CSS property refers to the minimum number of lines in a block container that must be left at the bottom of the page. This property is normally used to control how page breaks occur.
CSS CSS Fragmentation CSS Property Reference

outline

The CSS outline property is a shorthand property for setting one or more of the individual outline properties outline-style, outline-width and outline-color in a single declaration. In most cases the use of this shortcut is preferable and more convenient.
CSS CSS Outline CSS Property Layout Reference

outline-color

The outline-color CSS property sets the color of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out.
CSS CSS Outline CSS Property NeedsMobileBrowserCompatibility Reference

outline-offset

The outline-offset CSS property is used to set space between an outline and the edge or border of an element. An outline is a line that is drawn around elements, outside the border edge.
CSS CSS Outline CSS Property NeedsLiveSample Reference

outline-width

The outline-width CSS property is used to set the width of the outline of an element. An outline is a line that is drawn around elements, outside the border edge, to make the element stand out:
CSS CSS Outline CSS Property Layout Reference

overflow-clip-box

The overflow-clip-box CSS property specifies relative to which box the clipping happens when there is an overflow.
CSS CSS Property CSS Reference Reference Web

padding

The padding property sets the padding space on all sides of an element. The padding area is the space between the content of the element and its border. Negative values are not allowed.
CSS CSS Padding CSS Property NeedsMobileBrowserCompatibility Reference

padding-bottom

The effect of the CSS padding-bottom property on the element boxThe padding-bottom CSS property of an element sets the height of the padding area at the bottom of an element. The padding area is the space between the content of the element and its border. Contrary to margin-bottom values, negative values of padding-bottom are invalid.
CSS CSS Padding CSS Property Reference

padding-left

The padding-left CSS property of an element sets the padding space required on the left side of an element. The padding area is the space between the content of the element and it's border. A negative value is not allowed.
CSS CSS Padding CSS Property Reference

padding-right

The padding-right CSS property of an element sets the padding space required on the right side of an element. The padding area is the space between the content of the element and its border. Negative values are not allowed.
CSS CSS Padding CSS Property Reference

padding-top

The effect of the CSS padding-top property on the element boxThe padding-top CSS property of an element sets the padding space required on the top of an element. The padding area is the space between the content of the element and its border. Contrary to margin-top values, negative values of padding-top are invalid.
CSS CSS Padding CSS Property Reference

perspective

The perspective CSS property determines the distance between the z=0 plane and the user in order to give to the 3D-positioned element some perspective. Each 3D element with z>0 becomes larger; each 3D-element with z<0 becomes smaller. The strength of the effect is determined by the value of this property.
CSS CSS Property CSS Transforms Experimental Reference