- Katılım
- 25 May 2014
- Mesajlar
- 832
- Tepkime puanı
- 362
- Puanları
- 63
- Konum
- Türkiye
- Web sitesi
- xenforodestek.net
İtibar:
Şablon: message.less
Bul ::
.message-avatar-online
{
position: absolute;
top: -1px;
left: -1px;
border: 7px solid transparent;
border-left-color: rgb(127, 185, 0);
border-top-color: rgb(127, 185, 0);
border-radius: (@xf-avatarBorderRadius + 1) max(0px, @xf-avatarBorderRadius - 1px) 0 max(0px, @xf-avatarBorderRadius - 1);
}
Değiştirin ::
.message-avatar-online {
position: absolute;
bottom: 2px;
right: 2px;
border: 4px solid transparent;
border-color: #1d9e4b;
border-radius: 50%;
animation-name: pulse; animation-duration: 1.5s; animation-iteration-count: infinite;
}
@keyframes pulse {0% {transform: scale(0.9); opacity: 0.5;} 50% {transform: scale(1); opacity: 1;} 100% {transform: scale(0.9); opacity: 0.5;}}
gif.gif