From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/11604 Path: main.gmane.org!not-for-mail From: Idris S Hamid Newsgroups: gmane.comp.tex.context Subject: Re: color band Date: Sun, 23 Mar 2003 15:24:54 -0700 Sender: ntg-context-admin@ntg.nl Message-ID: <3E7E3436.FFDE47CE@lamar.colostate.edu> References: <3E7CEABD.9DEBD96B@lamar.colostate.edu> <3E7E2F64.CF694C60@lamar.colostate.edu> <18016835127.20030323230952@iol.it> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1048458429 11361 80.91.224.249 (23 Mar 2003 22:27:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 23 Mar 2003 22:27:09 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Sun Mar 23 23:27:08 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18xDvn-0002x7-00 for ; Sun, 23 Mar 2003 23:27:08 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id CF23110BAB; Sun, 23 Mar 2003 23:27:05 +0100 (MET) Original-Received: from mesa.acns.ColoState.EDU (mesa.acns.colostate.edu [129.82.100.130]) by ref.ntg.nl (Postfix) with ESMTP id 645B510B50 for ; Sun, 23 Mar 2003 23:24:54 +0100 (MET) Original-Received: from lamar.colostate.edu (lamar.acns.colostate.edu [129.82.100.75]) by mesa.acns.ColoState.EDU (AIX4.3/8.9.3/8.9.3) with ESMTP id PAA22956 for ; Sun, 23 Mar 2003 15:24:54 -0700 Original-Received: from lamar.colostate.edu (ihamid.libarts.colostate.edu [129.82.187.166] (may be forged)) by lamar.colostate.edu (AIX5.1/8.11.0/8.8.8) with ESMTP id h2NMOQ2400764 for ; Sun, 23 Mar 2003 15:24:26 -0700 X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en Original-To: ntg-context@ntg.nl Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk X-Reply-To: ishamid@colostate.edu List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:11604 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:11604 > You need to specify both background=color and > backgroundcolor=darkyellow, AFAIK. I just tried this, now I lose the (formerly grey) background band completey; and there is no effect in the overlay: ============== \def\ALAVIband{\midaligned{ | \vbox{\hsize=15cm | \setupcolors[state=start] | \setupbackground[background=color, %%% your change | foregroundcolor=darkgreen, | backgroundcolor=darkblue | ] | \startbackground | \hbox{}\vskip14pt | \midaligned{\tfa THE ALAVI FOUNDATION} | \stopbackground | } | } | } ------- \setupbackgrounds[page][leftedge][background=color, %%% your change | background=backgr, | backgroundcolor=darkgreen] ============== Any ideas? Best Idris