• 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 Scyfin CSS Theme (10.9.x Support)

     
    • 1 Vote(s) - 5 Average

    Scyfin CSS Theme (10.9.x Support)

    Kiekan
    Offline

    Junior Member

    Posts: 20
    Threads: 5
    Joined: 2024 Mar
    Reputation: 0
    Country:United States
    #14
    10 hours ago (This post was last modified: 10 hours ago by Kiekan. Edited 1 time in total.)
    (11 hours ago)Ted Hinklater Wrote: In the ::before element (we generated it to cover the backdrops)

    Where it says background: #000;

    Change that to #101010;

    For backdrops-by-default there is a guide, i believe you want this

    https://github.com/BobHasNoSoul/jellyfin...-all-users

    Appreciate you taking a look at this.

    I tried changing the color hex code like you suggest and it does not appear to work. I noticed some strange things happening, actually.

    For reference this is the code I am using. Just to verify that everything is correct:

    Code:
    @import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/scyfin-theme.css');
    @import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/disable-static-drawer.css');
    .detailPageSecondaryContainer {
      background-clip: text
    }
    .page.libraryPage.backdropPage::before {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: #101010;
      background-size: cover;
      opacity: 1;
      z-index: -1;
      background-attachment: fixed;
      pointer-events: none;
    }
    .layout-desktop #itemDetailPage:not(.noBackdropTransparency) .detailsGroupItem, .layout-desktop #itemDetailPage:not(.noBackdropTransparency) .detailSectionContent, .layout-desktop #itemDetailPage:not(.noBackdropTransparency) .trackSelections {
      background: transparent !important;
      backdrop-filter: none !important;
    }

    When using this code I see the following behavior:
    When backdrops are disabled:
       

    When backdrops are enabled:
       

    I noticed that this also removed the pane behind the the text for the show/movie details:
       

    Is this the intended function? Without this CSS code, this is how the show details look while backdrops are enabled:
       

    For movies, if backdrops are disabled, I am also seeing this partial #101010 background behind the text:
       

    I appreciate you pointing me toward the tutorial on how to enable backdrops for all users by default. But I was hoping to avoid having to modify config files, for fear of damaging something important and breaking my Jellyfin instance.

    I was wondering if the easiest way to accomplish this is just to remove the layer above the backdrop when backdrops are disabled (the default view) - not sure if that makes sense.
       
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Scyfin CSS Theme (10.9.x Support) - by Loof27 - 2024-06-10, 04:25 AM
    RE: Scyfin CSS Theme (10.9.x Support) - by Hooleyhill - 2024-06-10, 06:51 AM
    RE: Scyfin CSS Theme (10.9.x Support) - by xiNe - 2024-08-18, 12:35 PM
    RE: Scyfin CSS Theme (10.9.x Support) - by Ted Hinklater - 2024-08-18, 12:52 PM
    RE: Scyfin CSS Theme (10.9.x Support) - by xiNe - 2024-08-19, 03:45 AM
    RE: Scyfin CSS Theme (10.9.x Support) - by Kiekan - Yesterday, 05:13 PM
    RE: Scyfin CSS Theme (10.9.x Support) - by luckey - 2025-02-06, 01:21 AM
    RE: Scyfin CSS Theme (10.9.x Support) - by Ted Hinklater - Yesterday, 05:55 PM
    RE: Scyfin CSS Theme (10.9.x Support) - by Ted Hinklater - Yesterday, 06:00 PM
    RE: Scyfin CSS Theme (10.9.x Support) - by Kiekan - Yesterday, 08:28 PM
    RE: Scyfin CSS Theme (10.9.x Support) - by Ted Hinklater - 11 hours ago
    RE: Scyfin CSS Theme (10.9.x Support) - by Kiekan - 11 hours ago
    RE: Scyfin CSS Theme (10.9.x Support) - by Ted Hinklater - 11 hours ago
    RE: Scyfin CSS Theme (10.9.x Support) - by Kiekan - 10 hours ago
    RE: Scyfin CSS Theme (10.9.x Support) - by Ted Hinklater - 10 hours ago
    RE: Scyfin CSS Theme (10.9.x Support) - by Kiekan - 9 hours ago
    RE: Scyfin CSS Theme (10.9.x Support) - by Loof27 - 5 hours ago

    • 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