summaryrefslogtreecommitdiff
path: root/src/static
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-21 20:08:31 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-21 20:08:31 +0200
commit557844b64120c3c08afa3f4364f1a6fdff7daffd (patch)
tree7511a26f1ad0ba47b0f738f108e62b96ab74fafd /src/static
parentd79fb0f0ce4744974d45d7d4e80c3af8c2cca717 (diff)
Add more content
Diffstat (limited to 'src/static')
-rw-r--r--src/static/hzcontent_01.gifbin0 -> 11077 bytes
-rw-r--r--src/static/hzcontent_02.gifbin0 -> 2792 bytes
-rwxr-xr-xsrc/static/screenshot.bmpbin0 -> 2359350 bytes
-rw-r--r--src/static/screenshot_thumb.jpgbin0 -> 7703 bytes
-rw-r--r--src/static/style.css27
5 files changed, 27 insertions, 0 deletions
diff --git a/src/static/hzcontent_01.gif b/src/static/hzcontent_01.gif
new file mode 100644
index 0000000..3544323
--- /dev/null
+++ b/src/static/hzcontent_01.gif
Binary files differ
diff --git a/src/static/hzcontent_02.gif b/src/static/hzcontent_02.gif
new file mode 100644
index 0000000..4afc6d0
--- /dev/null
+++ b/src/static/hzcontent_02.gif
Binary files differ
diff --git a/src/static/screenshot.bmp b/src/static/screenshot.bmp
new file mode 100755
index 0000000..6d28c7d
--- /dev/null
+++ b/src/static/screenshot.bmp
Binary files differ
diff --git a/src/static/screenshot_thumb.jpg b/src/static/screenshot_thumb.jpg
new file mode 100644
index 0000000..ca3674a
--- /dev/null
+++ b/src/static/screenshot_thumb.jpg
Binary files 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;
+}