<style type="text/css">
<xen:if is="{$visitor.customFields.11}">
html, .level_1, .secondaryContent h3, .sectionHeaders, .application_container h1, .location_headline {
background: url({$visitor.customFields.11}) repeat fixed center !important;
}
.nodeIcon {
background: url(@imagePath/xenforo/kitsunebi_IMG/f_icon.png), url({$visitor.customFields.11}) fixed !important;
}
<xen:else />
html, .level_1, .secondaryContent h3, .sectionHeaders, .application_container h1, .location_headline {
background: url(@imagePath/xenforo/kitsunebi_IMG/background.png) repeat fixed center !important;
}
.nodeIcon {
background: url(@imagePath/xenforo/kitsunebi_IMG/f_icon.png), url(@imagePath/xenforo/kitsunebi_IMG/background.png) fixed !important;
}
</xen:if>
</style>