Is it yet possible to change all global font sizes in thunderbird?

I see there are several posts about the base font sizes in thunderbird but have you actually solved this yet please?

These are the Options available to you which can increase the font size of '''everything''' in Thunderbird - Folder pane - email list etc. It is up to you which you choose to use.
'''1. Increase screen resolution'''
You have not told us what screen resolution you are using. This will effect everything you see on your desktop and all windows including Thunderbird. So if you are having an issue with the idea of using addon or creating a userChrome.css file then try this first.
Control Panel > Personalization > Display Settings A high Resolution will decrease the overall size of everything. If you are finding everything on your computer including everything in Thunderbird is too small, then lower the Resolution setting to increase the over all appearance of size. It is operated using a slide bar. then click on Apply and then OK when happy with result.
'''2. Use an Addon: '''
addon will only effect Thunderbird and not other programs nor desktop.
* https://addons.mozilla.org/en-us/thunderbird/addon/theme-font-size-changer/
download the addon to your computer. then install the addon following this information:
* https://support.mozilla.org/en-US/kb/add-ons-and-extensions-faq#w_how-do-i-install-an-add-on
'''3. create css file This only effects Thunderbird.'''
This may seem a little daunting, but it is simple. It requires you to be able to follow instructions, create folders, copy paste and save files. You do not need to actually write code.
Make Hidden files and folder visible:
* http://kb.mozillazine.org/Show_hidden_files_and_folders
In Thunderbird:
* Help > Troubleshooting Information
* click on 'show folder' button
* a new window opens showing your Profile folder.
* '''Close Thunderbird now - this is important.'''
Create new folder and call it '''chrome''' note the spelling - use a lower case 'c' It should be in the same place as the 'Mail' folder.
open Notepad:
usually located under All Programs > accessories > Notepad
Copy all the text between lines below and paste it into the Notepad document.
<pre>
* Do not remove the @namespace line -- it's required for correct functioning
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
*Make all the default font sizes eg:14 px:
* { font-size: '''14px''' !important; }
</pre>
If this proves to be too small you can edit the 14px to say 16px etc
Save the document as filename '''userChrome.css''' in the '''chrome''' folder. Note the spelling all lower case except for the 'C'.
Restart Thunderbird.

