<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('/medium-color-on.logosphere.css');
//	newdesign.biggest-color-off.logosphere.css
//	text/css
#restrict-version	{
}
#restrict-version	&gt;	.images	&gt;	.choose	.enable	{
	border:	3px solid #e1e1e1;
}
#restrict-version	&gt;	.images	&gt;	.choose	&gt;	.disable	{
	border:	3px solid black;
}
#content	IMG	{
	display:	none;
}
#content	.display-image-when-off	{
	display:	inline;
}
#content	IMG[class='display-image']		{
	display:	inline;
}
#content	IMG[class='half-transparent-image']	{
	display:	inline;
	opacity:	0.3;
}
#content	IMG[class='transparent-image']	{
	display:	inline;
	opacity:	0;
}
#content	IMG[class='transparent-image']:hover,
#content	IMG[class='half-transparent-image']:hover	{
	opacity:	1;
}
</pre></body></html>