This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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");
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user