From: bochard Date: Sat, 15 Nov 2025 03:01:59 +0000 (+0800) Subject: update code for many pages for new look X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=9642e59a05dff10dd763e3a41fc9480c391b5ffc;p=mysite.git update code for many pages for new look --- diff --git a/book/index.php b/book/index.php index 1847e21..30d8781 100644 --- a/book/index.php +++ b/book/index.php @@ -1,33 +1,22 @@ - - + +
- - -
- - - - - - - - - - -
- -
-
- + +
+ + + diff --git a/how-to/index.php b/how-to/index.php index 8b13789..df1d156 100644 --- a/how-to/index.php +++ b/how-to/index.php @@ -1 +1,22 @@ + + + + + + + + +
+ +
+ + + diff --git a/photo-album/index.php b/photo-album/index.php index 8b13789..4264e50 100644 --- a/photo-album/index.php +++ b/photo-album/index.php @@ -1 +1,22 @@ + + + + + + + + +
+ +
+ + + diff --git a/stylesheet/book.css b/stylesheet/book.css new file mode 100644 index 0000000..bdeb653 --- /dev/null +++ b/stylesheet/book.css @@ -0,0 +1,3 @@ +body { + background: url('/image/background/paper.jpg'); +} diff --git a/stylesheet/how-to.css b/stylesheet/how-to.css new file mode 100644 index 0000000..448dc68 --- /dev/null +++ b/stylesheet/how-to.css @@ -0,0 +1,4 @@ +body { + background: url('/image/background/bkgr2.jpg'); + color: white; +} diff --git a/stylesheet/photo-album.css b/stylesheet/photo-album.css new file mode 100644 index 0000000..10d92f9 --- /dev/null +++ b/stylesheet/photo-album.css @@ -0,0 +1,4 @@ +body { + background: url('/image/background/Ocean.jpg'); + background-size: cover; +}