Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Решено помощь фастом

Статус
В этой теме нельзя размещать новые ответы.
Фев
111
37
Пользователь
около ника такая фигня на форуме. скажите пожалуйста
 

Вложения

  • 2025-03-13_18-24-09.png
    2025-03-13_18-24-09.png
    16.6 KB · Просмотры: 30
Решение
A
Less:
.username--style1:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f43f";
font-weight: 600;
    padding-right: 1px;
    display: inline-block;
}
.username--style1:hover:before {
    display: inline-block;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

Этот именно у них код
Апр
814
2,049
Активный
В extra.less
CSS:
.username--style3:before { /*3 - это ID группы. Именно 3 - это администратор*/
    font-family: "Font Awesome 5 Pro";
    content: "\f43f";
    font-weight: 600;
    padding-right: 3px;
    display: inline-block;
}
В CSS для имени пользователя
CSS:
padding-right: 3px;
 
Последнее редактирование:
A

Alone Devman

Less:
.username--style1:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f43f";
font-weight: 600;
    padding-right: 1px;
    display: inline-block;
}
.username--style1:hover:before {
    display: inline-block;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

Этот именно у них код
 
Фев
111
37
Пользователь
Less:
.username--style1:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f43f";
font-weight: 600;
    padding-right: 1px;
    display: inline-block;
}
.username--style1:hover:before {
    display: inline-block;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

Этот именно у них код
что дальше делать?
 
Статус
В этой теме нельзя размещать новые ответы.
Сверху