From 0268bd3a18b5c12f3e01be6c133b5c87e10a5514 Mon Sep 17 00:00:00 2001 From: Levi Date: Tue, 23 Apr 2024 17:07:30 +0200 Subject: [PATCH] misc remove login background edit login page padding and margins subtitles font weight --- finimalism5-2.css | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/finimalism5-2.css b/finimalism5-2.css index 3c757c9..ff71523 100644 --- a/finimalism5-2.css +++ b/finimalism5-2.css @@ -218,12 +218,6 @@ progress::-webkit-progress-value { color: rgba(255,255,255,0.75) !important; } -/*Login background*/ -#loginPage { - background: url(https://levi.land/public/jf-login-bg.webp) !important; - background-size: cover !important; -} - /*Make watched icon, footer on chapter thumbnails (and other things), and count indicator dark and transparent*/ .innerCardFooter, .countIndicator, @@ -618,7 +612,7 @@ progress::-webkit-progress-value { } #loginPage .padded-left.padded-right.padded-bottom-page { - margin-top: 8em + margin-top: 4em; } /*Hide "manual" and "forgot" buttons}*/ @@ -626,15 +620,18 @@ progress::-webkit-progress-value { display: none } + #loginPage .padded-left.padded-right.padded-bottom-page { + padding-left: 1%; + padding-right: 1%; margin-left: auto; margin-right: auto; background: rgba(0, 0, 0, 0.35); - width: 24em; + width: 40em; border-radius: var(--rounding); } #loginPage .squareCard { - width: 33%; + width: 25%; } #loginPage form { padding-top: 4em; @@ -645,11 +642,6 @@ progress::-webkit-progress-value { margin-right: auto !important; margin-bottom: 1.2em !important; } -#loginPage { - background: url(https://levi.land/public/jf-login-bg.webp) !important; - background-size: cover !important; -} - /*Size episode preview images in a more compact way*/ .listItemImage.listItemImage-large.itemAction.lazy { @@ -1180,6 +1172,15 @@ progress::-webkit-progress-value { margin-left: 0.5em; } +.videoSubtitlesInner { + font-weight: 600; +} + +.pageTitle { + font-weight: 700; +} + + .videoOsdBottom { padding-top: 1em; }