Blocks within element
List of all the block within the element
group. If you're running an older core version, there may be groups listed here that are not available to you (yet).
uistyle
v10.4.28
Sets all the margin properties in one declaration.
font size uistyle
v10.4.28
Specifies the font size of text.
max width uistyle
v10.4.28
sets the maximum width of an element.
height uistyle
v10.4.28
Sets the height of an element.
width uistyle
v10.4.28
Sets the width of an element.
display inline block uistyle
v10.4.28
sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (inline-block).
display none uistyle
v10.4.28
sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (none).
rgb uistyle
v10.4.28
R (red), G (green), and B (blue).
background uistyle
v10.4.28
property sets the background color/image of an element.
color uistyle
v10.4.28
CSS property sets the foreground color value of an element their text and text decorations, and sets the uistyle
v10.4.28
sets the z-order of a positioned element and its descendants or flex items.
display inline uistyle
v10.4.28
sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (inline).
display show uistyle
v10.4.28
sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (show).
position static uistyle
v10.4.28
Specifies the type of positioning method used for an element (static).
rgba uistyle
v10.4.28
R (red), G (green), B (blue) and A (alpha).
font weight uistyle
v10.4.28
sets the weight (or boldness) of the font
padding uistyle
v10.4.28
A shorthand property for all the padding-* properties.
max height uistyle
v10.4.28
sets the maximum height of an element.
position uistyle
v10.4.28
Specifies the top/bottom/left/right position of a positioned element.
border uistyle
v10.4.28
A shorthand property for all the border properties.
cursor uistyle
v10.4.28
sets the type of mouse cursor, if any, to show when the mouse pointer is over an element.
display uistyle
v10.4.28
sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex.
display flex uistyle
v10.4.28
sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (flex).
display block uistyle
v10.4.28
sets whether an element is treated as a block or inline element and the layout used for its children, such as flow layout, grid or flex (block).
opacity uistyle
v10.4.28
Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.
position fixed uistyle
v10.4.28
Specifies the type of positioning method used for an element (fixed).
position absolute uistyle
v10.4.28
Specifies the type of positioning method used for an element (absolute).
position relative uistyle
v10.4.28
Specifies the type of positioning method used for an element (relative).
Back to
styling
Return to the main group to view all sub-groups