From 618c2d328befc5854756c160819e0ef5770b4d9c Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Wed, 24 Jul 2024 17:48:17 +0200 Subject: Add more stuff --- src/static/osx.png | Bin 0 -> 661331 bytes src/static/osx_thumb.jpg | Bin 0 -> 10290 bytes src/static/style.css | 10 ++++++++++ src/static/tiger.png | Bin 0 -> 473787 bytes src/static/tiger_thumb.jpg | Bin 0 -> 9381 bytes 5 files changed, 10 insertions(+) create mode 100644 src/static/osx.png create mode 100644 src/static/osx_thumb.jpg create mode 100644 src/static/tiger.png create mode 100644 src/static/tiger_thumb.jpg (limited to 'src/static') diff --git a/src/static/osx.png b/src/static/osx.png new file mode 100644 index 0000000..08640b3 Binary files /dev/null and b/src/static/osx.png differ diff --git a/src/static/osx_thumb.jpg b/src/static/osx_thumb.jpg new file mode 100644 index 0000000..63c0344 Binary files /dev/null and b/src/static/osx_thumb.jpg differ diff --git a/src/static/style.css b/src/static/style.css index 32c6efd..a28b1f2 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -95,6 +95,15 @@ a { .center { text-align: center; } +.vtop { + vertical-align: top; +} +.vmid { + vertical-align: middle; +} +.vbtm { + vertical-align: bottom; +} .imgLink { color: black; text-decoration: none; @@ -137,6 +146,7 @@ a { .guestbook-content { padding: 4px; } +#guestbook_frame, #gbframe { display: block; border: none; diff --git a/src/static/tiger.png b/src/static/tiger.png new file mode 100644 index 0000000..33491f5 Binary files /dev/null and b/src/static/tiger.png differ diff --git a/src/static/tiger_thumb.jpg b/src/static/tiger_thumb.jpg new file mode 100644 index 0000000..2f5bcaf Binary files /dev/null and b/src/static/tiger_thumb.jpg differ -- cgit v1.2.3