***: PeterThoeny has quit IRC (Quit: PeterThoeny) l0wkey: when using TopMenuSkin skin .. is it possible to change that top background image 'banner-net-bg.png' via WebPreferences or do I need to create totally new CSS and Skin for this? ***: ChanServ sets mode: +o PeterThoeny l0wkey: anyone?
<l0wkey> when using TopMenuSkin skin .. is it possible to change that top background image 'banner-net-bg.png' via WebPreferences or do I need to create totally new CSS and Skin for this? PeterThoeny: l0wkey: you can tweak the skin to get web specific background
instead of hard-coded bg image, do:
<img src="%BANNER_BG_IMAGE%" ...
then define a global setting in Main.TWikiPreferences:
* Set BANNER_BG_IMAGE = %PUBURL%/Main/TWikiPreferences/banner-net-bg.png
and then overload that on a web level in WebPreferences