diff options
author | Jonas Kohl | 2024-07-21 20:08:31 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-21 20:08:31 +0200 |
commit | 557844b64120c3c08afa3f4364f1a6fdff7daffd (patch) | |
tree | 7511a26f1ad0ba47b0f738f108e62b96ab74fafd /src/static | |
parent | d79fb0f0ce4744974d45d7d4e80c3af8c2cca717 (diff) |
Add more content
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/hzcontent_01.gif | bin | 0 -> 11077 bytes | |||
-rw-r--r-- | src/static/hzcontent_02.gif | bin | 0 -> 2792 bytes | |||
-rwxr-xr-x | src/static/screenshot.bmp | bin | 0 -> 2359350 bytes | |||
-rw-r--r-- | src/static/screenshot_thumb.jpg | bin | 0 -> 7703 bytes | |||
-rw-r--r-- | src/static/style.css | 27 |
5 files changed, 27 insertions, 0 deletions
diff --git a/src/static/hzcontent_01.gif b/src/static/hzcontent_01.gif Binary files differnew file mode 100644 index 0000000..3544323 --- /dev/null +++ b/src/static/hzcontent_01.gif diff --git a/src/static/hzcontent_02.gif b/src/static/hzcontent_02.gif Binary files differnew file mode 100644 index 0000000..4afc6d0 --- /dev/null +++ b/src/static/hzcontent_02.gif diff --git a/src/static/screenshot.bmp b/src/static/screenshot.bmp Binary files differnew file mode 100755 index 0000000..6d28c7d --- /dev/null +++ b/src/static/screenshot.bmp diff --git a/src/static/screenshot_thumb.jpg b/src/static/screenshot_thumb.jpg Binary files differnew file mode 100644 index 0000000..ca3674a --- /dev/null +++ b/src/static/screenshot_thumb.jpg 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; +} |