Bad Eyesight - Thunderbird: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (stylish replaced by stylus which doesn't appear to support Thunderbird yet)
m (added sample userChrome.css file)
Line 13: Line 13:
* The [https://addons.mozilla.org/en-US/thunderbird/addon/no-small-text/ No small text] add-on lets you set a minimum size for all HTML text and switch it on and off with a toolbar button. It supports three preset sizes. Its supposedly compatible with add-ons similar to Firefox's NoSquint add-on.  
* The [https://addons.mozilla.org/en-US/thunderbird/addon/no-small-text/ No small text] add-on lets you set a minimum size for all HTML text and switch it on and off with a toolbar button. It supports three preset sizes. Its supposedly compatible with add-ons similar to Firefox's NoSquint add-on.  


* [[Pane and menu fonts]] has CSS snippets you can add to a optional [[UserChrome.css]] file to change the font, font size, and other attributes of fonts. [http://eriwen.com/css/tweaking-thunderbirds-chrome/ Personalize your Thunderbird by changing it’s chrome] also has some useful CSS snippets. If you don't want to learn how to use a CSS snippet you could try using a already customized CSS style from [http://userstyles.org/ UserStyles.org] using the [https://addons.mozilla.org/en-US/thunderbird/addon/stylish/ Stylish for Thunderbird] add-on. For example, [http://userstyles.org/styles/2437 TwisterMc's "Make TB labels stand out"] style tries to make it easier to see tagged messages and the [http://userstyles.org/styles/201 list box alternating row bg colors] style configures alternating rows to use a different background color in list boxes/folder listings.
* [[Pane and menu fonts]] has CSS snippets you can add to a optional [[UserChrome.css]] file to change the font, font size, and other attributes of fonts. [http://eriwen.com/css/tweaking-thunderbirds-chrome/ Personalize your Thunderbird by changing it’s chrome] also has some useful CSS snippets. An example of a chrome/userChrome.css file in your profile that sets the font and font size for all characters to use the Verdana font at font size 16 is:


:: Note: According to [https://bugzilla.mozilla.org/show_bug.cgi?id=1472948 this bug report] "The 'Stylish' extension was recently sold and the new company now logs all browser history.". Supposedly [https://addons.mozilla.org/en-GB/firefox/addon/styl-us/ Stylus] is a fork of that extension without the spyware. Unfortunately that fork doesn't appear to support Thunderbird  yet. See https://forum.userstyles.org/categories/stylish for a discussion about what's going on.
<pre>
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
/* http://kb.mozillazine.org/Pane_and_menu_fonts */
/* Global UI font - the leading '*' is not a typo */
* { font-size: 16pt !important;
    font-family: Verdana !important; 
  }
</pre>
 
* If you don't want to learn how to use a CSS snippet you could try using a already customized CSS style from [http://userstyles.org/ UserStyles.org] using the [https://addons.mozilla.org/en-US/thunderbird/addon/stylish/ Stylish for Thunderbird] add-on. For example, [http://userstyles.org/styles/2437 TwisterMc's "Make TB labels stand out"] style tries to make it easier to see tagged messages and the [http://userstyles.org/styles/201 list box alternating row bg colors] style configures alternating rows to use a different background color in list boxes/folder listings. <P>Note: According to [https://bugzilla.mozilla.org/show_bug.cgi?id=1472948 this bug report] "The 'Stylish' extension was recently sold and the new company now logs all browser history.". Supposedly [https://addons.mozilla.org/en-GB/firefox/addon/styl-us/ Stylus] is a fork of that extension without the spyware. Unfortunately that fork doesn't appear to support Thunderbird  yet. See https://forum.userstyles.org/categories/stylish for a discussion about what's going on.  


* "Control +" (using the auxiliary keypad), "Control Shift +" (using the main keyboard) and View -> Zoom changes the zoom setting (before Thunderbird 24 that changed the font size instead) when reading or writing a message. That setting is not sticky, i.e. when you exit and restart Thunderbird you'll have to do it again.  That is why it is typically easier to use an add-on or CSS snippet to have a permanent change. If you can't zoom, try temporarily disabling all add-ons using [[Safe mode]] (not to be confused with Windows safe mode) to see if an add-on is the culprit.
* "Control +" (using the auxiliary keypad), "Control Shift +" (using the main keyboard) and View -> Zoom changes the zoom setting (before Thunderbird 24 that changed the font size instead) when reading or writing a message. That setting is not sticky, i.e. when you exit and restart Thunderbird you'll have to do it again.  That is why it is typically easier to use an add-on or CSS snippet to have a permanent change. If you can't zoom, try temporarily disabling all add-ons using [[Safe mode]] (not to be confused with Windows safe mode) to see if an add-on is the culprit.

Revision as of 02:38, 14 August 2018

This article was written for Thunderbird but also applies to Mozilla Suite / SeaMonkey (though some menu sequences may differ).

Addons and Tweaks

  • Change the font/font size in messages by using Tools -> Options -> Display -> Fonts -> Advanced, and set "minimum font size" and consider unchecking "allow messages to use other fonts". If you don't want to change the font size you can set View -> Message Body As > Simple HTML, which removes some display formatting within the message such as font sizes and colors. It may not look as nice, but you can read the small print again.
  • The No small text add-on lets you set a minimum size for all HTML text and switch it on and off with a toolbar button. It supports three preset sizes. Its supposedly compatible with add-ons similar to Firefox's NoSquint add-on.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* http://kb.mozillazine.org/Pane_and_menu_fonts */
/* Global UI font - the leading '*' is not a typo */
 * { font-size: 16pt !important; 
     font-family: Verdana !important;  
   } 
  • "Control +" (using the auxiliary keypad), "Control Shift +" (using the main keyboard) and View -> Zoom changes the zoom setting (before Thunderbird 24 that changed the font size instead) when reading or writing a message. That setting is not sticky, i.e. when you exit and restart Thunderbird you'll have to do it again. That is why it is typically easier to use an add-on or CSS snippet to have a permanent change. If you can't zoom, try temporarily disabling all add-ons using Safe mode (not to be confused with Windows safe mode) to see if an add-on is the culprit.
  • The Montezooma add-on adds zooming capabilities to the message window. The ImageZoom add-on lets you zoom images.
  • The Compose for Thunderbird add-on is an experimental add-on that replaces the built-in editor, based on the existing CKEditor WYSIWYG Text and HTML editor. It is not full functionality and has many bugs, but you might want to investigate if it makes things easier. There is also an external editor add-on that would let you use an external editor instead of the built-in HTML editor.
  • The NewScrollbars add-on lets you change the width, color and/or background color of the scroll bar to provide a high contrast scroll bar.

Sending Messages

There isn't much you can do to make a plain text message more easily readable. However, you can change the font and font size and bold the text in a HTML message to make it easier for the recipient to read it. The easiest way to do this is to create a message template and use it to create a new message whenever you send a message to somebody with poor eyesight. If you have any sort of organized data consider putting it in a table.

Use fixed font sizes for sending your messages with caution. In general, you can assume that the recipient will have made adjustment to his or her settings optimum for their needs, thus you may inadvertently override such settings.

Thunderbird 5.0 and later

Thunderbird 5.0 has Direct2D font rendering enabled by default on Windows platforms which support it (so does Firefox 4.0+ and SeaMonkey 2.1+). This is in addition to the ClearType handling described below. If the fonts remain difficult to read after adjusting the ClearType settings, go into Tools → Options → Advanced → General and click on Config Editor. Switch the gfx.direct2d.disabled setting to "true" by double-clicking on it to disable the D2D feature. You need to restart Thunderbird to see its effect.

If you are using the High Contrast desktop themes on Windows 7 or Vista, hard-wired colors and gradients introduced during the redesign of the "aero" default theme may make reading the menu bar and the toolbar buttons difficult (screendumps). There is a userChrome.css workaround available to increase visibility of the menu and button texts (CSS code, screendump).

Other solutions

Try accessibility features of your operating system, which can be better than what is possible within Thunderbird.

  • Windows users can use the accessibility wizard at Start -> Programs -> Accessories -> Ease of Access or Accessibility.
  • There are free programs such as BigType that will magnify any text near where you are typing using a magnifier window.
  • Try the Windows Classic or a High Contrast theme by selecting the Appearance tab in the Display Properties of Control Panel, and then Color Scheme. On Windows 7, right-click on the desktop and select Personalize from the context menu. (Default and other desktop themes on Windows 7 and Vista employ a "glass" effect with transparency, which may make it hard to recognize text and shapes.)
  • For LCD monitors, use the cleartype tuner powertoy to tune the the text to your eyesight. On Windows 7, right-click on the Desktop and select Personalize from the context menu, then select Display and choose the "Adjust ClearType text" category. If you prefer unsmoothed (crisp) fonts, uncheck "Turn on ClearType" to avoid font smoothing.
  • Dragon Naturally Speaking is speech recognition software, but it also has a text-to-speech option. You might buy something like that to speak what you are reading.

See Also

Forum Links

External Links

Bug reports