nabble_stylesheets

NAML documentation   Watch a video
   Usages of this macro
... in configuration.naml
13
14
15
16
17
18
19
20
21
22
23
<override_macro name="nabble_stylesheets" unindent="true">
        <n.overridden/>
        
        
        <style type="text/css">
            .second-font, h1, h2, h3, h4, h5, h6 {
                font-family: 'Arial';
            }
        </style>
        
    </override_macro>
Overrides default macro
... in responsive.naml
196
197
198
199
200
201
202
203
204
<override_macro name="nabble_stylesheets" unindent="true">
    <n.overridden/>
    <style type="text/css">
        @media (max-width: 600px) {
            #search-box,#topic-search-box{margin:1em 0}
            td.pin-column img{display:none}
        }
    </style>
</override_macro>
Overrides default macro
... in utilities.naml
65
66
67
68
<macro name="nabble_stylesheets">
    <link rel="stylesheet" href="/nabble.css?v=[n.css_version
Binary
Namespace: NabbleNamespace
/]" type="text/css" />
    <link rel="stylesheet" href="/template/NamlServlet.jtp?macro=site_style" type="text/css" />
</macro>