Re: How to change the font size for the mozilla firefox interface?

2004-09-16 Thread Anthony Campbell
On 16 Sep 2004, Lian Liming wrote:
 
[snip] 

 I can only find two css file under ~/.mozilla/firefox/defaultXXX/chrome:
 userChrome-example.css  userContent-example.css.
 It seems both are *example* file. I wonder where i can set the *real*  
 configure file, under the same directory?

You just copy userContent-example.css to  userContent.css and edit as
appropriate in the same directory.

-- 
[EMAIL PROTECTED]||  http://www.acampbell.org.uk
using Linux GNU/Debian ||  for book reviews, electronic 
Windows-free zone  ||  books and skeptical articles


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How to change the font size for the mozilla firefox interface?

2004-09-16 Thread Frédéric Dreier
Zachary Rizer wrote:
--- Nicos Gollan [EMAIL PROTECTED] wrote:
 

On Wed, 15 Sep 2004 23:40:25 +0800
Lian Liming [EMAIL PROTECTED] wrote:
   

Hi all,
  I am using mozilla firefox under KDE, and find
 

that the font size
   

  on  toolbar and menu  is too small to watch
 

clearly.
Firefox is based on GTK, so you need to set the font
properties for that
toolkit. The Gnome control center (package
gnome-control-center) is one
way to do this.
--
Got Backup?
Jabber: Shadowdancer at jabber.fsinf.de
   

 

ATTACHMENT part 2 application/pgp-signature 
   

I have a related question: My fonts are too large
(10pt, as opposed to my desired 8pt) in gtk-based apps
until I run the gnome-control-center, and open the
font properties, then merely close the box.  (I don't
have to change any values.)  I have to do this every
time I start X windows; and it's a real pain.  Is
there another way around this?
~Zaq
 

http://lists.debian.org/debian-user/2004/06/msg03479.html
Regards,
dreier
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



How to change the font size for the mozilla firefox interface?

2004-09-15 Thread Lian Liming
Hi all,
  I am using mozilla firefox under KDE, and find that the font size on 
toolbar and menu  is too small to watch clearly. I tried to enlarge the 
font size in firefox toolbar Edit-Preferences-General-Fonts  Colors. 
But the changes only apply to the content of the browser. The font size 
on toolbar and menu remain no changed.
  Then i tried to enlarge the font size in KDE-Control 
Center-Appearance  Themes-Fonts-Tooblar and Menu. The changes apply 
to all program on the desktop except firefox.
   So i wonder if there are any other way to change the font size for 
mozilla firefox toolbar and menu?
   Thank you for suggestions.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How to change the font size for the mozilla firefox interface?

2004-09-15 Thread Nicos Gollan
On Wed, 15 Sep 2004 23:40:25 +0800
Lian Liming [EMAIL PROTECTED] wrote:

 Hi all,
I am using mozilla firefox under KDE, and find that the font size
on  toolbar and menu  is too small to watch clearly.

Firefox is based on GTK, so you need to set the font properties for that
toolkit. The Gnome control center (package gnome-control-center) is one
way to do this.

-- 
Got Backup?

Jabber: Shadowdancer at jabber.fsinf.de


pgpnCUbDTEjvF.pgp
Description: PGP signature


Re: How to change the font size for the mozilla firefox interface?

2004-09-15 Thread Ulisses Reina Montenegro de Albuquerque
Nicos Gollan wrote:
On Wed, 15 Sep 2004 23:40:25 +0800
Lian Liming [EMAIL PROTECTED] wrote:
 

Hi all,
  I am using mozilla firefox under KDE, and find that the font size
  on  toolbar and menu  is too small to watch clearly.
   

Firefox is based on GTK, so you need to set the font properties for that
toolkit. The Gnome control center (package gnome-control-center) is one
way to do this.
 

You can also try the gtk-qt GTK theme, which makes GTK use the 
underlying QT (i.e., KDE) engine to render widgets. This also gives you 
KDE-like buttons, and you can configure gtk-qt to keep your font 
configuration in sync between KDE and GTK. In the particular case of the 
Mozilla Project applications, which use XUL for a lot of interface code, 
it may not affect the look  feel as much as you would like, however.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How to change the font size for the mozilla firefox interface?

