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.

Как сделать двухцветное групповое форматирование? // How to do two-color group formatting?

Featured Replies

Posted

How can I make two-color group name formatting in Invision Community?

For example, the group name "Admin Forum", I would like the word "Admin" to be a different color than "Forum".

You can use the linear-gradient() function which is a

linear-gradient()

i.e. a linear gradient.

ACP --> Users --> Groups --> Edit. In the "Format prefix" field, add

<span class="af">Admin Forum</span>

Go to Appearance --> Themes --> Your Theme --> Edit HTML and CSS --> CSS Tab --> custom.css and add the following code

.af {
    background: linear-gradient(90deg, #1eff1a 50%, #9800a2 50%);
    color: #9800a2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

 

Russian

Как сделать двухцветное форматирование имени группы в Invision Community?

Например, имя группы «Админ Форум», я бы хотел, чтобы слово «Админ» было другого цвета, чем «Форум».

Вы можете использовать функцию linear-gradient(), которая

linear-gradient()

czyli gradientu liniowego.

ACP --> Пользователи --> Группы --> Изменить. В поле «Префикс формата» добавьте

<span class="af">Admin Forum</span>

Перейдите в раздел «Внешний вид» -> «Темы» -> «Ваша тема» -> «Редактировать HTML и CSS» -> «Вкладка CSS» -> «custom.css» и добавьте следующий код.

.af {
    background: linear-gradient(90deg, #1eff1a 50%, #9800a2 50%);
    color: #9800a2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

Credit to kondzio

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.