From 7b43ccc9cdf462ad044cb468cb79ee45833748c2 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Mon, 18 Nov 2024 02:20:28 +1100 Subject: support new posts and guestbook --- template.txt | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'template.txt') diff --git a/template.txt b/template.txt index 1c79671..5870b43 100644 --- a/template.txt +++ b/template.txt @@ -47,6 +47,13 @@ body } img{max-width: 100%; max-height: 100%; overflow: hidden;} +.blogimg +{ + width: 100%; + max-width: 400px; /* Limit the image size on large screens */ + height: auto; /* Keep the image's aspect ratio intact */ + overflow: hidden; +} pre{overflow: auto; border-width: 1px; border-style: solid; border-color: white; /*background-color: #333339; color: #fff;*/} .middle{text-align: center;} .middiv{margin: auto; width: 80%;} @@ -64,16 +71,15 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding- .notes { margin-left: 10px; display: inline-block; -width: auto; -max-height: 300px; -max-width: 500px; +max-height: 600px; +max-width: 600px; +width: 100%; overflow-y: scroll !important; scrollbar-width: auto; border: 15px solid; border-image: url('https://danieljones.au/media/div_border.gif') 40 stretch; padding: 1px; box-sizing: border-box; -height: auto; } @@ -344,6 +350,7 @@ to {
{CONTENT} +



RSS feed
@@ -351,7 +358,7 @@ to {

page generated {TIME} using websitegenerator in C
-
+
-- cgit v1.2.3