You also lose some compatability that way with older browsers, but it's
doable.
I just wanted to point out that we did it for our implementation just by
editing the display code (nicely kept in one folder). Wasn't hard, and
we don't change it often, so deciding once wasn't difficult.
Tod Hansmann
Network Engineer
-----Original Message-----
From: K K [mailto:user-369336968bd5@xymon.invalid]
Sent: Wednesday, May 23, 2007 9:10 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Changing (text) colours on all webpages
On 5/23/07, Henrik Stoerner <user-ce4a2c883f75@xymon.invalid> wrote:
On Wed, May 23, 2007 at 11:58:49AM +0200, Dennis Ortsen wrote:
Are some colours hardcoded or haven't I searched hard enough?
I'm afraid they are. The Hobbit webpages are not completely
configurable; you can change some things through the web/* files,
the gifs, and the HTML settings in hobbitserver.cfg, but some
of it is embedded inside the code that generates the webpages.
Not pretty, but also not a high-priority thing to change.
I looked into this a while back, and if somebody has the time, it
would be more tedious than difficult to convert to CSS, making it much
easier to change the look globally by editing just a single hobbit.css
file in the webpage root.
Any volunteers?