site_style

NAML documentation   Watch a video
   Usages of this macro
... in configuration.naml
1
2
3
4
5
6
<override_macro name="site_style">
        <n.overridden/>
        
            BODY { margin-left: 8%; margin-top: 0; margin-bottom: 1em; margin-right: 8%; background: #FFFFFF url(http://www.survo.fi/ornament.gif) top left repeat-y fixed; } H1 { color: #000099; background: transparent none; } H2, H3, H4, H5, H6 { color: #990000; background: transparent none; }
        
    </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>