From: bochard Date: Thu, 24 Jul 2025 03:14:48 +0000 (+0800) Subject: new site layout X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=4240b2f51e215c0f7d5afda1a52e6b031103bb36;p=mysite.git new site layout --- diff --git a/images/backgrounds/Ocean.jpg b/images/backgrounds/Ocean.jpg new file mode 100644 index 0000000..f65aa7b Binary files /dev/null and b/images/backgrounds/Ocean.jpg differ diff --git a/index.php b/index.php index a38af49..72cc6a5 100755 --- a/index.php +++ b/index.php @@ -18,6 +18,10 @@

If you want to continue viewing my site. Please consider disabling your adblocker. some cool stuffs cannot be seen if you enable that thing. tnx. and...if you got lost for some reason. just go the homepage!

I am an avid book reader.

I have a few books on my desk, mostly about japanese novels like 'the setting sun', 'no longer human', 'schoolgirl', etc...if you knew these books, yes, the author are all mostly from Osamu Dazai. well...i'm not a huge fan of Dazai, but I like his works though. Well he is really a great and respected author, indeed. It's just that...he ended his own life, for a reason which I don't have any idea yet. anyways...I'd like to read more and more books but I don't have money, im poor, so...if you will....please consider donating :D.

+
+

I barely update this site, apologies.

+ + diff --git a/parts/footer.php b/parts/footer.php new file mode 100644 index 0000000..24cc364 --- /dev/null +++ b/parts/footer.php @@ -0,0 +1,3 @@ + diff --git a/parts/sidebar.php b/parts/sidebar.php index fd6cdf2..c61ca31 100644 --- a/parts/sidebar.php +++ b/parts/sidebar.php @@ -31,4 +31,4 @@ Search my site here... - \ No newline at end of file + diff --git a/stylesheets/component.css b/stylesheets/component.css index 4fa7d7a..197fca5 100644 --- a/stylesheets/component.css +++ b/stylesheets/component.css @@ -1,11 +1,12 @@ #sidebar { - background-image: url(/images/backgrounds/backgroundclouds.gif); + background-image: url('/images/backgrounds/stars.gif'); background-repeat: repeat; vertical-align: top; height: 100%; width: 200px; padding: 15px 10px; - border-style: groove; + border-style: ridge; + color: white; } #sidebar > ul { margin-top: 0; @@ -17,12 +18,17 @@ } #sidebar a { color: inherit; + text-decoration: none; } #body { vertical-align: top; padding: 0 100px 0 70px; } +#footer { + text-align: center; + font-style: italic; +} #underconstruction-container { text-align: center; margin-top: 20px; -} \ No newline at end of file +} diff --git a/stylesheets/journal.css b/stylesheets/journal.css index d4de5c4..dff28a1 100644 --- a/stylesheets/journal.css +++ b/stylesheets/journal.css @@ -1,4 +1,4 @@ .written-date { text-indent: unset; font-style: italic; -} \ No newline at end of file +} diff --git a/stylesheets/root.css b/stylesheets/root.css index 22ad6a4..d6d08fd 100644 --- a/stylesheets/root.css +++ b/stylesheets/root.css @@ -3,8 +3,8 @@ html, body { width: 100%; } body { - background-image: url(/images/backgrounds/bg-canvas.gif); - background-repeat: repeat; + background-image: url('/images/backgrounds/Ocean.jpg'); + background-size: cover; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; margin: 0 auto; } @@ -15,9 +15,13 @@ p { margin-top: 0; } table { + background-image: url('/images/backgrounds/backgroundclouds.gif'); + background-repeat: repeat; height: 100%; - width: 100%; + width: 1000px; + margin: 0 auto; + border-style: ridge; } h1, h2, h3, h4, h5, h6 { margin-bottom: 0; -} \ No newline at end of file +}