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

cs-blod.ru

я указал стрелочками надписи

1. Внешний вид > твой шаблон > css > ipb_style.css

Найти .branding_skin { 

Добавить внутрь

display: none;

2. Найти #rss_feed {

 

Добавить внутрь

display: none;

Edited by Pashok(one)

  • Author
#branding {
padding: 40px 0 0 0;
min-height: 84px;
position: relative

Вот 1 совпадение и всё



skinbox.css

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

 

#branding {
padding: 40px 0 0 0;
min-height: 84px;
position: relative

Вот 1 совпадение и всё

skinbox.css

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

 

нет, ищи так 

branding_skin

Edited by Pashok(one)

Pashok(one)

Ну ты чё всё незнаеш?Где искать?

 

Найди:

#rss_feed{ margin-top: -1px; }

Замена на:

#rss_feed{ display: none; margin-top: -1px; }

Найти:

#branding {

Ниже добавь:

        display: none;

Edited by forcer

Такие вопросы в теме поддержки стиля задавать надо! :yes:

Копирайт IPS отключаем в нужном файле если релиз от _Dark_, если нет, то ещё файлик есть какой-то, погуглить можно. Копирайты стиля, RSS лента, ПК всё убирается в globalTemplate. У самого этот бешеный стиль и всё так же, как на скрине убирал :D

Что бы убрать нижнюю строчку копирайта делаешь так:

 

В файле skinbox.css

 

 

Найти:

.branding_skin {
padding: 16px 8px;
text-align: left;
clear: both;
color: #fff;
font-size: 11.7px;
overflow: hidden;
background: url("{style_images_url}/_custom/sep.png") repeat-x 0 0;
}


.branding_skin a {
color: #fff;
text-decoration: none;
}


.branding_skin a:hover {
color: #fff;
text-decoration: underline;
}

Заменить на:

.branding_skin { 
display: none;
padding: 16px 8px;
text-align: left;
clear: both;
color: #fff;
font-size: 11.7px;
overflow: hidden;
background: url("{style_images_url}/_custom/sep.png") repeat-x 0 0;
}


.branding_skin a {
display: none;
color: #fff;
text-decoration: none;
}


.branding_skin a:hover {
display: none;
color: #fff;
text-decoration: underline;
}
Guest
This topic is now closed to further replies.

Последние посетители 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.