]> git.bochard.net Git - mysite.git/commitdiff
fix guestbook iframe and fix rightbox
authorbochard <git@bochard.net>
Sat, 9 Aug 2025 03:32:07 +0000 (11:32 +0800)
committerbochard <git@bochard.net>
Sat, 9 Aug 2025 03:32:07 +0000 (11:32 +0800)
guestbook.php
parts/rightbox.php
parts/scribbles.php
parts/sidebar.php
stylesheets/guestbook.css
stylesheets/root.css

index 93e50b2cacffe62df57139a884dd06d7e526c239..5957ae50adfdb4d84cc9e3404aec91cc646ba77f 100644 (file)
@@ -15,9 +15,8 @@
                                                        <tr>
                                                                <?php include_once("$parts/sidebar.php");?>
                                                                
-                                                               <!-- ...and this is for the content -->
                                                                <td id="body">
-                                                                       <iframe src="https://bochard.atabook.org" height="100%" width="100%" style="border: none;"></iframe>
+                                                                       <iframe src="https://bochard.atabook.org"></iframe>
                                                                </td>
                                                        </tr>
                                                        
index 04c9c6a6cb05357f9d92749297d40a0b02332db1..ad0cd1397b74e4f3bb4edfb8e0ed38443e2d5036 100644 (file)
@@ -2,9 +2,14 @@
        <tbody>
                <tr>
                        <td>
-                               <strong>Blogs</strong>
+                               <strong>Tutorials</strong>
                                <ul>  
-                                       <li><a href="#" title="reserved space here for now.">Nothing yet...</a></li>
+                                       <li><a href="/how-to" title="I haven't though of anything to teach yet. If you have suggestions, consider sending an email.">Nothing yet...</a></li>
+                               </ul>
+                               <hr>
+                               <strong>New Photos!</strong>
+                               <ul>  
+                                       <li><a href="/photo-album" title="pix">Nothing yet...</a></li>
                                </ul>
                        </td>
                </tr>
index b216807d407c1cb7b62f180566639024bc6b21ca..7f8c5bdefd078599d7b9bab52c471535ffeb8b37 100644 (file)
@@ -7,8 +7,3 @@
   //   echo "<li><a href=\"http://www.bochard.net/{$strippedURL}\">$fileName</a></li>\n";
   // }
 ?>
-
-<strong>Tutorials</strong>
-<ul>  
-  <li><a href="/how-to" title="I haven't though of anything to teach yet. If you have suggestions, consider sending an email.">Nothing yet...</a></li>
-</ul>
index 46489111143794fd964b9dbcbdd48779d82db82d..67eaea9f450f311e3ba1c87c967b22ef04aefc51 100644 (file)
@@ -18,8 +18,6 @@
     <li><a href="/email.php" title="talk to me">email</a></li>
   </ul>
   <hr>
-  <?php include_once("$parts/scribbles.php");?>
-  <hr>
   
   <table>
                <tbody>
index 14a0984fd3e2f09ad913fa66bfcffbe97ae19c26..dd44a113405ab329ad71de07a0acebc4382bf471 100644 (file)
@@ -3,6 +3,11 @@ body {
        background-repeat: repeat;
        background-size: unset;
 }
+iframe {
+       height: 100vh;
+       width: 100%;
+       border: none;
+}
 #content {
        background-color: black;
        background-image: url('/images/backgrounds/doorBK.gif');
@@ -10,6 +15,6 @@ body {
        background-position: right;
        color: white;
 }
-#rightbox {
+#rightbox > table{
        background-image: url('/images/backgrounds/patternTV2.gif');
 }
index 01e6a766a010dc355ecd6e1af9e8b6c699b815b7..33cdb9e902bb7ff40c8c588b449b6bae615f2aaf 100644 (file)
@@ -31,7 +31,6 @@ blockquote {
 #content {
        background-image: url('/images/backgrounds/bg1.gif');
   background-repeat: repeat;
-  height: fit-content;
   margin: 10px auto;
   border-style: ridge;
 }
@@ -58,7 +57,7 @@ blockquote {
 }
 #body {
   vertical-align: top;
-  padding: 20px 70px 0;
+  padding: 20px 40px;
   width: 550px;
 }
 #body a {
@@ -68,23 +67,30 @@ blockquote {
 #footer {
        text-align: center;
   font-style: italic;
-  height: 20%;
+  height: 20px;
   padding: 10px 0;
 }
-#footer table {
-       border-spacing: 0;
-       margin: 0 auto;
-}
 #rightbox {
+  vertical-align: top;
+  max-width: 170px;
+  padding: 0;
+}
+#rightbox > table {
        background-image: url('/images/backgrounds/bluerock.jpg');
   background-repeat: repeat;
-  vertical-align: top;
-  width: 150px;
-  max-width: 150px;
-  padding: 15px 10px;
+  padding: 10px;
+  width: 100%;
   border-style: ridge;
   color: white;
 }
+#rightbox ul {
+  margin-top: 0;
+  padding-left: 7px;
+}
+#rightbox ul > li {
+  list-style-type: none;
+  padding: 3px;
+}
 #rightbox a {
        color: lightgreen;
 }