Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 215 of 801  Not logged in ELOG logo
ID Date Icon Author Author Email Category OS ELOG Version Subjectdown
  67700   Tue Sep 9 10:12:37 2014 Reply Stefan Rittstefan.ritt@psi.chQuestionLinuxlatestRe: default font style

Sara Vanini wrote:

Hi,

is it possibile to set a default font style: format, font, size, color, etc? how?

Thanks a lot

Sara

You look here: http://midas.psi.ch/elog/config.html#themes 

  67701   Tue Sep 9 15:42:53 2014 Reply Sara Vaninivanini.sara@gmail.comQuestionLinuxlatestRe: default font style

Stefan Ritt wrote:

Sara Vanini wrote:

Hi,

is it possibile to set a default font style: format, font, size, color, etc? how?

Thanks a lot

Sara

You look here: http://midas.psi.ch/elog/config.html#themes 

 Thanks! but I'm lost in the themes/default/default.css file.... which is the entry I have to edit for the style of the body text (Format "Normal") of the elog pages?

Sara

 

  67702   Tue Sep 9 15:50:25 2014 Reply Stefan Rittstefan.ritt@psi.chQuestionLinuxlatestRe: default font style

Sara Vanini wrote:

Stefan Ritt wrote:

Sara Vanini wrote:

Hi,

is it possibile to set a default font style: format, font, size, color, etc? how?

Thanks a lot

Sara

You look here: http://midas.psi.ch/elog/config.html#themes 

 Thanks! but I'm lost in the themes/default/default.css file.... which is the entry I have to edit for the style of the body text (Format "Normal") of the elog pages?

Sara

 

Just change the body { } entry in the CSS file. Here is a good tutorial: http://www.w3schools.com/css/css_syntax.asp 

  66809   Wed May 5 13:46:40 2010 Reply Stefan Rittstefan.ritt@psi.chQuestionLinuxlatestRe: default font size in editor window

Sara Vanini wrote:

Hi,

is it possible to have as DEFAULT the font Size larger ?

Thanks

Sara

This is controlled by the FCKEditor  which is just a plug-in to ELOG. Maybe you find some information on their website: http://ckeditor.com/

  2331   Fri Oct 19 09:08:06 2007 Reply Stefan Rittstefan.ritt@psi.chQuestionWindowsV2.6.5-189Re: default css style

Arno Teunisse wrote:
The default tiny.css has a bug in it.
It's calling a class that does not exists. The class name is : list1h and list2h.


Thanks Arno. I didn't touch tiny.css since a couple of years now, and the list1h/2h were introduced after I wrote tiny.css. Actually compact.css had the same problem. I added this to the SVN version, so it will be included in the next release.
  66634   Tue Dec 1 14:22:28 2009 Reply Stefan Rittstefan.ritt@psi.chQuestionWindows2.7.7-2271Re: default Status descending

Terry Shuck wrote:

Is there a way to configure ELOG to default to the Status column in descending order rather than the Date in descending order?

Thanks

Sort attributes = Status

... as written in the manual. 

  66636   Tue Dec 1 15:11:19 2009 Reply Terry Shuckt.lshuck@gmail.comQuestionWindows2.7.7-2271Re: default Status descending

Thanks for the quick response. This works. I noticed that the Dates aren't descending, is there a way to have the dates descending while sorting Status?

Thanks again!

Stefan Ritt wrote:

Terry Shuck wrote:

Is there a way to configure ELOG to default to the Status column in descending order rather than the Date in descending order?

Thanks

Sort attributes = Status

... as written in the manual. 

 

  66637   Wed Dec 2 11:57:09 2009 Reply Stefan Rittstefan.ritt@psi.chQuestionWindows2.7.7-2271Re: default Status descending

Terry Shuck wrote:

Thanks for the quick response. This works. I noticed that the Dates aren't descending, is there a way to have the dates descending while sorting Status?

Thanks again!

Stefan Ritt wrote:

Terry Shuck wrote:

Is there a way to configure ELOG to default to the Status column in descending order rather than the Date in descending order?

Thanks

Sort attributes = Status

... as written in the manual. 

 

For this you need

Sort attributes = Status, Date

which however only works from version 2.7.8 on. 

ELOG V3.1.5-3fb85fa6