mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Update README
This commit is contained in:
parent
2279074cbd
commit
6e0f638efd
64
README.md
64
README.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### **Custom CSS theme for Jellyfin (plus a backdrops supported version)**
|
### **Custom CSS theme for Jellyfin with support for backdrops**
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -10,56 +10,35 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### **Scyfin Complete Theme**
|
### **Scyfin Base Theme**
|
||||||
|
|
||||||
<img src="./images/homepage.png" alt="homepage" width="100%"/>
|
<img src="./images/homepage.png" alt="homepage" width="100%"/>
|
||||||
|
<img src="./images/homepage-backdrops.png" alt="homepage-backdrops" width="100%"/>
|
||||||
<img src="./images/details.png" alt="details" width="100%"/>
|
<img src="./images/details.png" alt="details" width="100%"/>
|
||||||
|
<img src="./images/details-backdrops.png" alt="details-backdrops" width="100%"/>
|
||||||
<img src="./images/movies.png" alt="movies" width="100%"/>
|
<img src="./images/movies.png" alt="movies" width="100%"/>
|
||||||
<img src="./images/dashboard.png" alt="dashboard" width="100%"/>
|
<img src="./images/dashboard.png" alt="dashboard" width="100%"/>
|
||||||
<img src="./images/login.png" alt="login" width="100%"/>
|
<img src="./images/login.png" alt="login" width="100%"/>
|
||||||
|
|
||||||
`@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/scyfin-theme.css');`
|
`@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/scyfin-theme.css');`
|
||||||
|
|
||||||
### Options (Add these below the full theme)
|
### Options (Add these below the base theme)
|
||||||
- Disable static left drawer
|
- Disable static left drawer
|
||||||
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/disable-static-drawer.css');`
|
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/disable-static-drawer.css');`
|
||||||
- Themes:
|
- Themes:
|
||||||
- Seafoam
|
- Seafoam
|
||||||
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-seafoam.css');`
|
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-seafoam.css');`
|
||||||
- <img src="./images/seafoam.png" alt="install2" width="40%"/>
|
- <img src="./images/seafoam.png" alt="seafoam-theme" width="40%"/>
|
||||||
- Coral
|
- Coral
|
||||||
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-coral.css');`
|
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-coral.css');`
|
||||||
- <img src="./images/coral.png" alt="install2" width="40%"/>
|
- <img src="./images/coral.png" alt="coral-theme" width="40%"/>
|
||||||
- Snow
|
- Snow
|
||||||
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-snow.css');`
|
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-snow.css');`
|
||||||
- <img src="./images/snow.png" alt="install2" width="40%"/>
|
- <img src="./images/snow.png" alt="snow-theme" width="40%"/>
|
||||||
|
- OLED
|
||||||
---
|
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-oled.css');`
|
||||||
|
- <img src="./images/homepage-oled.png" alt="homepage-oled" width="100%"/>
|
||||||
### **Scyfin Complete Theme - Backdrops Supported**
|
- <img src="./images/details-oled.png" alt="details-oled" width="100%"/>
|
||||||
|
|
||||||
**Note -**
|
|
||||||
* Only install ONE version of the theme, do not install both the normal version and the backdrops supported version
|
|
||||||
* Backdrops need to be enabled in Jellyfin (Settings > Display > Backdrops) for backdrop supported version to display properly
|
|
||||||
|
|
||||||
<img src="./images/homepage-backdrops.png" alt="homepage-backdrops" width="100%"/>
|
|
||||||
<img src="./images/details-backdrops.png" alt="details-backdrops" width="100%"/>
|
|
||||||
|
|
||||||
`@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/scyfin-theme-backdrop.css');`
|
|
||||||
|
|
||||||
### Options (Add these below the full theme)
|
|
||||||
- Disable static left drawer (BACKDROP VERSION)
|
|
||||||
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/disable-static-drawer-backdrop.css');`
|
|
||||||
- Themes:
|
|
||||||
- Seafoam
|
|
||||||
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-seafoam.css');`
|
|
||||||
- <img src="./images/seafoam.png" alt="install2" width="40%"/>
|
|
||||||
- Coral
|
|
||||||
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-coral.css');`
|
|
||||||
- <img src="./images/coral.png" alt="install2" width="40%"/>
|
|
||||||
- Snow
|
|
||||||
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-snow.css');`
|
|
||||||
- <img src="./images/snow.png" alt="install2" width="40%"/>
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -71,14 +50,12 @@
|
|||||||
* Click the hamburger icon (Top left)
|
* Click the hamburger icon (Top left)
|
||||||
* Navigate to "Dashboard" (If you don't see this, make sure you are signed in to your admin account)
|
* Navigate to "Dashboard" (If you don't see this, make sure you are signed in to your admin account)
|
||||||
* Navigate to "General"
|
* Navigate to "General"
|
||||||
* Near the bottom, under "Custom CSS code", paste the `@import url` for the theme you want
|
* Near the bottom, under "Custom CSS code", paste the `@import url` for the base Scyfin theme
|
||||||
* Note -
|
|
||||||
* Only install ONE version of the theme, do not install both the normal version and the backdrops supported version
|
|
||||||
* Example:
|
* Example:
|
||||||
* <img src="./images/install.png" alt="install" width="80%"/>
|
* <img src="./images/install-server-base.png" alt="install-server-base" width="80%"/>
|
||||||
* Optional - Paste the `@import url` for any options you want
|
* Optional - Paste the `@import url` for any options / themes you may want
|
||||||
* Example:
|
* Example:
|
||||||
* <img src="./images/install2.png" alt="install2" width="80%"/>
|
* <img src="./images/install-server-options.png" alt="install-server-options" width="80%"/>
|
||||||
* Click "Save"
|
* Click "Save"
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -87,15 +64,14 @@
|
|||||||
* Click the hamburger icon (Top left)
|
* Click the hamburger icon (Top left)
|
||||||
* Navigate to "Settings"
|
* Navigate to "Settings"
|
||||||
* Navigate to "Display"
|
* Navigate to "Display"
|
||||||
* Near the middle, under "Custom CSS code", paste the `@import url` for the theme you want
|
* Near the middle, under "Custom CSS code", paste the `@import url` for the base Scyfin theme
|
||||||
* Note -
|
* Note -
|
||||||
* Only install ONE version of the theme, do not install both the normal version and the backdrops supported version
|
|
||||||
* If there is any server-wide custom CSS, you may want to enable "Disable server-provided custom CSS code", as the two themes WILL interfere with each other
|
* If there is any server-wide custom CSS, you may want to enable "Disable server-provided custom CSS code", as the two themes WILL interfere with each other
|
||||||
* Example:
|
* Example:
|
||||||
* <img src="./images/install3.png" alt="install3" width="80%"/>
|
* <img src="./images/install-client-base.png" alt="install-client-base" width="80%"/>
|
||||||
* Optional - Paste the `@import url` for any options you want
|
* Optional - Paste the `@import url` for any options / themes you may want
|
||||||
* Example:
|
* Example:
|
||||||
* <img src="./images/install4.png" alt="install4" width="80%"/>
|
* <img src="./images/install-client-options.png" alt="install-client-options" width="80%"/>
|
||||||
* Click "Save"
|
* Click "Save"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user