Update project: README, package.json and manifest
This commit is contained in:
47
README.md
47
README.md
@@ -1,20 +1,45 @@
|
|||||||
# Tolfin
|
# Tolfin
|
||||||
|
|
||||||
CSS-тема для Jellyfin.
|
Modern CSS theme for Jellyfin media server with custom fonts, smooth animations and responsive design.
|
||||||
|
|
||||||
## Установка
|
## Installation
|
||||||
|
|
||||||
1. Скачайте `theme/base.css`
|
### Method 1: Via CDN URL (Recommended)
|
||||||
2. Добавьте его в настройки Jellyfin: Dashboard → General → Custom CSS
|
|
||||||
3. Вставьте содержимое файла
|
|
||||||
|
|
||||||
## Особенности
|
1. Go to Jellyfin Dashboard → General → Custom CSS
|
||||||
|
2. Paste this URL:
|
||||||
|
```
|
||||||
|
https://cdn.jsdelivr.net/gh/OlegTolchin/Tolfin@latest/theme/base.css
|
||||||
|
```
|
||||||
|
3. Click Save
|
||||||
|
|
||||||
- Модернизированный дизайн
|
### Method 2: Manual
|
||||||
- Кастомные шрифты
|
|
||||||
- Плавные анимации
|
|
||||||
- Адаптивность
|
|
||||||
|
|
||||||
## Лицензия
|
1. Download `theme/base.css` from this repository
|
||||||
|
2. Go to Jellyfin Dashboard → General → Custom CSS
|
||||||
|
3. Paste the contents of the file
|
||||||
|
4. Click Save
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- 🎨 Modern design with improved aesthetics
|
||||||
|
- 🔤 Custom fonts for better readability
|
||||||
|
- ✨ Smooth animations and transitions
|
||||||
|
- 📱 Fully responsive layout
|
||||||
|
- 🎯 Optimized for desktop and mobile viewing
|
||||||
|
|
||||||
|
## Manifest
|
||||||
|
|
||||||
|
This theme includes a `manifest.json` for automatic installation via theme repositories and plugins.
|
||||||
|
|
||||||
|
## Repository
|
||||||
|
|
||||||
|
https://github.com/OlegTolchin/Tolfin
|
||||||
|
|
||||||
|
## Author
|
||||||
|
|
||||||
|
OlegTolchin
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 306 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 513 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 MiB |
@@ -1,7 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "jamfin",
|
"name": "tolfin",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
"description": "Modern CSS theme for Jellyfin media server",
|
||||||
|
"author": "OlegTolchin",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/OlegTolchin/Tolfin.git"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/OlegTolchin/Tolfin#readme",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"semantic-release": "semantic-release"
|
"semantic-release": "semantic-release"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
/*
|
|
||||||
Jamfin - Another Jellyfin Theme aimed to please the masses.
|
|
||||||
Please note that this theme is still in development and may not be fully functional.
|
|
||||||
This theme is based on the Jellyfin default theme.
|
|
||||||
This theme is licensed under the MIT License.
|
|
||||||
*/
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* Colours */
|
/* Colours */
|
||||||
|
|||||||
Reference in New Issue
Block a user