<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Mini profiles on the left */
.leftsided .online .postprofile {
	background: url("./icon_user_online_left.png") right top no-repeat;
}
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.leftsided .online .postprofile {
		background: none;
	}
	.leftsided .post.online {
		background-image: url("./icon_user_online.gif");
	}
}
</pre></body></html>