site_style

NAML documentation   Watch a video
   Usages of this macro
... in configuration.naml
62
63
64
65
<override_macro name="site_style">
    <n.overridden/>
    #search-box { text-align:left; }
</override_macro>
Overrides configuration
... in configuration.naml
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
38
39
40
41
42
43
44
45
<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>
Overrides configuration
... in configuration.naml
6
7
8
9
<override_macro name="site_style" unindent="true">
    <n.overridden/>
    #description-box {float:left;}
</override_macro>
Overrides configuration
... in configuration.naml
1
2
3
4
<override_macro name="site_style" unindent="true">
    <n.overridden/>
    #forum-title {float:left;}
</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>