Glue

Seeing as you're a Thunderbird user, you might be interested in the following tip to emphasise quoting by setting increasingly dark backgrounds for the quoted levels in addition to the usual colour bars in the margin.

Add the following

blockquote[type=cite] { color: navy !important; background-color: RGB(245,245,245) !important; border-right: 0px !important; } blockquote[type=cite] blockquote { color: maroon !important; background-color: RGB(235,235,235) !important; border-right: 0px !important; } blockquote[type=cite] blockquote blockquote { color: green !important; background-color: RGB(225,225,225) !important; border-right: 0px !important; } blockquote[type=cite] blockquote blockquote blockquote { color: purple !important; background-color: RGB(215,215,215) !important; border-right: 0px !important; } blockquote[type=cite] blockquote blockquote blockquote blockquote { color: teal !important; background-color: RGB(205,205,205) !important; border-right: 0px !important; }

to your %APPDATA%\Thunderbird\Profiles\Default\xxxxxxxx.slt\Chrome\UserContent.css file.

Note that %APPDATA% will usually be C:\Documents and Settings\YourName, and xxxxxxxx is a random string.

Reply to
Andy Burns
Loading thread data ...

Is there a way to get rid of the quotes altogether? Well, maybe just keep the most recent

Reply to
Stuart Noble

You could try setting the CSS property on the level(s) you want to hide to be "display: none"

e.g.

blockquote[type=cite] { color: navy !important; background-color: RGB(245,245,245) !important; border-right: 0px !important; }

blockquote[type=cite] blockquote { display: none !important; }

If you're lucky that would also catch all deeper nesting levels too, as you can tell I haven't tried, if it doesn't catch the deeper levels add all the "blockquote blockquote blockquote blockquote" nestings as deep as you want ....

Reply to
Andy Burns

Thanks for the info, but I don't seem to have a UserContent.css file, and the chrome directory is empty.

Reply to
Stuart Noble

That's OK, the file doesn't normally exist, just create it with notepad

Reply to
Andy Burns

Thanks. I'll give that a go

Reply to
Stuart Noble

In article , john Fri, 30 Dec 2005 13:18:02 writes

Cow Gum

Reply to
Les Desser

Oh! Cow Gum!! Can it still be bought?

Reply to
Chris Bacon

In article , Chris Bacon Mon, 2 Jan 2006 20:03:59 writes

Seems like not by that name but there is a replacement - have a Google.

Reply to
Les Desser

HomeOwnersHub website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.