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

Здравствуйте, использую ipb 3.4.6 форум чистый (свежеустановленный). Каким образом можно установить фоновое изображение на всю площадь форума (пример на скрине). Спасибо заранее.

post-18469-0-53950400-1414589716.jpg

В CSS найди 

#branding {
height: 124px;
background: #0f3854 url('__anonymous-project.com/forum/public/style_images/anonymous/header.jpg') no-repeat center;
background-color: #F3F3F3;
border-bottom: 1px solid #1b3759;
min-height: 64px;
}

и замени на это 

branding {
height: 124px;

Потом найди 

body {
background: #e4e8f0 url("__anonymous-project.com/forum/public/style_images/anonymous/background.png") repeat-x 0 0;
color: #666;
font: normal 11px "Trebuchet MS",tahoma,helvetica,arial,sans-serif;
position: relative;
padding-bottom: 20px;
}

картинку замени здесь 

background: #e4e8f0 url("__anonymous-project.com/forum/public/style_images/anonymous/background.png") repeat-x 0 0;

Вроде так должно получится 

  • Author

Речь не о вышеуказанном форуме. Как я писал - форум свежеустановленный и стиль дефолтный.

Это находится в форуме в котором нужно поставить фон:


#branding {
    background: #0f3854 url({style_images_url}/branding_bg.png) repeat-x;
    border-bottom: 1px solid #1b3759;
    min-height: 64px;
html, body { /* Safari has trouble with bgcolor on body. Apply to html tag too. */
    background-color: #d8dde8;
    color: #5a5a5a;
}

Edited by White

 

Речь не о вышеуказанном форуме. Как я писал - форум свежеустановленный и стиль дефолтный.

Это находится в форуме в котором нужно поставить фон:

#branding {
    background: #0f3854 url({style_images_url}/branding_bg.png) repeat-x;
    border-bottom: 1px solid #1b3759;
    min-height: 64px;
html, body { /* Safari has trouble with bgcolor on body. Apply to html tag too. */
    background-color: #d8dde8;
    color: #5a5a5a;
}
html, body{
      background:#fff url("Путь картинки")repeat;
      color:#254463 
}

#branding {
border-bottom: 1px solid #1b3759;
min-height: 64px;
}

1. Как убрать логотип?

2. Как сделать, что бы белый фон просвечивался?

 

 

<div id='logo'>
						<if test="brandingBar:|:ipsRegistry::$applications[ $this->registry->getCurrentApplication() ]['hasCustomHeader']">
							{parse template="overwriteHeader" group="{current_app}_global" params=""}
						<else />
							{parse template="defaultHeader" group="global" params=""}
						</if>
					</div>

удали в globalTemplate

#content {
background: #fff;
padding: 10px;
line-height: 120%;
-webkit-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
-moz-box-shadow: 0 5px 9px rgba(0,0,0,0.1);
box-shadow: 0 5px 9px rgba(0,0,0,0.1);
}

Попробуй удалить 

background: #fff;
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.