Jump to content

Несколько вопросов по шаблону

Featured Replies

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

2017-02-15_100140.png

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

2017-02-15_100122.png

Link to comment
https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/
Share on other sites

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

Link to comment
https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123138
Share on other sites

через .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
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

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

.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
2 часа назад, B4RSUQ сказал:

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

в настройках стиля

2017-02-15_10-29-28.png

Link to comment
https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123142
Share on other sites

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

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

Link to comment
https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123143
Share on other sites
15 минут назад, B4RSUQ сказал:

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

код не одинаковый

Screenshot_1.png

Link to comment
https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123144
Share on other sites

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
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

Link to comment
https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123146
Share on other sites

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

Link to comment
https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123148
Share on other sites
Только что, B4RSUQ сказал:

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

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

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

 

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

 

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

Link to comment
https://ipbmafia.ru/topic/16655-neskolko-voprosov-po-shablonu/?&do=findComment&comment=123149
Share on other sites

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.


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

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

  • No registered users viewing this page.