Articles tagged: CSS
Found 1028 documents
- Web/CSS/::-moz-range-progress The ::-moz-range-progress CSS pseudo-element is a Mozilla extension that represents the lower ...
- Web/CSS/::-moz-range-thumb The ::-moz-range-thumb CSS pseudo-element is a Mozilla extension that represents the thumb ...
- Web/CSS/::-moz-range-track The ::-moz-range-track CSS pseudo-element is a Mozilla extension that represents the track ...
- Web/CSS/::-moz-scrolled-page-sequence The ::-moz-scrolled-page-sequence CSS pseudo-element is a Mozilla extension that represents the ...
- Web/CSS/::-ms-browse The ::-ms-browse CSS pseudo-element represents the button to open the file picker of an input of ...
- Web/CSS/::-ms-check The ::-ms-check CSS pseudo-element is a Microsoft extension that represents the checkmark of an ...
- Web/CSS/::-ms-clear The ::-ms-clear CSS pseudo-element represents a button (the "clear button") at the edge of a ...
- Web/CSS/::-ms-expand The ::-ms-expand CSS pseudo-element represents the button within a select that opens or closes ...
- 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 ...
- Web/CSS/::-ms-fill-upper The ::-ms-fill-upper CSS pseudo-element represents the portion of the "track" (the groove in ...
- 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-ticks-after The ::-ms-ticks-after CSS pseudo-element is a Microsoft extension that applies one or more ...
- Web/CSS/::-ms-ticks-before The ::-ms-ticks-before CSS pseudo-element is a Microsoft extension that applies one or more ...
- Web/CSS/::-ms-tooltip The ::-ms-tooltip CSS pseudo-element is a Microsoft extension that applies one or more styles to ...
- 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-file-upload-button The ::-webkit-file-upload-button CSS pseudo-element represents the button of an input of ...
- Web/CSS/::-webkit-inner-spin-button The ::-webkit-inner-spin-button CSS pseudo-element is used to style the inner part of the ...
- Web/CSS/::-webkit-input-placeholder The non-standard proprietary ::-webkit-input-placeholder pseudo-element represents the ...
- Web/CSS/::-webkit-meter-bar The ::-webkit-meter-bar CSS pseudo-class is a WebKit extension that represents the meter bar in ...
- Web/CSS/::-webkit-meter-even-less-good-value The ::-webkit-meter-even-less-good-value gives a red color to a 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 ...
- Web/CSS/::-webkit-meter-optimum-value The ::-webkit-meter-optimum-value CSS pseudo-element styles the meter element when its value is ...
- Web/CSS/::-webkit-meter-suboptimum-value The ::-webkit-meter-suboptimum-value pseudo-element gives a yellow color to the meter element ...
- Web/CSS/::-webkit-outer-spin-button The ::-webkit-outer-spin-button CSS pseudo-element is used to style the outer part of the ...
- 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 of ...
- 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-scrollbar The ::-webkit-scrollbar CSS pseudo-element affects the style of the scrollbar of an element.
- Web/CSS/::-webkit-search-cancel-button The ::-webkit-search-cancel-button CSS pseudo-element represents a button (the "cancel button") ...
- Web/CSS/::-webkit-search-results-button The ::-webkit-search-results-button CSS pseudo-element represents a button (the "search results ...
- Web/CSS/::-webkit-slider-runnable-track The ::-webkit-slider-runnable-track CSS pseudo-element represents the "track" (the groove in ...
- Web/CSS/::-webkit-slider-thumb The ::-webkit-slider-thumb CSS pseudo-element represents the "thumb" that the user can move ...
- Web/CSS/::after In CSS, ::after creates a pseudo-element that is the last child of the selected element. It is ...
- Web/CSS/::backdrop The ::backdrop CSS pseudo-element is a box rendered immediately below any element rendered in ...
- Web/CSS/::before In CSS, ::before creates a pseudo-element that is the first child of the selected element. It is ...
- Web/CSS/::cue The ::cue CSS pseudo-element matches WebVTT cues within a selected element. This can be used to ...
- Web/CSS/::first-letter The ::first-letter CSS pseudo-element applies styles to the first letter of the first line of a ...
- Web/CSS/::first-line The ::first-line CSS pseudo-element applies styles to the first line of a block-level element.
- Web/CSS/::grammar-error The ::grammar-error CSS pseudo-element represents a text segment which the user agent has ...
- Web/CSS/::marker The ::marker CSS pseudo-element selects the marker box of a list item, which typically contains ...
- Web/CSS/::placeholder The ::placeholder CSS pseudo-element represents the placeholder text of a form element.
- Web/CSS/::selection The ::selection CSS pseudo-element applies styles 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 user agent has ...
- Web/CSS/:active The :active CSS pseudo-class represents an element (such as a button) that is being activated by ...
- Web/CSS/:any The :any() pseudo-class lets you create a selector containing multiple options, any one of which ...
- Web/CSS/:any-link The :any-link CSS pseudo-class selector represents an element that acts as the source anchor of ...
- Web/CSS/:checked The :checked CSS pseudo-class selector represents any radio (input type="radio"), checkbox ...
- Web/CSS/:default The :default CSS pseudo-class represents any form element that is the default among a group of ...
- Web/CSS/:dir The :dir() CSS pseudo-class matches elements based on the directionality of the text contained ...
- Web/CSS/:disabled The :disabled CSS pseudo-class represents any disabled element. An element is disabled if it ...
- Web/CSS/:empty The :empty CSS pseudo-class represents any element that has no children. Children can be either ...
- 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 CSS pseudo-class, used with the @page at-rule, represents the first page of a printed ...
- Web/CSS/:first-child The :first-child CSS pseudo-class represents the first element among a group of sibling elements.
- Web/CSS/:first-of-type The :first-of-type CSS pseudo-class represents the first element of its type among a group of ...
- Web/CSS/:focus The :focus CSS pseudo-class represents an element (such as a form input) that has received ...
- Web/CSS/:focus-within The :focus-within CSS pseudo-class represents an element that has received focus or contains an ...
- Web/CSS/:fullscreen The :fullscreen CSS pseudo-class represents an element that's displayed when the browser is in ...
- Web/CSS/:has The :has() CSS pseudo-class represents an element if any of the selectors, relative to the ...
- Web/CSS/:hover The :hover CSS pseudo-class matches when the user interacts with an element with a pointing ...
- Web/CSS/:in-range The :in-range CSS pseudo-class represents an input element whose current value is within the ...
- Web/CSS/:indeterminate The :indeterminate CSS pseudo-class represents any form element whose state is indeterminate.
- Web/CSS/:invalid The :invalid CSS pseudo-class represents any input or other form element whose contents fail to ...
- Web/CSS/:lang The :lang() CSS pseudo-class matches elements based on the language they are determined to be in.
- Web/CSS/:last-child The :last-child CSS pseudo-class represents the last element among a group of sibling elements.
- Web/CSS/:last-of-type The :last-of-type CSS pseudo-class represents the last element of its type among a group of ...
- Web/CSS/:left The :left CSS pseudo-class, used with the @page at-rule, represents all left-hand pages of a ...
- Web/CSS/:link The :link CSS pseudo-class represents an element that has not yet been visited. It matches every ...
- Web/CSS/:not The :not() CSS pseudo-class represents elements that do not match a list of selectors. Since it ...
- Web/CSS/:nth-child The :nth-child() CSS pseudo-class matches one or more elements based on their position among a ...
- Web/CSS/:nth-last-child The :nth-last-child() CSS pseudo-class matches one or more elements based on their position ...
- Web/CSS/:nth-last-of-type The :nth-last-of-type() CSS pseudo-class matches one or more elements of a given type, based on ...
- Web/CSS/:nth-of-type The :nth-of-type() CSS pseudo-class matches one or more elements of a given type, based on their ...
- Web/CSS/:only-child The :only-child CSS pseudo-class represents an element without any siblings. This is the same as ...
- Web/CSS/:only-of-type The :only-of-type CSS pseudo-class represents an element that has no siblings of the same type.
- Web/CSS/:optional The :optional CSS pseudo-class represents any input, select, or textarea element that does not ...
- Web/CSS/:out-of-range The :out-of-range CSS pseudo-class represents an input element whose current value is outside ...
- Web/CSS/:placeholder-shown The :placeholder-shown CSS pseudo-class represents any input or textarea element that is ...
- Web/CSS/:read-only The :read-only CSS pseudo-class represents an element (such as a locked text input) that is not ...
- Web/CSS/:read-write The :read-write CSS pseudo-class represents an element (such as a text input) that is editable ...
- Web/CSS/:required The :required CSS pseudo-class represents any input, select, or textarea element that has the ...
- Web/CSS/:right The :right CSS pseudo-class, used with the @page at-rule, represents all right-hand pages of a ...
- Web/CSS/:root The :root CSS pseudo-class matches the root element of a tree representing the document. In ...
- Web/CSS/:scope The :scope CSS pseudo-class represents elements that are a reference point for selectors to ...
- Web/CSS/:target The :target CSS pseudo-class represents a unique element (the target element) with an id ...
- Web/CSS/:valid The :valid CSS pseudo-class represents any input or other form element whose contents validate ...
- Web/CSS/:visited The :visited CSS pseudo-class represents links that the user has already visited. For privacy ...
- Web/CSS/@charset The @charset CSS at-rule specifies the character encoding used in the style sheet. It must be ...
- Web/CSS/@counter-style The @counter-style CSS at-rule lets you define counter styles that are not part of the ...
- Web/CSS/@counter-style/additive-symbols The additive-symbols descriptor lets you specify symbols when the value of a counter system ...
- 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 you alter the representations ...
- 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 ...
- Web/CSS/@counter-style/suffix The suffix is used with @counter-style to specify a symbol that will be appended to the marker ...