Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG  Not logged in ELOG logo
icon5.gif   Howto Set Default Fonts in Editor Window?, posted by Gregory M. Caughey on Sun Apr 10 07:35:09 2005 
    icon2.gif   Re: Howto Set Default Fonts in Editor Window?, posted by Stefan Ritt on Sun Apr 10 09:36:07 2005 
Message ID: 1071     Entry time: Sun Apr 10 09:36:07 2005     In reply to: 1070
Icon: Reply  Author: Stefan Ritt  Author Email: stefan.ritt@psi.ch 
Category: Question  OS: Linux  ELOG Version: 2.5.7 
Subject: Re: Howto Set Default Fonts in Editor Window? 
> Hello,
> I have been running Elog for a long time on a variety of RedHat releases,
> (this is a terrific project by the way). Currently running Elog v2.5.7 on 
> RedHat (Fedora Core-II) and most is working great excepting being able to 
> modify the default fonts being used by Elog when trying to write and save 
> in text mode while in Elog's main editing screen. 
> 
> On my setup the font size is way too small and to work around this problem 
> I write and save everything in HTML mode. I've browsed the Elog css file 
> but don't yet see where or how to properly set the default font style or 
> size for the main screen in the editor. Can you shed some light on this for 
> me?

The text style of the main message text is defined in the following lines in the
CSS field:

.messagepre {
  font-family:'lucida console',courier,monospace;
  font-size:10pt;
}

Locate these lines and change 10pt to 12pt or even 14pt.
ELOG V3.1.5-fe60aaf