CSS-Only Properties

Last modified by Lucas Charpentier on 2026/02/05 17:22

Content

Reference

Those are only available as CSS properties and do not have an equivalent in LESS variables.

NameType (from CSS)Default valueMeaning
100vwSize (vw)100vwXWiki 17.3.0+  Part of a workaround to get a unitless screen width.WarningAvoid using it in customizations, CSS will likely improve and this workaround might get removed from XWiki at some point.
int-viewport-widthSize (unitless)N.A.XWiki 17.3.0+ Unitless screen width, useful for ratio calculations. WarningAvoid using it in customizations, CSS will likely improve and this workaround might get removed from XWiki at some point.
font-weight-regularNumber400XWiki 17.3.0+ Font weight used for regular text in the interface.
font-weight-semiboldNumber700XWiki 17.3.0+ Font weight used for semibold text in the interface.
font-weight-boldNumber900XWiki 17.3.0+ Font weight used for bold text in the interface.
login-form-max-widthSize (px)450pxXWiki 17.9.0+ Replacement for the LESS equivalent without proper casing.

Get Connected