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.
| Name | Type (from CSS) | Default value | Meaning |
|---|---|---|---|
| 100vw | Size (vw) | 100vw | XWiki 17.3.0+ Part of a workaround to get a unitless screen width. |
| int-viewport-width | Size (unitless) | N.A. | XWiki 17.3.0+ Unitless screen width, useful for ratio calculations. |
| font-weight-regular | Number | 400 | XWiki 17.3.0+ Font weight used for regular text in the interface. |
| font-weight-semibold | Number | 700 | XWiki 17.3.0+ Font weight used for semibold text in the interface. |
| font-weight-bold | Number | 900 | XWiki 17.3.0+ Font weight used for bold text in the interface. |
| login-form-max-width | Size (px) | 450px | XWiki 17.9.0+ Replacement for the LESS equivalent without proper casing. |