This commit is contained in:
2026-02-18 11:22:17 +03:00
parent eff2a5071c
commit 995bf6e4ed
3 changed files with 13 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ This project uses Gitea API for loading CSS files to bypass browser ORB restrict
1. Go to Jellyfin Dashboard → General → Custom CSS 1. Go to Jellyfin Dashboard → General → Custom CSS
2. Paste this code: 2. Paste this code:
```css ```css
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/complete.css"); @import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/complete.css");
``` ```
3. Click Save 3. Click Save

View File

@@ -7,13 +7,13 @@
*/ */
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/base.css"); @import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/base.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/static-sidebar.css"); @import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/static-sidebar.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/central-libraries-small.css"); @import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/central-libraries-small.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/change-banner.css"); @import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/change-banner.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/count-indicators.css"); @import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/count-indicators.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/forgot-password.css"); @import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/forgot-password.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/hide-my-media.css"); @import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/hide-my-media.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/moving-cards.css"); @import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/moving-cards.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/smaller-cast.css"); @import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/smaller-cast.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/floating-progress.css"); @import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/modules/floating-progress.css");

View File

@@ -5,8 +5,8 @@
*/ */
:root { :root {
--banner-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/main/assets/banner.png'); --banner-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/assets/banner.png');
--logo-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/main/assets/logo.png'); --logo-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/assets/logo.png');
} }
.pageTitleWithDefaultLogo { .pageTitleWithDefaultLogo {