From 1ceffebb2448a76580bbe262942189730ee6d34c Mon Sep 17 00:00:00 2001 From: DavidDGTNT Date: Tue, 1 Feb 2022 18:02:04 +0000 Subject: [PATCH] Update /docs, add Christmas cover --- content/book1.md | 2 ++ docs/assets/css/main.css | 32 +++++++++++++++++++++++++++++++- docs/book1/index.html | 2 ++ src/book1/index.html | 2 ++ 4 files changed, 37 insertions(+), 1 deletion(-) diff --git a/content/book1.md b/content/book1.md index 2b18507..736afad 100644 --- a/content/book1.md +++ b/content/book1.md @@ -1,5 +1,7 @@ ## Lyza the Sheepdog: Christmas +![Lyza the Sheepdog: Christmas cover](../assets/img/book1cover.png) + Hey look, a baby has been born! Wait, what is that star? In Lyza the Sheepdog: Christmas, Lyza talks to the animals that were at the stable at Jesus' birth. She hears what others are thinking about what's going on, and tries to figure out whats going on herself. diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index 10d5c6b..d686e93 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -1,6 +1,36 @@ body { margin: 0px; - background-color: #ff7f50; +} + +body { + background: linear-gradient(270deg, #a52a2a, #d2691e, #ee6e40, #ff7f50, #ff7f61, #ff8f61); + background-size: 1200% 1200%; + + -webkit-animation: BackgroundGradientChange 6s ease infinite; + -moz-animation: BackgroundGradientChange 6s ease infinite; + -o-animation: BackgroundGradientChange 6s ease infinite; + animation: BackgroundGradientChange 6s ease infinite; +} + +@-webkit-keyframes BackgroundGradientChange { + 0%{background-position:0% 50%} + 50%{background-position:100% 50%} + 100%{background-position:0% 50%} +} +@-moz-keyframes BackgroundGradientChange { + 0%{background-position:0% 50%} + 50%{background-position:100% 50%} + 100%{background-position:0% 50%} +} +@-o-keyframes BackgroundGradientChange { + 0%{background-position:0% 50%} + 50%{background-position:100% 50%} + 100%{background-position:0% 50%} +} +@keyframes BackgroundGradientChange { + 0%{background-position:0% 50%} + 50%{background-position:100% 50%} + 100%{background-position:0% 50%} } header { diff --git a/docs/book1/index.html b/docs/book1/index.html index eed9b75..19c2968 100644 --- a/docs/book1/index.html +++ b/docs/book1/index.html @@ -20,6 +20,8 @@

Lyza the Sheepdog: Christmas

+

Lyza the Sheepdog: Christmas cover

+

Hey look, a baby has been born! Wait, what is that star?

In Lyza the Sheepdog: Christmas, Lyza talks to the animals that were at the stable at Jesus' birth. She hears what others are thinking about what's going on, and tries to figure out whats going on herself.

diff --git a/src/book1/index.html b/src/book1/index.html index eed9b75..19c2968 100644 --- a/src/book1/index.html +++ b/src/book1/index.html @@ -20,6 +20,8 @@

Lyza the Sheepdog: Christmas

+

Lyza the Sheepdog: Christmas cover

+

Hey look, a baby has been born! Wait, what is that star?

In Lyza the Sheepdog: Christmas, Lyza talks to the animals that were at the stable at Jesus' birth. She hears what others are thinking about what's going on, and tries to figure out whats going on herself.