X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 1C216D1C9E7 for ; Thu, 20 Nov 2003 02:59:21 +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 24011-09 for ; Wed, 19 Nov 2003 22:58:53 -0400 (AST) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by svr1.postgresql.org (Postfix) with ESMTP id 12ED8D1D661 for ; Wed, 19 Nov 2003 22:58:49 -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 19:58:56 -0700 Date: Thu, 20 Nov 2003 11:58:48 +0900 Subject: Re: 7.4 official docs : Fonts? Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Mime-Version: 1.0 (Apple Message framework v552) Cc: elein , pgsql-docs@postgresql.org To: josh@agliodbs.com From: Michael Glaesemann In-Reply-To: <200311191210.34227.josh@agliodbs.com> Message-Id: <76780631-1B05-11D8-A825-0005029FC1A7@myrealbox.com> Content-Transfer-Encoding: quoted-printable X-Mailer: Apple Mail (2.552) X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200311/47 X-Sequence-Number: 2124 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=20 > 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"=20 > italics. > > Comments? Responses? As Peter has pointed out, the CSS can handle a lot of it. It doesn't=20 have to be hardcoded into the SGML-to-HTML transformation. One option=20 would be to use colors as well (I'm not talking a rainbow of fruit=20 flavors here :). In particular, I find italics often difficult to read=20 on the web. I'll try to get a few styles worked up by tomorrow that=20 could just be added to the css file=97we can change the actual structure=20 of the HTML later. Michael