Skip to main content

HTML & CSS Support

HTML (HyperText Markup Language) is the most basic building block of the Web. It defines the meaning and structure of web content. Cascading Style Sheets (CSS) describes how elements should be rendered on screen or on other media. The Tape calculation field supports HTML syntax inside the result of a calculation. The result will be rendered as HTML on the client (both web and mobile).

Tape color scheme

The Tape color schema is available via the following CSS variables:

CSS VariableDescriptionColor
--tape-color-primaryPrimary color
--tape-color-primary-dark-10Primary color 10% darker
--tape-color-primary-dark-20Primary color 20% darker
--tape-color-primary-10Primary color with 10% opacity
--tape-color-primary-20Primary color with 20% opacity
--tape-color-lightestLightest color
--tape-color-lighterLighter color
--tape-color-mediumlightMedium-light color
--tape-color-lightLight color
--tape-color-darkDark color
--tape-color-darkerDarker color
--tape-color-darkestDarkest color
--tape-color-successSuccess color
--tape-color-dangerDanger color
--tape-color-danger-dark-10Danger color 10% darker
--tape-color-danger-dark-20Danger color 20% darker
--tape-color-danger-10Danger color 10% opacity
--tape-color-danger-20Danger color 20% opacity