| MEMER_FAUD |
07.11.2025 22:09 |
До
https://forum.antichat.xyz/attachments/28645134/
После наведения на аватарку
https://forum.antichat.xyz/attachments/28645134/
Шаблоны в панель управления XenForo - Extra Less и прописываем этот код:
CSS:
Код:
.avatar:hover
{
transform
:
scale
(
1.9
)
;
transition
:
transform 0.3s ease-in-out
;
}
.avatar--avatar:hover
{
transform
:
rotate
(
15deg
)
;
transition
:
transform 0.4s ease
;
}
.avatar--avatarL:hover
{
transform
:
scale
(
1.05
)
rotate
(
5deg
)
;
box-shadow
:
0 0 15px
rgba
(
0
,
150
,
255
,
0.6
)
;
transition
:
all 0.3s ease
;
}
Автор: AirDeveloper
|