Stylesheet
Load a CSS file or define CSS rules
Allowed attributes: filename
Child elements: (none)
If no filename is given, the speedata Publisher expects the CSS rules as the contents of this element.
<Stylesheet filename="style.css" />
<Stylesheet> frame { border-bottom-right-radius: 1cm; border-bottom-left-radius: 1cm; border-top-right-radius: 1cm; border-top-left-radius: 1cm; } box { background-color: red; } </Stylesheet>