configuration.naml
<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;
}
.nabble a:link,
.nabble a.not-visited-link {
color: #000000;
}
.nabble a:visited,
.nabble a.visited-link {
color: #636363;
}
.nabble .dark-bg-color {
background-color: #ad6161;
}
.nabble .medium-border-color {
border-color: #bfbfbf;
}
.nabble h1,
.nabble .light-black {
color: #000000;
}
span.post-author {
color:#000000;
}
.nabble a:link,
.nabble a.not-visited-link {
color: #000000;
}
</override_macro>
<override_macro name="has_small_avatar">
true
</override_macro>
<override_macro name="js_google_analytics">
<n.overridden/>
<script>
ga('create', 'UA-15849014-4', 'auto');
ga('send', 'pageview');
</script>
</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: 'Arial';
}
</style>
</override_macro>