<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>
<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>
// 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>
<li><a href="/email.php" title="talk to me">email</a></li>
</ul>
<hr>
- <?php include_once("$parts/scribbles.php");?>
- <hr>
<table>
<tbody>
background-repeat: repeat;
background-size: unset;
}
+iframe {
+ height: 100vh;
+ width: 100%;
+ border: none;
+}
#content {
background-color: black;
background-image: url('/images/backgrounds/doorBK.gif');
background-position: right;
color: white;
}
-#rightbox {
+#rightbox > table{
background-image: url('/images/backgrounds/patternTV2.gif');
}
#content {
background-image: url('/images/backgrounds/bg1.gif');
background-repeat: repeat;
- height: fit-content;
margin: 10px auto;
border-style: ridge;
}
}
#body {
vertical-align: top;
- padding: 20px 70px 0;
+ padding: 20px 40px;
width: 550px;
}
#body a {
#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;
}