Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Переливающийся ник

Featured Replies

Posted

Здравствуйте. Я хотел бы узнать, как сделать такую же группу. Чтобы при переходе на профиль пользователя у него переливалась группа, а в темах и др. разделах переливался ник? IPB 3.4.6

Лет 15 назад в интернете можно было найти js, который давал эффект переливания при наведении курсора мыши. Называлось Rainbow link on mouseOver или как-то так.

https://duckduckgo.com/?q=Links+rainbow+on+mouse+over&atb=v303-4__&ia=web

Edited by Zero108

Uzlovskii  в настройках группы в style вставить и прописать необходимый цвет

background: -webkit-linear-gradient(to right, #ff0000, #9932cc); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ff0000, #9932cc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

 

 

А вообще, можно как то так ИЗОбразить

Спойлер

<span style="color: #fd190d;background: url(https://ruscod.su/files/groups_styles/1.gif);font-weight: bold;-webkit-text-fill-color: transparent;-webkit-background-clip: text;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11);background-size: cover;"

 

вернее так

Спойлер

<span style='font-weight:bold; color: #f00; text-shadow: 0px 2px 5px rgba(255,255,255,0.4); background:url(https://ruscod.su/files/groups_styles/1.gif);font-weight);'><i class="fa fa-cogs" aria-hidden="true"></i>

 

  • Author
<span style="color: #fd190d;background: url(https://ruscod.su/files/groups_styles/1.gif);font-weight: bold;-webkit-text-fill-color: transparent;-webkit-background-clip: text;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11);background-size: cover;"

Это правильно, но не видно названия группы :)

7 минут назад, Uzlovskii сказал:
<span style="color: #fd190d;background: url(https://ruscod.su/files/groups_styles/1.gif);font-weight: bold;-webkit-text-fill-color: transparent;-webkit-background-clip: text;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11);background-size: cover;"

Это правильно, но не видно названия группы :)

Нижний второй верный)

7 минут назад, Uzlovskii сказал:

Так код вытащи с сайта и все

4 минуты назад, Uzlovskii сказал:

Да, но выглядит это примерно так: image.png.15d4a927faa0afe351377f34d9ae3c4e.png

Отредактировать же не сложно)

5 минут назад, Uzlovskii сказал:

Да, но выглядит это примерно так: image.png.15d4a927faa0afe351377f34d9ae3c4e.png

Кинь в лс сайт, откуда видео было 

Лови

Спойлер

<span style='color: #fd190d; background:url(https://ruscod.su/files/groups_styles/1.gif);font-weight: bold;-webkit-text-fill-color: transparent;-webkit-background-clip: text;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11);background-size: cover;'></i>

 

0111.PNG

В интернете полно примеров
Это в css:

.username__shine {
    background: linear-gradient(to right, #edc65c, #ff7600, #bd2828, #ed5cc7, #5c86ed, #edc65c);
    background-size: 200% auto;
    color: #edc65c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-animation: shine 3s linear infinite alternate;
    animation: shine 3s linear infinite alternate;
}
@-webkit-keyframes shine {
  to {
    background-position: 200% center;
  }
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}

Для нужной группы указываем форматирование:

<span class='username__shine'></span>

 

Edited by ZIKURIK

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.