<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Allofthelights.js
* Version: 1.0
* http://www.megaptery.com/allofthelights/
*/

#switch {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(images/switch.png) no-repeat 0 0;
	cursor: pointer;
	z-index: 200;
	margin: 0;
	right: 50px;
	top: 80px;
}
#switch_off {
	width: 30px;
	height: 30px;
	background: url(images/switch.png) no-repeat 0 -30px;
	cursor: pointer;
	z-index: 200;
}
</pre></body></html>