[hobbit] Themeing for large displays

Richard Finegold goldfndr at gmail.com
Wed Feb 11 04:34:37 CET 2009


For the background, try changing in *_header:

 <BODY BGCOLOR="&BBBACKGROUND"
BACKGROUND="&BBSKIN/bkg-&BBBACKGROUND.gif" TEXT="#D8D8BF"
LINK="#00FFAA" VLINK="#FFFF44">

to:

<BODY BGCOLOR="&BBBACKGROUND"
BACKGROUND="&BBSKIN/bkg-&BBBACKGROUND.gif" STYLE="background: #000000
url(&BBSKIN/bkg-&BBBACKGROUND.gif) repeat-y;" TEXT="#D8D8BF"
LINK="#00FFAA" VLINK="#FFFF44">

In other words, add this STYLE to the BODY element:
background: #000000 url(&BBSKIN/bkg-&BBBACKGROUND.gif) repeat-y;

It works with MSIE7 and Firefox 3. I haven't tried others, but I'm
thinking it couldn't be worse. Both BGCOLOR and BACKGROUND are
deprecated, so anything "modern" should be fine.

On Wed, Feb 4, 2009 at 12:29 AM, Johan Sjöberg
<johan.sjoberg at deltamanagement.se> wrote:
> We have extended the background gifs (/gifs/bkg-*.gif) with black, to prevent them from repeating on high-resolution screens (my laptop is 1920x1280). I extended them to 1920 pixels wide, but you should be able to make them as wide as you like. But on your big screen, maybe the colored section to the left will be too small?
>
> /Johan



More information about the Xymon mailing list