From owner-freebsd-doc@FreeBSD.ORG Mon Nov 10 17:28:18 2008 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 701691065670; Mon, 10 Nov 2008 17:28:18 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id D2FF68FC14; Mon, 10 Nov 2008 17:28:17 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from kobe.laptop (adsl58-130.kln.forthnet.gr [77.49.185.130]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-5) with ESMTP id mAAHS8Pe007380 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 10 Nov 2008 19:28:14 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.3/8.14.3) with ESMTP id mAAHS8oO009479; Mon, 10 Nov 2008 19:28:08 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost) by kobe.laptop (8.14.3/8.14.3/Submit) id mAAHS80v009478; Mon, 10 Nov 2008 19:28:08 +0200 (EET) (envelope-from keramida@freebsd.org) From: Giorgos Keramidas To: Gavin Atkinson References: <200811090424.mA94OlN6087438@repoman.freebsd.org> <20081109084551.GB1058@gothic.blackend.org> <87hc6gbz3t.fsf@kobe.laptop> <20081109192507.GB1030@gothic.blackend.org> <87k5bc4ovw.fsf@kobe.laptop> <1226311326.84196.1.camel@buffy.york.ac.uk> Date: Mon, 10 Nov 2008 19:28:08 +0200 In-Reply-To: <1226311326.84196.1.camel@buffy.york.ac.uk> (Gavin Atkinson's message of "Mon, 10 Nov 2008 10:02:06 +0000") Message-ID: <87fxlza3tj.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: mAAHS8Pe007380 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.307, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.09, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: freebsd-doc@freebsd.org, doc-committers@freebsd.org, Chin-San Huang , cvs-doc@freebsd.org Subject: Re: cvs commit: doc/share/misc docbook.css X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2008 17:28:18 -0000 On Mon, 10 Nov 2008 10:02:06 +0000, Gavin Atkinson wrote: >On Sun, 2008-11-09 at 22:37 +0200, Giorgos Keramidas wrote: >>On Sun, 9 Nov 2008 20:25:07 +0100, Marc Fonvieille wrote: >>> The new x-config.html is fine for me. >>> For the new install-pre.html, the way is >>> rendered looks oldish, maybe using the same scheme as for >>> might do the trick. >> >> The bold red text is kind of `old school' for me too. I'll wait to see >> if there are flames^W^H err, objections about the rest and update the >> style too :) > > FWIW, I like the look of the new style sheet nore than the old one, but > do agree with Marc about the new font used on - I assume > this is due to the removal of "font-family: arial;" from > BLOCKQUOTE.IMPORTANT. It's the line-height that makes things look funny. How about something that makes Important notes stand out a bit like this version? http://people.freebsd.org/~keramida/bsd-css/2008.11.10/install-pre.html The changes to the `blockquote.IMPORTANT' class are: * Remove `color: red', `font-family: arial', `font-weight: bold' and the custom `line-height'. * Add a bit of padding to avoid bumping into any
borders. * Add a red border with a thick left side that highlights the block. This way the font family is the same as the rest of the text and it doesn't look weird if your default sans-serif font is, say, DejaVu instead of Arial :) [ I'm undecided between making .IMPORTANT stand out with a red background and this. A red background seems like something that can hurt my eyes if I stare at it for a long time. This is _different_ that the rest of the .NOTE, .EXAMPLE and so on. ]