<css> add a CSS to content

name
css
xml namespace
http://moyaproject.com

This content tag creates a <style> element in html, with the enclosed text.

It is generally preferable to use <include-css>, but this tag can be useful to insert dynamically generated CSS.

Example

<css>
    .character.rygel
    {
        font-weight:bold
    }
</css>
attributes
name purpose type required? default choices
section Section to add CSS tag to text No "css"
inherited attributes
name purpose type required? default choices
if Conditional expression expression No yes
obj Object to render index No