diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-02-25 18:18:30 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-25 18:18:30 -0400 |
commit | bf868f53d3ebdc5b4aaa0dfa1bcc71f19139f6f2 (patch) | |
tree | c14cc2b47779b8ce49874b1a07904910edcecba9 | |
parent | d28d7aadb34dd83177b98e72647fc78759b5e18c (diff) |
various wallpaper tweaks
-rw-r--r-- | album/coloUrs-and-mayhem-universe-a.yaml | 4 | ||||
-rw-r--r-- | album/coloUrs-and-mayhem-universe-b.yaml | 4 | ||||
-rw-r--r-- | album/gate.yaml | 12 | ||||
-rw-r--r-- | album/the-homestuck-strife-project-vol-1.yaml | 8 |
4 files changed, 18 insertions, 10 deletions
diff --git a/album/coloUrs-and-mayhem-universe-a.yaml b/album/coloUrs-and-mayhem-universe-a.yaml index c9a02335..3ff81a97 100644 --- a/album/coloUrs-and-mayhem-universe-a.yaml +++ b/album/coloUrs-and-mayhem-universe-a.yaml @@ -33,13 +33,13 @@ Banner File Extension: png Wallpaper Parts: - Asset: bg-left.png Style: |- - background-position-x: 1%; + background-position-x: calc(1.5% + 0.5 * min(0px, 100vw - 1380px / 1206px * 100vh)); background-size: contain; background-repeat: no-repeat; opacity: 1; - Asset: bg-right.png Style: |- - background-position-x: 99%; + background-position-x: calc(98.5% - 0.5 * min(0px, 100vw - 1380px / 1206px * 100vh)); background-size: contain; background-repeat: no-repeat; opacity: 1; diff --git a/album/coloUrs-and-mayhem-universe-b.yaml b/album/coloUrs-and-mayhem-universe-b.yaml index b0385b75..6b75cbb8 100644 --- a/album/coloUrs-and-mayhem-universe-b.yaml +++ b/album/coloUrs-and-mayhem-universe-b.yaml @@ -32,13 +32,13 @@ Wallpaper Parts: opacity: 1; - Asset: bg-left.png Style: |- - background-position-x: 1%; + background-position-x: calc(1% + 0.5 * min(0px, 100vw - 1380px / 1206px * 100vh)); background-size: contain; background-repeat: no-repeat; opacity: 1; - Asset: bg-right.png Style: |- - background-position-x: 98%; + background-position-x: calc(99% - 0.5 * min(0px, 100vw - 1380px / 1206px * 100vh)); background-size: contain; background-repeat: no-repeat; opacity: 1; diff --git a/album/gate.yaml b/album/gate.yaml index a9a53c33..8b18f391 100644 --- a/album/gate.yaml +++ b/album/gate.yaml @@ -6,8 +6,16 @@ Cover Artists: Wallpaper Artists: - Kalibration - Niklink (edits for wiki) -Wallpaper Style: 'opacity: 0.35;' -Wallpaper File Extension: png +- Quasar Nebula (edits for wiki) +Wallpaper Parts: +- Asset: bg.png + Style: |- + opacity: 0.75; + filter: saturate(0.6) brightness(5) contrast(0.8); +- Asset: none + Style: |- + background: black; + opacity: 0.74; Date: August 4, 2017 Date Added: January 29, 2025 URLs: diff --git a/album/the-homestuck-strife-project-vol-1.yaml b/album/the-homestuck-strife-project-vol-1.yaml index d77ca915..5077a813 100644 --- a/album/the-homestuck-strife-project-vol-1.yaml +++ b/album/the-homestuck-strife-project-vol-1.yaml @@ -38,15 +38,15 @@ Wallpaper Parts: Style: |- background-color: #008442; opacity: 1; -- Asset: bg-left.png +- Asset: bg-right.png Style: |- - background-position-x: 1%; + background-position-x: calc(98.5% - 0.5 * min(0px, 100vw - 1000px / 1080px * 100vh)); background-size: contain; background-repeat: no-repeat; opacity: 1; -- Asset: bg-right.png +- Asset: bg-left.png # layered above bg-right Style: |- - background-position-x: 98%; + background-position-x: calc(1.5% + 0.5 * min(0px, 100vw - 1000px / 1080px * 100vh)); background-size: contain; background-repeat: no-repeat; opacity: 1; |