Results 81 - 100 of 140

Universal selectors

An asterisk (*) is the universal selector for CSS. It matches a single element of any type. Omitting the asterisk with simple selectors has the same effect. For instance, *.warning and .warning are considered equal.
Beginner CSS CSS Reference NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Selectors

-webkit-border-before

The -webkit-border-before CSS property is a shorthand property for setting the individual logical block start border property values in a single place in the style sheet. -webkit-border-before can be used to set the values for one or more of: -webkit-border-before-width, -webkit-border-before-style, and -webkit-border-before-color. It maps to a physical border depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top, border-right, border-bottom, or border-left property depending on the values defined for writing-mode, direction, and text-orientation.
CSS CSS Property CSS Reference Non-standard

::-moz-page

The ::-moz-page CSS pseudo-element applies to an individual page in print or print preview.
CSS CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

::-moz-placeholder

The ::-moz-placeholder pseudo-element represents any form element displaying placeholder text. This allows web developers and theme designers to customize the appearance of placeholder text, which is a light grey color by default. This may not work well if you've changed the background color of your form fields to be a similar color, for example, so you can use this pseudo-element to change the placeholder text color.
CSS CSS Pseudo-element CSS Reference Non-standard Non-Standard

:-moz-full-screen-ancestor

The :-moz-full-screen-ancestor CSS pseudo-class applies to all ancestors of the full-screen element, except containing frames in parent documents, which are the full-screen element in their own documents. However, those elements' ancestors have this class applied to them.
CSS CSS Reference NeedsCompatTable NeedsExample Non-standard Pseudo-class

::-moz-list-number

The ::-moz-list-number CSS pseudo-element lets you customize the appearance of numbers on list items (<li>) occurring in ordered lists (<ol>).
CSS CSS Reference NeedsCompatTable Non-standard Pseudo-element

:-moz-loading

The :-moz-loading CSS pseudo-class matches elements, which can't be displayed, because they have not started loading, such as images that haven't started to arrive yet. Note that images that are in the process of loading are not matched by this pseudo-class.
CSS CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

:-moz-locale-dir(ltr)

The :-moz-locale-dir(ltr) CSS pseudo-class matches an element if the user interface is being displayed left-to-right. This is determined by the preference intl.uidirection.locale (where locale is the current locale) being set to "ltr".
CSS CSS Reference Localization NeedsCompatTable NeedsExample Non-standard Pseudo-class

:-moz-lwtheme

The :-moz-lwtheme pseudo-class matches in chrome documents when the root element's lightweightthemes attribute is true and a theme is selected.
CSS CSS Reference Lightweight themes NeedsCompatTable NeedsExample Non-standard Themes

:-moz-only-whitespace

The :-moz-only-whitespace CSS pseudo-class matches an element that has no child nodes at all or empty text nodes or text nodes that have only white-space in them. Only when there are element nodes or text nodes with one or more characters inside the element, the element doesn't match this pseudo-class anymore.
CSS CSS Reference NeedsCompatTable Non-standard Pseudo-class

:-moz-suppressed

The :-moz-suppressed CSS pseudo-class matches elements representing images that were not loaded because loading images from that site has been blocked.
CSS CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

:-moz-system-metric(images-in-menus)

The :-moz-system-metric(images-in-menus) CSS pseudo-class matches an element if the computer's user interface supports images in menus.
CSS CSS Reference NeedsCompatTable NeedsContent NeedsExample Non-standard

:-moz-system-metric(scrollbar-end-backward)

The :-moz-system-metric(scrollbar-end-backward) CSS pseudo-class will match an element if the computer's user interface includes a backward arrow button at the end of scrollbars.
CSS CSS Pseudo-class CSS Reference NeedsContent NeedsExample Non-standard

:-moz-system-metric(scrollbar-end-forward)

The :-moz-system-metric(scrollbar-end-forward) CSS pseudo-class will match an element if the computer's user interface includes a forward arrow button at the end of scrollbars.
CSS CSS Pseudo-class CSS Reference NeedsContent NeedsExample Non-standard

:-moz-system-metric(scrollbar-start-backward)

The :-moz-system-metric(scrollbar-start-backward) CSS pseudo-class will match an element if the computer's user interface includes a backward arrow button at the start of scrollbars.
CSS CSS Pseudo-class CSS Reference NeedsContent NeedsExample Non-standard

:-moz-system-metric(scrollbar-start-forward)

The :-moz-system-metric(scrollbar-start-forward) CSS pseudo-class will match an element if the computer's user interface includes a forward arrow button at the start of scrollbars.
CSS CSS Pseudo-class CSS Reference NeedsContent NeedsExample Non-standard

:-moz-system-metric(scrollbar-thumb-proportional)

The :-moz-system-metric(scrollbar-thumb-proportional) CSS pseudo-class will match an element if the computer's user interface uses proportional scrollbar thumbs; that is, the draggable thumb on the scrollbar resizes to indicate the relative size of the visible area of the document.
CSS CSS Pseudo-class CSS Reference NeedsContent NeedsExample Non-standard