View Single Post
Staro 13.02.2007., 12:17   #3
McG
-------
 
Datum registracije: Aug 2005
Lokacija: -
Postovi: 7,568
Probaj ovo, možda pomogne.

Citiraj:
C:\Documents and Settings\Korisničko Ime\Application Data\Mozilla\Firefox\Profiles\qhmrmv7k.default\chrome\, otvoriš u Notepadu userChrome-example.css. Sve kaj se nalazi u dotičnom folderu zamijeniš s donjim kodom i sačuvaš kao userChrome.css.
Citiraj:
/*
* 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 */

/* Global UI font */
* { font-size: 11pt !important;
font-family: Verdana !important;
}

/* Menu font */
menu, menulist, menuitem {
font-family: Times New Roman !important;
font-size: 12pt !important;
}
Dijelove koda označene crvenom bojom mijenjaj po želji, tj. sam odaberi font i veličinu. Popis fontova imaš tu.

Primjer:
McG je offline   Reply With Quote