zagorskey
Active member
zagorskey submitted a new resource:
[1.4] Animated online indicator (looks best on rounded avatars) - Some nice pulsating CSS3 animation
Read more about this resource...
[1.4] Animated online indicator (looks best on rounded avatars) - Some nice pulsating CSS3 animation
You don't fancy the standard online indicator? Then try this quick modification, CSS only, no images needed:
Add this to EXTRA.css:
Code:.messageUserBlock div.avatarHolder .onlineMarker { display: inline-block; width: 16px; height: 16px; /* margin: 9px 0 0 9px; <- if you'd like it on top left */ margin: 79px 0 0 79px; background: #fff; border: none!important; border-radius: 50%!important } .messageUserBlock div.avatarHolder .onlineMarker:before {...
Read more about this resource...