• 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 🍋️ ZestyTheme

    Pages (5): « Previous 1 2 3 4 5

     
    • 4 Vote(s) - 5 Average

    🍋️ ZestyTheme

    A minimal and elegant theme for Jellyfin
    Netflix
    Offline

    Junior Member

    Posts: 13
    Threads: 5
    Joined: 2024 Jun
    Reputation: 0
    Country:India
    #41
    2024-11-29, 05:46 PM
    This is hands down one of the best theme I have ever seen, please develop it further if you have time.
    1
    TheRadHatter
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2024 Dec
    Reputation: 0
    #42
    2024-12-12, 08:27 AM (This post was last modified: 2024-12-12, 08:30 AM by TheRadHatter. Edited 2 times in total.)
    Is there a way to make the background and backdrops a little less blurry? I tried editing each instance of Opacity in the code but none of them changed the backgrounds. I also included this bit of code and it didn't change anything (this code works by itself when I don't have a full theme like yours installed):

    .backgroundContainer.withBackdrop,
    .backdropContainer,
    .backgroundContainer {
    opacity: 0.5;
    }

    I didn't even see ".backdropContainer" or ".backgroundContainer.withBackdrop" within your code so I couldn't directly edit it.

    EDIT: Love the theme by the way! Just want to change the opacity levels and also eventually add my own logo to where the Jellyfin logos are.
    ZestyJelly
    Offline

    Junior Member

    Posts: 22
    Threads: 1
    Joined: 2024 Mar
    Reputation: 3
    Country:Brazil
    #43
    2025-01-14, 03:32 AM
    (2024-12-12, 08:27 AM)TheRadHatter Wrote: Is there a way to make the background and backdrops a little less blurry? I tried editing each instance of Opacity in the code but none of them changed the backgrounds. I also included this bit of code and it didn't change anything (this code works by itself when I don't have a full theme like yours installed):
    .backgroundContainer.withBackdrop,
    .backdropContainer,
    .backgroundContainer {
      opacity: 0.5;
    }
    I didn't even see ".backdropContainer" or ".backgroundContainer.withBackdrop" within your code so I couldn't directly edit it.
    EDIT: Love the theme by the way! Just want to change the opacity levels and also eventually add my own logo to where the Jellyfin logos are.

    If I understand you correctly, you wanna decrease the blur in this line:
    Code:
      .backdropImage {
        filter: blur(6px) saturate(120%) contrast(120%) brightness(40%);
      }

    To change the logo, you wanna host the img somewhere like github or imgur and replace the links in the following code.

    Code:
      /* replaces Jellyfin logo */
      .adminDrawerLogo img { content: url(https://cdn.jsdelivr.net/gh/stpnwf/ZestyTheme@latest/images/logo/jellyfin-logo-light.png) !important; } imgLogoIcon { content: url(https://cdn.jsdelivr.net/gh/stpnwf/ZestyTheme@latest/images/logo/jellyfin-logo-light.png) !important; } .pageTitleWithLogo { background-image: url(https://cdn.jsdelivr.net/gh/stpnwf/ZestyTheme@latest/images/logo/jellyfin-logo-light.png) !important; }

    I don't check here as much as I probably should. Best bet is to open an issue on the github repo next time.
    Seraph4
    Offline

    Junior Member

    Posts: 6
    Threads: 0
    Joined: 2024 Dec
    Reputation: 0
    Country:Brazil
    #44
    2025-01-28, 03:18 PM
    Great theme, thanks
    1
    paprika
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Mar
    Reputation: 0
    #45
    2025-03-12, 11:15 PM
    For anyone else, if you want to enable Audio/Subtitle selection before starting media, this is custom CSS that you need to enter after theme:

    Code:
    .selectSubtitlesContainer, .selectAudioContainer{
      visibility: visible !important;
      position: relative !important;
    }
    Rubén Navarro López
    Offline

    Member

    Posts: 151
    Threads: 27
    Joined: 2023 Jun
    Reputation: 1
    Country:Spain
    #46
    2025-03-14, 01:29 PM
    Is there any code to blurry the episodes that hasn't been seen? Would be awesome

    Anyway, this theme is the best for me, thank you for your work.
    curlgrill
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 May
    Reputation: 0
    Country:Germany
    #47
    2025-05-06, 03:56 PM
    I love this theme! I'm using Jellyfin mostly for music, the only thing I dislike is how spacious the songs are in the Songs Tab.

    Could anybody help me beautifying this with css?

    [Image: 711d71ce69.jpg]

    Here's Emby, which I think looks much better

    [Image: 279d56ab21.jpg]


    Attached Files Thumbnail(s)
           
    Pages (5): « Previous 1 2 3 4 5

    « 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