From 3f189f1d8a5107d5d5e4f8ff8b461f7c1ec33a30 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 18 Jun 2021 15:27:31 +0100 Subject: Update Tinct project status. --- projects/projects.css | 51 ++++++++++++++--------------------------------- projects/tinct/index.html | 17 +++++++++++++++- 2 files changed, 31 insertions(+), 37 deletions(-) diff --git a/projects/projects.css b/projects/projects.css index 3e20d20..124b042 100644 --- a/projects/projects.css +++ b/projects/projects.css @@ -72,10 +72,6 @@ ul ul { ul p { margin: 0 1.8em 0.1em 1em; } -strong { - color: #800; - font-weight: bold; } - dl.instructions { margin: 0 1.8em; padding: 0; } @@ -130,41 +126,24 @@ dl.changes { dl.changes > dd > ul { margin: 0.2em 0 0.6em 0; } -div.testimonial { - position: relative; - float: right; - font-family: Garamond, Times, serif; - background: #fdb; - margin: 1em; - padding: 0; - max-width: 33%; } +div.notice { + width: 14cm; + border: 2px solid #500; + margin: 1.3em auto; +} -div.testimonial > div { - position: relative; +div.notice h3:first-child { margin: 0; - padding: 0.2em 0.2em; } - -div.testimonial > div > span { - position:absolute; - font-size: 400%; - left: 0.2em; - top: 0; } - -div.testimonial > div > p { - background: #ffd; - padding: 1em 1.3em; } + padding: 0.3em 0.5cm; + font-weight: bold; + background: #500; + color: #ffd; +} -div.testimonial > div > p + span { - float: right; - position: relative; - left: -0.2em; - top: -0.4em; } - -div.testimonial > p { - font-size: 90%; - text-align: right; - margin: 2em 0 0 0; - padding: 0; } +div.notice p { + line-height: 1.4; + margin: 1em 0.5cm; +} p.screenshot { float: right; diff --git a/projects/tinct/index.html b/projects/tinct/index.html index a535d8f..635cddc 100644 --- a/projects/tinct/index.html +++ b/projects/tinct/index.html @@ -3,7 +3,7 @@ Tinct for RISC OS - + @@ -33,6 +33,21 @@

What is Tinct?

+
+

Warning

+

Tinct is a closed-source proprietary module that is best considered +licence-encumbered abandonware. It cannot be updated to work properly +on modern RISC OS hardware.

+

+ +
+

Notice

+

Anyone interested in developing a new efficient open-source +sprite rendering module that can render sprites with alpha channels, and +supports error diffusion for low bits-per-pixel screen modes should please get +in touch.

+
+

Tinct provides RISC OS applications with support for high speed rendering of opaque and alpha-blended sprites with optional image enhancement. It was developed to enable NetSurf to plot PNGs with alpha channels and provide on-the-fly error diffusion to display images at their best in screen modes with few colours.

Download

-- cgit v1.2.3