site_style

NAML documentation   Watch a video
   Usages of this macro
... in configuration.naml
5
6
7
8
9
10
<override_macro name="site_style">
        <n.overridden/>
        
            h1#forum-title { visibility:hidden; } h1#forum-title:after { visibility:visible; content :''; width: 144px; height:60px; position:absolute; top:20px; left: 50%; margin-left:-72px; background: url('https://cwiki.apache.org/confluence/download/attachments/6555939/OFBIZ?version=3&modificationDate=1385470543349'); background-size:144px 60px; }
        
    </override_macro>
Overrides default macro
... in utilities.naml
70
71
72
73
74
<macro name="site_style" unindent="true">
    <n.uncache_for
Binary
Namespace: ServletNamespace
Parameters: do
/>
    <n.set_response_header
Binary
Namespace: ServletNamespace
Parameters: name, value
 name="Content-Type" value="text/css"/>
    <n.comment
Macro
Parameters: text
.>To be overridden</n.comment.>
</macro>