• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Themes & Styles Zombie CSS - 10.9.x compatible

    Pages (6): « Previous 1 2 3 4 5 6 Next »

     
    • 5 Vote(s) - 3.4 Average

    Zombie CSS - 10.9.x compatible

    A bits and pieces theme cherry picked from multiple themes out there
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,168
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #21
    2024-06-10, 01:45 PM
    (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.
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,168
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #22
    2024-06-11, 12:58 AM
    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; }
    1
    PoMpls
    Offline

    Junior Member

    Posts: 18
    Threads: 1
    Joined: 2024 May
    Reputation: 1
    Country:Spain
    #23
    2024-06-11, 08:18 AM
    Thank you very much.... It works perfect!!

    [Image: q5gWAwX.png]

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

    It looks very pretty  Ok-hand
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 7
    #24
    2024-06-11, 05:52 PM (This post was last modified: 2024-06-11, 05:54 PM by M0RPH3US. Edited 1 time in total.)
    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');
    1
    javiimp
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2024 Jun
    Reputation: 0
    #25
    2024-06-24, 02:48 PM
    (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?
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,168
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #26
    2024-06-24, 04:32 PM
    (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.
    AshipaEkO
    Offline

    Junior Member

    Posts: 9
    Threads: 0
    Joined: 2023 Jun
    Reputation: 0
    #27
    2024-06-26, 04:57 PM (This post was last modified: 2024-06-26, 05:22 PM by AshipaEkO. Edited 2 times in total.)
    (2024-06-04, 10:09 AM)M0RPH3US Wrote:
    GitHub Repo
    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
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 7
    #28
    2024-06-26, 07:10 PM
    (2024-06-26, 04:57 PM)AshipaEkO Wrote:
    (2024-06-04, 10:09 AM)M0RPH3US Wrote:
    GitHub Repo
    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.
    Ted Hinklater
    Offline

    Member

    Posts: 149
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #29
    2024-06-27, 12:05 AM
    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

    [attachment=3782]

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

    Junior Member

    Posts: 9
    Threads: 0
    Joined: 2023 Jun
    Reputation: 0
    #30
    2024-06-27, 12:03 PM
    (2024-06-26, 07:10 PM)M0RPH3US Wrote:
    (2024-06-26, 04:57 PM)AshipaEkO Wrote:
    (2024-06-04, 10:09 AM)M0RPH3US Wrote:
    GitHub Repo
    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
    Pages (6): « Previous 1 2 3 4 5 6 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode