• 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 All I want is a logo on the login page

     
    • 1 Vote(s) - 3 Average

    All I want is a logo on the login page

    I'm sure there's an easy way but I don't know it
    AshipaEkO
    Offline

    Junior Member

    Posts: 9
    Threads: 0
    Joined: 2023 Jun
    Reputation: 0
    #8
    2023-08-25, 12:23 PM (This post was last modified: 2023-08-25, 12:30 PM by AshipaEkO. Edited 2 times in total. Edit Reason: added CSS )
    You mean something like the attached image?


    https://imgur.com/a/pinESli



    You can do that with this bit of CSS, but you will need to fix it.   it puts the same logo on top of each library unfortunately, but since you know how to use CSS i'm sure you can fix it


    obviously replace the images

    Code:
    #loginPage {
        background: url(https://wallpapercave.com/wp/wp1946560.jpg), radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)) !important;
        background-size: cover !important;
        background-blend-mode: overlay;
    }

    .padded-left.padded-right.flex.align-items-center.justify-content-center {
        background-image: url(https://i.imgur.com/kawOEKl.png);
        background-size: contain;
        padding-bottom: 30px;
        height: 500px;
        background-position: center;
        background-repeat: no-repeat;
    }
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    All I want is a logo on the login page - by Kevin Nord - 2023-06-24, 03:42 PM
    RE: All I want is a logo on the login page - by Prayag - 2023-06-27, 06:17 PM
    RE: All I want is a logo on the login page - by Kevin Nord - 2023-07-04, 11:15 AM
    RE: All I want is a logo on the login page - by DemonWarrior - 2023-06-28, 02:12 AM
    RE: All I want is a logo on the login page - by thornbill - 2023-06-28, 02:14 AM
    RE: All I want is a logo on the login page - by DemonWarrior - 2023-06-28, 02:18 AM
    RE: All I want is a logo on the login page - by Prayag - 2023-07-02, 05:47 PM
    RE: All I want is a logo on the login page - by AshipaEkO - 2023-08-25, 12:23 PM
    RE: All I want is a logo on the login page - by Kevin Nord - 2023-08-31, 02:47 PM
    RE: All I want is a logo on the login page - by SaschaNes - 2023-12-14, 01:36 PM
    RE: All I want is a logo on the login page - by bitmap - 2023-08-25, 04:38 PM
    RE: All I want is a logo on the login page - by jennystreaming - 2024-08-20, 07:17 PM
    RE: All I want is a logo on the login page - by 97hyc - 2024-08-21, 12:54 PM

    • 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