Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: grpprod on December 18, 2012, 07:23:44 AM

Title: Message font for all messages
Post by: grpprod on December 18, 2012, 07:23:44 AM
Hi,

can I make all messages display with a font and size I choose?
Title: Re: Message font for all messages
Post by: SKaero on December 18, 2012, 07:41:22 AM
HTML email can have there own font size, you could try adding a font size !important rule but I'm not sure how well it would work.
Title: Re: Message font for all messages
Post by: grpprod on December 18, 2012, 12:21:32 PM
Thanks for the reply. To clarify, I am referring to plain text and not HTML messages.
Title: Re: Message font for all messages
Post by: SKaero on December 18, 2012, 12:56:16 PM
Then you should be able to change the css to display the message the way you want it.
Title: Re: Message font for all messages
Post by: grpprod on December 18, 2012, 01:25:47 PM
Hence the post :) My actual question is what to change in which file.
Title: Re: Message font for all messages
Post by: SKaero on December 18, 2012, 04:25:53 PM
The file would be <RC root>/skins/<skin>/mail.css and the message contents is in #messagebody if I remember correctly the plain text messages are in a pre so you may have to edit #messagebody pre to change the font.
Title: Re: Message font for all messages
Post by: grpprod on December 22, 2012, 12:16:53 AM
Did some changes, however still don't get the desired result. So I'd like to ask, has something changed since version 0.3.1 in terms of HTML message displaying? In my previous system (running a 0.3.1 snapshot) I get a specific font and size for all messages, and it is difficult to remember if this was something I changed after all these years.

To put it otherwise: at the moment I have both systems running. A certain HTML message is showing with different font sizes and styles in 0.8.4 (eg. one for main body, another for message signature), whereas it is shown with a constant font size (and font style) in 0.3.1.
Title: Re: Message font for all messages
Post by: SKaero on December 22, 2012, 08:24:37 AM
There has been a lot of changes between 0.3.1 and 0.8.4 so I wouldn't be surprised if something changed. It may just be skin related to, haven't noticed any problems with it myself.