How to change Quote box color?

Flip at 02h54
20
Dec
2011
I want the multiple quote boxes to alternate grey/white/grey, etc

My forum is white. When you quote a post, the first quote box is grey. But when you use multiple quotes, the next quote box is like a duller grey, and they both look the same.

I want it so the 2nd quote box is white, so they alternate. But I can't find where to change that in the color display section. I only see how to change the initial quote box color.

Thanks
1 Matti_7, on 20/12/2011 at 12h12
Add this in your css and remember to change the background color.

Code:
blockquote {
background: #000;
}

blockquote blockquote {
background: #fff;
}

blockquote blockquote blockquote {
background: #ddd;
}
2 jsjullia, on 20/12/2011 at 16h26
hi,
i want to change the color quite box and make different style.
recycle cartridges
www.gtrecycling.com / toner cartridges recycle for cash
[url=wwww.gtrecycling.com/faq/]www.gtrecycling.com/faq/[/url]
3 Flip, on 20/12/2011 at 17h39
I figured it out. Thanks Smile
4 Sanket, on 20/12/2011 at 19h20
Solved | Archived
Similar topics
Whenever I quote somebody on my forum, me or anybody else, the background of the quote is an ugly white with grey text, which makes it very hard to read. Any way to solve this?
with this css code you can modified quote(add quote image,change color...) in PHPbb 2 Code: div.postbody span.genmed { color:#ff0000; background-image:
Spoiler: I'm using phpbb3. So anyone can help me, with a code so I can change the bg color and font color of a quote inside a quote?
Replies 1 to 4 on 4 for "How to change Quote box color?"
See also
more_less
Informations

4 Replies For the topic :
"How to change Quote box color?"

This topic has been viewed 793 times.

Last message :
20/12/2011 at 02h54 by "Flip"