Jump to content

Featured Replies

Posted
comment_73113

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

post-18469-0-53950400-1414589716.jpg

comment_73114

В 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
comment_73115

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

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


#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

comment_73116

 

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

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

#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;
}
comment_73119

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

comment_73121
#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.