X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id D4A5ED1B53A; Thu, 20 Nov 2003 05:12:16 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 47324-08; Thu, 20 Nov 2003 01:11:46 -0400 (AST) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by svr1.postgresql.org (Postfix) with ESMTP id B1804D1B4F4; Thu, 20 Nov 2003 01:11:45 -0400 (AST) Received: from myrealbox.com grzm@smtp-send.myrealbox.com [61.115.206.98] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.44 $ on Novell NetWare; Wed, 19 Nov 2003 22:11:45 -0700 Date: Thu, 20 Nov 2003 14:11:42 +0900 Subject: Re: [DOCS] 7.4 official docs : Fonts? Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Michael Glaesemann To: pgsql-www@postgresql.org, pgsql-docs@postgresql.org Content-Transfer-Encoding: 7bit In-Reply-To: <200311200356.hAK3uQ213574@candle.pha.pa.us> Message-Id: <078986B0-1B18-11D8-A825-0005029FC1A7@myrealbox.com> X-Mailer: Apple Mail (2.552) X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200311/341 X-Sequence-Number: 2988 On Thursday, November 20, 2003, at 12:56 PM, Bruce Momjian wrote: > Michael Glaesemann wrote: >> >> On Thursday, November 20, 2003, at 05:10 AM, Josh Berkus wrote: >>> Can we experiment with different SGML-to-HMTL font styles to find one >>> that's a >>> little easier on the eyes? What I find particularly difficult are >>> the >>> function parameter columns; the mix of "normal" italics with "bold" >>> italics. >>> >>> Comments? Responses? >> >> As Peter has pointed out, the CSS can handle a lot of it. It doesn't >> have to be hardcoded into the SGML-to-HTML transformation. One option >> would be to use colors as well (I'm not talking a rainbow of fruit >> flavors here :). In particular, I find italics often difficult to read >> on the web. I'll try to get a few styles worked up by tomorrow that > > I think it is the monospace italics that really look bad. I'd have to agree with you. Making them a color other than the text (black) or the links (blue/purple depending on your eyes) would set them off quite well. Serif fonts at small sizes can also be pretty nasty, though this isn't an issue with the PostgreSQL docs. Michael