Roundcube Community Forum

 

Message font for all messages

Started by grpprod, December 18, 2012, 07:23:44 AM

Previous topic - Next topic

grpprod

Hi,

can I make all messages display with a font and size I choose?

SKaero

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.

grpprod

Thanks for the reply. To clarify, I am referring to plain text and not HTML messages.

SKaero

Then you should be able to change the css to display the message the way you want it.

grpprod

Hence the post :) My actual question is what to change in which file.

SKaero

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.

grpprod

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.

SKaero

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.