• 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 GNAT - God not another theme‽

     
    • 1 Vote(s) - 5 Average

    GNAT - God not another theme‽

    [10.10.x] A color-changing MD3 Style with reflowed media pages
    SethBacon
    Offline

    Member

    Posts: 75
    Threads: 7
    Joined: 2023 Nov
    Reputation: 8
    Country:Canada
    #14
    2025-08-14, 09:50 PM (This post was last modified: 2025-08-14, 09:51 PM by SethBacon. Edited 1 time in total.)
    Hey I can address other tips in an update next week but if you just want the pop-out focusing on items this will work if you paste it in your custom CSS box.

    /* How fast the grow happens */
    .cardBox {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    }

    /* How big */
    .itemsContainer > .card > .cardBox:hover {
    transform: scale(1.05) !important;
    }

    /* Shadow */
    .itemsContainer > .card > .cardBox:hover .cardImageContainer {
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.5) !important;
    }

    /* Let cards grow outside their normal bounds on hover */
    .itemsContainer,
    .itemsContainer > .card,
    .itemsContainer > .card > .cardBox {
    overflow: visible !important;
    }
    .emby-scroller {
    overflow: visible !important;
    }



    The re-flowed media item page locking some aspects to the left side vs right is actually most of the rest of the code, it would be trickier to extract it.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    GNAT - God not another theme‽ - by SethBacon - 2025-06-24, 08:46 AM
    RE: GNAT - by Ted Hinklater - 2025-06-24, 11:46 AM
    RE: GNAT - by 2020 - 2025-06-24, 06:07 PM
    RE: GNAT - by SethBacon - 2025-06-24, 09:43 PM
    RE: GNAT - by SethBacon - 2025-06-24, 10:01 PM
    RE: GNAT - by 2020 - 2025-06-25, 08:32 PM
    RE: GNAT - by KodiUser1138 - 2025-07-13, 01:58 AM
    RE: GNAT - by SethBacon - 2025-07-13, 11:50 AM
    RE: GNAT - by KodiUser1138 - 2025-07-13, 12:30 PM
    RE: GNAT - by Sukmy Balsak - 2025-07-28, 06:35 AM
    RE: GNAT - God not another theme‽ - by SethBacon - 2025-07-30, 12:46 PM
    RE: GNAT - God not another theme‽ - by sabertooth3 - 2025-08-01, 09:32 PM
    RE: GNAT - God not another theme‽ - by KodiUser1138 - 2025-08-12, 07:00 PM
    RE: GNAT - God not another theme‽ - by SethBacon - 2025-08-14, 09:50 PM
    RE: GNAT - God not another theme‽ - by KodiUser1138 - 2025-08-14, 10:34 PM
    RE: GNAT - God not another theme‽ - by KodiUser1138 - 2025-08-15, 09:45 PM
    RE: GNAT - God not another theme‽ - by Spotlight - 2025-08-18, 09:55 PM
    RE: GNAT - God not another theme‽ - by KodiUser1138 - 2025-08-18, 11:46 PM
    RE: GNAT - God not another theme‽ - by Spotlight - 2025-08-19, 01:11 AM
    RE: GNAT - God not another theme‽ - by KodiUser1138 - 2025-08-19, 01:22 AM
    RE: GNAT - God not another theme‽ - by Spotlight - 2025-08-19, 01:47 PM
    RE: GNAT - God not another theme‽ - by SethBacon - 3 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