Jellyfin Forum
Zombie CSS - 10.9.x compatible - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Themes & Styles (https://forum.jellyfin.org/f-themes-styles)
+--- Thread: Zombie CSS - 10.9.x compatible (/t-zombie-css-10-9-x-compatible)

Pages: 1 2 3 4 5 6


RE: Zombie CSS - 10.9.x compatible - Efficient_Good_5784 - 2024-06-10

(2024-06-10, 01:07 PM)PoMpls Wrote: But it has only changed when it is played.. on the main screen it is still white ( Although I think I really like it the way it is  Ok-hand )
That's because those "Seguir viendo" (Continue watching in spanish) progress bars are separate objects.

I have the code for those saved somewhere if you want to change them (will have to wait for when I get home). The only thing though is that they're the same object as some of the dashboard's user playback progress bars which can cause things to look wrong if you pick a color that blends in with the orange cache bar.


RE: Zombie CSS - 10.9.x compatible - Efficient_Good_5784 - 2024-06-11

Ok, so here it is....

To change the color of the in-progress bars in the homepage:

Code:
/*This affects the progress bar found on videos overlays & the admin dashboard user playback report bars.*/
.itemProgressBarForeground { background-color: rgba(0,200,0,1) !important; }

The above CSS code will not cause issues with this theme on the dashboard's in-progress bars, but if it does (ex: in another theme), you'll need this too:

Code:
/*This will keep the color of the dashboard's in-progress bar at the default gray color.*/
.backgroundProgress>div { background-color: rgba(48,48,48,1) !important; }



RE: Zombie CSS - 10.9.x compatible - PoMpls - 2024-06-11

Thank you very much.... It works perfect!!

[Image: q5gWAwX.png]

Thank you very much.... It works perfect!!

It looks very pretty  Ok-hand


RE: Zombie CSS - 10.9.x compatible - M0RPH3US - 2024-06-11

Added a new mobile layout.

[Image: mobile-alt-layout-v2.jpg]

Add below your main import.
Code:
@import url('https://cdn.jsdelivr.net/gh/MakD/zombie-release@main/mobile-alt-layout-v2.css');



RE: Zombie CSS - 10.9.x compatible - javiimp - 2024-06-24

(2024-06-11, 08:18 AM)PoMpls Wrote: Thank you very much.... It works perfect!!

[Image: q5gWAwX.png]

Thank you very much.... It works perfect!!

It looks very pretty  Ok-hand

is it free ur server?


RE: Zombie CSS - 10.9.x compatible - Efficient_Good_5784 - 2024-06-24

(2024-06-24, 02:48 PM)javiimp Wrote:
(2024-06-11, 08:18 AM)PoMpls Wrote: Thank you very much.... It works perfect!!

[Image: q5gWAwX.png]

Thank you very much.... It works perfect!!

It looks very pretty  Ok-hand

is it free ur server?
If you're referring to the CSS theme, yes. Just scroll up to previous posts get the code for your server.

If you're referring to access to his server, that's discouraged here as it mostly falls under some form of piracy.


RE: Zombie CSS - 10.9.x compatible - AshipaEkO - 2024-06-26

(2024-06-04, 10:09 AM)M0RPH3US Wrote: Huge Thanks to all the theme creators out there for their hard work. This theme takes bits and pieces from other themes, namely Zesty, JellySkin, Ultrachromic and JellyFin Landscape. Please let me know in case I have missed anybody.

Also a huge thanks to @BobHasNoSoul and @SethBacon for their magic with the featured bar. I have tweaked that also for a different look. If interested, installation steps are there in my repo.

[Image: Screenshot-2024-06-26-181542.png]
Hello.

Thanks for your work on the theme

I have tried to follow your guide on the featured bar and .....  does it work on the 10.9.7?

I have tried it very carefully and can't seem to get it to work


RE: Zombie CSS - 10.9.x compatible - M0RPH3US - 2024-06-26

(2024-06-26, 04:57 PM)AshipaEkO Wrote:
(2024-06-04, 10:09 AM)M0RPH3US Wrote: Huge Thanks to all the theme creators out there for their hard work. This theme takes bits and pieces from other themes, namely Zesty, JellySkin, Ultrachromic and JellyFin Landscape. Please let me know in case I have missed anybody.

Also a huge thanks to @BobHasNoSoul and @SethBacon for their magic with the featured bar. I have tweaked that also for a different look. If interested, installation steps are there in my repo.

[Image: Screenshot-2024-06-26-181542.png]
Hello.

Thanks for your work on the theme

I have tried to follow your guide on the featured bar and .....  does it work on the 10.9.7?

I have tried it very carefully and can't seem to get it to work

Yes it's compatible. I just updated my installation and checked it. And also by the screengrab you shared I can see the div being displayed along with the border. You sure you added your api key and the user id to the html? Also, which platform you using jellyfin on (docker, windows, Linux). It can be an issue with permissions as well.


RE: Zombie CSS - 10.9.x compatible - Ted Hinklater - 2024-06-27

Quote:[Image: Screenshot-2024-06-26-181542.png]
Hello.

Thanks for your work on the theme

I have tried to follow your guide on the featured bar and .....  does it work on the 10.9.7?

I have tried it very carefully and can't seem to get it to work

   

Make sure you get your userId from Dashboard > Users > (yourname) > userId is the last string in the address bar (userId=....)


RE: Zombie CSS - 10.9.x compatible - AshipaEkO - 2024-06-27

(2024-06-26, 07:10 PM)M0RPH3US Wrote:
(2024-06-26, 04:57 PM)AshipaEkO Wrote:
(2024-06-04, 10:09 AM)M0RPH3US Wrote: Huge Thanks to all the theme creators out there for their hard work. This theme takes bits and pieces from other themes, namely Zesty, JellySkin, Ultrachromic and JellyFin Landscape. Please let me know in case I have missed anybody.

Also a huge thanks to @BobHasNoSoul and @SethBacon for their magic with the featured bar. I have tweaked that also for a different look. If interested, installation steps are there in my repo.

[Image: Screenshot-2024-06-26-181542.png]
Hello.

Thanks for your work on the theme

I have tried to follow your guide on the featured bar and .....  does it work on the 10.9.7?

I have tried it very carefully and can't seem to get it to work

Yes it's compatible. I just updated my installation and checked it. And also by the screengrab you shared I can see the div being displayed along with the border. You sure you added your api key and the user id to the html? Also, which platform you using jellyfin on (docker, windows, Linux). It can be an issue with permissions as well.


I added the API and token

I'm on Linux, native install

The web folder is in the regular path /user/share/Jellyfin/web