Author Topic: Message font for all messages  (Read 4864 times)

Offline grpprod

  • Full Member
  • ***
  • Posts: 53
Message font for all messages
« on: December 18, 2012, 07:23:44 AM »
Hi,

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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Message font for all messages
« Reply #1 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.

Offline grpprod

  • Full Member
  • ***
  • Posts: 53
Re: Message font for all messages
« Reply #2 on: December 18, 2012, 12:21:32 PM »
Thanks for the reply. To clarify, I am referring to plain text and not HTML messages.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Message font for all messages
« Reply #3 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.

Offline grpprod

  • Full Member
  • ***
  • Posts: 53
Re: Message font for all messages
« Reply #4 on: December 18, 2012, 01:25:47 PM »
Hence the post :) My actual question is what to change in which file.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Message font for all messages
« Reply #5 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.

Offline grpprod

  • Full Member
  • ***
  • Posts: 53
Re: Message font for all messages
« Reply #6 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: Message font for all messages
« Reply #7 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.