MyBB Community Forums

Full Version: Code and Quote colors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm unable to change my code/quote colors at all :|

[Image: bhf8fa.png]

I've tried editing them in my themes, nothing.
I really want to change the background colors of my code/quotes.

This is the code in my themes


blockquote {
	border: 1px solid #9ead98;
	margin: 0;
	background: #a9b6a3;
	padding: 0px;
}

blockquote cite {
	font-weight: none;
	border-bottom: 1px solid #9ead98;
	font-style: normal;
	display: block;
	margin: 0px 0;
}

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

blockquote cite span.highlight {
	float: none;
	font-weight: bold;
	padding-bottom: 0;
}

.codeblock {
	background: #a9b6a3;
	border: 1px solid #9ead98;
	padding: 0px;
}

.codeblock .title {
	border-bottom: 1px solid #9ead98 ;
	font-weight: none;
	margin: 0px 0;
}

.codeblock code {
	overflow: auto;
	height: auto;
	max-height: 200px;
	display: block;
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 13px;
}


I can't see what I'm doing wrong at all. Please help!


edit// I miiiiiiiiiiiiight have put this in the wrong board. oops.