XF 2.1 Possible to add coloured outlines to avatars according to certain costumed user field?

I think the outline can be added with css?



But I don't know how to integrate the conditions and effect together...

a begining:
in extra.less add:
Code:
 .avatar {border:2px solid red;}
 
Top Bottom