- Konuyu Başlatan
- AdminCP
- #1
- Katılım
- 9 Haziran 2018
- Konular
- 1,372
- Mesajlar
- 5,622
- Çözümler
- 1
- Reaksiyon puanı
- 1,730
- Puanları
- 113
- Konum
- Adana
- Web sitesi
- webadam.net
- Cinsiyet
- Erkek
Yanıp sönen çevrimiçi noktası
Yanıp sönen farklı bir online gösterici için temanızın message.less şablonunu açın ve aşağıdaki kodu bulun
Aşağıdaki ile değiştirin
Yanıp sönen farklı bir online gösterici için temanızın message.less şablonunu açın ve aşağıdaki kodu bulun
Less:
.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);
}
Aşağıdaki ile değiştirin
Less:
.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;}}