2004-09-15 Thread Zachary Rizer
--- Nicos Gollan [EMAIL PROTECTED] wrote:

 On Wed, 15 Sep 2004 23:40:25 +0800
 Lian Liming [EMAIL PROTECTED] wrote:
 
  Hi all,
 I am using mozilla firefox under KDE, and find
 that the font size
 on  toolbar and menu  is too small to watch
 clearly.
 
 Firefox is based on GTK, so you need to set the font
 properties for that
 toolkit. The Gnome control center (package
 gnome-control-center) is one
 way to do this.
 
 -- 
 Got Backup?
 
 Jabber: Shadowdancer at jabber.fsinf.de
 

 ATTACHMENT part 2 application/pgp-signature 

I have a related question: My fonts are too large
(10pt, as opposed to my desired 8pt) in gtk-based apps
until I run the gnome-control-center, and open the
font properties, then merely close the box.  (I don't
have to change any values.)  I have to do this every
time I start X windows; and it's a real pain.  Is
there another way around this?

~Zaq


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How to change the font size for the mozilla firefox interface?

2004-09-15 Thread Andrew Schulman
 Hi all,
I am using mozilla firefox under KDE, and find that the font size on 
 toolbar and menu  is too small to watch clearly. I tried to enlarge the 
 font size in firefox toolbar Edit-Preferences-General-Fonts  Colors. 
 But the changes only apply to the content of the browser. The font size 
 on toolbar and menu remain no changed.
Then i tried to enlarge the font size in KDE-Control 
 Center-Appearance  Themes-Fonts-Tooblar and Menu. The changes apply 
 to all program on the desktop except firefox.
 So i wonder if there are any other way to change the font size for 
 mozilla firefox toolbar and menu?

I don't know about Firefox, but for Mozilla I put

/* UI fonts */
* {
  font-size: 8pt !important;
  font-family: Tahoma !important;
}

into ~/.mozilla/default/*/chrome/userChrome.css.  Adjust as necessary 
for your case.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How to change the font size for the mozilla firefox interface?

2004-09-15 Thread Carl Fink
On Wed, Sep 15, 2004 at 10:58:11AM -0700, Zachary Rizer wrote:

 I have a related question: My fonts are too large
 (10pt, as opposed to my desired 8pt) in gtk-based apps
 until I run the gnome-control-center, and open the
 font properties, then merely close the box.  (I don't
 have to change any values.)  I have to do this every
 time I start X windows; and it's a real pain.  Is
 there another way around this?

You don't specify your distribution.  I personally would submit this
as a bug report.
-- 
Carl Fink [EMAIL PROTECTED]
Jabootu's Minister of Proofreading
http://www.jabootu.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How to change the font size for the mozilla firefox interface?

2004-09-15 Thread Lian Liming
Andrew Schulman wrote:
Hi all,
  I am using mozilla firefox under KDE, and find that the font size on 
toolbar and menu  is too small to watch clearly. I tried to enlarge the 
font size in firefox toolbar Edit-Preferences-General-Fonts  Colors. 
But the changes only apply to the content of the browser. The font size 
on toolbar and menu remain no changed.
  Then i tried to enlarge the font size in KDE-Control 
Center-Appearance  Themes-Fonts-Tooblar and Menu. The changes apply 
to all program on the desktop except firefox.
   So i wonder if there are any other way to change the font size for 
mozilla firefox toolbar and menu?
   

I don't know about Firefox, but for Mozilla I put
/* UI fonts */
* {
 font-size: 8pt !important;
 font-family: Tahoma !important;
}
into ~/.mozilla/default/*/chrome/userChrome.css.  Adjust as necessary 
for your case.

 

I can only find two css file under ~/.mozilla/firefox/defaultXXX/chrome:
userChrome-example.css  userContent-example.css.
It seems both are *example* file. I wonder where i can set the *real*  
configure file, under the same directory?

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: How to change the font size for the mozilla firefox interface?

2004-09-15 Thread Brian Pack
On Wed, 2004-09-15 at 15:50, Carl Fink wrote:
 On Wed, Sep 15, 2004 at 10:58:11AM -0700, Zachary Rizer wrote:
 
  I have a related question: My fonts are too large
  (10pt, as opposed to my desired 8pt) in gtk-based apps
  until I run the gnome-control-center, and open the
  font properties, then merely close the box.  (I don't
  have to change any values.)  I have to do this every
  time I start X windows; and it's a real pain.  Is
  there another way around this?
 
 You don't specify your distribution.  I personally would submit this
 as a bug report.

Well, it's not a Debian-specific bug. This happened to me in SuSE Pro
9.1, and now I still have to do the same thing, and I'm running Sid.

If I'm in GNOME, I don't have to do anything. In Fluxbox or KDE, I have
to do the above.



signature.asc
Description: This is a digitally signed message part