diff options
author | Niklink <25875275+Niklink@users.noreply.github.com> | 2025-02-23 15:44:20 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-25 16:30:25 -0400 |
commit | 6589811895571fda0cc3d89220a5236b552bd488 (patch) | |
tree | 8df876964d282528e7c1929c99200b6127fba531 | |
parent | be0b535b8841576d5bbf90b2768c98467df82d54 (diff) |
new albums: improve bg rendering
-rw-r--r-- | album/chips-and-bits-vol-1.yaml | 4 | ||||
-rw-r--r-- | album/chips-and-bits-vol-2.yaml | 4 | ||||
-rw-r--r-- | album/haruspex-ost.yaml | 5 | ||||
-rw-r--r-- | album/moonslayer.yaml | 3 | ||||
-rw-r--r-- | static-page/changelog.yaml | 1 |
5 files changed, 15 insertions, 2 deletions
diff --git a/album/chips-and-bits-vol-1.yaml b/album/chips-and-bits-vol-1.yaml index c9b1243a..bc6ac9e7 100644 --- a/album/chips-and-bits-vol-1.yaml +++ b/album/chips-and-bits-vol-1.yaml @@ -11,6 +11,10 @@ Wallpaper Artists: - Jebb (edits for wiki) Cover Art File Extension: png Wallpaper File Extension: png +Wallpaper Style: |- + opacity: 0.6; + image-rendering: pixelated; + image-rendering: crisp-edges; URLs: - https://kalibration.bandcamp.com/album/chips-bits-vol-1 Color: '#ca7a70' diff --git a/album/chips-and-bits-vol-2.yaml b/album/chips-and-bits-vol-2.yaml index 5e9c8dad..04c5e245 100644 --- a/album/chips-and-bits-vol-2.yaml +++ b/album/chips-and-bits-vol-2.yaml @@ -11,6 +11,10 @@ Wallpaper Artists: - Jebb (edits for wiki) Cover Art File Extension: png Wallpaper File Extension: png +Wallpaper Style: |- + opacity: 0.5; + image-rendering: pixelated; + image-rendering: crisp-edges; URLs: - https://kalibration.bandcamp.com/album/chips-bits-vol-2 Additional Files: diff --git a/album/haruspex-ost.yaml b/album/haruspex-ost.yaml index 48951e89..189c153d 100644 --- a/album/haruspex-ost.yaml +++ b/album/haruspex-ost.yaml @@ -8,7 +8,10 @@ Cover Artists: - Kalibration Wallpaper Artists: - Kalibration -Wallpaper Style: 'opacity: 0.6;' +Wallpaper Style: |- + opacity: 0.6; + image-rendering: pixelated; + image-rendering: crisp-edges; Wallpaper File Extension: png URLs: - https://kalibration.bandcamp.com/album/haruspex-ost diff --git a/album/moonslayer.yaml b/album/moonslayer.yaml index 178d567f..7981586b 100644 --- a/album/moonslayer.yaml +++ b/album/moonslayer.yaml @@ -18,7 +18,8 @@ Wallpaper Artists: - Lilithtreasure (edits for wiki) Wallpaper File Extension: png Wallpaper Style: |- - background-size: 698px 693px; + opacity: 0.3; + background-size: 698px 683px; Commentary: |- <i>Raid:</i> ([Bandcamp about blurb](https://rudecustard.bandcamp.com/track/moonslayer)) diff --git a/static-page/changelog.yaml b/static-page/changelog.yaml index 37bbc229..b5333d2c 100644 --- a/static-page/changelog.yaml +++ b/static-page/changelog.yaml @@ -52,6 +52,7 @@ Content: |- <h3>data changes</h3> <!-- misc presentational changes --> - updated links to "wiki archive" audio files hosted on-wiki, [[static:changelog#30-jan-2025|since recently]] hosted at media.hsmusic.wiki (old URLs continue to redirect; thanks, Lanolin!) + - improved background rendering for [[album:chips-and-bits-vol-1]], [[album:chips-and-bits-vol-2]], [[album:haruspex-ost]], and [[album:moonslayer]] (thanks, Niklink!) <!-- track section/placement changes (not fixes) --> - renamed "Bonus tracks" track sections to "Bonus track" when they contain just a single track, affecting albums [[album:homestuck-vol-1]], [[album:squiddles]], [[album:strife]], [[album:tumblrstuck-bent-ost-volume-0]], [[album:tumblrstuck-bent-ost-volume-2]], [[album:of-troles-and-chiptumes]], [[album:act-8-volume-1]], [[album:canwave]], [[album:vast-error-vol-2]], [[album:vast-error-vol-3]], [[album:cosmic-caretakers]], [[album:stlap2]], [[album:the-strider-mixtape]], [[album:catch-322]], [[album:muse-of-net]], [[album:the-nobles]], [[album:stlap3]], [[album:dead-shufflers-anything-goes]], [[album:crossmound-vol-1]], [[album:vinculum-vitae]], [[album:lofam5a2]], [[album:album-of-stories-and-imagination]], [[album:anthology-ii]], [[album:pathology]], [[album:shortcuts]], [[album:a-nameless-inheritance]], [[album:oceanfalls-vol-1]], [[album:oceanfalls-vol-3]], [[album:psycholonials]], [[album:deltarune-ch2-ost]], [[album:bittersweet]] ([[group:jamie-paige]]), [[album:cyber-city-sound-pak]], and [[album:midworld-merriment]] (thanks, Lanolin!) <h3>data fixes</h3> |