CTalvio/Monochromic

Theme is not being applied

rernars opened this issue · 4 comments

I am using jellyfin 10.7.6 , It seems that only some of the css works .
image
image

These are the css rules i added
image

Since some of the css's work (like the login page) i dont think its NGINX's error. What do you think could be the problem?
EDIT: Just learned that i need to enable backdrops from the settings

Yeah.

In addition, not sure what color picker you used to get an RGB value with decimals, but RGB is supposed to be whole numbers of 0-255.

Also, you have entered an RGBA value instead of a RGB value, along with the parenthesis and RGBA text. This is a VARIABLE and those parts are not to be included as they are already there in the places where the theme uses the color value. It just grabs the numbers from the variable, with your value, it ALSO grabs extra parenthesis and text.

The accent variable is supposed to be formatted like this:
:root {--accent: R, G, B;}

To set the accent to red, for example:
:root {--accent: 255, 0, 0;}

Actually, you are using the old accent color add-on. It's supposed to be:
@import url('https://ctalvio.github.io/Monochromic/customcolor-advanced_style.css');

Not:
@import url('https://ctalvio.github.io/Monochromic/customcolor_style.css');

I use Skin Manager to change between themes, they probably didnt change it to the newer one. I'll write to them about this, thx for your reply.

And I just made a css (changed jellyflix's Logo.css) that adds the Logo of the movie/show instead of the movie title. I am not the best at css but I thought you could improve it so heres the link + pictures . Hope You like it

Raw: https://erennnars.github.io/Logo.css
https://github.com/erennnars/erennnars.github.io/blob/main/Logo.css
image

image