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

Добрый вечер! нужна помощь, так как не особо разбираюсь в этом. Править немного, лишь пару цветов. В общем на главной странице форума в меню предстоящих событий календаря цвета дня недели совпадает с фоном (в данном случае белым) и является не читабельным. Хочу поправить фоновый цвет и цвет шрифта, но не могу найти где менять этот код. Точнее не могу найти его в CSS. помогите пожалуйста.

 

 

xxxxxxxxxxxxxxxxxxxxx.jpg

  • Author
45 минут назад, SlawkA сказал:

Appolo в редакте стиля в CSS в custom добавь


.ipsCalendarDate {
    color: #fff;
}

и поменяй цвет на свой.

 

cпасибо, добавил, цвет шрифта поменялся. а в CSS я не смог найти этот параметр. А можно ли в custom добавить параметр чтоб бы фон за числом с белого на свой сменить?

Я так понял этот код за это отвечает:

.ipsWidget .ipsCalendarDate {
    background: #fff;
}

в CSS я его найти не могу

  • Author
22 минуты назад, SlawkA сказал:

Appolo по ищи во framework

Данный параметр встречается тут: но это походу не то, так как не меняется.

/* Blocks - styles for various widgets */

.ipsWidget {
	position: relative;
	padding: 0;
	background: #1a1c1a;
}

.ipsWidget.ipsWidget_vertical .ipsWidget_title,
.ipsWidget.ipsWidget_horizontal .ipsWidget_title {
	padding: 10px;
	margin: 0;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	color: {theme="widget_title_font"};
	background: {theme="widget_title_bar"};
	border-radius: 2px 2px 0px 0px;
	{{if !theme.headline_font || theme.headline_font == 'default'}}
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	{{else}}
		font-family: "{theme="headline_font"}", "Helvetica Neue", Helvetica, Arial, sans-serif;
	{{endif}}
}

.ipsWidget.ipsWidget_vertical {
	margin-top: 15px;
}

	.ipsWidget.ipsWidget_horizontal:not( .ipsWidgetHide ) + .ipsWidget {
		margin-top: 10px;
	}

	.ipsWidget.ipsWidget_horizontal .ipsTabs {
		margin: -5px 0 5px 0;
	}
	
		.ipsWidget.ipsWidget_horizontal .ipsTabs_panel {
			background: #fff;
			margin: 0;
		}

.ipsWidget_columns > [class*="ipsGrid"] {
	margin-bottom: 0;
	border-bottom: 0;
}

html[dir="ltr"] .ipsWidget_columns > [class*="ipsGrid"] {
	border-right: 1px solid rgba(0,0,0,0.1);
	padding-right: 10px;
}
html[dir="rtl"] .ipsWidget_columns > [class*="ipsGrid"] {
	border-left: 1px solid rgba(0,0,0,0.1);
	padding-left: 10px;
}

	html[dir="ltr"] .ipsWidget_columns > [class*="ipsGrid"]:last-child {
		border-right: 0;
	}
	html[dir="rtl"] .ipsWidget_columns > [class*="ipsGrid"]:last-child {
		border-left: 0;
	}

.ipsWidget_horizontal .ipsWidget_statsCount {
	font-size: 22px;
	line-height: 32px !important;
	font-weight: 300;
}

.ipsWidget_horizontal .ipsWidget_stats {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ipsWidget .ipsTabs_small {
	padding: 0;
	background: transparent;
}

	.ipsWidget .ipsTabs_small .ipsTabs_item:not( .ipsTabs_activeItem ) {
		color: rgba(50,50,50,0.6);
		border-bottom: 1px solid transparent;
	}

	.ipsWidget .ipsTabs_small .ipsTabs_activeItem {
		border-bottom: 1px solid rgba(0,0,0,0.25);
	}

.ipsWidget .ipsDataItem_title {
	font-size: 13px;
}

html[dir="ltr"] .ipsWidget .ipsDataItem_main.cWidgetComments {
	padding-right: 55px;
}

	html[dir="ltr"] .ipsWidget .ipsDataItem_main.cWidgetComments .ipsCommentCount {
		margin-right: -55px;
		margin-left: 0;
	}

html[dir="rtl"] .ipsWidget .ipsDataItem_main.cWidgetComments {
	padding-left: 55px;
}

	html[dir="rtl"] .ipsWidget .ipsDataItem_main.cWidgetComments .ipsCommentCount {
		margin-left: -60px;
		margin-right: 0;
	}

.ipsWidget.ipsWidget_primary {
	background: #262e33;
}

	.ipsWidget.ipsWidget_primary h3 {
		color: #fff;
	}

html[dir="ltr"] .ipsWidget_latestItem {
	margin-left: 85px;
}
html[dir="rtl"] .ipsWidget_latestItem {
	margin-right: 85px;
}

.ipsWidgetBlank {
	margin-top: 16px;
	padding-top: 30px;
}

 

Путь:

framework /blocks.css 

В чем проблема добавь сам данный код в custom и все не мучай нас .

.ipsWidget .ipsCalendarDate {
    background: меня на свой вкус !important;
}

Edited by Dusty

  • 1 месяц спустя...

Cюда или нет. Но проблема такая. Пагинация не работает. Т.е. кнопки при наведении не активны. На скрине 1,2 и Далее - не активны. А если мышкой навсести на >> то она работает и надпись всплывает и кликается.

 

4.png

Дык для 4.3 последняя и стоит. Новая уже под 4.4. и на 4.3 не рабоатет.  Отметить сайт прочитанным

[[Teplate forums/front/forums/forumTable is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

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.