... | in configuration.naml |
76 77 78 79 80
|
<override_macro name="site_style" unindent="true">
<n.overridden/>
.nabble a:link, .nabble a.not-visited-link { color: #CC802A; }
</override_macro>
|
... | in configuration.naml |
67 68 69 70 71
|
<override_macro name="site_style" unindent="true">
<n.overridden/>
.nabble h1, .nabble h2, .nabble h3, .nabble h4, .nabble h5, .nabble h6 { color: #CC802A; }
</override_macro>
|
... | in configuration.naml |
58 59 60 61 62
|
<override_macro name="site_style" unindent="true">
<n.overridden/>
.nabble .weak-color { color: #BABABA; }
</override_macro>
|
... | in configuration.naml |
49 50 51 52 53
|
<override_macro name="site_style" unindent="true">
<n.overridden/>
.nabble * { color: #FFFFFF; }
</override_macro>
|
... | in configuration.naml |
40 41 42 43 44
|
<override_macro name="site_style" unindent="true">
<n.overridden/>
.nabble .highlight { background-color: #666666; }
</override_macro>
|
... | in configuration.naml |
31 32 33 34 35
|
<override_macro name="site_style" unindent="true">
<n.overridden/>
.nabble .dark-bg-color { background-color: #2F2F2F; }
</override_macro>
|
... | in configuration.naml |
22 23 24 25 26
|
<override_macro name="site_style" unindent="true">
<n.overridden/>
.nabble .shaded-bg-color { background-color: #2A2A2A; }
</override_macro>
|
... | in configuration.naml |
13 14 15 16 17
|
<override_macro name="site_style" unindent="true">
<n.overridden/>
.nabble .light-bg-color { background-color: #2F2F2F; }
</override_macro>
|
... | in configuration.naml |
4 5 6 7 8
|
<override_macro name="site_style" unindent="true">
<n.overridden/>
html,#nabble,.nabble .no-bg-color { background-color: #2F2F2F; }
</override_macro>
|
... | in utilities.naml |
70 71 72 73 74
|
<macro name="site_style" unindent="true">
<n.uncache_for/>
<n.set_response_header name="Content-Type" value="text/css"/>
<n.comment.>To be overridden</n.comment.>
</macro>
|
Free forum by Nabble | Edit this page |