MyBB Community Forums

Full Version: vb quote, how to change?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
People, help Smile
how to change the margin quoted replies, and how to make the vb style?

example
[Image: 5o8nk0.jpg]

tnx Smile
help people Smile

how to draw text in the middle of replies?
Just edit your stylesheet global.css and change this for whatever you want to display:

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px;
}

blockquote cite {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	display: block;
	margin: 4px 0;
}

blockquote cite span {
	float: right;
	font-weight: normal;
}

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}
it is not...
If you were more specific would be easier to help.

http://mybbhacks.zingaburga.com/showthread.php?tid=274
I do not speak English well, but I try Smile

currently looks like this:

[Image: xl0bif.jpg]

but I want it to look like this:

[Image: fntht4.jpg]

So that quoted text is not immediately at the beginning,but that is a little tucked - as the second picture.
And that the entire frame centered citations.

excuse my bad English, but I hope you understand, tnx Smile
picture sizes are a little big, sry Smile