diff --git a/README.md b/README.md index 5ca46c3..ff6c497 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ --- ### **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'); +``` homepage homepage-backdrops @@ -16,23 +18,41 @@ movies login -### 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');` - - seafoam-theme - - Coral - - `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-coral.css');` - - coral-theme - - Snow - - `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-snow.css');` - - snow-theme - - OLED - - `@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-oled.css');` - - homepage-oled - - details-oled +--- + +### **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'); +``` +seafoam-theme + +### Coral +``` +@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-coral.css'); +``` +coral-theme + +### Snow +``` +@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-snow.css'); +``` +snow-theme + +### OLED +``` +@import url('https://cdn.jsdelivr.net/gh/loof2736/scyfin@latest/CSS/theme-oled.css'); +``` +homepage-oled +details-oled --- @@ -43,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: * install-server-base diff --git a/images/install-server-base.png b/images/install-server-base.png index 3317bc3..ebb70dd 100644 Binary files a/images/install-server-base.png and b/images/install-server-base.png differ diff --git a/images/install-server-options.png b/images/install-server-options.png index 4ce1967..cd42844 100644 Binary files a/images/install-server-options.png and b/images/install-server-options.png differ