This commit is contained in:
deads
2026-06-14 21:18:09 +02:00
parent 1073ef5389
commit 73b1867249
21 changed files with 1547 additions and 0 deletions
@@ -0,0 +1,22 @@
/*Narrow the login form, size according to display size (bigger on mobile)*/
#loginPage .readOnlyContent,
#loginPage form {
max-width: 22em;
}
/*Hide "please login" text, margin is to prevent login form moving too far up*/
#loginPage h1 {
display: none
}
#loginPage .padded-left.padded-right.padded-bottom-page {
margin-top: 8em
}
/*Hide "manual" and "forgot" buttons}*/
#loginPage .raised.cancel.block.btnForgotPassword.emby-button {
display: none
}
#loginPage {
background: url(https://raw.githubusercontent.com/CTalvio/Ultrachromic/main/assets/background.png) !important;
background-size: cover !important;
}