From: bochard Date: Fri, 25 Jul 2025 14:20:30 +0000 (+0800) Subject: minor layout fixes X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=8da6d5cf3928e0e451e0e3c2a12f22d0f095d39f;p=mysite.git minor layout fixes --- diff --git a/about-me.php b/about-me.php index d99bb95..8457345 100644 --- a/about-me.php +++ b/about-me.php @@ -5,7 +5,7 @@ head($pgtitle, $pgdescription); ?> - +
diff --git a/files/index.php b/files/index.php index 56a76c4..96ae409 100644 --- a/files/index.php +++ b/files/index.php @@ -5,7 +5,7 @@ head($pgtitle, $pgdescription); ?> -
+
diff --git a/guestbook.php b/guestbook.php index fc4e2af..f0146c3 100644 --- a/guestbook.php +++ b/guestbook.php @@ -5,7 +5,7 @@ head($pgtitle, $pgdescription); ?> -
+
diff --git a/how-to/index.php b/how-to/index.php index d5e8a1e..8367b88 100644 --- a/how-to/index.php +++ b/how-to/index.php @@ -5,7 +5,7 @@ head($pgtitle, $pgdescription); ?> -
+
diff --git a/index.php b/index.php index a7fe6e5..bddb736 100644 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ head($pgtitle, $pgdescription); ?> -
+
diff --git a/journal/index.php b/journal/index.php index b5ac17b..0a78056 100644 --- a/journal/index.php +++ b/journal/index.php @@ -5,7 +5,7 @@ head($pgtitle, $pgdescription); ?> -
+
diff --git a/parts/sidebar.php b/parts/sidebar.php index 03efca6..4d51402 100644 --- a/parts/sidebar.php +++ b/parts/sidebar.php @@ -24,12 +24,12 @@
- - + + - - + +
Visit counter For WebsitesViewable With Any BrowserVisit counter For WebsitesViewable With Any Browser
free the internetheliohostfree the internetheliohost
diff --git a/photo-album/index.php b/photo-album/index.php index 96f9723..d27db05 100644 --- a/photo-album/index.php +++ b/photo-album/index.php @@ -5,7 +5,7 @@ head($pgtitle, $pgdescription); ?> - +
diff --git a/stylesheets/component.css b/stylesheets/component.css index 7f73c35..2484444 100644 --- a/stylesheets/component.css +++ b/stylesheets/component.css @@ -21,9 +21,6 @@ text-decoration: none; } #sidebar table { - text-align: center; - background-image: none; - border-style: none; border-spacing: 0; } #body { diff --git a/stylesheets/root.css b/stylesheets/root.css index e4fe0f6..29637e6 100644 --- a/stylesheets/root.css +++ b/stylesheets/root.css @@ -1,14 +1,8 @@ -html, body { - height: 100%; - width: 100%; - box-sizing: border-box; -} body { + font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; background-image: url('/images/backgrounds/Ocean.jpg'); background-size: cover; - font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; - margin: 0 auto; - padding: 10px 0; + background-attachment: fixed; } p { line-height: 2; @@ -16,13 +10,13 @@ p { margin-bottom: 10px; margin-top: 0; } -table { +#content { background-image: url('/images/backgrounds/backgroundclouds.gif'); background-repeat: repeat; height: fit-content; width: 95%; max-width: 900px; - margin: 0 auto; + margin: 10px auto; border-style: ridge; } h1, h2, h3, h4, h5, h6 {