Similar Messages

  • Is it possible to change theme and font size at run time?

    I want to create a project where user can change the theme and font size at run time? Is there any facility to do so in captivate 7?

    Not as far as I am aware.  A lot of the text objects (such as captions) in Captivate are actually converted to images at publish time.  So they're not able to be changed via stylesheets or variables.
    You can use Advanced Actions to hide or show images or captions with different sized text.  But not change the size of the text that is already in the caption.
    Even if you make all of the on screen text dynamic so that it's coming from some variable value, you still cannot change the font size at runtime.

  • How to change all field font sizes in one go?

    Hi Does anyone know how i can do this.
    Someone created a form for us with fields but not all of the fields are the same font or size, how can i change them all without doing them one by one?
    many thanks

    Select them all by pressing Ctrl+A while using the Select Object Tool (a
    black cursor), or by manually selecting the ones you want, then right-click
    one of them and select Properties. You will be able to edit the common
    properties of all the selected fields.

  • Using Sansung S3, not yet possible to share all the open tabs (using NFC) with another NFC phone. But only the one main tab I am currently browsing is possible.

    Using Sansung S3, Android 4.1.2, Firefox 24.0; not yet possible to share all the open tabs (using NFC) with another NFC phone. But only the one main tab I am currently browsing is possible to share. Is this the feature of current NFC feature of Firefox?
    If so, when will there be feature to share all the tabs?
    Thanks.

    I'm not sure if we will implement this. Sharing all the tabs you have open have many more security and privacy issues. Someone forgets that they had a tab open they did not want to share or miss-clicks on the share all option.
    We are looking into better ways to share tabs with devices that are nearby. Especially if they are on the same WiFi network.

  • Is it possible to change the Costing Lot size for preference calculation?

    Hi Gurus,
    Is it possible to change the costing lot size for the preference calculation?
    Reason for my question is: We have all prices on price unit 100
    and we want to use also the price unit 100 for preference calcalation.
    But the preference calculation always take price unit 1.
    Is there any possibility to set somewhere the costing lot size for pref.calculation?
    Thanks
    Regards
    Dieter

    Does really nobody has a hint?

  • How can I change all the fonts at once on labels I downloaded from Avery?

    How can I change all the fonts at once on labels I downloaded from Avery?

    select all (Edit > Select All), then open the font panel by selecting the menu item "Format > Font Show Fonts".  Now select the font you want.
    I could only find Templates from Avery for Pages.  I think my suggestion in still good but want you to know you posted this question in the forum for Numbers.

  • Change application font size in Thunderbird 3.

    How can I change the font size in Thunderbird 3? The bold fonts are to bold and the general font size is to big I think.
    I have tested with creating a chrome folder in the default profile. The userChrome.css looks like this. But it didn't work.
    * Edit this file and copy it as userChrome.css into your
    * profile-directory/chrome/
    * This file can be used to customize the look of Mozilla's user interface
    * You should consider using !important on rules which you want to
    * override default settings.
    * 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 */
    * Some possible accessibility enhancements:
    * Make all the default font sizes 20 pt:
    * font-size: 20pt !important
    /* Global UI font */
    font-size: 6pt !important;
    EDIT: Seems like the bold font is a more global problem. This is from Firefox
    I have installed the ubuntu patched fonts. My ~/.fonts.conf looks like this.
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
    <match target="font" >
    <test compare="more" name="weight">
    <const>medium</const>
    </test>
    <edit mode="assign" name="autohint">
    <bool>true</bool>
    </edit>
    </match>
    <match target="font">
    <test name="weight" compare="more">
    <const>medium</const>
    </test>
    <edit name="autohint" mode="assign">
    <bool>false</bool>
    </edit>
    </match>
    </fontconfig>
    Last edited by orjanp (2009-12-17 09:52:12)

    Yes of course. My bad.
    Here it is. Some of the entries don't have a corresponding entry in conf.avail. I accidentally deleted 10-autohint.conf from conf.avail when I meant to delete it in conf.d. Ho do I get it back?
    Have tested lxappearance to change the font in GTK applications. Works, but the boldness is not looking very good yet.
    [root@ArchT400 orjanp]# ls /etc/fonts/conf.d/
    10-antialias.conf 45-latin.conf
    10-autohint.conf 49-sansserif.conf
    10-hinting.conf 50-user.conf
    10-hinting-slight.conf 51-local.conf
    10-lcd-filter.conf 53-monospace-lcd-filter.conf
    11-lcd-filter-lcddefault.conf 60-latin.conf
    20-fix-globaladvance.conf 64-ttf-arphic-uming.conf
    20-unhint-small-vera.conf 64-ttf-thai-tlwg.conf
    25-ttf-arphic-uming-render.conf 65-fonts-persian.conf
    29-replace-bitmap-fonts.conf 65-nonlatin.conf
    30-cjk-aliases.conf 69-unifont.conf
    30-defoma.conf 80-delicious.conf
    30-metric-aliases.conf 90-synthetic.conf
    30-urw-aliases.conf 90-ttf-arphic-uming-embolden.conf
    35-ttf-arphic-uming-aliases.conf 90-ttf-thai-tlwg-synthetic.conf
    40-nonlatin.conf README
    41-ttf-arphic-uming.conf

  • How to change the default font size in X11?

    I was a PC/linux user and have switched to use Mac lately (MBP Snow leopard 10.6.8).
    Everything's been running perfectly on Mac so far and I really like it, until I have to run some programs on XQuartz/X11 (XQuart 2.7.0).  
    The default font size in the Xterm is too small. And I hate it that I have to change it everytime i open a new terminal (via vt fonts menu, ctrl+right-mouse click).
    Is there a way to change the default font size "permanently" in XQuartz/X11 ??
    This may be a stupid question to ask in the developer forum but i cant really solve it.
    There's only config. file ~/.Xdefaults they have mentioned so far on Google but i really cant find it regarding to the directorty.
    Thank you very much in advance.

    You would be surprised to find out that is not like this, to get your account blocked you really need to do a lot of damage and posts are not removed unless they are illegal, and *always* it needs more than a person to delete something. That's a site managed by the community, not by some people put in place by a company.
    It is always acceptable to link to external resources as long these resources do provide additional usefull information. Clearly the thread on that side contained much more information than the one here. I observed people linking from there to this forum, but it's not so common, and that's not due to the policy, just because here is more chat and less usefull information.... you will not see endless threads of replies on with "yes, I have the same problem" there.
    Shortly, this is "discussions" and is quite different in approach than the SE model, where everythign is aimed towards getting the be answers UP and removing all the nonsense.
    I wish that Apple would invest more in discussion, and going towards making this more practical.

  • How to change the default font size in XQuartz?

    I was a PC/linux user and have switched to use Mac lately (MBP Snow leopard 10.6.8).
    Everything's been running perfectly on Mac so far and I really like it, until I have to run some programs on XQuartz/X11 (XQuart 2.7.0).   
    The default font size in the terminal is too small. And I hate it that I have to change it everytime i open a new terminal (via vt fonts menu, ctrl+right-mouse click).
    Is there a way to change the default font size "permanently" in XQuartz/X11 ??
    This may be a stupid question to ask in the developer forum but i cant really solve it.
    There's only config. file ~/.Xdefault they have mentioned so far on Google but i really cant find it regarding to the directorty.
    Thank you very much in advance.

    You would be surprised to find out that is not like this, to get your account blocked you really need to do a lot of damage and posts are not removed unless they are illegal, and *always* it needs more than a person to delete something. That's a site managed by the community, not by some people put in place by a company.
    It is always acceptable to link to external resources as long these resources do provide additional usefull information. Clearly the thread on that side contained much more information than the one here. I observed people linking from there to this forum, but it's not so common, and that's not due to the policy, just because here is more chat and less usefull information.... you will not see endless threads of replies on with "yes, I have the same problem" there.
    Shortly, this is "discussions" and is quite different in approach than the SE model, where everythign is aimed towards getting the be answers UP and removing all the nonsense.
    I wish that Apple would invest more in discussion, and going towards making this more practical.

  • Changing the UI font size in InDesign CS6?

    How can I change the UI font size in InDesign CS6 (as with Photoshop CS6)?

    It's not possible, sorry.

  • How Do I Change the Mailbox Font Size in the Sidebar?

    In an earlier preview build of Lion, I was able to change the size of the Mailbox font used in the left sidebar to view more content in the column, but I don't remember what I did to change it.  The Mail/Preferences/Fonts & Colors pane no longer has a Mailbox font option.
    Does anyone know how to change the Mail sidebar font size in Lion?

    I'm not sure what you're responding to.  Bob H. above pointed out a clear bug in changing the Mail list font when he went to Mail/Preferences/Fonts &amp; Colors and changed the font setting for the Mail list (second column), and it didn't work. 
    My issue was the font size in the first column (sidebar), which is not controlled in the Mail app, but by going to System Preferences/General and checking the box for changing the sidebar font size.  This checkbox also controls the font size for Finder (Desktop) windows sidebars (left column), where hard drives, other volumes, user Documents folders, and the like are listed.  This does work perfectly for me. 
    I have no other suggestions for you, except for perhaps trying removing the com.apple.finder.plist file located in the ~/Library/Preferences folder, which you can access by holding down the option key while selecting the Go menu at the top of the screen.  This controls the Finder window settings you have previously selected, and may be corrupted.  Simply move it to the Desktop for temporary safekeeping, then if it simply copied it, vice moving it out of the folder, right click on the file in the folder to move it to the Trash (you may have to authenticate).  This will force the Finder to recreate a default version of the file, which you can then remodify to your liking.  If that works, Trash the copy you moved to the Desktop.  If not, put it back in the folder to restore your prior settings.
    Good luck.

  • Font Pack Changed All My Fonts! Please Help!

    I Just got a new Font pack for Photoshop and installed all the fonts and now all of the sudden all my fonts have changed to somethign crazy I can barely read! When I browse the internet in any browser all the content is in this same crazy font, how do I change it back to default????

    Most likely the font cache files on the system got trashed.
    Close all running applications. From an administrator account, open the Terminal app and enter the following command. You can also copy/paste it from here into the Terminal window:
    sudo atsutil databases -remove
    Terminal will then ask for your admin password. As you type, it will not show anything, so be sure to enter it correctly.
    This removes all font cache files. Both for the system and the current user font cache files. After running the command, close Terminal and immediately restart your Mac.

  • Is it possible to change sound level up size in IOS 7 ??

    Hi,
    I want to know if it is possible to change sound level up icon like image below:
    Please tell me if it is possible to resize it or to change icon position.

    Not possible.

  • Change presenter note font size and edit notes in slideshow mode

    Hi, I just switched to Keynote 5.03 and am still learns its features. I have some questions about the slideshow mode of keynote
    1. While in slideshow rehearsal mode with presenter notes showing, is there a way to zoom in on the notes to make the text bigger as you can in Powerpoint, which allows you to zoom up to 400%? This is handy: I can magnifying the notes without having to change its font size, hence no need to exit the slideshow mode.
    2. Powerpoint lets you edit the text of notes on the fly during a slideshow ("view presenter tool" mode), is there a way to do this in Keynote?
    3. The slide thumnails (allow you to jump to a certain slide) on top of the presenter screen are always very fuzzy, is it possible to increase the resolution to get a higher quality image?

    I believe that all of these are limitations of the current version of Keynote.

  • Changing default interface font size has no effect

    Just setup my shiny new iMac with 5K retina display.  Images in Lightroom, of course, look stunning on the display. Problem is that all the interface elements are now displayed at a very small size.  I've tried setting the font size in Preferences/Interface to "Large", but nothing changes.  Any suggestions?  With the increasing use of 4K and now 5K displays, I'd think being able to set a more easily readable font size for the interface elements (while still displaying images in all they retina-resolution goodness) would be an important option to have.  Thanks.,

    Lightroom 5 the font sizes changed to Small, Medium, Large 150% and Largest 200%  (the last one is what you want for QHD displays.)
    LR4 only had 3 font size choices (Auto,Small and Large) and does not support QHD/4K displays.

Maybe you are looking for