Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG  Not logged in ELOG logo
icon5.gif   Sticky entries?, posted by Peter Freeman on Sun Apr 6 06:17:00 2008 
    icon2.gif   Re: Sticky entries?, posted by Peter Freeman on Thu Apr 10 01:33:07 2008 
       icon2.gif   Re: Sticky entries?, posted by Stefan Ritt on Thu Apr 10 07:48:08 2008 
          icon2.gif   Re: Sticky entries?, posted by Peter Freeman on Fri Apr 11 00:15:42 2008 
             icon2.gif   Re: Sticky entries?, posted by Peter Freeman on Sat Apr 12 05:21:11 2008 
                icon2.gif   Re: Sticky entries?, posted by Stefan Ritt on Mon Apr 14 08:46:41 2008 
Message ID: 65830     Entry time: Mon Apr 14 08:46:41 2008     In reply to: 65826
Icon: Reply  Author: Stefan Ritt  Author Email: stefan.ritt@psi.ch 
Category: Question  OS: Windows  ELOG Version:  
Subject: Re: Sticky entries? 

Peter Freeman wrote:

EDIT: Just downloaded the latest version and now it works. My old one was 2058, BUT, how can I change multiple styles, e.g. background and font color at the same time? Komma does not seem to work and two style lines also not.

You can separate them with a semicolon. Just like:

Style Category Info = background-color:lightblue;font-weight:bold


Note that you cannot change the font color, since it is a link, and that is defined in the default.css file under

/* standard link colors and decorations */
a:link { color:#0000FF; text-decoration:none }
a:visited { color:#800080; text-decoration:none }
a:hover { color:#0000FF; text-decoration:underline }
a:active { color:#0000FF; text-decoration:underline }
a:focus { color:#0000FF; text-decoration:underline }

ELOG V3.1.5-fe60aaf