Compare commits
13 Commits
f53ca8b58f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| db5dd04e1d | |||
| caf7878f84 | |||
| bb6bbc6b5a | |||
| b6f3b2cf55 | |||
| f38ce773d6 | |||
| 030a93fab6 | |||
| 8068b30d56 | |||
| 80f97437d5 | |||
| f0d09d8492 | |||
| c65f8ed136 | |||
| 99043faa0b | |||
| 3c3ebf5250 | |||
| 2b6dfa0ef4 |
15
README.md
15
README.md
@@ -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.
|
Modern CSS theme for Jellyfin media server with custom fonts, smooth animations and responsive design.
|
||||||
|
|
||||||
## Note
|
## 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
|
## 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
|
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/branch/union/tolfin.css");
|
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/tolfin.css");
|
||||||
```
|
```
|
||||||
3. Click Save
|
3. Click Save
|
||||||
|
|
||||||
### Manual Installation
|
### 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
|
2. Go to Jellyfin Dashboard → General → Custom CSS
|
||||||
3. Paste the contents of the file
|
3. Paste the contents of the file
|
||||||
4. Click Save
|
4. Click Save
|
||||||
@@ -38,7 +43,7 @@ https://git.tolchin.pro/Oleg/Tolfin
|
|||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
Oleg
|
Oleg Tolchin
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
BIN
assets/logo.PNG
BIN
assets/logo.PNG
Binary file not shown.
|
Before Width: | Height: | Size: 153 KiB |
BIN
assets/logo.png
Normal file
BIN
assets/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 395 KiB |
@@ -37,8 +37,8 @@
|
|||||||
======================================== */
|
======================================== */
|
||||||
/* Определяем URL для кастомного баннера и логотипа */
|
/* Определяем URL для кастомного баннера и логотипа */
|
||||||
:root {
|
:root {
|
||||||
--banner-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/branch/union/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/branch/union/assets/logo.png');
|
--logo-url: url('https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/assets/logo.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Применяем кастомный баннер к заголовку страницы */
|
/* Применяем кастомный баннер к заголовку страницы */
|
||||||
Reference in New Issue
Block a user