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

Как сделать квадратные аватары везде?

2017-02-15_100140.png

И как сделать вот такое?
Если все сообщения в теме прочитаны или их нет, чтобы картинки были черно-белые...

2017-02-15_100122.png

Если это кастомный шаблон, то в настройках темы есть 2 опции: Круглые Аватары и прочитано/непрочитанно. Именно так у меня называется:) Если у вас такого нету-значить через кастомный стиль оверрадом изменять дефолтный стиль.

через .css делается так:

.ipsItemStatus.ipsItemStatus_large {
    background: #3c6994;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    -webkit-transition: 0.15s all linear;
    -moz-transition: 0.15s all linear;
    -ms-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
}

заменить на:

.ipsItemStatus.ipsItemStatus_large {
    background: #3c6994;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    -webkit-transition: 0.15s all linear;
    -moz-transition: 0.15s all linear;
    -ms-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
}

 

  • Author
12 минут назад, WOLF сказал:

через .css делается так:


.ipsItemStatus.ipsItemStatus_large {
    background: #3c6994;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    -webkit-transition: 0.15s all linear;
    -moz-transition: 0.15s all linear;
    -ms-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
}

заменить на:


.ipsItemStatus.ipsItemStatus_large {
    background: #3c6994;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    -webkit-transition: 0.15s all linear;
    -moz-transition: 0.15s all linear;
    -ms-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
}

 

Это про иконки??

да, а вам аватары нужны квадратный, ща скину код

.ipsUserPhoto_tiny img, img.ipsUserPhoto_tiny, .ipsUserPhoto_tiny:after {
    width: 34px;
    height: 34px;
    border-radius: 17px;
}

заменить на:

.ipsUserPhoto_tiny img, img.ipsUserPhoto_tiny, .ipsUserPhoto_tiny:after {
    width: 34px;
    height: 34px;
}

 

  • Author

WOLF, По поводу затемнения иконок. А смысл менять код? Если они оба одинаковые.

Redneck, Не работает эта кнопка.

  • Author

WOLF, Я не про аватары, а про иконки форума.

ВОт про этот код.

 

.ipsItemStatus.ipsItemStatus_large {
    background: #3c6994;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    -webkit-transition: 0.15s all linear;
    -moz-transition: 0.15s all linear;
    -ms-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
}

 

2 минуты назад, B4RSUQ сказал:

WOLF, Я не про аватары, а про иконки форума.

ВОт про этот код.

 


.ipsItemStatus.ipsItemStatus_large {
    background: #3c6994;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    -webkit-transition: 0.15s all linear;
    -moz-transition: 0.15s all linear;
    -ms-transition: 0.15s all linear;
    -o-transition: 0.15s all linear;
    transition: 0.15s all linear;
}

 

где?

Screenshot_2.png

Только что, B4RSUQ сказал:

WOLF, А все заметил. Только вот все равно не помогло.

это не для затемнения, а для квадратных иконок

37 минут назад, WOLF сказал:

 

да, а вам аватары нужны квадратный

 

изначально думал вам квадратные иконки нужны

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.