<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#quickbar{
	position:fixed;
	top:0;
	left:0;
	width:60px;
	height:100%;
	z-index:99999;
	background-color:#000000;
	opacity:0.4;
}

.qk_box{
	position:relative;
	float:left;
	width:100%;
	height:12%;
	text-align:center;
}

.qk_box:hover {
	background-color:#353535;
}</pre></body></html>