Compare commits

...

6 Commits

Author SHA1 Message Date
loof2736
d69ca9a5c5 Update README 2025-10-25 17:32:05 -04:00
loof2736
15baa1ba63 Update install instructions for 10.11.X 2025-10-25 17:30:45 -04:00
loof2736
b5f2fee628 Merge branch 'main' of github.com:loof2736/scyfin 2025-10-22 17:32:40 -04:00
loof2736
a6963bb1b5 Update home button selector to only re-enable button where it was previously visible 2025-10-22 17:32:26 -04:00
Josh Wilberger
caf1875ecb
Remove dashboard image from README
Removed dashboard image from README.
2025-10-20 18:58:30 -04:00
loof2736
d43d697a15 Fix for details page on 10.11.X 2025-10-20 18:54:29 -04:00
5 changed files with 51 additions and 22 deletions

View File

@ -73,7 +73,7 @@
}
/* Re-enable home button */
.layout-desktop body:not(.hideMainDrawer) .headerHomeButton {
.layout-desktop body:not(.hideMainDrawer) .skinHeader:not(.noHomeButtonHeader) .headerHomeButton {
display: block !important;
}
.layout-desktop body:not(.hideMainDrawer) .dashboardDocument .headerHomeButton {

View File

@ -836,8 +836,13 @@ textarea {
/* Resize show/movie image on details page */
.layout-desktop .detailImageContainer .card {
top: 9em !important;
top: 1.8em !important;
width: 18.3vw !important;
position: absolute !important;
}
/* Legacy style to not break pre-10.11.X */
.layout-desktop .infoWrapper .detailImageContainer .card {
top: 9em !important;
}
/* Re-position content on details page */
@ -937,6 +942,10 @@ textarea {
.layout-desktop .detailPagePrimaryContainer {
padding-left: 3.3% !important;
}
/* Fix for title position on 10.11.X */
.layout-desktop [dir="ltr"] .detailPagePrimaryContainer:not(.detailRibbon) .detailRibbon {
padding-left: unset !important;
}
.layout-desktop .nameContainer {
position: absolute !important;
margin-top: -48px !important;
@ -1060,6 +1069,7 @@ textarea {
*/
/* Live TV */
/* Modified background color of active guide cells */
.programCell-active {

View File

@ -7,33 +7,52 @@
---
### **Scyfin Base Theme**
`@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');
```
<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-backdrops.png" alt="details-backdrops" width="100%"/>
<img src="./images/movies.png" alt="movies" width="100%"/>
<img src="./images/dashboard.png" alt="dashboard" width="100%"/>
<img src="./images/login.png" alt="login" width="100%"/>
### Options (Add these below the base theme)
- Disable static left drawer
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/disable-static-drawer.css');`
- Themes:
- Seafoam
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-seafoam.css');`
- <img src="./images/seafoam.png" alt="seafoam-theme" width="40%"/>
- Coral
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-coral.css');`
- <img src="./images/coral.png" alt="coral-theme" width="40%"/>
- Snow
- `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-snow.css');`
- <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%"/>
- <img src="./images/details-oled.png" alt="details-oled" width="100%"/>
---
### **Options (Add these below the base theme)**
### Disable static left drawer
```
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/disable-static-drawer.css');
```
---
### **Themes:**
### Seafoam
```
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-seafoam.css');
```
<img src="./images/seafoam.png" alt="seafoam-theme" width="40%"/>
### Coral
```
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-coral.css');
```
<img src="./images/coral.png" alt="coral-theme" width="40%"/>
### Snow
```
@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-snow.css');
```
<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="90%"/>
<img src="./images/details-oled.png" alt="details-oled" width="90%"/>
---
@ -44,7 +63,7 @@
**Server-wide install:**
* 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 "General"
* Navigate to "Branding"
* Near the bottom, under "Custom CSS code", paste the `@import url` for the base Scyfin theme
* Example:
* <img src="./images/install-server-base.png" alt="install-server-base" width="80%"/>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 23 KiB