Interface StyleSheets

CSS properties

Hierarchy

  • StyleSheets

Properties

align-content align-items align-self all animation animation-delay animation-direction animation-duration animation-fill-mode animation-iteration-count animation-name animation-play-state animation-timing-function appearance backface-visibility background background-attachment background-blend-mode background-clip background-color background-image background-origin background-position background-repeat background-size border border-bottom border-bottom-color border-bottom-left-radius border-bottom-right-radius border-bottom-style border-bottom-width border-collapse border-color border-image border-image-outset border-image-repeat border-image-slice border-image-source border-image-width border-left border-left-color border-left-style border-left-width border-radius border-right border-right-color border-right-style border-right-width border-spacing border-style border-top border-top-color border-top-left-radius border-top-right-radius border-top-style border-top-width border-width bottom box-shadow box-sizing caption-side clear clip color column-count column-fill column-gap column-rule column-rule-color column-rule-style column-rule-width column-span column-width columns content counter-increment counter-reset cursor direction display empty-cells filter flex flex-basis flex-direction flex-flow flex-grow flex-shrink flex-wrap float font font-family font-size font-size-adjust font-style font-variant font-weight gap height inset justify-content left letter-spacing line-height list-style list-style-image list-style-position list-style-type margin margin-bottom margin-left margin-right margin-top max-height max-width min-height min-width object-fit object-position opacity order outline outline-color outline-offset outline-style outline-width overflow overflow-wrap overflow-x overflow-y padding padding-bottom padding-left padding-right padding-top page-break-after page-break-before page-break-inside perspective perspective-origin pointer-events position quotes resize right tab-size table-layout text-align text-align-last text-decoration text-decoration-color text-decoration-line text-decoration-style text-indent text-justify text-overflow text-shadow text-transform top transform transform-origin transform-style transition transition-delay transition-duration transition-property transition-timing-function unicode-bidi user-select vertical-align visibility white-space width word-break word-spacing word-wrap writing-mode z-index

Properties

