Stylesheet#
Load a CSS file or define CSS rules
Child elements#
(none)
Parent elements#
Attributes#
href
(text, optional)- The filename of the CSS stylesheet including the file extension.
Remarks#
If no filename is given, the speedata Publisher expects the CSS rules as the contents of this element.
Example#
<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>