]> git.bochard.net Git - mysite.git/commitdiff
table bg change
authorbochard <git@bochard.net>
Wed, 5 Nov 2025 14:59:17 +0000 (22:59 +0800)
committerbochard <git@bochard.net>
Wed, 5 Nov 2025 14:59:17 +0000 (22:59 +0800)
index.php
part/head.php
part/sidebar.php
stylesheet/root.css

index 111f153f8629b77035ef205f65441290372ab378..dacfa9830868b00267b2bab3e7bfbd596799a729 100644 (file)
--- a/index.php
+++ b/index.php
                                </tr>\r
                                <tr>\r
                                        <td>\r
-                                               <table border="1" cellpadding="10" cellspacing="0">\r
+                                               <table id="maintable" cellpadding="10">\r
                                                        <tr>\r
-                                                               <td valign="top" width="80%">\r
+                                                               <td valign="top" width="80%" background="/image/background/bg1.gif">\r
                                                                        <p>Welcome to my website!!! im very happy that you found my net home even though it's almost unsearchable from the vast internet—much like a needle from a haystack.</p>\r
                                                                        <p>I would like to give a simple introduction what is this site for... As you can already see it is a site dedicated for personal purpose. What's cool here is I hand-coded all things in here.</p>\r
                                                                        <p>What's with the old-web style, you might ask. I just really like it. It's just freaking awesome and gives me a feel of nostalgia.</p>\r
+                                                                       <img src="/image/gif/chicken-ani.gif" alt="chicken animation gif" title="chimken">\r
                                                                </td>\r
                                                                <?php include_once("$parts/sidebar.php");?>\r
                                                        </tr>\r
index e7e4eda6f9c774915160d8eff691dc9619199527..143488096f8b63254422a56d8be3e11bf02fb618 100644 (file)
@@ -16,12 +16,12 @@ function head($pgtitle, $pgdescription = null, $pgcss = [], $pgjs = []){?>
                        }
     ?>
     
-    <link rel="stylesheet" href="/stylesheet/root.css?v=<?= filemtime("{$_SERVER['DOCUMENT_ROOT']}/stylesheets/root.css");?>">
+    <link rel="stylesheet" href="/stylesheet/root.css?v=<?= filemtime("{$_SERVER['DOCUMENT_ROOT']}/stylesheet/root.css");?>">
     <?php foreach($pgcss as $filename):?>
       <link rel="stylesheet" href="<?= htmlspecialchars("/stylesheet/$filename?v="), filemtime("{$_SERVER['DOCUMENT_ROOT']}/stylesheet/$filename");?>">
     <?php endforeach;?>
     
-    <script type="text/javascript" src="/script/root.js?v=<?= filemtime("{$_SERVER['DOCUMENT_ROOT']}/scripts/root.js");?>"></script>
+    <script type="text/javascript" src="/script/root.js?v=<?= filemtime("{$_SERVER['DOCUMENT_ROOT']}/script/root.js");?>"></script>
     <?php foreach($pgjs as $filename):?>
       <script type="text/javascript" src="<?= htmlspecialchars("/script/$filename?v="), filemtime("{$_SERVER['DOCUMENT_ROOT']}/script/$filename");?>"></script>
     <?php endforeach;?>
index eb04010006617766016e183309ca054c5ea48c13..fb55c83f1ce9d3696ca6e19325f40c3ac05ef5b8 100644 (file)
@@ -1,4 +1,4 @@
-<td valign="top">
+<td id="sidebar" valign="top" background="/image/background/bluerock.jpg">
   <img src="/image/gif/doraemon.gif" alt="doraemon" width="50">
   <img src="/image/gif/doraemon.gif" alt="doraemon" width="50">
   <img src="/image/gif/doraemon.gif" alt="doraemon" width="50">
index 78c892e574612a7117ed4dfa15a456d7fcd56155..a2183fda38e0cbfcf40ebc06d833203f68d974bb 100644 (file)
@@ -1,11 +1,16 @@
 * {
        font-family: Monospace;
-       color: white;
 }
 body {
        background-image: url('/image/background/stars.gif');
        background-repeat: repeat;
 }
 #maintable {
-       border: groove;
+       border: ridge;
+}
+#sidebar{
+       color: white;
+}
+#sidebar a {
+       color: yellow;
 }