[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Themeing for large displays
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Themeing for large displays
- From: Richard Finegold <goldfndr (at) gmail.com>
- Date: Tue, 10 Feb 2009 19:34:37 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=HeEPjZBfMWR4qJzWtPtzgwZmYTahuc7Y/jBde9nxAhk=; b=X9sKCcgKgZcI/7GfSb98wUXE+UAoCIBQLWizYrNkoRUw1QMgBDBmWHwGUXB0hlW5qk 08KCQqMh82wJ+zdGYxjR5oQMGbOFd2htihoc79QWYGV0+cCI5WS9UoTQOPYe1eq0YVtq 3OasKRp7Kz7Rsq5Jevdu1piOaytR92uzFwK50=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=mnlyrvrW0w6crFPjpHmRF0WRvfxe2IZs3JX0aqYvbx5YUle7DYuvAo1n6NZOODxRP+ 4EiRmG5ICFn7ElTMhDIGbOxorZGghKcWBJSHLGHa4GL2utTn3EHBd5zRYuRtu89zWEpx lwHR0B7XIU5IYfHU4ppPQbK+LYOVrKxbrMS4E=
- References: <200902041004.44822.bgmilne (at) staff.telkomsa.net> <DB2B837627295643A7BC1627A2B4DD9D129D68 (at) dmwin01.ad.deltamanagement.se>
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