Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

How can I specify a BOLD font for reading messages in TB's userChrome.css

  • 1 отговор
  • 1 има този проблем
  • 30 изгледи
  • Последен отговор от bashley101

more options

There's lots of information about changing the panes with lists, but NOT how to make the font in the message pane bold. There used to be a table with the names of all the entities (?) used (folderpane, folderlist, etc.) but I've searched for over an hour with no results. Perhaps all I need is the actual name of the folder pane so I can add this to my userChrome.css:

    font-family: arial !important;
    font-weight: bold !important;

Or if I need to do something completely different, what might that be?

Thx, Bev

There's lots of information about changing the panes with lists, but NOT how to make the font in the message pane bold. There used to be a table with the names of all the entities (?) used (folderpane, folderlist, etc.) but I've searched for over an hour with no results. Perhaps all I need is the actual name of the folder pane so I can add this to my userChrome.css: font-family: arial !important; font-weight: bold !important; Or if I need to do something completely different, what might that be? Thx, Bev

Избрано решение

This works. I had a lot of stuff that was preventing this from working, along with editing the wrong file :-(

From Eckard in mozilla.support.thunderbird:

  In the userContent.css file it should be
  body {
  font-weight: bold !important; }
  It works for both reading and composition.
Прочетете този отговор в контекста 👍 0

Всички отговори (1)

more options

Избрано решение

This works. I had a lot of stuff that was preventing this from working, along with editing the wrong file :-(

From Eckard in mozilla.support.thunderbird:

  In the userContent.css file it should be
  body {
  font-weight: bold !important; }
  It works for both reading and composition.