diff --git a/default_style.css b/default_style.css index b0b217f..13fe51d 100644 --- a/default_style.css +++ b/default_style.css @@ -1,7 +1,7 @@ -body, html{ +body{ font-family: CustomFont, sans-serif; /* Use the custom font as the fallback */ } @font-face { font-family: CustomFont; - src: url('static/fonts/Brushzing-Regular.ttf.otf') format('truetype'); /* Change 'your-font.ttf' to the actual font file name */ + src: url('static/fonts/Brushzing-Regular.ttf.otf') format('truetype'); } \ No newline at end of file diff --git a/home/art/img/bg.jpg b/home/art/img/bg.jpg deleted file mode 100644 index ccd331c..0000000 --- a/home/art/img/bg.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b797ee6859597d9ec82154a8d92ce10bdf8ea89b58e2ce9a1e5f973f9e273bee -size 5850 diff --git a/home/art/img/mainbackground.png b/home/art/img/mainbackground.png new file mode 100644 index 0000000..c0cb160 --- /dev/null +++ b/home/art/img/mainbackground.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8987609ac4b84eb9fdbd00e4b4af3d264211e64e1fa6e2632a167c6661f4eefb +size 10619 diff --git a/home/art/styles.css b/home/art/styles.css index 32ac47b..299c96a 100644 --- a/home/art/styles.css +++ b/home/art/styles.css @@ -1,4 +1,4 @@ -body, html { +body { display: flex; justify-content: center; align-items: center; @@ -6,11 +6,16 @@ body, html { } body{ - background-image: url('./img/bg.jpg'); - background-attachment: fixed; - background-position: center center; + background-image: url('./img/mainbackground.png'); + animation: scroll 2s infinite cubic-bezier(.68,-0.55,.27,1.55); + } +@-webkit-keyframes scroll { + from {background-position: 0px 0px;} + to {background-position: 128px 128px;} + } + #header{ justify-content: center; } diff --git a/home/normal/anniversary-2024/index.html b/home/normal/anniversary-2024/index.html new file mode 100644 index 0000000..2a7e6dd --- /dev/null +++ b/home/normal/anniversary-2024/index.html @@ -0,0 +1,65 @@ + + + + + + + Waifuism.life 2024 Anniversary + + + +
+

Waifuism.life third anniversary.

+
+
+ + Waifuism + +
+

Is your image missing? Do you want to be drawn? Did I forgot to credit you? Do you want to remove yourself from it?
Please send a reply in the official thread

+ + diff --git a/home/normal/anniversary-2024/waifuism.png b/home/normal/anniversary-2024/waifuism.png new file mode 100644 index 0000000..81ef366 --- /dev/null +++ b/home/normal/anniversary-2024/waifuism.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c15345124d0cef9945596474579c93d9574c33959cab837c50274f00bd96cc +size 10795047 diff --git a/home/normal/index.html b/home/normal/index.html index 5527027..adf97d9 100644 --- a/home/normal/index.html +++ b/home/normal/index.html @@ -45,6 +45,7 @@

Waifuism.life started as a Pleroma instance on May 11th of 2021, now it's running Misskey over at mai.waifuism.life.

+

The official mascot is waifuism-tan, but she likes to be called Mora.

This website is designed around desktops, not phones, go check it on your computer.

If you have autoplay on, you're listening to my favorite song, "Cuantas veces mas" from Javier Cardellino, an Uruguayan Musician.

diff --git a/home/normal/styles.css b/home/normal/styles.css index f55e010..458a136 100644 --- a/home/normal/styles.css +++ b/home/normal/styles.css @@ -136,4 +136,32 @@ src: url('stuff/Brushzing-Regular.ttf.otf') format('truetype'); /* Change 'your- .melon { animation: wiggleRotate 4s ease-in-out infinite; } - \ No newline at end of file + +.fun-button { + background-color: #1fd80e; + border: 2px solid #0d990d; + color: black; + padding: 15px 32px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 18px; + font-weight: bold; + margin: 4px 2px; + cursor: pointer; + border-radius: 50px; + box-shadow: 0 8px #999; + transition: all 0.3s ease; +} + +.fun-button:hover { + background-color: #2ecf0e; + box-shadow: 0 12px #666; + transform: translateY(-2px); +} + +.fun-button:active { + background-color: #0bdd0b; + box-shadow: 0 4px #666; + transform: translateY(4px); +} \ No newline at end of file