• 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): 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
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 6
    #1
    2024-06-04, 10:09 AM (This post was last modified: 2024-06-11, 06:05 PM by M0RPH3US. Edited 7 times in total.)
    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.

    Installation:

    Code:
    @import url('https://cdn.jsdelivr.net/gh/MakD/zombie-release@latest/zombie-min-git.css');

    Alternative Mobile Layout

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

    Alternative Mobile Layout V2

    Due to image count limitations, the details of Varient 2 is in Post #24 along with installation instructions. 

    Screenshots:

    1. Desktop Login - [Image: login.png]
    2. Desktop Homepage - [Image: homepage.png]
    3. Desktop Detail Page - [Image: detail.png]
    4. Desktop Series Page - [Image: tv-series.png]
    5. Desktop Episode Page - [Image: seasonpage.png]
    6. Mobile Homepage - [Image: mobile_homepage.png]
    7. Mobile Details Page - [Image: mobile_itempage.png]
    8. Mobile Details Page Alt Layout - [Image: mobile_detail-alt.png]
    9. Mobile Landscape - [Image: mobile_landscape.png]
    10. Tablet - [Image: tablet_landscape.png]

    More images in the github repo. The entire credit goes to the original theme creators. I have just tweaked some bits to suit my needs. 

    Color Palettes can be customised. Visit the Git Repository for the Palette imports, or you can also use the awesome palettes by @ZestyJelly at his theme repo.

    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.
    1
    1
    nibbles
    Offline

    Junior Member

    Posts: 13
    Threads: 0
    Joined: 2024 Mar
    Reputation: 0
    #2
    2024-06-05, 11:03 AM
    I REALLY like this as it applies a LOT of my favorite bits and bobs from other themes, and mashes it all together. Thank you SO much for this. Now you're making me want to dive into themes and figure out the last few things from a few I like to transplant... but I'm not super smart lol

    Again thanks for this it's amazing!
    1
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 6
    #3
    2024-06-05, 03:05 PM (This post was last modified: 2024-06-05, 04:47 PM by M0RPH3US. Edited 1 time in total.)
    (2024-06-05, 11:03 AM)nibbles Wrote: I REALLY like this as it applies a LOT of my favorite bits and bobs from other themes, and mashes it all together. Thank you SO much for this. Now you're making me want to dive into themes and figure out the last few things from a few I like to transplant... but I'm not super smart lol

    Again thanks for this it's amazing!

    Thank you for the feedback. Minor enhancements were made. I request you to use kindly 

    Code:
    @import url('https://cdn.jsdelivr.net/gh/MakD/zombie-release@v6/zombie-min-git.css');

    Any and all feedback is welcome..
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 6
    #4
    2024-06-06, 08:14 AM
    Need feedback with an alternative mobile details layout. Incase users like this, will release as an addon. 

    [Image: mobile_detail-alt.png]
    Tom Sedláček
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2024 Jun
    Reputation: 0
    #5
    2024-06-06, 01:15 PM (This post was last modified: 2024-06-06, 01:35 PM by Tom Sedláček. Edited 3 times in total.)
    (2024-06-06, 08:14 AM)M0RPH3US Wrote: Need feedback with an alternative mobile details layout. Incase users like this, will release as an addon. 

    [Image: mobile_detail-alt.png]

    Definitely better than the before...  Ok-hand

    Wouldn't it be possible to use the movie image/poster as the entire background?

    E: I just tried this theme on a tablet and in landscape mode it would be perfect to make it look like it does on a PC.

    [Image: 5dDSQ4s.jpeg]
    Anyway thanks ! One of the best themes I've ever tried ! Good luck.
    Ted Hinklater
    Offline

    Member

    Posts: 149
    Threads: 8
    Joined: 2023 Nov
    Reputation: 22
    Country:United Kingdom
    #6
    2024-06-06, 01:33 PM
    Quote:Definitely better than the before...  Ok-hand

    Wouldn't it be possible to use the movie image/poster as the entire background?

    E: I just tried this theme on a tablet and in landscape mode it would be perfect to make it look like it does on a PC.

    Anyway thanks ! One of the best themes I've ever tried ! Good luck.

    Try this

    Code:
    /* --- Full backdrop on mobile --- */
      .layout-mobile .itemBackdrop {
        display: block;
        background-attachment: fixed;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh !important;
        position: fixed !important;
        margin-top: 0rem;
        width: 100%;
    }
    1
    SethBacon
    Offline

    Member

    Posts: 51
    Threads: 3
    Joined: 2023 Nov
    Reputation: 5
    Country:Canada
    #7
    2024-06-06, 04:55 PM
    Gorgeous theme! Cheers for the Featured/spotlight shoutout. Have you gotten it running on 10.9.x? I fear upgrading till the dust settles.
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 6
    #8
    2024-06-06, 06:09 PM (This post was last modified: 2024-06-06, 06:10 PM by M0RPH3US.)
    (2024-06-06, 01:15 PM)Tom Sedláček Wrote:
    (2024-06-06, 08:14 AM)M0RPH3US Wrote: Need feedback with an alternative mobile details layout. Incase users like this, will release as an addon. 

    [Image: mobile_detail-alt.png]

    Definitely better than the before...  Ok-hand

    Wouldn't it be possible to use the movie image/poster as the entire background?

    E: I just tried this theme on a tablet and in landscape mode it would be perfect to make it look like it does on a PC.

    [Image: 5dDSQ4s.jpeg]
    Anyway thanks ! One of the best themes I've ever tried ! Good luck.

    I do not have a tablet to test, but I should have a test version out in a few days. 

    Meanwhile, the alt layout is live on GitHub. 

    [Image: mobile_detail-alt.png]

    Have fun. Cheers. ✌️

    (2024-06-06, 04:55 PM)SethBacon Wrote: Gorgeous theme! Cheers for the Featured/spotlight shoutout. Have you gotten it running on 10.9.x? I fear upgrading till the dust settles.

    I am running 10.9.3. Same here waiting for the db bug to be squashed.
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 6
    #9
    2024-06-07, 12:35 PM
    (2024-06-06, 01:15 PM)Tom Sedláček Wrote:
    (2024-06-06, 08:14 AM)M0RPH3US Wrote: Need feedback with an alternative mobile details layout. Incase users like this, will release as an addon. 

    [Image: mobile_detail-alt.png]

    Definitely better than the before...  Ok-hand

    Wouldn't it be possible to use the movie image/poster as the entire background?

    E: I just tried this theme on a tablet and in landscape mode it would be perfect to make it look like it does on a PC.

    [Image: 5dDSQ4s.jpeg]
    Anyway thanks ! One of the best themes I've ever tried ! Good luck.

    Tweaked a bit for the tablet layout. I don't have device to test. Would be happy if you are willing to do so. 

    [Image: Screenshot_2024-06-07-17-59-15.png]
    User 10100
    Offline

    Unregistered
    Posts: 1
    Threads: 0
    Joined: 2024 Jun
    #10
    2024-06-07, 09:49 PM
    I really dig the look but tags aren't visible and tag search doesn't work. Tag support was a great feature in 10.9.2
    Pages (6): 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