From: bochard Date: Sat, 1 Nov 2025 02:35:53 +0000 (+0800) Subject: first changes X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=bade89ec4af6b7c74dd3a3987ac284edb8e4c9d8;p=mysite.git first changes --- diff --git a/.htaccess b/.htaccess index 8523e16..d7c29d1 100755 --- 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 Require all denied + +#Forbidden access to old directories +RewriteRule ^journal/ - [F,L] diff --git a/kitchen/index.php b/kitchen/index.php deleted file mode 100755 index 3369f01..0000000 --- a/kitchen/index.php +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - -
- - - - - - - - - - -
- -
-
- -
- - diff --git a/stylesheets/guestbook.css b/stylesheets/guestbook.css index dd44a11..8b13789 100755 --- a/stylesheets/guestbook.css +++ b/stylesheets/guestbook.css @@ -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'); -} + diff --git a/stylesheets/journal.css b/stylesheets/journal.css index 8c42f08..8b13789 100755 --- a/stylesheets/journal.css +++ b/stylesheets/journal.css @@ -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; -} + diff --git a/stylesheets/root.css b/stylesheets/root.css index 33cdb9e..8b13789 100755 --- a/stylesheets/root.css +++ b/stylesheets/root.css @@ -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; -}