Posts Tagged With: quote

Different Quote Level Colors for Thunderbird

tips_quotelevels Scrolling down a really long e-mail trying to sort where one message ends and another one starts can be a pain. Thank goodness though for this Thunderbird tip that will add different colors depending on the level of the quote you are at.

Just copy and paste this to your userContent.css file for Thunderbird:

/* Quote Levels Colors */
	blockquote[type=cite] {    color: navy !important; background-color: RGB(245,245,245) !important;
	}
	blockquote[type=cite] blockquote {    color: maroon !important; background-color: RGB(235,235,235) !important;
	}
	blockquote[type=cite] blockquote blockquote {    color: green !important; background-color: RGB(225,225,225) !important;
	}
	blockquote[type=cite] blockquote blockquote blockquote {    color: purple !important; background-color: RGB(215,215,215) !important;
	}
	blockquote[type=cite] blockquote blockquote blockquote blockquote {    color: teal !important; background-color: RGB(205,205,205) !important;
	}

There are a handful of other Thunderbird config tips and tweaks you might want to check out from Mozilla’s site too. This is the best one in my opinion though.

 
Bonus: Get Firefox Tips, Themes, Add-ons and More at FirefoxFacts.com - RSS Feed

Dedicated Server Hosting provided by FastServers.Net
Mitch Keeler © 2008 - In Mitch We Trust!
Sitemap | RSS Feed | Privacy Policy | Go to Top