Stylesheet

Load a CSS file or define CSS rules

Child elements

(none)

Parent elements

Include, Layout

Attributes

filename (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 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>

See also

The section about CSS.