This commit is contained in:
@@ -6,14 +6,14 @@
|
|||||||
Импортирует базовую тему и все модули.
|
Импортирует базовую тему и все модули.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Import base theme */
|
|
||||||
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/theme/complete.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/modules/static-sidebar.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/central-libraries-small.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/change-banner.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/count-indicators.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/forgot-password.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/hide-my-media.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/moving-cards.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/smaller-cast.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/floating-progress.css");
|
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/main/theme/modules/floating-progress.css");
|
||||||
|
|||||||
@@ -1,110 +0,0 @@
|
|||||||
# Tolfin Modules
|
|
||||||
|
|
||||||
Модули темы Tolfin для Jellyfin. Каждый модуль может использоваться отдельно или в сочетании с другими.
|
|
||||||
|
|
||||||
## Доступные модули
|
|
||||||
|
|
||||||
### static-sidebar.css
|
|
||||||
Делает боковую панель статичной (не прокручивается вместе со страницей) на десктопе.
|
|
||||||
|
|
||||||
**Использование:**
|
|
||||||
```css
|
|
||||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/static-sidebar.css");
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### central-libraries-small.css
|
|
||||||
Центрирует секцию "Мои медиа (small)" на главной странице.
|
|
||||||
|
|
||||||
**Использование:**
|
|
||||||
```css
|
|
||||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/central-libraries-small.css");
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### change-banner.css
|
|
||||||
Заменяет баннер Jellyfin на кастомный.
|
|
||||||
|
|
||||||
**Использование:**
|
|
||||||
```css
|
|
||||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/change-banner.css");
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### count-indicators.css
|
|
||||||
Изменяет цвет индикаторов счётчиков (количество эпизодов, и т.д.).
|
|
||||||
|
|
||||||
**Использование:**
|
|
||||||
```css
|
|
||||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/count-indicators.css");
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### forgot-password.css
|
|
||||||
Убирает кнопку "Забыли пароль" со страницы входа.
|
|
||||||
|
|
||||||
**Использование:**
|
|
||||||
```css
|
|
||||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/forgot-password.css");
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### hide-my-media.css
|
|
||||||
Скрывает секцию "Мои медиа" с главной страницы Jellyfin.
|
|
||||||
|
|
||||||
**Использование:**
|
|
||||||
```css
|
|
||||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/hide-my-media.css");
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### moving-cards.css
|
|
||||||
Делает карточки Jellyfin немного приподнимающимися при наведении.
|
|
||||||
|
|
||||||
**Использование:**
|
|
||||||
```css
|
|
||||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/moving-cards.css");
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### smaller-cast.css
|
|
||||||
Делает карточки актёров меньше при просмотре деталей контента.
|
|
||||||
|
|
||||||
**Использование:**
|
|
||||||
```css
|
|
||||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/smaller-cast.css");
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### floating-progress.css
|
|
||||||
Делает прогресс-бары плавающими от низа карточки.
|
|
||||||
|
|
||||||
**Использование:**
|
|
||||||
```css
|
|
||||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/floating-progress.css");
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Использование модулей
|
|
||||||
|
|
||||||
### Полная тема (все модули):
|
|
||||||
```css
|
|
||||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/complete.css");
|
|
||||||
```
|
|
||||||
|
|
||||||
### Индивидуальные модули:
|
|
||||||
```css
|
|
||||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/static-sidebar.css");
|
|
||||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/central-libraries-small.css");
|
|
||||||
@import url("https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/branch/main?ref=main/theme/modules/change-banner.css");
|
|
||||||
/* Добавляйте нужные модули */
|
|
||||||
```
|
|
||||||
@@ -5,8 +5,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--banner-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/assets/banner.png');
|
--banner-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/main/assets/banner.png');
|
||||||
--logo-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/assets/logo.png');
|
--logo-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/main/assets/logo.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
.pageTitleWithDefaultLogo {
|
.pageTitleWithDefaultLogo {
|
||||||
|
|||||||
Reference in New Issue
Block a user