... | in configuration.naml |
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
<override_macro name="site_style" unindent="true">
<n.overridden/>
.nabble .shaded-bg-color,
tr.dropdown-hover,
span.dropdown table,
.post-hover {
background-image: url("/images/styles/glossy-light.gif");
background-repeat: repeat-x;
}
tr.dropdown-hover {
background: #cccccc;
}
.nabble th,
.nabble .dark-bg-color {
background-image: url("/images/styles/glossy-dark.gif");
background-repeat: repeat-x;
}
.nabble .error-message,
.nabble .info-message,
.nabble .light-highlight {
background-image: url("/images/styles/glossy-light-highlight.gif");
background-repeat: repeat-x;
}
.nabble .highlight {
background-image: url("/images/styles/glossy-highlight.gif");
background-repeat: repeat-x;
}
.nabble .dark-highlight {
background-image: url("/images/styles/glossy-dark-highlight.gif");
background-repeat: repeat-x;
}
</override_macro>
|
... | in configuration.naml |
1 2 3 4
|
<override_macro name="site_style" unindent="true">
<n.overridden/>
body, input, button, textarea, select{font-size:100%;}
</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 |