Compare commits

..

13 Commits

Author SHA1 Message Date
db5dd04e1d Обновить README.md 2026-02-21 13:27:26 +03:00
caf7878f84 Обновить README.md 2026-02-20 01:54:28 +03:00
bb6bbc6b5a Обновить README.md 2026-02-20 01:53:02 +03:00
b6f3b2cf55 Обновить README.md 2026-02-20 01:48:03 +03:00
f38ce773d6 Обновить README.md 2026-02-20 01:39:38 +03:00
030a93fab6 Обновить README.md 2026-02-20 01:38:52 +03:00
8068b30d56 revert c65f8ed136
revert Обновить README.md
2026-02-20 01:38:26 +03:00
80f97437d5 revert c65f8ed136
revert Обновить README.md
2026-02-20 01:38:02 +03:00
f0d09d8492 revert c65f8ed136
revert Обновить README.md
2026-02-20 01:36:42 +03:00
c65f8ed136 Обновить README.md 2026-02-20 01:34:15 +03:00
99043faa0b 2026-02-19 17:17:18 +03:00
3c3ebf5250 2026-02-19 17:14:43 +03:00
2b6dfa0ef4 Обновить тему: объединить модули в tolfin.css, удалить старые файлы 2026-02-19 17:11:12 +03:00
4 changed files with 31 additions and 13 deletions

View File

@@ -1,10 +1,14 @@
# Tolfin
<div align="center">
<img src="assets/banner.png" alt="Logo" width="250"/>
<div align="left">
#
Modern CSS theme for Jellyfin media server with custom fonts, smooth animations and responsive design.
## Note
This project uses Gitea API for loading CSS files to bypass browser ORB restrictions.
This project was created to experiment with CSS settings and correct visual flaws.
## Installation
@@ -12,14 +16,15 @@ This project uses Gitea API for loading CSS files to bypass browser ORB restrict
1. Go to Jellyfin Dashboard → General → Custom CSS
2. Paste this code:
```css
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/union/theme/tolfin.css");
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/tolfin.css");
```
3. Click Save
### Manual Installation
1. Download `theme/tolfin.css` from this repository
1. Download `tolfin.css` from this repository
2. Go to Jellyfin Dashboard → General → Custom CSS
3. Paste the contents of the file
4. Click Save
@@ -38,7 +43,7 @@ https://git.tolchin.pro/Oleg/Tolfin
## Author
Oleg
Oleg Tolchin
## License

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

BIN
assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 KiB

View File

@@ -37,8 +37,8 @@
======================================== */
/* Определяем URL для кастомного баннера и логотипа */
:root {
--banner-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/branch/union/assets/banner.png');
--logo-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/branch/union/assets/logo.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/branch/main/assets/logo.png');
}
/* Применяем кастомный баннер к заголовку страницы */
@@ -201,14 +201,19 @@ html {
align-items: center;
}
/* Только для вкладок */
.headerTabs .emby-tab-button {
padding: 1.112em !important; /* Увеличено в 2 раза */
margin: 0 .29em !important;
}
/* Настраиваем отступы и закругление для кнопок и вкладок */
.headerTabs .emby-tab-button,
.headerRight .paper-icon-button-light,
.detailButton,
.sessionCardButton,
.guideOptions,
.MuiTabs-centered .MuiTab-root {
padding: .556em !important;
padding: 0.556em !important;
margin: 0 .29em !important;
border-radius: var(--theme-roundness);
}
@@ -512,12 +517,20 @@ progress {
border-radius: var(--theme-roundness);
}
/* Настраиваем фон и стиль для визуальных карточек */
.visualCardBox {
background-color: transparent;
border-radius: var(--theme-roundness);
box-shadow: inset 0 1px var(--theme-menu-shadow-colour);
border: unset;
padding: 10px;
}
/* Настраиваем фон и стиль для контейнеров и полей ввода */
.collapseContent,
.formDialogFooter:not(.formDialogFooter-clear),
.formDialogHeader:not(.formDialogHeader-clear),
.paperList,
.visualCardBox,
.emby-select-withcolor,
.emby-input,
.emby-textarea {
@@ -557,7 +570,7 @@ progress {
/* Настраиваем отступы для основного контента деталей на десктопе */
.layout-desktop .detailPagePrimaryContent {
padding-top: 135px;
padding-top: 165px;
padding-left: 300px;
min-height: 325px;
}
@@ -665,7 +678,7 @@ progress {
/* Настраиваем отступы для info-обёртки на десктопе */
.layout-desktop .infoWrapper {
padding-top: 226px;
padding-top: 180px;
padding-left: 300px;
}
@@ -952,7 +965,7 @@ div[data-role="controlgroup"] a.ui-btn-active,
======================================== */
/* Настраиваем цвет для переднего плана прогресс-бара */
.innerCardFooter .itemProgressBarForeground,
.itemProgressBarForeground,
.playbackProgress > div,
.mdl-slider-background-lower,
.iconOsdProgressInner,