Re: Quote colors

Parish <[email protected]>
Newsgroups gmane.comp.mozilla.devel.prefs
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Roy Smith wrote:
> Hi,
> 
> I don't recall where I've seen this before, but I do know that you can 
> have the bars in front of quoted text come up in a different color for 
> each subsequent level of quoted text.  Any idea of how to do this?
> 

Add these lines to userContent.css in the chrome sub-dir of your profile 
directory:

blockquote[type=cite] {
	color: darkred ! important;
}
blockquote[type=cite] blockquote {
	color: darkgreen ! important;
}
blockquote[type=cite] blockquote blockquote {
	color: darkblue ! important;
}
blockquote[type=cite] blockquote blockquote blockquote {
	color: purple ! important;
}
blockquote[type=cite] blockquote blockquote blockquote blockquote {
	color: teal ! important;
}
blockquote[type=cite] blockquote blockquote blockquote blockquote 
blockquote {
	color: gray ! important;
}



-- 
The only reason I burn the candle at both ends is because
I haven't figured out how to light the middle.
-=-=-=-
This .sig was brought to you by Tagzilla <http://tagzilla.mozdev.org>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.