{template:kit-seo} {php} $css = ''; if ((int) $cfg->Hue) { $css .= 'input,button,textarea,select,th,td,a,.zit,.hue,#navim,#backdrop,#topic h5,#topic .pane,#topic li img.hue,.cmt small,#rel .pane,#rel a img.hue,#cont blockquote::before{filter:hue-rotate(' . $cfg->Hue . 'deg)}'; $css .= '.more span{filter:none}'; $css .= '#backdrop{animation:none}'; $css .= 'a img{filter:hue-rotate(-' . $cfg->Hue . 'deg)}'; $css .= 'td a,#rel a,#rel a img,#rel a .zit,#topic h5 a,#topic li a,#topic li img,#topic li .zit,.cmt small a,.cmt small input{filter:none}'; } $bg = ''; if ($cfg->Backdrop) { $bg = '#backdrop{background-image:url(' . $cfg->Backdrop . ');filter:none;}'; } if ($type=='category'&&$category->Metas->Backdrop){ $bg = '#backdrop{background-image:url(' . $category->Metas->Backdrop . ');filter:none;}'; } $css .= $bg; if($css) echo '' . PHP_EOL; {/php} {$header} {if $type=='index'&&$page=='1'} {/if}