Jump to content

Изменить фон низа форума 3.4


АнатолЬ
 Share

Recommended Posts

Никак не могу понять, где именно убрать этот дурацкий синий фон, что бы картинка которая на весь форум и внизу была видна, не подскажите ????

Edited by АнатолЬ
Link to comment
Share on other sites

1. Картинка жесть. Сколько она весит, 1мб?..

2. Без синего фона, белый текст не будет виден на светлом фоне картинки

3. Сам бэкграунд футера ipb_style.css

#footer{

background:url("public/style_images/CS-piwar/_custom/bg-footer_blue.jpg") no-repeat top center;

Link to comment
Share on other sites

подскажите это на какой по счету линии находится, мне не найти вообще такой картинки, что бы она была описана у меня, вот мой FOOTER:

 


/* FOOTER */	

#backtotop,
#bottomScroll{
width: 24px;
height: 24px;
line-height: 20px;
left: 50%;
top: 50%;
margin-left: -12px;
margin-top: -12px;
position: absolute;
display: inline-block;
background: url("{style_images_url}/trans80.png") repeat;
background: rgba(0,0,0,0.8);
-webkit-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
-moz-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
text-align: center;
-moz-border-radius: 16px;
-webkit-border-radius: 16px;
border-radius: 16px;
opacity: 0.4;
outline: 0;
}

#bottomScroll:hover, #backtotop:hover { 
	color: #fff;
	opacity: 1;
}

#footer_utilities { 
padding: 20px 8px;
position: relative;
font-size: 11.7px;
}

#footer_utilities, #footer_utilities a{ color: #fff; color: rgba(255,255,255,0.7); }
#footer_utilities a:hover{ color: #fff; }
#footer_utilities .ipbmenu_content a{ color: #333; }

#footer_utilities .ipsList_inline{ margin-top: 3px; clear: left; float: left; }
#footer_utilities .ipsList_inline > li{ margin: 0; }
#footer_utilities .ipsList_inline > li > a { margin-right: 0px; padding: 4px 10px; display: inline-block; }
#footer_utilities a.menu_active { 
	background: url('{style_images_url}/trans30.png') repeat;
	background: rgba(0,0,0,0.3);
	color: #fff;
	text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px;
	-moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px;
	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px;
}

#copyright {
	/*color: #848484;*/
	text-align: right;
	line-height: 22px;
	float: right;
}

	/*#copyright a { color: #848484; }*/

#ipsDebug_footer {
width: 900px;
margin: 8px auto 0px auto;
text-align: center;
color: #404040;
font-size: 11px;
}
#ipsDebug_footer strong { margin-left: 20px; }
#ipsDebug_footer a { color: #404040; }

#rss_menu {
background-color: #fef3d7;
border: 1px solid #ed7710;
}

#rss_menu li { border-bottom: 1px solid #fce19b; }
#rss_menu li:last-of-type{ border-bottom: 0; }
#rss_menu a {
	color: #ed7710;
	padding: 5px 8px;
	text-shadow: none;
}

	#rss_menu a:hover {
		background-color: #ed7710;
		color: #fff;
	}

Link to comment
Share on other sites

Откуда я знаю на какой у вас там по счету линии, данного селектора тут нету. Ищите по имени селектора (#footer), ищите по имени картинки

 

Хотя это не в ipb_style.css а в skinbox.css

  • Upvote 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...