• 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 New update LIQUID GLASS jellyfin theme glassmorphism [10.11.x]

     
    • 2 Vote(s) - 5 Average

    New update LIQUID GLASS jellyfin theme glassmorphism [10.11.x]

    new theme for jellyfin
    jakamy
    Offline

    Junior Member

    Posts: 6
    Threads: 3
    Joined: 2025 Jun
    Reputation: 0
    Country:Canada
    #28
    6 hours ago
    Made an all glass tweak for my taste here:
    • Glass play buttons and cards
    • (commented using copilot for easy edits)
       
    /* Base styling for detail buttons */
    .detailButton {
      color: #fff; /* White text for contrast */
      background: radial-gradient(
        ellipse at center,          /* Elliptical gradient centered */
        rgba(0, 0, 0, 0.4),          /* Dark translucent center */
        rgba(0, 0, 0, 0.1)          /* Fades to lighter edge */
      );
      backdrop-filter: blur(2px);          /* Applies blur behind element */
      -webkit-backdrop-filter: blur(2px);  /* Safari support */
      border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle white border */
      border-radius: 40px; /* Rounded pill shape */
    }

    /* Hover effect for detail buttons */
    .detailButton:hover {
      background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 150, 0.Nerd-face,    /* Bright yellow center */
        rgba(255, 255, 0, 0.4)      /* Fades to yellow edge */
      );
      box-shadow: 0 0 12px rgba(255, 255, 0, 0.4); /* Yellow glow on hover */
    }

    /* Styling for play buttons inside detail buttons */
    .detailButton.btnPlay.play-button {
      color: #fff;
      background: radial-gradient(
        ellipse at center,
        rgba(128, 128, 0, 0.4),      /* Olive yellow center */
        rgba(255, 255, 0, 0.1)      /* Fades to light yellow edge */
      );
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 40px;
    }

    /* Hover effect for play buttons */
    .detailButton.btnPlay.play-button:hover {
      background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 150, 0.Nerd-face,    /* Bright yellow center */
        rgba(255, 255, 0, 0.4)      /* Yellow edge */
      );
      box-shadow: 0 0 12px rgba(255, 255, 0, 0.4); /* Glow effect */
    }

    /* Styling for Emby home library buttons */
    .homeLibraryButton.emby-button {
      color: #fff;
      background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.4),          /* Dark translucent center */
        rgba(0, 0, 0, 0.1)          /* Fades to lighter edge */
      );
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 40px;
    }

    /* Hover effect for Emby buttons */
    .homeLibraryButton.emby-button:hover {
      background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 150, 0.6),    /* Bright yellow center */
        rgba(255, 255, 0, 0.2)      /* Yellow edge */
      );
      box-shadow: 0 0 12px rgba(255, 255, 0, 0.4); /* Glow effect */
    }

    /* Styling for card boxes */
    .cardBox {
      color: #fff;
      background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.4),          /* Dark translucent center */
        rgba(0, 0, 0, 0.1)          /* Fades to lighter edge */
      );
      backdrop-filter: blur(2px);
      -webkit-backdrop-filter: blur(2px);
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 8px; /* Slightly rounded corners */
    }

    Cheers
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    New update LIQUID GLASS jellyfin theme glassmorphism [10.11.x] - by alexyle - 2024-01-20, 01:40 PM
    RE: jellyfin theme glassmorphism - by Chat-mots - 2024-01-20, 08:26 PM
    RE: jellyfin theme glassmorphism - by alexyle - 2024-01-20, 10:11 PM
    RE: jellyfin theme glassmorphism - by Chat-mots - 2024-01-20, 10:59 PM
    RE: jellyfin theme glassmorphism - by Tom - 2024-01-25, 10:04 PM
    RE: jellyfin theme glassmorphism - by Sapd - 2024-01-26, 09:21 AM
    RE: jellyfin theme glassmorphism - by alexyle - 2024-01-26, 12:05 PM
    RE: jellyfin theme glassmorphism - by Iskelderon - 2024-05-18, 07:48 AM
    RE: jellyfin theme glassmorphism [10.10.x] - by alexyle - 2025-02-24, 07:06 PM
    RE: jellyfin theme glassmorphism [10.10.x] (NEW UPDATE) - by On3 - 2025-03-08, 01:59 PM
    RE: jellyfin theme glassmorphism [10.10.x] (NEW UPDATE) - by qy9756 - 2025-03-09, 05:07 PM
    RE: jellyfin theme glassmorphism [10.10.x] (NEW UPDATE) - by qy9756 - 2025-03-09, 06:22 PM
    RE: jellyfin theme glassmorphism [10.10.x] (NEW UPDATE) - by alexyle - 2025-03-15, 10:17 PM
    RE: jellyfin theme glassmorphism [10.10.x] (NEW UPDATE) - by alexyle - 2025-03-15, 10:26 PM
    RE: jellyfin theme glassmorphism [10.10.x] (NEW UPDATE) - by qy9756 - 2025-03-16, 11:18 AM
    RE: jellyfin theme glassmorphism [10.10.x] (NEW UPDATE) - by alexyle - 2025-07-23, 01:12 AM
    RE: jellyfin theme glassmorphism [10.10.x] Music player Update, Backdrop Support - by Sukmy Balsak - 2025-07-23, 04:15 PM
    RE: jellyfin theme glassmorphism [10.10.x] Music player Update, Backdrop Support - by alexyle - 2025-07-23, 09:58 PM
    RE: jellyfin theme glassmorphism [10.10.x] Music player Update, Backdrop Support - by Mariusz Ja - 2025-08-21, 05:13 PM
    RE: jellyfin theme glassmorphism [10.10.x] Music player Update, Backdrop Support - by alexyle - 2025-09-18, 08:26 PM
    RE: jellyfin theme glassmorphism [10.10.x] Music player Update, Backdrop Support - by Jfin - 2025-10-29, 03:09 PM
    RE: jellyfin theme glassmorphism [10.10.x] Music player Update, Backdrop Support - by Sphinx Coldhand - 2025-10-29, 09:41 PM
    RE: New update LIQUID GLASS jellyfin theme glassmorphism [10.11.x] - by Sphinx Coldhand - 2025-11-05, 07:22 PM
    RE: New update LIQUID GLASS jellyfin theme glassmorphism [10.11.x] - by Ted Hinklater - 2025-11-06, 12:24 PM
    RE: New update LIQUID GLASS jellyfin theme glassmorphism [10.11.x] - by Sphinx Coldhand - 2025-11-06, 06:14 PM
    RE: New update LIQUID GLASS jellyfin theme glassmorphism [10.11.x] - by Ted Hinklater - 2025-11-06, 06:31 PM
    RE: New update LIQUID GLASS jellyfin theme glassmorphism [10.11.x] - by Sphinx Coldhand - 2025-11-06, 08:04 PM
    RE: New update LIQUID GLASS jellyfin theme glassmorphism [10.11.x] - by jakamy - 6 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