2023-06-19, 10:17 AM
(This post was last modified: 2023-06-24, 09:51 AM by rigrig. Edited 1 time in total.)
I made some library card images a while ago.
It's simply the library name in the Jellyfin theme gradient.
There are versions of each with both black and transparent(so you get your theme color) backgrounds, and also the GIMP source+instructions on how to make more.
(Hindsight: figuring out SVG gradient texts seems like a much better way to make these)
I also have this custom CSS:
Example:
Edit: created a git repo
It's simply the library name in the Jellyfin theme gradient.
There are versions of each with both black and transparent(so you get your theme color) backgrounds, and also the GIMP source+instructions on how to make more.
(Hindsight: figuring out SVG gradient texts seems like a much better way to make these)
I also have this custom CSS:
Code:
/* Hide Library card titles (Cards have titles as image) */
#indexPage .section0 .cardText { display: none; }
Example:
Edit: created a git repo