Articles tagged: CSS

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9

Found 842 documents

  • Web/CSS/::-ms-clear The ::-ms-clear CSS pseudo-element represents a button (the "clear button") at the edge of a text ...
  • Web/CSS/::-ms-expand The ::-ms-expand CSS pseudo-element represents the button within a select that opens or closes the ...
  • Web/CSS/::-ms-fill The ::-ms-fill CSS pseudo-element represents the filled-in portion of a progress element. This ...
  • Web/CSS/::-ms-fill-lower The ::-ms-fill-lower CSS pseudo-element represents the portion of the "track" (the groove in which ...
  • Web/CSS/::-ms-fill-upper The ::-ms-fill-upper CSS pseudo-element represents the portion of the "track" (the groove in which ...
  • Web/CSS/::-ms-reveal The ::-ms-reveal CSS pseudo-element is used to display and apply styles to the "password reveal ...
  • Web/CSS/::-ms-thumb The ::-ms-thumb CSS pseudo-element represents the "thumb" that the user can move within the ...
  • Web/CSS/::-ms-track The ::-ms-track CSS pseudo-element represents the "track" (the groove in which the indicator ...
  • Web/CSS/::-ms-value The ::-ms-value pseudo-element applies rules to the value/content of an input or a select. Only ...
  • Web/CSS/::-webkit-input-placeholder The non-standard proprietary ::-webkit-input-placeholder pseudo-element represents the placeholder ...
  • Web/CSS/::-webkit-meter-bar The ::-webkit-meter-bar pseudo-class sets the styling for the background of the element. Container ...
  • Web/CSS/::-webkit-meter-even-less-good-value The ::-webkit-meter-even-less-good-value gives a red color to the meter element when the value and ...
  • Web/CSS/::-webkit-meter-inner-element ::-webkit-meter-inner-element is a proprietary WebKit CSS pseudo-element for selecting and applying ...
  • Web/CSS/::-webkit-meter-optimum-value The ::-webkit-meter-optimum-value pseudo-element  styles the meter element when its value is inside ...
  • Web/CSS/::-webkit-meter-suboptimum-value The ::-webkit-meter-suboptimum-value gives a yellow color to the meter element when the value ...
  • Web/CSS/::-webkit-progress-bar The ::-webkit-progress-bar CSS pseudo-element represents the entire bar of a progress element. ...
  • Web/CSS/::-webkit-progress-inner-element The ::-webkit-progress-inner-element CSS pseudo-element represents the outermost, container ...
  • Web/CSS/::-webkit-progress-value The ::-webkit-progress-value CSS pseudo-element represents the filled-in portion of the bar of a ...
  • Web/CSS/::-webkit-slider-runnable-track The ::-webkit-slider-runnable-track CSS pseudo-element represents the "track" (the groove in which ...
  • Web/CSS/::-webkit-slider-thumb The ::-webkit-slider-thumb CSS pseudo-element represents the "thumb" that the user can move within ...
  • Web/CSS/::after The CSS ::after pseudo-element matches a virtual last child of the selected element. It is ...
  • Web/CSS/::backdrop Each element in the top layer 's stack has a ::backdrop pseudo-element. This pseudo-element is a ...
  • Web/CSS/::before ::before creates a pseudo-element that is the first child of the element matched. It is often used ...
  • Web/CSS/::first-letter The ::first-letter CSS pseudo-element selects the first letter of the first line of a block, if it ...
  • Web/CSS/::first-line The ::first-line CSS pseudo-element applies styles only to the first line of an element. The amount ...
  • Web/CSS/::grammar-error The ::grammar-error CSS pseudo-element represents a text segment which the browser has flagged as ...
  • Web/CSS/::marker The ::marker CSS pseudo-element represents the marker box of a list item (e.g. the bullet point or ...
  • Web/CSS/::placeholder The ::placeholder CSS pseudo-element represents the placeholder text of a form element. This allows ...
  • Web/CSS/::selection The ::selection CSS pseudo-element applies rules to the portion of a document that has been ...
  • Web/CSS/::spelling-error The ::spelling-error CSS pseudo-element represents a text segment which the browser has flagged as ...
  • Web/CSS/:active The :active CSS pseudo-class matches when an element is being activated by the user. It allows the ...
  • Web/CSS/:any The :any() pseudo-class lets you quickly construct sets of similar selectors by establishing groups ...
  • Web/CSS/:checked The :checked CSS pseudo-class selector represents any radio (input type="radio"), checkbox (input ...
  • Web/CSS/:default The :default CSS pseudo-class represents any user interface element that is the default among a ...
  • Web/CSS/:dir The :dir CSS pseudo-class matches elements based on the directionality of the text contained in it. ...
  • Web/CSS/:disabled The :disabled CSS pseudo-class represents any disabled element. An element is disabled if it can't ...
  • Web/CSS/:empty The :empty pseudo-class represents any element that has no children at all. Only element nodes and ...
  • Web/CSS/:enabled The :enabled CSS pseudo-class represents any enabled element. An element is enabled if it can be ...
  • Web/CSS/:first The :first @page CSS pseudo-class describes the styling of the first page when printing a document.
  • Web/CSS/:first-child The :first-child CSS pseudo-class represents any element that is the first child element of its ...
  • Web/CSS/:first-of-type The :first-of-type CSS pseudo-class represents the first sibling of its type in the list of ...
  • Web/CSS/:focus The :focus CSS pseudo-class is applied when an element has received focus, either from the user ...
  • Web/CSS/:fullscreen The :fullscreen CSS pseudo-class applies to any element that's currently being displayed in ...
  • Web/CSS/:has The :has() CSS pseudo-class represents an element if any of the selectors, relative to the :scope ...
  • Web/CSS/:hover The :hover CSS pseudo-class matches when the user designates an element with a pointing device, but ...
  • Web/CSS/:in-range The :in-range CSS pseudo-class matches when an element has its value attribute inside the specified ...
  • Web/CSS/:indeterminate The :indeterminate CSS pseudo-class represents any input type="checkbox" element whose ...
  • Web/CSS/:invalid The :invalid CSS pseudo-class represents any input or form element whose content fails to validate ...
  • Web/CSS/:lang The :lang CSS pseudo-class matches elements based on the language the element is determined to be ...
  • Web/CSS/:last-child The :last-child CSS pseudo-class represents any element that is the last child element of its ...
  • Web/CSS/:last-of-type The :last-of-type CSS pseudo-class represents the last sibling with the given element name in the ...
  • Web/CSS/:left The :left CSS page pseudo-class matches any left page when printing a page. It allows to describe ...
  • Web/CSS/:link The :link CSS pseudo-class lets you select links inside elements. This will select any link which ...
  • Web/CSS/:not The negation CSS pseudo-class, :not(X), is a functional notation taking a simple selector X as an ...
  • Web/CSS/:nth-child The :nth-child(an+b) CSS pseudo-class matches an element that has a n+ b -1 siblings before it in ...
  • Web/CSS/:nth-last-child The :nth-last-child(an+b) CSS pseudo-class matches an element that has a n+ b -1 siblings after it ...
  • Web/CSS/:nth-last-of-type The :nth-last-of-type CSS pseudo-class matches an element that has a n+ b -1 siblings with the same ...
  • Web/CSS/:nth-of-type The :nth-of-type(an+b) CSS pseudo-class matches an element that has a n+ b -1 siblings with the ...
  • Web/CSS/:only-child The :only-child CSS pseudo-class represents any element which is the only child of its parent. This ...
  • Web/CSS/:only-of-type The :only-of-type CSS pseudo-class represents any element that has no siblings of the given type.
  • Web/CSS/:optional The :optional CSS pseudo-class represents any input element that does not have the required ...
  • Web/CSS/:out-of-range The :out-of-range CSS pseudo-class matches when an element has its value attribute outside the ...
  • Web/CSS/:read-only The :read-only CSS pseudo-class matches when an element is not writable by the user.
  • Web/CSS/:read-write The :read-write CSS pseudo-class matches when an element is editable by user like text input ...
  • Web/CSS/:required The :required CSS pseudo-class represents any input element that has the required attribute set on ...
  • Web/CSS/:right The :right CSS page pseudo-class matches any right page when printing a page. It allows to describe ...
  • Web/CSS/:root The :root CSS pseudo-class matches the root element of a tree representing the document. Applied to ...
  • Web/CSS/:scope The :scope CSS pseudo-class matches the elements that are a reference point for selectors to match ...
  • Web/CSS/:target The :target pseudo-class represents the unique element, if any, with an id matching the fragment ...
  • Web/CSS/:valid The :valid CSS pseudo-class represents any input or form element whose content validates correctly ...
  • Web/CSS/:visited The :visited CSS pseudo-class lets you select only links that have been visited. This style may be ...
  • Web/CSS/@charset The @charset CSS at-rule specifies the character encoding used in the style sheet. It must be the ...
  • Web/CSS/@counter-style The @counter-style CSS at-rule lets authors define specific counter styles that are not part of the ...
  • Web/CSS/@counter-style/additive-symbols The additive-symbols descriptor is similar to the symbols descriptor and allows the user to specify ...
  • Web/CSS/@counter-style/fallback The fallback descriptor can be used to specify a counter style to fall back to if the current ...
  • Web/CSS/@counter-style/negative When defining custom counter styles, the negative descriptor lets the author alter the ...
  • Web/CSS/@counter-style/pad The pad descriptor can be used with custom counter style definitions when you need the marker ...
  • Web/CSS/@counter-style/prefix The prefix descriptor of the @counter-style rule allows authors to specify a symbol that will be ...
  • Web/CSS/@counter-style/range When defining custom counter styles, the range descriptor lets the author specify a range of ...
  • Web/CSS/@counter-style/speak-as The speak-as descriptor specifies how a counter symbol constructed with a given @counter-style will ...
  • Web/CSS/@counter-style/suffix The suffix is used with @counter-style to specify a symbol that will be appended to the marker ...
  • Web/CSS/@counter-style/symbols The symbols descriptor is used to specify the symbols that the specified counter system will use to ...
  • Web/CSS/@counter-style/system The system descriptor specifies the algorithm to be used for converting the integer value of a ...
  • Web/CSS/@document The @document CSS at-rule restricts the style rules contained within it based on the URL of the ...
  • Web/CSS/@font-face The @font-face CSS at-rule allows authors to specify online fonts to display text on their web ...
  • Web/CSS/@font-face/font-style The font-style CSS descriptor allows authors to specify font styles for the fonts specified in the ...
  • Web/CSS/@font-face/unicode-range The unicode-range CSS descriptor sets the specific range of characters to be used from a font ...
  • Web/CSS/@font-feature-values The @font-feature-values CSS at-rule allows authors to use a common name in font-variant-alternates ...
  • Web/CSS/@import The @import CSS at-rule is used to import style rules from other style sheets. These rules must ...
  • Web/CSS/@keyframes The @keyframes CSS at-rule lets authors control the intermediate steps in a CSS animation sequence ...
  • Web/CSS/@media The @media CSS at-rule associates a set of nested statements, in a CSS block that is delimited by ...
  • Web/CSS/@media/-webkit-animation -webkit-animation is a non-standard boolean CSS media feature whose value indicates whether ...
  • Web/CSS/@media/-webkit-transform-2d -webkit-transform-2d is a non-standard boolean CSS media feature whose value indicates whether ...
  • Web/CSS/@media/-webkit-transform-3d -webkit-transform-3d is a non-standard boolean CSS media feature whose value indicates whether ...
  • Web/CSS/@media/-webkit-transition -webkit-transition is a non-standard boolean CSS media feature whose value indicates whether ...
  • Web/CSS/@media/any-hover any-hover is a CSS media feature that can be used to check whether any available input mechanism ...
  • Web/CSS/@media/any-pointer any-pointer is a CSS media feature that can be used to check whether any available input mechanism ...
  • Web/CSS/@media/aspect-ratio aspect-ratio is a CSS media feature whose value is the width-to-height aspect ratio of the viewport.
  • Web/CSS/@media/color color is a CSS media feature whose value is the integer number of bits per color component of the ...
  • Web/CSS/@media/color-index color-index is a CSS media feature whose value is the integer number of entries in the output ...
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9