]> git.bochard.net Git - mysite.git/commitdiff
new site layout
authorbochard <mail@bochard.net>
Thu, 24 Jul 2025 03:14:48 +0000 (11:14 +0800)
committerbochard <mail@bochard.net>
Thu, 24 Jul 2025 03:38:29 +0000 (11:38 +0800)
images/backgrounds/Ocean.jpg [new file with mode: 0644]
index.php
parts/footer.php [new file with mode: 0644]
parts/sidebar.php
stylesheets/component.css
stylesheets/journal.css
stylesheets/root.css

diff --git a/images/backgrounds/Ocean.jpg b/images/backgrounds/Ocean.jpg
new file mode 100644 (file)
index 0000000..f65aa7b
Binary files /dev/null and b/images/backgrounds/Ocean.jpg differ
index a38af496c294e16d517b02b6e07901a7c89ba672..72cc6a560cc84aff96341cec1ec52b1122488774 100755 (executable)
--- a/index.php
+++ b/index.php
         <p>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!</p>\r
         <h2>I am an avid book reader.</h2>\r
         <p>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.</p>\r
+        <hr>\r
+        <p>I barely update this site, apologies.</p>\r
+        \r
+        <?php include_once("$parts/footer.php");?>\r
       </td>\r
     </tr>\r
   </table>\r
diff --git a/parts/footer.php b/parts/footer.php
new file mode 100644 (file)
index 0000000..24cc364
--- /dev/null
@@ -0,0 +1,3 @@
+<div id="footer">
+       ἀγάπην τοῦ θεοῦ
+</div>
index fd6cdf2a6641367819dad4fb846036e96369ebff..c61ca31cae780d84900809d72f8112ae7a93fc1a 100644 (file)
@@ -31,4 +31,4 @@
     <b>Search my site here...</b>
     <div class="gcse-search"></div>
   </div>
-</td>
\ No newline at end of file
+</td>
index 4fa7d7a5d80bce0c5f1e6fee69d380a7f49974c2..197fca52dc7dc1e6d236676f369da0ad7fda62b0 100644 (file)
@@ -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;
 }
 #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
+}
index d4de5c40eeb5670d8f9f148a86f758e5e7733fe3..dff28a1a4b77c58e47cb3201b074f74fd1442581 100644 (file)
@@ -1,4 +1,4 @@
 .written-date {
   text-indent: unset;
   font-style: italic;
-}
\ No newline at end of file
+}
index 22ad6a42f97f6557802064f6c634096d13825b30..d6d08fdcb608a05d62ec04f180f605c32b905065 100644 (file)
@@ -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
+}