<rules css:if-content="#visual-portal-wrapper">
A tag that contains a condition, used for grouping rules.
<replace css:theme-children=".mainNav" css:content-children="#portal-globalnav"/>
Replace the selected element from the theme with the selected element from the content.
<before css:theme-children="head" css:content="base"/> <after css:theme-children="head" css:content="head link, head style"/>
Place content before or after selected item in the theme.
<drop css:content='#portal-breadcrumbs'/> <strip css:content='#portal-logo'/>
<drop> will remove the element and all its children.
<strip> will remove the selected tag, and leave the children.
<merge attributes="class" css:theme="body" css:content="body" /> <copy attributes="href" css:theme=".homeLink" css:content="#portal-logo"/>
Both are for applying attributes on elements from the content to the theme.
<merge> will combine attributes from the content and the theme.
<copy> will place or replace attributes.
Space | Forward |
---|---|
Right, Down, Page Down | Next slide |
Left, Up, Page Up | Previous slide |
P | Open presenter console |
H | Toggle this help |