<rules
    xmlns="http://namespaces.plone.org/diazo"
    xmlns:css="http://namespaces.plone.org/diazo/css"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    >

    <after css:content="#one">
        <span>Uno</span>
    </after>

    <after
        css:theme="#alpha"
        css:content="#one"
        css:if-content="#two"
        />

    <after
        css:theme="#beta"
        css:content="#two"
        css:if-content="#three"
        />

</rules>
