Jump to content

Как сузить форум?

Featured Replies

Posted
comment_27563

Нужно сделать форум уже. Сейчас у меня так:

 

А хотелось бы сделать с отступом как у вас:

  • Author
comment_27572

Да в нем

Можете выложить кусок кода который нужно редактировать?

Я нашел такие:

/************************************************************************/
/* TAG EDITOR STYLES */

.ipsTagBox_wrapper {
	min-height: 18px;
	width: 350px;
	line-height: 1.3;
	display: inline-block;
}
	
	.ipsTagBox_hiddeninput { background: #111; color: #fff; }
	.ipsTagBox_hiddeninput.inactive {
		font-size: 11px;
		min-width: 200px;
	}
	
	.ipsTagBox_wrapper input { border: 0px;	outline: 0; }
	.ipsTagBox_wrapper li {	display: inline-block; }
	
	.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child {
		background: #212121;
		border-color: #111;
		color: #a2a2a2;
	}
.ipsTagBox_closetag {
		margin-left: 2px;
		display: inline-block;
		padding: 0 3px;
		color: #a2a2a2;
		font-weight: bold;
	}
		.ipsTagBox_closetag:hover { color: #454545;	}
		.ipsTagBox_tag.selected .ipsTagBox_closetag { color: #424242; }
		.ipsTagBox_tag.selected .ipsTagBox_closetag:hover { color: #2f2f2f;	}
		.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag { color: #4f87bb; }
		.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag:hover { color: #003b71; }

.popupWrapper {
background-color: rgba(34, 34, 34, 0.4);
    padding: 10px;
	-webkit-box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.7 );
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
#status_wrapper h4 { font-weight: bold; font-size: 14px; }
	.status_content { line-height: 1.4; }
	.status_content .mod_links { opacity: 0.2; }
	.status_content:hover .mod_links { opacity: 1; }
	.status_content .h4, .status_content .status_status { font-size: 14px; word-wrap: break-word; }
	.status_feedback { margin: 10px 0 0 -10px; }
  • Author
comment_27598

Envy

 

/* LAYOUT */

.wrapper{
margin: 0 auto;
min-width: 980px;
max-width: 1920px;
width: 85%;
}
Меняй width: 85%;
спасибо! Завтра обязательно попробую :)
  • Author
comment_27676

У меня там только 

/* LAYOUT */
#content {
	margin: 0 auto;
   	min-width: 960px;
}

.main_width {
	margin: 0 auto;
	/* Uncomment for fixed */
	/*width: 960px;*/
	/* Fluid */
	width: 85% !important;
   	min-width: 960px;
}
  • Author
comment_27682

Мдяяяя, написанно же, дизйнер постарался

 

/* Uncomment for fixed */

Т.е изменить ширину нельзя?

Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.