diff --git a/README.md b/README.md index d780af9..1f543dd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,77 @@ -# ElegantFin -A Jellyfin theme inspired from JellySeer. This theme improves the overall look and experience with hundreds of little fixes to the UI. +# ElegantFin Theme +This Jellyfin theme inspired from JellySeer improves the overall look and experience with hundreds of little fixes to the UI. + + +#### **Author:** [lscambo13](https://github.com/lscambo13) + +
+ +### ✨ Key Features +- modern layouts and colors +- new animations on some elements +- reduced clutter by hiding unimportant buttons and elements +- overall rounded design +- stylish borders, hover effects and shadows + +
+ +### ▶️ Demo + + +
+ +### 🖼️ Previews + +
+ Click here to reveal + + + + + + + + + + + +
+ +
+ +### 👇 How to install/setup this theme? + +Paste the following in Custom CSS code box: + + @import url("https://raw.githubusercontent.com/lscambo13/ElegantFin/refs/heads/main/Theme/ElegantFin-jellyfin-theme-build-latest-minified.css"); + +
+ Detailed steps for server-side implementation + +1. Open Dashboard from Administration tab in Settings. +2. Select General tab from the side bar. +3. Scroll down to find Custom CSS code box under Branding section. +4. Paste the custom css in Custom CSS code box. +5. Click save +
+ +
+ Detailed steps for client-side implementation + +1. Open Display tab in Settings. +2. Scroll down to find Custom CSS code box. +3. Paste the custom css in Custom CSS code box. +4. Click save. +
+ + +
+ +### 🆗 Tested on +- Jellyfin Server v10.10.3 +- Jellyfin Android App v2.6.2 + +
+ + +## 🙏 FEEDBACK APPRECIATED