• 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)

    Ted Hinklater
    Offline

    Member

    Posts: 188
    Threads: 8
    Joined: 2023 Nov
    Reputation: 25
    Country:United Kingdom
    #15
    10 hours ago (This post was last modified: 9 hours ago by Ted Hinklater. Edited 2 times in total.)
    If it's too dark try #7b7b7b instead of #101010

    I did remove the pane, with this part:
    Code:
    .layout-desktop #itemDetailPage:not(.noBackdropTransparency) .detailsGroupItem, .layout-desktop #itemDetailPage:not(.noBackdropTransparency) .detailSectionContent, .layout-desktop #itemDetailPage:not(.noBackdropTransparency) .trackSelections {
    [b]  background: transparent !important;[/b]  /* hides the background) */
      backdrop-filter: none !important;[b] /* removed the filter that blurred the background under it) */ [/b]
    }

    Ah yeah our changes didn't cover when backdrops aren't enabled, this is with all the changes:

    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}
    /* cover backdrops except for item page */
    .page.libraryPage.backdropPage::before {content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: #7b7b7b; background-size: cover; opacity: 1; z-index: -1; background-attachment: fixed; pointer-events: none;}
    /* transparent pane for description section */
    .layout-desktop .detailSectionContent { background: transparent !important;}
    /* transparent pane for audio/video/subtitle selection section */
    .trackSelections { background: transparent !important;}
    /* transparent pane for writers/directors etc */
    .layout-desktop .detailsGroupItem { background: transparent !important;}
    /* with backdrops disabled, transparent pane for all sections */
    .noBackdropTransparency .detailPagePrimaryContainer, .noBackdropTransparency .detailPageSecondaryContainer {background-color: transparent !important;}

    [Image: Screenshot-from-2025-11-08-22-32-18.png]
    « 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