Compare commits
97 Commits
main
...
824c0a42b2
| Author | SHA1 | Date | |
|---|---|---|---|
| 824c0a42b2 | |||
| 2b4dd620f9 | |||
| 8ef2feb520 | |||
| c57296fb83 | |||
| 57cd92b816 | |||
| b3dbf95e03 | |||
| b9f2d8d162 | |||
| 6a10a34880 | |||
| aa04a7601d | |||
| fac74be314 | |||
| d026f13a9b | |||
| 9ef5326086 | |||
| 3f3ef3e910 | |||
| f6b56af7b0 | |||
| d5a720f12d | |||
| 60e98066ab | |||
| 3446f195db | |||
| 08704c846e | |||
| 29c5f61e17 | |||
| c1b2a09b8e | |||
| 850bd26b82 | |||
| e39f5be270 | |||
| 6844209543 | |||
| 85544d04e6 | |||
| bae8faf7db | |||
| a4475105ca | |||
| eada915cf1 | |||
| 852cf73a4d | |||
| b6731570e7 | |||
| 39cddd6099 | |||
| 3f6f13f087 | |||
| d1a7851b12 | |||
| 08c5bb41cc | |||
| fb996bd2f7 | |||
| 13cef01d82 | |||
| 1be010e40f | |||
| ce2d5eec7c | |||
| a8bd4ec377 | |||
| 5ce9626c70 | |||
| bf5b48b109 | |||
| db01cc2ec7 | |||
| 7ff6cf4786 | |||
| 719f0b695f | |||
| eead9d3fca | |||
| 3096db30d6 | |||
| 48776aaaa4 | |||
| 602c3c3339 | |||
| f53ca8b58f | |||
| 2565154e44 | |||
| 6afa930d25 | |||
| b34ecc50c3 | |||
| dbb184119e | |||
| 8bcb488c18 | |||
| 8569fc244a | |||
| 52eaf4e013 | |||
| 8283e8ab73 | |||
| 157100a74e | |||
| 2a8aa1af9d | |||
| cceec2fe48 | |||
| e22067b3f7 | |||
| fb6c75293a | |||
| 22a4826d80 | |||
| a4993ec5fc | |||
| 2825193bee | |||
| 4f6a25a51e | |||
| ced99ab585 | |||
| 5c1aebaea6 | |||
| 2ca25f1769 | |||
| 1be6759083 | |||
| ce15a10316 | |||
| 4f9a659052 | |||
| 2895a448c7 | |||
| a4fd32e205 | |||
| 61f50473c0 | |||
| c2b8aa8c7a | |||
| 138a0feda8 | |||
| da4da00107 | |||
| 23cc637d8f | |||
| da41d7bee2 | |||
| fc87cf0994 | |||
| 1cc48177c7 | |||
| 47c001dc5a | |||
| 53efd91164 | |||
| 65141fe120 | |||
| 2230255f4c | |||
| 844a5c04fa | |||
| 3281fb46d6 | |||
| 001209ef7d | |||
| ca123d0ed0 | |||
| f4aeda73ee | |||
| 42c4783989 | |||
| 9ca2bc0946 | |||
| 5f31d7c131 | |||
| a9f320e857 | |||
| 55049cb91f | |||
| 26690e37ac | |||
| 4ae5d715b0 |
4
tolfin.css → .github/tolfin.css
vendored
4
tolfin.css → .github/tolfin.css
vendored
@@ -37,8 +37,8 @@
|
||||
======================================== */
|
||||
/* Определяем URL для кастомного баннера и логотипа */
|
||||
:root {
|
||||
--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');
|
||||
--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');
|
||||
}
|
||||
|
||||
/* Применяем кастомный баннер к заголовку страницы */
|
||||
15
README.md
15
README.md
@@ -1,14 +1,10 @@
|
||||
<div align="center">
|
||||
<img src="assets/banner.png" alt="Logo" width="250"/>
|
||||
<div align="left">
|
||||
|
||||
#
|
||||
# Tolfin
|
||||
|
||||
Modern CSS theme for Jellyfin media server with custom fonts, smooth animations and responsive design.
|
||||
|
||||
## Note
|
||||
|
||||
This project was created to experiment with CSS settings and correct visual flaws.
|
||||
This project uses Gitea API for loading CSS files to bypass browser ORB restrictions.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -16,15 +12,14 @@ This project was created to experiment with CSS settings and correct visual flaw
|
||||
|
||||
1. Go to Jellyfin Dashboard → General → Custom CSS
|
||||
2. Paste this code:
|
||||
|
||||
```css
|
||||
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/main/tolfin.css");
|
||||
@import url("https://git.tolchin.pro/Oleg/Tolfin/raw/branch/union/tolfin.css");
|
||||
```
|
||||
3. Click Save
|
||||
|
||||
### Manual Installation
|
||||
|
||||
1. Download `tolfin.css` from this repository
|
||||
1. Download `theme/tolfin.css` from this repository
|
||||
2. Go to Jellyfin Dashboard → General → Custom CSS
|
||||
3. Paste the contents of the file
|
||||
4. Click Save
|
||||
@@ -43,7 +38,7 @@ https://git.tolchin.pro/Oleg/Tolfin
|
||||
|
||||
## Author
|
||||
|
||||
Oleg Tolchin
|
||||
Oleg
|
||||
|
||||
## License
|
||||
|
||||
|
||||
BIN
assets/logo.PNG
Normal file
BIN
assets/logo.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 153 KiB |
BIN
assets/logo.png
BIN
assets/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 395 KiB |
Reference in New Issue
Block a user