Vyzkoušejte si tisíce doplňků, které jsou zde dostupné. Stáhněte si Mozilla Firefox, rychlý a zdarma dostupný způsob, jak prohlížet web!
ZavřítVítejte na serveru Doplňky pro Firefox.
Zvolte si z tisíců balíčků funkcí a stylů, které vám přizpůsobí Firefox dle vašich potřeb.
ZavřítRecenze Theme Font & Size Changer for ThunderBird od uživatele Mr. Bob
Ohodnoceno 1 z 5 hvězdiček
Locate this folder:
C:\Users\YourName\AppData\Roaming\Thunderbird\Profiles\xxxxxx.default
within the xxxxxx.default folder created a folder and call it chrome
open the chrome folder and add a new text document and name it userChrome.css
now open userChrome.css with notepad
paste the following code exactly:
/*
* 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 12 pt:
*/
* {
font-size: 12pt !important;
font-family: Arial !important;
}
Note: change the font size and font family to your liking
Note: you must restart Thunderbird for changes to take effect.
Pro založení své vlastní sbírky musíte mít účet na serveru Doplňky Mozilly.