Welcome!

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

SignUp Now!

Как сделать анимированные ники?

Май
153
27
Пользователь
3.1. Заголовок темы должен отражать основную суть темы.
Screenshot_2025-12-14-23-20-29-894_com.yandex.browser.jpg
Screenshot_2025-12-14-23-20-47-680_com.yandex.browser.jpg

Помогите пожалуйста сделать такие ники.
 
vk.com/damitz
Ноя
2,999
7,944
Профессионал
DeepSeek
Pawn:
.username--style12 {
  background:linear-gradient(to right, #f00, #ffa500, #ff0, #008000, #0ff, #00f, #ee82ee);
  background-size:400% 400%;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  font-weight:bold;
  line-height:25px;
  animation:AnimNic 6s ease infinite
}
.username--style12 i:before {
  background:linear-gradient(to right, #f00, #ffa500, #ff0, #008000, #0ff, #00f, #ee82ee);
  background-size:400% 400%;
  -webkit-background-clip:text;
  -webkit-:transparent;
  font-weight:bold;
  line-height:25px;
  animation:AnimNic 6s ease infinite
}

Erokes
Pawn:
color: #228B22;
  text-shadow: #228b22 1px 0px 8px;
  background: url(https://i.postimg.cc/135PyvrL/Loop-Glow-GIF-by-xponentialdesig.gif) repeat-x center;
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
 
vk.com/damitz
Ноя
2,999
7,944
Профессионал
Посмотреть вложение 17532
И ещё можете дать код на 2 роли. Это:
1 роль: Легенда
2 роль: Авторитет
Pawn:
.legenda {
  background: url(https://i.imgur.com/vEnb8vT.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  width: 169px;
  height: 35px;
  font-size: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: none;

Pawn:
.authoritet {
  background: url(https://forum.trace-rp.com/styles/icons_v2/authority.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  width: 170px;
  height: 35px;
  font-size: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: none;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
 
Май
153
27
Пользователь
DeepSeek
Pawn:
.username--style12 {
  background:linear-gradient(to right, #f00, #ffa500, #ff0, #008000, #0ff, #00f, #ee82ee);
  background-size:400% 400%;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  font-weight:bold;
  line-height:25px;
  animation:AnimNic 6s ease infinite
}
.username--style12 i:before {
  background:linear-gradient(to right, #f00, #ffa500, #ff0, #008000, #0ff, #00f, #ee82ee);
  background-size:400% 400%;
  -webkit-background-clip:text;
  -webkit-:transparent;
  font-weight:bold;
  line-height:25px;
  animation:AnimNic 6s ease infinite
}

Erokes
Pawn:
color: #228B22;
  text-shadow: #228b22 1px 0px 8px;
  background: url(https://i.postimg.cc/135PyvrL/Loop-Glow-GIF-by-xponentialdesig.gif) repeat-x center;
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
Это куда вставлять?
 
Сверху