MyBB Community Forums

Full Version: Wheres that code...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im pretty sure i saw somewhere how to change the design of the quote boxes...?

Does anyone have the link??
In MyBB 1.2, it's the .quote_header and .quote_body class in the 'Additional CSS' section of the theme editor.

.quote_header {
	background: #fff;
	border: 1px dashed #000;
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	margin: 8px auto 0 auto;
	padding: 4px;
}

.quote_body {
	background: #fff;
	border: 1px dashed #000;
	border-top: 0;
	color: #000;
	padding: 4px;
	margin: 0 auto 8px auto;
}
dam eurghh i meant to put this in the 1.4x

sorry
whats the code for tht
Sleepy

In global.css...

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;
}
how do i change the design of it aka the colourds etc...

im nt up to scratch with these of sorts of things..