We found 32 matches for: styling

An overview of all styling blocks currently available, updated daily!

element: rgba

R (red), G (green), B (blue) and A (alpha).

In-pins

red
green
blue
alpha

Out-pins

uistyle
element: cursor

sets the type of mouse cursor, if any, to show when the mouse pointer is over an element.

In-pins

cursor

Out-pins

uistyle
element: display none

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).

Out-pins

uistyle
element: display flex

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).

Out-pins

uistyle
element: width

Sets the width of an element.

In-pins

width

Out-pins

uistyle
element: display inline

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).

Out-pins

uistyle
element: display inline block

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).

Out-pins

uistyle
element: padding

A shorthand property for all the padding-* properties.

In-pins

top
bottom
left
right

Out-pins

uistyle
element: border

A shorthand property for all the border properties.

In-pins

top
bottom
left
right

Out-pins

uistyle
element: position

Specifies the top/bottom/left/right position of a positioned element.

In-pins

top
bottom
left
right

Out-pins

uistyle
element: font size

Specifies the font size of text.

In-pins

fontsize

Out-pins

uistyle
element: max width

sets the maximum width of an element.

In-pins

max-width

Out-pins

uistyle
element: max height

sets the maximum height of an element.

In-pins

max-height

Out-pins

uistyle
element: position absolute

Specifies the type of positioning method used for an element (absolute).

Out-pins

uistyle
element: position fixed

Specifies the type of positioning method used for an element (fixed).

Out-pins

uistyle
element: position relative

Specifies the type of positioning method used for an element (relative).

Out-pins

uistyle
element: position static

Specifies the type of positioning method used for an element (static).

Out-pins

uistyle
style: if

In-pins

true
false
boolean

Out-pins

uistyle
style: multiple

Multiple styling

In-pins

style_1
style_2

Out-pins

uistyle
element: rgb

R (red), G (green), and B (blue).

In-pins

red
green
blue

Out-pins

uistyle
element: background

property sets the background color/image of an element.

In-pins

color
image

Out-pins

uistyle
element: color

CSS property sets the foreground color value of an element their text and text decorations, and sets the value.

In-pins

color

Out-pins

uistyle
element: display show

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).

Out-pins

uistyle
element: display

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.

In-pins

display

Out-pins

uistyle
element: z index

sets the z-order of a positioned element and its descendants or flex items.

In-pins

zindex

Out-pins

uistyle
element: height

Sets the height of an element.

In-pins

height

Out-pins

uistyle
element: display block

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).

Out-pins

uistyle
element: margin

Sets all the margin properties in one declaration.

In-pins

top
bottom
left
right

Out-pins

uistyle
element: font weight

sets the weight (or boldness) of the font

In-pins

fontweight

Out-pins

uistyle
element: opacity

Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.

In-pins

opacity

Out-pins

uistyle
style: switch

In-pins

expression
Default

Out-pins

uistyle
match
Returns true in case a match was found.
style: custom

Custom styling

Out-pins

uistyle