<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
html {
-moz-filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: gray; 
filter: grayscale(100%);
}
*/
#scroll {
	position:relative;
	width:520px;
	height:120px;
	overflow:auto;
	margin: auto;
}
#scrollcontent {
	position:absolute;
	width:500px;
	z-index:200;
	top: -1px;
}
#scrollbar {float:right; position:relative; display:none; width:15px; height:200px; z-index:100; background:url(../tinyscroller/images/scroll-bg.gif)}
.scroller {position:absolute; top:0; width:15px; cursor:pointer; background-color:#ccc; background-image:url(../tinyscroller/images/scroll-arrows.gif); background-position:50% 50%; background-repeat:no-repeat}
.buttonclick {background-color:#bbb}
</pre></body></html>