Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Customizing thunderbird
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
thj
n00b
n00b


Joined: 16 Jan 2004
Posts: 70
Location: Denmark

PostPosted: Sun Sep 19, 2004 11:22 am    Post subject: Customizing thunderbird Reply with quote

Hello.

Can someone tell me how to change the font-family + font-size for: sidebar, iconbar, the subject-from-replyto-date-to bar when reading mails (don't know what it's called), and the buttons to sort mails mails by date etc. (don't know what thats called either).

Basically, i want to change all fonts to something smaller.

Bye, Tommy.
_________________
/ Tommy Holm Jacobsen
holmjacobsen.com
Back to top
View user's profile Send private message
alechiko
Guru
Guru


Joined: 01 Feb 2004
Posts: 465
Location: Inside piano, do not disturb.

PostPosted: Sun Sep 19, 2004 11:42 am    Post subject: Mm.. Reply with quote

Not sure how to fix your problem, but you might want to try and hop over to the Mozilla forums and ask them there :)

http://forums.mozillazine.org/viewforum.php?f=38
Back to top
View user's profile Send private message
Xk2c
Apprentice
Apprentice


Joined: 17 Jul 2004
Posts: 240

PostPosted: Sun Sep 19, 2004 1:16 pm    Post subject: Reply with quote

you could start with this little script.
Code:
windows, dialog, wizard, page, popup, menupopup, menubar, menu, toolbox, toolbar, urlbar, tabbrowser, statusbar, menuitem, button
 {
     font-family: Lucida Sans, Arial, Luxi Sans, Helvetica, sans-serif !important;
     font-size: 11pt !important;
 }


google for more information. I just used it when Fonts in Menus were unreadable.

ahh almost forgotten, put this in userChrome.css.
this file is in your (or create it) profile folder under chrome.
e.g. for firefox:
Code:
~/.mozilla/firefox/~~random~~/chrome/userChrome.css


This works with firefox, thunderbird and mozilla also.
_________________
useful Xterm, Aterm and RXVT-Unicode features
Back to top
View user's profile Send private message
thj
n00b
n00b


Joined: 16 Jan 2004
Posts: 70
Location: Denmark

PostPosted: Sun Sep 19, 2004 1:31 pm    Post subject: Reply with quote

Thanks for your answers.

Xk2c wrote:
Code:
windows, dialog, wizard, page, popup, menupopup, menubar, menu, toolbox, toolbar, urlbar, tabbrowser, statusbar, menuitem, button
 {
     font-family: Lucida Sans, Arial, Luxi Sans, Helvetica, sans-serif !important;
     font-size: 11pt !important;
 }


That helped , but the other fonts than menubar,iconbar and statusbar is still some ugly default font.
_________________
/ Tommy Holm Jacobsen
holmjacobsen.com
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum