HTML-Head
%STARTINCLUDE%
%INCLUDE{Main.SiteHtmlHead}%
<style>
.boexli img {width:100px}
.boexli:hover img {
-webkit-filter: url(#monochrome);
filter: url(#monochrome);
}
.boexli {text-align: center; float:left;padding:10px;height:150px;width:150px}
</style>
%ADDTOZONE{
"body"
text="
<svg class='defs-only'><filter id='monochrome' color-interpolation-filters='sRGB' x='0' y='0' height='100%' width='100%'> <feColorMatrix type='matrix' values='2 2 2 1.3 2 2 2 0 0 0 2 0 1 0.4 0 0 0 0 1 -0.04' /></filter></svg>
"}%
%ADDTOZONE{"head" text="<meta name='robots' content='noindex' />"}%
%STOPINCLUDE%