Posted 15 февраля, 20177 yr comment_123133 Как сделать квадратные аватары везде? И как сделать вот такое? Если все сообщения в теме прочитаны или их нет, чтобы картинки были черно-белые... Link to comment https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/ Share on other sites Больше вариантов
15 февраля, 20177 yr comment_123138 Если это кастомный шаблон, то в настройках темы есть 2 опции: Круглые Аватары и прочитано/непрочитанно. Именно так у меня называется:) Если у вас такого нету-значить через кастомный стиль оверрадом изменять дефолтный стиль. Link to comment https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123138 Share on other sites Больше вариантов
15 февраля, 20177 yr comment_123139 через .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; } Link to comment https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123139 Share on other sites Больше вариантов
15 февраля, 20177 yr Author comment_123140 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; } Это про иконки?? Link to comment https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123140 Share on other sites Больше вариантов
15 февраля, 20177 yr comment_123141 да, а вам аватары нужны квадратный, ща скину код .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; } Link to comment https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123141 Share on other sites Больше вариантов
15 февраля, 20177 yr comment_123142 2 часа назад, B4RSUQ сказал: Как сделать квадратные аватары везде? в настройках стиля Link to comment https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123142 Share on other sites Больше вариантов
15 февраля, 20177 yr Author comment_123143 WOLF, По поводу затемнения иконок. А смысл менять код? Если они оба одинаковые. Redneck, Не работает эта кнопка. Link to comment https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123143 Share on other sites Больше вариантов
15 февраля, 20177 yr comment_123144 15 минут назад, B4RSUQ сказал: WOLF, По поводу затемнения иконок. А смысл менять код? Если они оба одинаковые. код не одинаковый Link to comment https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123144 Share on other sites Больше вариантов
15 февраля, 20177 yr Author comment_123145 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; } Link to comment https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123145 Share on other sites Больше вариантов
15 февраля, 20177 yr comment_123146 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; } где? Link to comment https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123146 Share on other sites Больше вариантов
15 февраля, 20177 yr Author comment_123148 WOLF, А все заметил. Только вот все равно не помогло. Link to comment https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123148 Share on other sites Больше вариантов
15 февраля, 20177 yr comment_123149 Только что, B4RSUQ сказал: WOLF, А все заметил. Только вот все равно не помогло. это не для затемнения, а для квадратных иконок 37 минут назад, WOLF сказал: да, а вам аватары нужны квадратный изначально думал вам квадратные иконки нужны Link to comment https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123149 Share on other sites Больше вариантов
15 февраля, 20177 yr Author comment_123151 WOLF, Хахах понял :-D сам уже запутался))) Да уж лучше на каждый вопрос по теме создавать)) Link to comment https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123151 Share on other sites Больше вариантов
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.