RUAL Documentation

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

font size uistyle v10.4.28 Specifies the font size of text. margin uistyle v10.4.28 Sets all the margin properties in one declaration. max width uistyle v10.4.28 sets the maximum width of an element. max height uistyle v10.4.28 sets the maximum height of 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. rgb uistyle v10.4.28 R (red), G (green), and B (blue). z index uistyle v10.4.28 sets the z-order of a positioned element and its descendants or flex items. 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. border uistyle v10.4.28 A shorthand property for all the border properties. position uistyle v10.4.28 Specifies the top/bottom/left/right position of a positioned element. height uistyle v10.4.28 Sets the height of an element. 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). 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 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 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). 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). rgba uistyle v10.4.28 R (red), G (green), B (blue) and A (alpha). opacity uistyle v10.4.28 Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency. cursor uistyle v10.4.28 sets the type of mouse cursor, if any, to show when the mouse pointer is over an element. position absolute uistyle v10.4.28 Specifies the type of positioning method used for an element (absolute). background uistyle v10.4.28 property sets the background color/image of an element. position relative uistyle v10.4.28 Specifies the type of positioning method used for an element (relative). color uistyle v10.4.28 CSS property sets the foreground color value of an element their text and text decorations, and sets the value. position static uistyle v10.4.28 Specifies the type of positioning method used for an element (static). position fixed uistyle v10.4.28 Specifies the type of positioning method used for an element (fixed).
Back to styling Return to the main group to view all sub-groups