ffc4257a41ec35a1f38499f74162e77c2c60911d
Tolfin
Modern CSS theme for Jellyfin media server with custom fonts, smooth animations and responsive design.
Installation
Method 1: Via CDN URL (Recommended)
- Go to Jellyfin Dashboard → General → Custom CSS
- Paste this code:
@import url("https://cdn.jsdelivr.net/gh/OlegTolchin/Tolfin@latest/theme/complete.css"); - Click Save
Method 2: Manual
- Download
theme/complete.cssfrom this repository - Go to Jellyfin Dashboard → General → Custom CSS
- Paste the contents of the file
- Click Save
Method 3: Custom Modules
You can also import individual modules with base.css:
@import url("https://cdn.jsdelivr.net/gh/OlegTolchin/Tolfin@latest/theme/base.css");
@import url("https://cdn.jsdelivr.net/gh/OlegTolchin/Tolfin@latest/theme/modules/static-sidebar.css");
@import url("https://cdn.jsdelivr.net/gh/OlegTolchin/Tolfin@latest/theme/modules/change-logo.css");
/* Add more modules as needed */
Available modules:
static-sidebar.css- Static sidebar on desktopcentral-libraries-small.css- Centered libraries on homepagechange-logo.css- Custom logo/bannercount-indicators.css- Custom count indicatorsforgot-password.css- Hide forgot password buttonhide-my-media.css- Hide "My Media" sectionmoving-cards.css- Card hover animationsmaller-cast.css- Smaller cast cardsfloating-progress.css- Floating progress bars
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
Description
Languages
CSS
100%