Posted 23 января, 20195 yr comment_154755 Добрый вечер! нужна помощь, так как не особо разбираюсь в этом. Править немного, лишь пару цветов. В общем на главной странице форума в меню предстоящих событий календаря цвета дня недели совпадает с фоном (в данном случае белым) и является не читабельным. Хочу поправить фоновый цвет и цвет шрифта, но не могу найти где менять этот код. Точнее не могу найти его в CSS. помогите пожалуйста. Link to comment https://ipbmafia.ru/topic/20978-pomosh-s-css/ Share on other sites Больше вариантов
23 января, 20195 yr comment_154756 Appolo в редакте стиля в CSS в custom добавь .ipsCalendarDate { color: #fff; } и поменяй цвет на свой. либо найди в CSS .ipsCalendarDate и поменяй там. Link to comment https://ipbmafia.ru/topic/20978-pomosh-s-css/?&do=findComment&comment=154756 Share on other sites Больше вариантов
23 января, 20195 yr Author comment_154757 45 минут назад, SlawkA сказал: Appolo в редакте стиля в CSS в custom добавь .ipsCalendarDate { color: #fff; } и поменяй цвет на свой. cпасибо, добавил, цвет шрифта поменялся. а в CSS я не смог найти этот параметр. А можно ли в custom добавить параметр чтоб бы фон за числом с белого на свой сменить? Я так понял этот код за это отвечает: .ipsWidget .ipsCalendarDate { background: #fff; } в CSS я его найти не могу Link to comment https://ipbmafia.ru/topic/20978-pomosh-s-css/?&do=findComment&comment=154757 Share on other sites Больше вариантов
24 января, 20195 yr comment_154762 9 часов назад, Appolo сказал: Я так понял этот код за это отвечает: да именно он и отвечает за фон. Link to comment https://ipbmafia.ru/topic/20978-pomosh-s-css/?&do=findComment&comment=154762 Share on other sites Больше вариантов
24 января, 20195 yr Author comment_154768 Где примерно может находится эта строка? Link to comment https://ipbmafia.ru/topic/20978-pomosh-s-css/?&do=findComment&comment=154768 Share on other sites Больше вариантов
24 января, 20195 yr comment_154770 Appolo по ищи во framework Link to comment https://ipbmafia.ru/topic/20978-pomosh-s-css/?&do=findComment&comment=154770 Share on other sites Больше вариантов
24 января, 20195 yr 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 Link to comment https://ipbmafia.ru/topic/20978-pomosh-s-css/?&do=findComment&comment=154771 Share on other sites Больше вариантов
24 января, 20195 yr comment_154776 В чем проблема добавь сам данный код в custom и все не мучай нас . .ipsWidget .ipsCalendarDate { background: меня на свой вкус !important; } Edited 24 января, 20195 yr by Dusty Link to comment https://ipbmafia.ru/topic/20978-pomosh-s-css/?&do=findComment&comment=154776 Share on other sites Больше вариантов
24 января, 20195 yr Author comment_154777 всем спасибо, проблему решил-) Link to comment https://ipbmafia.ru/topic/20978-pomosh-s-css/?&do=findComment&comment=154777 Share on other sites Больше вариантов
26 февраля, 20195 yr comment_155603 Cюда или нет. Но проблема такая. Пагинация не работает. Т.е. кнопки при наведении не активны. На скрине 1,2 и Далее - не активны. А если мышкой навсести на >> то она работает и надпись всплывает и кликается. Link to comment https://ipbmafia.ru/topic/20978-pomosh-s-css/?&do=findComment&comment=155603 Share on other sites Больше вариантов
27 февраля, 20195 yr comment_155633 Куда копать не пойму? Link to comment https://ipbmafia.ru/topic/20978-pomosh-s-css/?&do=findComment&comment=155633 Share on other sites Больше вариантов
27 февраля, 20195 yr comment_155642 Обнови шаблон до актуальной версии Link to comment https://ipbmafia.ru/topic/20978-pomosh-s-css/?&do=findComment&comment=155642 Share on other sites Больше вариантов
27 февраля, 20195 yr 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.]] Link to comment https://ipbmafia.ru/topic/20978-pomosh-s-css/?&do=findComment&comment=155656 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.