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) |
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 )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.*/ 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.*/ RE: Zombie CSS - 10.9.x compatible - PoMpls - 2024-06-11 Thank you very much.... It works perfect!! Thank you very much.... It works perfect!! It looks very pretty RE: Zombie CSS - 10.9.x compatible - M0RPH3US - 2024-06-11 Added a new mobile layout. 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!! 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:If you're referring to the CSS theme, yes. Just scroll up to previous posts get the code for your server.(2024-06-11, 08:18 AM)PoMpls Wrote: Thank you very much.... It works perfect!! 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. 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. 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: 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. I added the API and token I'm on Linux, native install The web folder is in the regular path /user/share/Jellyfin/web |