Headers Font Size (Linux)

User Help for Mozilla Thunderbird
BillTreloar
Posts: 14
Joined: August 1st, 2015, 6:15 am
Location: New Jersey, USA
Contact:

Headers Font Size (Linux)

Post by BillTreloar »

Hi — Is there a way to adjust font size in the header portion of the screen? In my copy, it's a much smaller font than normal body text and as I get older it's increasingly difficult to read.
Last edited by DanRaisch on December 1st, 2021, 7:44 am, edited 1 time in total.
Reason: (Linux) added to subject line.
User avatar
DanRaisch
Moderator
Posts: 127231
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Headers Font Size

Post by DanRaisch »

BillTreloar
Posts: 14
Joined: August 1st, 2015, 6:15 am
Location: New Jersey, USA
Contact:

Re: Headers Font Size

Post by BillTreloar »

DanRaisch wrote:See this article -- http://kb.mozillazine.org/Pane_and_menu_fonts
Thanks for this — but unfortunately, the page times out before displaying in either of my browsers. Are you in a position to troubleshoot that?
User avatar
DanRaisch
Moderator
Posts: 127231
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Headers Font Size

Post by DanRaisch »

The Knowledge Base has been off-line for the last couple of days but should be available today or tomorrow.
User avatar
tanstaafl
Moderator
Posts: 49647
Joined: July 30th, 2003, 5:06 pm

Re: Headers Font Size

Post by tanstaafl »

http://webcache.googleusercontent.com/s ... =1&vwsrc=0 is a text version of the KB article, cached by google. You can also search for a KB page using the wayback machine if the wiki is down.
User avatar
DanRaisch
Moderator
Posts: 127231
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Headers Font Size

Post by DanRaisch »

I would also question why you’re seeing that. Do see the same issue if you launch the program in Mozilla Safe Mode?
User avatar
WaltS48
Posts: 5141
Joined: May 7th, 2010, 9:38 am
Location: Pennsylvania, USA

Re: Headers Font Size

Post by WaltS48 »

I see the issue using safe mode in my version 88 on Fedora 33.
The connection has timed out

The server at kb.mozillazine.org is taking too long to respond.
and Nightly in production mode.
Linux Desktop - AMD Athlon(tm) II X3 455 3.3GHz | 8.0GB RAM | GeForce GT 630
Windows Notebook - AMD A8 7410 2.2GHz | 6.0GB RAM | AMD Radeon R5
BillTreloar
Posts: 14
Joined: August 1st, 2015, 6:15 am
Location: New Jersey, USA
Contact:

Re: Headers Font Size

Post by BillTreloar »

The article (thanks for suggesting the Way Back Machine!) shows four areas where I can change the font. But I don't know what they mean:
#folderTree > treechildren {font-size: 12px; font-family: Arial;}
#threadTree > treechildren {font-size: 12px; font-family: Arial;}
#dirTree > treechildren {font-size: 12px; font-family: Arial;}
#abResultsTree > treechildren {font-size: 12px; font-family: Arial;}

Can you translate those trees into plain English for me?

Where I want to increase font size is in the header section: the section above the message body that shows From, Subject, and To.
User avatar
Eckard
Posts: 1414
Joined: September 5th, 2011, 8:17 am
Location: Paris (not TX)

Re: Headers Font Size

Post by Eckard »

BillTreloar wrote:
Where I want to increase font size is in the header section: the section above the message body that shows From, Subject, and To.
I guess you mean this (upper) part of the message pane framed in red in my screen shot:
Image

You can use the following CSS code in a userChrome.css file:

Code: Select all

/*  Message Header font size  */
#msgHeaderView {
font-size: 13px !important; }
Adapt the number of pixels to your eyesight.
micksulley
Posts: 22
Joined: September 6th, 2015, 3:41 am

Re: Headers Font Size

Post by micksulley »

I have tried all of the suggestions here and nothing has worked. I can change the message text with View > Zoom, but nothing changes the header text, tree, etc. I have just checked, there is only the one userChrome.css file.
Running Thunderbird 78.14.0 (64-bit) on Linux Mint 20.2 Cinnamon
Any suggestions?
Thanks
Mick
morat
Posts: 6421
Joined: February 3rd, 2009, 6:29 pm

Re: Headers Font Size (Linux)

Post by morat »

Remember to set the toolkit.legacyUserProfileCustomizations.stylesheets preference to true, then restart.

Troubleshoot userChrome.css
http://forums.mozillazine.org/viewtopic ... #p14887480
micksulley
Posts: 22
Joined: September 6th, 2015, 3:41 am

Re: Headers Font Size (Linux)

Post by micksulley »

morat wrote:Remember to set the toolkit.legacyUserProfileCustomizations.stylesheets preference to true, then restart.

Troubleshoot userChrome.css
http://forums.mozillazine.org/viewtopic ... #p14887480
I hadn't set that, but now I have it has still made no difference. I have looked at the troubleshooting link and a few others and they all seem to refer to Firefox and not Thunderbird, should it also work on Thunderbird?
morat
Posts: 6421
Joined: February 3rd, 2009, 6:29 pm

Re: Headers Font Size (Linux)

Post by morat »

Check if the userChrome.css file is really in the chrome folder in the correct profile folder.

Application menu button > Help > Troubleshooting Information > Update Folder > Open Folder
Application menu button > Help > Troubleshooting Information > Profile Folder > Open Folder (click here)

Troubleshooting Information
http://support.mozilla.org/kb/find-what ... -are-using

Try testing a single rule to see if the userChrome.css file is working correctly.

Code: Select all

/* Thunderbird userChrome.css */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

* { background-color: orange !important; }
Remember you must restart the application for the changes to take effect.
micksulley
Posts: 22
Joined: September 6th, 2015, 3:41 am

Re: Headers Font Size (Linux)

Post by micksulley »

Sorry I think I am missing something here.
Help > Troubleshooting Information - there is nothing called Update Folder or Profile Folder
The chrome file is ~/.thunderbird/zbmsmr81.default-release/chrome/userChrome.css
I have just replaced it with the code you suggested and restarted and it made no difference, I guess it should turn the background orange but it didn't
So I assume that the .css is not working but I have no idea why.
Ideas?
alta88
Posts: 1029
Joined: January 28th, 2006, 3:08 pm

Re: Headers Font Size (Linux)

Post by alta88 »

BrowseInTab (also on ATN) has zoom options for both global chrome font size and UI elements (folder list, message list, toolbars, tabs, icons) as well as per tab content (messages, web pages, about system pages). It should not be as complicated as setting prefs, userChrome.css, etc.
Post Reply