@Xon
Strange days in my part of universe 

I implemented 
this solution in extra.css, but strange thing is that parsed only for unregistered users. They see colors, sizes...
View attachment 139921     View attachment 139920
But any other group (registered and all others) do not see any colors or sizes for tags in sidebar. I did not put any conditional so I can not find what is cause for that.
View attachment 139919     View attachment 139918
This is what I put in extra.css regarding this addon
	
	
	
		Code:
	
	
		/* START Tag Cloud aligment and colors */
.tagCloud {
text-align: justify;
}
.tagCloud li {
vertical-align: middle;
}
.tagCloud .tagCloudTag2
{
    color: orange;
    font-weight: bold;
}
.tagCloud .tagCloudTag3
{
    color: green;
    font-weight: bold;
}
.tagCloud .tagCloudTag4
{
    color: blue;
}
.tagCloud .tagCloudTag5
{
    color: blue;
    font-weight: bold;
}
.tagCloud .tagCloudTag6
{
    color: red;
}
.tagCloud .tagCloudTag7
{
    color: red;
    font-weight: bold;
}
/* END Tag Cloud aligment and colors */
	 
 
This is my setup for this addon in ACP
View attachment 139922