Jump to content

Featured Replies

Posted
comment_154755

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

 

 

xxxxxxxxxxxxxxxxxxxxx.jpg

comment_154756

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

.ipsCalendarDate {
    color: #fff;
}

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

либо найди в CSS .ipsCalendarDate

и поменяй там.

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

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


.ipsCalendarDate {
    color: #fff;
}

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

 

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

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

.ipsWidget .ipsCalendarDate {
    background: #fff;
}

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

comment_154762
9 часов назад, Appolo сказал:

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

да именно он и отвечает за фон.

  • Author
comment_154771
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 

comment_154776

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

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

Edited by Dusty

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

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

 

4.png

comment_155656

Дык для 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.