]> git.bochard.net Git - mysite.git/commitdiff
first changes
authorbochard <git@bochard.net>
Sat, 1 Nov 2025 02:35:53 +0000 (10:35 +0800)
committerbochard <git@bochard.net>
Sat, 1 Nov 2025 02:35:53 +0000 (10:35 +0800)
.htaccess
kitchen/index.php [deleted file]
stylesheets/guestbook.css
stylesheets/journal.css
stylesheets/root.css

index 8523e16dcb9152df3f05e1ef6a4724f8a1511a7c..d7c29d1ed73d9e3b69793ef2cbeaee06f2312cc8 100755 (executable)
--- a/.htaccess
+++ b/.htaccess
@@ -4,7 +4,10 @@ RewriteEngine On
 RewriteCond %{HTTP_HOST} ^bochard\.net [NC]
 RewriteRule ^(.*)$ http://www.bochard.net/$1 [R=301,L]
 
-#Forbidden access
+#Forbidden access to .htaccess
 <Files .htaccess>
        Require all denied
 </Files>
+
+#Forbidden access to old directories
+RewriteRule ^journal/ - [F,L]
diff --git a/kitchen/index.php b/kitchen/index.php
deleted file mode 100755 (executable)
index 3369f01..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?php
-  require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
-  $pgtitle = "Kitchen";
-  $pgdescription = "I cook, sometimes.";
-  head($pgtitle, $pgdescription);
-?>
-<body>    
-  <table id="tablewrapper" cellspacing="10">
-               <tbody>
-                       <tr>
-                               <td id="content">
-                                       <table>
-                                               <tbody>
-                                                       <tr>
-                                                               <?php include_once("$parts/sidebar.php");?>
-                                                               
-                                                               <td id="body">
-                                                                       <?php include_once("$parts/underconstruction.php");?>
-                                                               </td>
-                                                       </tr>
-                                                       
-                                                       <?php include_once("$parts/footer.php");?>
-                                               </tbody>
-                                       </table>
-                               </td>
-                               <td id="rightbox">
-                                       <?php include_once("$parts/rightbox.php");?>
-                               </td>
-                       </tr>
-               </tbody>
-  </table>
-</body>
-</html>
index dd44a113405ab329ad71de07a0acebc4382bf471..8b137891791fe96927ad78e64b0aad7bded08bdc 100755 (executable)
@@ -1,20 +1 @@
-body {
-       background-image: url('/images/backgrounds/backgroundl3.gif');
-       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-repeat: no-repeat;
-       background-position: right;
-       color: white;
-}
-#rightbox > table{
-       background-image: url('/images/backgrounds/patternTV2.gif');
-}
+
index 8c42f08394dcd311e2bc04899562e8ce84dc2b67..8b137891791fe96927ad78e64b0aad7bded08bdc 100755 (executable)
@@ -1,19 +1 @@
-body {
-       background-image: url('/images/backgrounds/clouds.gif');
-       background-repeat: repeat;
-       background-size: unset;
-}
-#content {
-       background-image: url('/images/backgrounds/paper.jpg');
-}
-.entry-list-item {
-       font-style: italic;
-}
-.entry-title {
-       margin-bottom: 0;
-}
-.written-date {
-  text-indent: unset;
-  font-style: italic;
-  margin-top: 0;
-}
+
index 33cdb9e902bb7ff40c8c588b449b6bae615f2aaf..8b137891791fe96927ad78e64b0aad7bded08bdc 100755 (executable)
@@ -1,99 +1 @@
-body {
-       font-family: courier;
-       background-image: url('/images/backgrounds/Ocean.jpg');
-       background-repeat: no-repeat;
-       background-size: cover;
-       background-attachment: fixed;
-}
-h1, h2, h3, h4, h5, h6 {
-       font-size: 28px;
-       margin-bottom: 10px;
-}
-a {
-       color: yellow;
-       text-decoration: none;
-}
-a:hover {
-       text-decoration: underline;
-}
-blockquote {
-       color: white;
-       background-color: grey;
-       padding: 5px;
-}
 
-/*
- * ID AND CLASSES
- */
-#tablewrapper {
-       margin: 0 auto;
-}
-#content {
-       background-image: url('/images/backgrounds/bg1.gif');
-  background-repeat: repeat;
-  margin: 10px auto;
-  border-style: ridge;
-}
-#sidebar {
-  background-image: url('/images/backgrounds/stars.gif');
-  background-repeat: repeat;
-  vertical-align: top;
-  width: 200px;
-  max-width: 200px;
-  padding: 15px 10px;
-  border-style: ridge;
-  color: white;
-}
-#sidebar > ul {
-  margin-top: 0;
-  padding-left: 7px;
-}
-#sidebar > ul li {
-  list-style-type: none;
-  padding: 3px;
-}
-#sidebar table {
-       border-spacing: 0;
-}
-#body {
-  vertical-align: top;
-  padding: 20px 40px;
-  width: 550px;
-}
-#body a {
-       color: darkgreen;
-       text-decoration: underline;
-}
-#footer {
-       text-align: center;
-  font-style: italic;
-  height: 20px;
-  padding: 10px 0;
-}
-#rightbox {
-  vertical-align: top;
-  max-width: 170px;
-  padding: 0;
-}
-#rightbox > table {
-       background-image: url('/images/backgrounds/bluerock.jpg');
-  background-repeat: repeat;
-  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;
-}
-#underconstruction-container {
-  text-align: center;
-}