Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

Addendum to 1198055#answer-1059537: Adjust inbox font size from 8pt to something readable

  • 1 yanıt
  • 1 kişi bu sorunu yaşıyor
  • 16 gösterim
  • Son yanıtı yazan: Matt

more options

Just this, y'all. If you found 11059537, archived, and the path in there didn't solve your problem, I found that the functional dir for my *.CSS files is /Users/{LOGON_NAME}/Library/Thunderbird/Profiles/tre3jyrg.default-release/Mail/Local Folders in my install dated 2019-11-19. The coding in the css solution by Zenos 1059537 works perfectly when I put the CSS file in this dir.


QUOTE (sorry, I dunno how to insert indent coding in this box):

I have to use the userChrome.css file for both Thunderbird and Firefox on my Linux boxes, since support for this add-on in Linux was dropped some time ago.

Create a folder in your Firefox profile named chrome

In this folder, create a text file named userChrome.css

In that file place the following code:

/*

* Do not remove the @namespace line -- it's required for correct functioning
*/

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

/*

* Make all the default font sizes 9 pt:
*/
  • { font-size: 9pt !important; }

Obviously, edit that font-size: 9pt !important; to a value that suits you. I generally use the same point size as was selected in the OS's desktop settings. You can also set the font face here, e.g.

/*

* Make all the default font sizes 9 pt:
*/
  • {
   font-size: 9pt !important; 
   font-family: Arial !important; 

} A similar file named userContent.css in the same chrome folder can be used to set the size of the content of webpages (and of email if used with Thunderbird.)

END QUOTE So wherever your installer dropped Thunderbird is where you need to create "userChrome.css" as an ASCII and insert Zenos' code. Thanks, Zenos. Worked like a charm, and enabled my old eyes to actually see the incoming mail! Otherwise, Thunderbird, out!

Just this, y'all. If you found 11059537, archived, and the path in there didn't solve your problem, I found that the functional dir for my *.CSS files is /Users/{LOGON_NAME}/Library/Thunderbird/Profiles/tre3jyrg.default-release/Mail/Local Folders in my install dated 2019-11-19. The coding in the css solution by Zenos 1059537 works perfectly when I put the CSS file in this dir. QUOTE (sorry, I dunno how to insert indent coding in this box): I have to use the userChrome.css file for both Thunderbird and Firefox on my Linux boxes, since support for this add-on in Linux was dropped some time ago. Create a folder in your Firefox profile named chrome In this folder, create a text file named userChrome.css In that file place the following code: /* * Do not remove the @namespace line -- it's required for correct functioning */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ /* * Make all the default font sizes 9 pt: */ * { font-size: 9pt !important; } Obviously, edit that font-size: 9pt !important; to a value that suits you. I generally use the same point size as was selected in the OS's desktop settings. You can also set the font face here, e.g. /* * Make all the default font sizes 9 pt: */ * { font-size: 9pt !important; font-family: Arial !important; } A similar file named userContent.css in the same chrome folder can be used to set the size of the content of webpages (and of email if used with Thunderbird.) END QUOTE So wherever your installer dropped Thunderbird is where you need to create "userChrome.css" as an ASCII and insert Zenos' code. Thanks, Zenos. Worked like a charm, and enabled my old eyes to actually see the incoming mail! Otherwise, Thunderbird, out!

Tüm Yanıtlar (1)

more options

unfortunately there is a fundamental issue here.

userChrome.css files go in the chrome folder of the active profile. It has nothing to do with the location of the program files. There is no mystery at all.

You open the troubleshooting information on the help menu and click the show profile button. Your operating systems file manager opens in the profile folder. That is where the chrome folder is created. in the chrome folder userChrome.css is saved.

Some pretty good basic information here http://kb.mozillazine.org/UserChrome.css