From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,59c3b3f9911c9191 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.77.3 with SMTP id o3mr1415479paw.13.1343315568263; Thu, 26 Jul 2012 08:12:48 -0700 (PDT) Path: p10ni64993479pbh.1!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx02.iad01.newshosting.com!newshosting.com!newspump.sol.net!94.232.116.11.MISMATCH!feed.xsnews.nl!border-1.ams.xsnews.nl!newsfeed.straub-nv.de!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada.Calendar and NTP (and Unix Epoch) Date: Tue, 24 Jul 2012 16:08:36 +0100 Organization: A noiseless patient Spider Message-ID: References: <500dc548$0$2936$f40e02c5@shockwave.dk.telia.net> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="25fc2ade9104c197bc660e5cfac1b2db"; logging-data="22300"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/61l5ewH1TpVLh/wgZ9+/yCKJWc7DPk/g=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (darwin) Cancel-Lock: sha1:eBSbDkLu1ilak8/BSNlCw0KSjLE= sha1:estphDtbMWbvpScA7+sQOy3RKSY= Content-Type: text/plain Date: 2012-07-24T16:08:36+01:00 List-Id: "Nasser M. Abbasi" writes: > On 7/24/2012 6:34 AM, Simon Wright wrote: >> erlo writes: >> > >> >> [1] >> http://coldframe.hg.sourceforge.net/hgweb/coldframe/adasntp/file/a6fd7b0dfeba/SNTP.impl/sntp_support.ads >> http://coldframe.hg.sourceforge.net/hgweb/coldframe/adasntp/file/a6fd7b0dfeba/SNTP.impl/sntp_support.adb >> > > hi Simon, > > > just a side note. If you have control of the HTML formating itself, or > know who does, then the above pages are really hard on the eyes to > look at due to the background of the HTML page. > > It has those annoying white and gray stripes. This makes it hard to > read text as it leaves double images after effect in the eyes > afterwords. > > May be just basic white background will be better. Sorry to hear that. They look quite attractive to me! They are from a standard Mercurial stylesheet, which says (inter alia) .parity0 { background-color: #f0f0f0; } .parity1 { background-color: white; } and we'd have to change the first line to .parity0 { background-color: white; } (or maybe a less deep grey). (or even a pale green, for those of us who remember lineprinters!) But I don't know how to do that, especially on Sourceforge (they haven't been receptive to similar style suggestions in the past).