From 557844b64120c3c08afa3f4364f1a6fdff7daffd Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sun, 21 Jul 2024 20:08:31 +0200 Subject: Add more content --- src/static/hzcontent_01.gif | Bin 0 -> 11077 bytes src/static/hzcontent_02.gif | Bin 0 -> 2792 bytes src/static/screenshot.bmp | Bin 0 -> 2359350 bytes src/static/screenshot_thumb.jpg | Bin 0 -> 7703 bytes src/static/style.css | 27 +++++++++++++++++++++++++++ 5 files changed, 27 insertions(+) create mode 100644 src/static/hzcontent_01.gif create mode 100644 src/static/hzcontent_02.gif create mode 100755 src/static/screenshot.bmp create mode 100644 src/static/screenshot_thumb.jpg (limited to 'src/static') diff --git a/src/static/hzcontent_01.gif b/src/static/hzcontent_01.gif new file mode 100644 index 0000000..3544323 Binary files /dev/null and b/src/static/hzcontent_01.gif differ diff --git a/src/static/hzcontent_02.gif b/src/static/hzcontent_02.gif new file mode 100644 index 0000000..4afc6d0 Binary files /dev/null and b/src/static/hzcontent_02.gif differ diff --git a/src/static/screenshot.bmp b/src/static/screenshot.bmp new file mode 100755 index 0000000..6d28c7d Binary files /dev/null and b/src/static/screenshot.bmp differ diff --git a/src/static/screenshot_thumb.jpg b/src/static/screenshot_thumb.jpg new file mode 100644 index 0000000..ca3674a Binary files /dev/null and b/src/static/screenshot_thumb.jpg differ diff --git a/src/static/style.css b/src/static/style.css index 1c1cd5e..e05ea73 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -92,3 +92,30 @@ a { height: 31px; vertical-align: middle; } +.center { + text-align: center; +} +.imgLink { + color: black; + text-decoration: none; +} +.imgLink img { + border: 1px solid black; +} +.smallText { + font-size: 8pt; + font-style: italic; + color: gray; +} +.enlarge { + color: black; + text-decoration: underline; + font-style: normal; +} +.mark { + color: #52268f; + font-weight: bold; +} +.tablePara { + margin-top: 1em; +} -- cgit v1.2.3