Bienvenido a Complementos Firefox para Android.
Añade funciones y estilos extra para hacer tu propio Firefox para Android.
Cerrar¿Eres una persona dinámica?
Revisa nuestro sitio sobre complementos para dispositivos móviles.
CerrarValoración de Theme Font & Size Changer for ThunderBird por Mr. Bob
Puntuado con 1 de 5 estrellas
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.
Para crear tu propia colección, debes tener una cuenta de Mozilla Add-ons.