align-content: "center" | "inherit" | "stretch" | "flex-start" | "flex-end" | "space-between" | "space-around" | "initial"
align-items: "center" | "inherit" | "stretch" | "flex-start" | "flex-end" | "initial" | "baseline"
align-self: "auto" | "center" | "inherit" | "stretch" | "flex-start" | "flex-end" | "initial" | "baseline"
all: "inherit" | "initial" | "unset"
animation: string
animation-delay: string
animation-direction: "reverse" | "alternate" | "alternate-reverse" | "normal" | "inherit" | "initial"
animation-duration: string
animation-fill-mode: "backwards" | "both" | "forwards" | "none" | "inherit" | "initial"
animation-iteration-count: number
animation-name: string
animation-play-state: "paused" | "running"
animation-timing-function: string
appearance: "window" | "normal" | "button" | "menu" | "icon" | "field"
backface-visibility: "hidden" | "visible"
background: string
background-attachment: "fixed" | "inherit" | "scroll" | "initial" | "local"
background-blend-mode: "normal" | "color" | "color-dodge" | "darken" | "lighten" | "luminosity" | "multiply" | "overlay" | "saturation" | "screen"
background-clip: "border-box" | "content-box" | "padding-box"
background-color: string
background-image: string
background-origin: "border-box" | "content-box" | "padding-box"
background-position: string
background-repeat: "repeat" | "inherit" | "repeat-x" | "repeat-y" | "no-repeat"
background-size: string
border: string
border-bottom: string
border-bottom-color: string
border-bottom-left-radius: string
border-bottom-right-radius: string
border-bottom-style: "none" | "inset" | "inherit" | "hidden" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "outset"
border-bottom-width: string
border-collapse: "inherit" | "collapse" | "separate"
border-color: string
border-image: string
border-image-outset: string
border-image-repeat: "repeat" | "round" | "inherit" | "stretch" | "initial"
border-image-slice: string
border-image-source: string
border-image-width: string
border-left: string
border-left-color: string
border-left-style: "none" | "inset" | "inherit" | "hidden" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "outset"
border-left-width: string
border-radius: string
border-right: string
border-right-color: string
border-right-style: "none" | "inset" | "inherit" | "hidden" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "outset"
border-right-width: string
border-spacing: string
border-style: string
border-top: string
border-top-color: string
border-top-left-radius: string
border-top-right-radius: string
border-top-style: "none" | "inset" | "inherit" | "hidden" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "outset"
border-top-width: string
border-width: string
bottom: string
box-shadow: string
box-sizing: "border-box" | "content-box" | "inherit"
caption-side: "top" | "bottom" | "inherit"
clear: "both" | "none" | "left" | "right" | "inherit"
clip: string
color: string
column-count: number | "auto"
column-fill: "auto" | "balance"
column-gap: string
column-rule: string
column-rule-color: string
column-rule-style: "none" | "inset" | "hidden" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "outset"
column-rule-width: string
column-span: "all" | 1
column-width: string
columns: string
content: string
counter-increment: string
counter-reset: string
cursor: string
direction: "ltr" | "rtl" | "inherit"
display: "inline" | "none" | "block" | "flex" | "grid" | "marker" | "inherit" | "table" | "inline-block" | "inline-flex" | "inline-grid" | "list-item" | "run-in" | "compact" | "inline-table" | "table-row-group" | "table-header-group" | "table-footer-group" | "table-row" | "table-column-group" | "table-column" | "table-cell" | "table-caption"
empty-cells: "hide" | "show" | "inherit"
filter: string
flex: string | number
flex-basis: string
flex-direction: "inherit" | "initial" | "row" | "row-reverse" | "column" | "column-reverse"
flex-flow: string
flex-grow: number | "inherit" | "initial"
flex-shrink: number | "inherit" | "initial"
flex-wrap: "inherit" | "initial" | "nowrap" | "wrap" | "wrap-reverse"
float: "none" | "left" | "right" | "inherit"
font: string
font-family: string
font-size: string
font-size-adjust: number | "none" | "inherit"
font-style: "normal" | "inherit" | "italic" | "oblique"
font-variant: "normal" | "inherit" | "small-caps"
font-weight: "bold" | "normal" | "lighter" | "inherit" | 100 | 300 | "bolder" | 200 | 400 | 500 | 600 | 700 | 800 | 900
gap: string
height: string
inset: string
justify-content: "center" | "inherit" | "flex-start" | "flex-end" | "space-between" | "space-around" | "initial"
left: string
letter-spacing: string
line-height: string | number
list-style: string
list-style-image: string
list-style-position: "inherit" | "inside" | "outside"
list-style-type: string
margin: string
margin-bottom: string
margin-left: string
margin-right: string
margin-top: string
max-height: string
max-width: string
min-height: string
min-width: string
object-fit: "fill" | "none" | "contain" | "inherit" | "initial" | "cover" | "scale-down"
object-position: "position" | "inherit" | "initial"
opacity: number | "inherit"
order: number | "inherit" | "initial"
outline: string
outline-color: string
outline-offset: string
outline-style: "none" | "inset" | "inherit" | "dotted" | "dashed" | "solid" | "double" | "groove" | "ridge" | "outset"
outline-width: string
overflow: "auto" | "inherit" | "hidden" | "visible" | "scroll"
overflow-wrap: "normal" | "break-word"
overflow-x: "auto" | "hidden" | "visible" | "scroll" | "no-display" | "no-content"
overflow-y: "auto" | "hidden" | "visible" | "scroll" | "no-display" | "no-content"
padding: string
padding-bottom: string
padding-left: string
padding-right: string
padding-top: string
page-break-after: "auto" | "left" | "right" | "inherit" | "always" | "avoid"
page-break-before: "auto" | "left" | "right" | "inherit" | "always" | "avoid"
page-break-inside: "auto" | "inherit" | "avoid"
perspective: number | "none"
perspective-origin: string
pointer-events: "auto" | "none" | "inherit" | "initial"
position: "fixed" | "absolute" | "inherit" | "initial" | "relative" | "static" | "sticky"
quotes: string
resize: "both" | "none" | "horizontal" | "vertical"
right: string
tab-size: number | "length" | "inherit" | "initial"
table-layout: "fixed" | "inherit" | "automatic"
text-align: "center" | "left" | "right" | "inherit" | "justify"
text-align-last: "auto" | "center" | "end" | "start" | "left" | "right" | "inherit" | "initial" | "justify"
text-decoration: "blink" | "none" | "inherit" | "underline" | "overline" | "line-through"
text-decoration-color: "color" | "inherit" | "initial"
text-decoration-line: "none" | "inherit" | "initial" | "underline" | "overline" | "line-through"
text-decoration-style: "inherit" | "initial" | "dotted" | "dashed" | "solid" | "double" | "wavy"
text-indent: string
text-justify: "trim" | "auto" | "inter-word" | "inter-ideograph" | "inter-cluster" | "distribute" | "kashida"
text-overflow: "string" | "clip" | "ellipsis"
text-shadow: string
text-transform: "none" | "inherit" | "capitalize" | "uppercase" | "lowercase"
top: string
transform: string
transform-origin: string
transform-style: "flat" | "preserve-3d"
transition: string
transition-delay: string
transition-duration: string
transition-property: string
transition-timing-function: string
unicode-bidi: "normal" | "inherit" | "embed" | "initial" | "bidi-override"
user-select: "all" | "auto" | "none" | "contain" | "text"
vertical-align: string
visibility: "inherit" | "hidden" | "visible" | "collapse"
white-space: "normal" | "inherit" | "pre" | "nowrap" | "pre-wrap" | "pre-line"
width: string
word-break: "normal" | "break-all" | "keep-all"
word-spacing: string
word-wrap: "normal" | "break-word"
writing-mode: "horizontal-tb" | "vertical-rl" | "vertical-lr" | "sideways-rl" | "sideways-lr"
z-index: number | "auto" | "inherit"

Generated using TypeDoc