Jump to content

Скругление углов widgets.

Featured Replies

Всем привет! Весь интернет перерыл по скруглению углов у виджетов, итог — так и не нашел. Может быть кто-то округлял углы, отпишитесь.

Link to comment
https://ipbmafia.ru/topic/23514-skruglenie-uglov-widgets/
Share on other sites

Каких конкретно виджетов?

Link to comment
https://ipbmafia.ru/topic/23514-skruglenie-uglov-widgets/?&do=findComment&comment=172569
Share on other sites

Которые изначально идут с форумом. те что размещаются справа

Без имени-1.png

Link to comment
https://ipbmafia.ru/topic/23514-skruglenie-uglov-widgets/?&do=findComment&comment=172570
Share on other sites

В custom.css

.ipsWidget.ipsBox {
	border-radius: 10px;
}
.ipsWidget.ipsBox .ipsWidget_title {
	border-radius: 10px 10px 0 0;
}

 

Link to comment
https://ipbmafia.ru/topic/23514-skruglenie-uglov-widgets/?&do=findComment&comment=172571
Share on other sites
1 минуту назад, Respected сказал:

В custom.css

.ipsWidget.ipsBox {
	border-radius: 10px;
}
.ipsWidget.ipsBox .ipsWidget_title {
	border-radius: 10px 10px 0 0;
}

 

Благодарю. еще такой вопрос, категории тоже можно округлить?

Link to comment
https://ipbmafia.ru/topic/23514-skruglenie-uglov-widgets/?&do=findComment&comment=172572
Share on other sites
1 час назад, OLG-Racing сказал:

Благодарю. еще такой вопрос, категории тоже можно округлить?

туда же. если я правильно понял

.ipsBox, #ipsLayout_mainArea > .ipsForm[action$="do=edit"] > .ipsForm {
    border-radius: 11px;
}

Link to comment
https://ipbmafia.ru/topic/23514-skruglenie-uglov-widgets/?&do=findComment&comment=172579
Share on other sites
1 час назад, SlawkA сказал:

туда же. если я правильно понял

.ipsBox, #ipsLayout_mainArea > .ipsForm[action$="do=edit"] > .ipsForm {
    border-radius: 11px;
}

Благодарю. Спасибо всем за помощь.

Link to comment
https://ipbmafia.ru/topic/23514-skruglenie-uglov-widgets/?&do=findComment&comment=172581
Share on other sites
5 часов назад, SlawkA сказал:

туда же. если я правильно понял

.ipsBox, #ipsLayout_mainArea > .ipsForm[action$="do=edit"] > .ipsForm {
    border-radius: 11px;
}

Подскажите пожалуйста еще на счет закругления кнопок

Link to comment
https://ipbmafia.ru/topic/23514-skruglenie-uglov-widgets/?&do=findComment&comment=172582
Share on other sites
13 минут назад, OLG-Racing сказал:

закругления кнопок

а кодом элемента пробовали пользоваться?

Link to comment
https://ipbmafia.ru/topic/23514-skruglenie-uglov-widgets/?&do=findComment&comment=172584
Share on other sites
18 минут назад, by_ix сказал:

а кодом элемента пробовали пользоваться?

Если бы получилось, то я бы наверное не писал...

Link to comment
https://ipbmafia.ru/topic/23514-skruglenie-uglov-widgets/?&do=findComment&comment=172586
Share on other sites

так а чего там может не получиться.
в нужном классе прописываете border-radius: 10px;
и сохраняете этот класс в кастоме, как показывали выше.

Link to comment
https://ipbmafia.ru/topic/23514-skruglenie-uglov-widgets/?&do=findComment&comment=172588
Share on other sites
4 минуты назад, by_ix сказал:

так а чего там может не получиться.
в нужном классе прописываете border-radius: 10px;
и сохраняете этот класс в кастоме, как показывали выше.

Спасибо. получилось.

Link to comment
https://ipbmafia.ru/topic/23514-skruglenie-uglov-widgets/?&do=findComment&comment=172589
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.