configuration.naml
<override_macro name="site_style">
<n.overridden/>
body, input, button, textarea, select { font-size: 100%; }
</override_macro>
<override_macro name="nabble_stylesheets" unindent="true">
<n.overridden/>
<style type="text/css">
.second-font, h1, h2, h3, h4, h5, h6 {
font-family: 'Sans-serif';
}
</style>
</override_macro>
<override_macro name="nabble_stylesheets" unindent="true">
<n.overridden/>
<style type="text/css">
body, input, button, textarea, select {
font-family: 'Sans-serif';
}
</style>
</override_macro>
<override_macro name="site_style">
<n.overridden/>
<div style="background-color:black; width:100%; height:50px"> </div>
</override_macro>
<override_macro name="bg_color">
C9C9C9
</override_macro>
<override_macro name="site_style" unindent="true">
<n.overridden/>
html,#nabble,.nabble .no-bg-color { background-color: #C9C9C9; }
</override_macro>
<override_macro name="light_bg_color">
DEDEDE
</override_macro>
<override_macro name="site_style" unindent="true">
<n.overridden/>
.nabble .light-bg-color { background-color: #DEDEDE; }
</override_macro>