<rules
    xmlns="http://namespaces.plone.org/diazo"
    xmlns:css="http://namespaces.plone.org/diazo/css"
    >
    <!-- an exact path match -->
    <copy
        if-path="/somewhere/"
        css:theme="#content"
        css:content="body > *"
        />
</rules>
