Compare commits
50
Commits
main
..
f53ca8b58f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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 |
@@ -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');
|
||||
}
|
||||
|
||||
/* Применяем кастомный баннер к заголовку страницы */
|
||||
@@ -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
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 153 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 395 KiB |
Reference in New Issue
Block a user