diff --git a/skins-3.0.json b/skins-3.0.json index cdd1885..0a7dd41 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -1,459 +1,435 @@ -[ - { - "name": "Default", - "author": "Jellyfin", - "description": "Default, stock, Jellyfin.", - "defaultCss": "", - "previews": [ - { - "name": "Login Page", - "url": "" - }, - { - "name": "Home/Index Page", - "url": "" - }, - { - "name": "Library Page", - "url": "" - }, - { - "name": "Title page", - "url": "" - } - ], - "categories": [ - { +[{ "name": "Default", - "options": [] - } - ] - }, - { - "name": "JellyFlix", - "author": "prayagprajapati17", - "description": "A theme that aims to replicate the red and black look of Netflix. Theme is by prayag17.", - "defaultCss": "@import url(https://prayag17.github.io/JellyFlix/default.css);", - "previews": [ - { - "name": "Login Page", - "url": "https://prayag17.github.io/JellyFlix/img/Login.jpg" - }, - { - "name": "Home/Index Page", - "url": "https://prayag17.github.io/JellyFlix/img/Home.jpg" - }, - { - "name": "Library Page", - "url": "https://prayag17.github.io/JellyFlix/img/Movies.jpg" - }, - { - "name": "Title page", - "url": "https://prayag17.github.io/JellyFlix/img/Title%20Page-TV.jpg" - } - ], - "categories": [ - { - "name": "Default", - "options": [] - } - ] - }, - { - "name": "Monochromic", - "author": "EdgeMentality", - "description": "This theme aims to be minimalistic and somewhat muted in color. Add-ons and custom accent colors are possible, but not entirely supported by this plug-in. Visit the github of the theme for more information.", - "defaultCss": "@import url('https://ctalvio.github.io/Monochromic/default_style.css');", - "previews": [ - { - "name": "Login Page", - "url": "https://github.com/danieladov/jellyfin-plugin-skin-manager/blob/master/src/img/Monochromic/login.jpg?raw=true" - }, - { - "name": "Home/Index Page", - "url": "https://github.com/CTalvio/Monochromic/blob/master/screenshots/1.png?raw=true" - }, - { - "name": "Library Page", - "url": "https://raw.githubusercontent.com/danieladov/jellyfin-plugin-skin-manager/master/src/img/Monochromic/Lib.jpg" - }, - { - "name": "Title page", - "url": "https://github.com/CTalvio/Monochromic/raw/master/screenshots/2.png" - } - ], - "categories": [ - { - "name": "Default", - "options": [ - { - "type": "checkBox", - "name": "Improve performance", - "description": "The theme uses mask-image to fade out items below the top bar as you scroll. This works well on most reasonable hardware but struggles on some phones and especially smart TVs. This switches to a method without using mask-image, but foregoes the fade-out effect. I may switch to this method being the default.", - "css": "@import url('https://ctalvio.github.io/Monochromic/improve-performance_style.css');" - }, - { - "type": "checkBox", - "name": "No rounded corners", - "description": "In fact, squares off every rounded corner JF ever had.", - "css": "@import url('https://ctalvio.github.io/Monochromic/sharp_style.css'); " - }, - { - "type": "checkBox", - "name": "Restore bottom bar style episode progress", - "description": "Don't like my transparent view progress overlay? Use this to go back to the old style.", - "css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');" - }, - { - "type": "number", - "name": "Modify rounding", - "description": "Amount of rounding. Zero is none.", - "css": ":root {--rounding: $px;}", - "default": "5" - }, - { - "type": "colorPicker", - "name": "Accent color", - "description": "Choose a custom accent color to use with the theme.", - "css": "@import url('https://ctalvio.github.io/Monochromic/customcolor_style.css');:root {--accent: $;}", - "default": "" - } - ] - } - ] - }, - { - "name": "Kaleidochromic", - "author": "Casper Talvio", - "description": "This theme aims to be more colorful and minimalistic. Add-ons and custom accent colors are possible, but not entirely supported by this plug-in. Visit the github of the theme for more information.", - "defaultCss": "@import url('https://ctalvio.github.io/Kaleidochromic/default_style.css');", - "previews": [ - { - "name": "Login Page", - "url": "https://github.com/danieladov/jellyfin-plugin-skin-manager/blob/master/src/img/Kaleidochromic/Login.jpg?raw=true" - }, - { - "name": "Home/Index Page", - "url": "https://github.com/CTalvio/Kaleidochromic/raw/main/screenshots/6.png" - }, - { - "name": "Library Page", - "url": "https://github.com/CTalvio/Kaleidochromic/raw/main/screenshots/5.png" - }, - { - "name": "Title page", - "url": "https://github.com/CTalvio/Kaleidochromic/raw/main/screenshots/1.png" - } - ], - "categories": [ - { - "name": "Default", - "options": [ - { - "type": "checkBox", - "name": "Improve performance", - "description": "The theme uses mask-image to fade out items below the top bar as you scroll. This works well on most reasonable hardware but struggles on some phones and especially smart TVs. This switches to a method without using mask-image, but foregoes the fade-out effect.", - "css": "@import url('https://ctalvio.github.io/Monochromic/improve-performance_style.css');" - }, - { - "type": "checkBox", - "name": "Restore bottom bar style episode progress", - "description": "Don't like my transparent view progress overlay? Use this to go back to the old style.", - "css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');" - }, - { - "type": "number", - "name": "Modify rounding", - "description": "Amount of rounding. Zero is none.", - "css": ":root {--rounding: $px;}", - "default": "12" - }, - { - "type": "colorPicker", - "name": "Accent color", - "description": "Choose a custom accent color to use with the theme.", - "css": ":root {--accent: $;}", - "default": "#6279cd" - } - ] - } - ] - }, - { - "name": "Novachromic", - "author": "EdgeMentality", - "description": "Novachromic is essentially Monochromic, but with another layer of overrides on top.", - "defaultCss": "@import url('https://ctalvio.github.io/Novachromic/default_style.css');", - "previews": [ + "author": "Jellyfin", + "description": "Default, stock, Jellyfin.", + "defaultCss": "", + "previews": [{ + "name": "Login Page", + "url": "" + }, + { + "name": "Home/Index Page", + "url": "" + }, + { + "name": "Library Page", + "url": "" + }, + { + "name": "Title page", + "url": "" + } + ], + "categories": [{ + "name": "Default", + "options": [] + }] + }, + { + "name": "JellyFlix", + "author": "prayagprajapati17", + "description": "A theme that aims to replicate the red and black look of Netflix. Theme is by prayag17.", + "defaultCss": "@import url(https://prayag17.github.io/JellyFlix/default.css);", + "previews": [{ + "name": "Login Page", + "url": "https://prayag17.github.io/JellyFlix/img/Login.jpg" + }, + { + "name": "Home/Index Page", + "url": "https://prayag17.github.io/JellyFlix/img/Home.jpg" + }, + { + "name": "Library Page", + "url": "https://prayag17.github.io/JellyFlix/img/Movies.jpg" + }, + { + "name": "Title page", + "url": "https://prayag17.github.io/JellyFlix/img/Title%20Page-TV.jpg" + } + ], + "categories": [{ + "name": "Default", + "options": [] + }] + }, + { + "name": "Monochromic", + "author": "EdgeMentality", + "description": "This theme aims to be minimalistic and somewhat muted in color. Add-ons and custom accent colors are possible, but not entirely supported by this plug-in. Visit the github of the theme for more information.", + "defaultCss": "@import url('https://ctalvio.github.io/Monochromic/default_style.css');", + "previews": [{ + "name": "Login Page", + "url": "https://github.com/danieladov/jellyfin-plugin-skin-manager/blob/master/src/img/Monochromic/login.jpg?raw=true" + }, + { + "name": "Home/Index Page", + "url": "https://github.com/CTalvio/Monochromic/blob/master/screenshots/1.png?raw=true" + }, + { + "name": "Library Page", + "url": "https://raw.githubusercontent.com/danieladov/jellyfin-plugin-skin-manager/master/src/img/Monochromic/Lib.jpg" + }, + { + "name": "Title page", + "url": "https://github.com/CTalvio/Monochromic/raw/master/screenshots/2.png" + } + ], + "categories": [{ + "name": "Default", + "options": [{ + "type": "checkBox", + "name": "Improve performance", + "description": "The theme uses mask-image to fade out items below the top bar as you scroll. This works well on most reasonable hardware but struggles on some phones and especially smart TVs. This switches to a method without using mask-image, but foregoes the fade-out effect. I may switch to this method being the default.", + "css": "@import url('https://ctalvio.github.io/Monochromic/improve-performance_style.css');" + }, + { + "type": "checkBox", + "name": "No rounded corners", + "description": "In fact, squares off every rounded corner JF ever had.", + "css": "@import url('https://ctalvio.github.io/Monochromic/sharp_style.css'); " + }, + { + "type": "checkBox", + "name": "Restore bottom bar style episode progress", + "description": "Don't like my transparent view progress overlay? Use this to go back to the old style.", + "css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');" + }, + { + "type": "number", + "name": "Modify rounding", + "description": "Amount of rounding. Zero is none.", + "css": ":root {--rounding: $px;}", + "default": "5" + }, + { + "type": "colorPicker", + "name": "Accent color", + "description": "Choose a custom accent color to use with the theme.", + "css": "@import url('https://ctalvio.github.io/Monochromic/customcolor_style.css');:root {--accent: $;}", + "default": "" + } + ] + }] + }, + { + "name": "Kaleidochromic", + "author": "Casper Talvio", + "description": "This theme aims to be more colorful and minimalistic. Add-ons and custom accent colors are possible, but not entirely supported by this plug-in. Visit the github of the theme for more information.", + "defaultCss": "@import url('https://ctalvio.github.io/Kaleidochromic/default_style.css');", + "previews": [{ + "name": "Login Page", + "url": "https://github.com/danieladov/jellyfin-plugin-skin-manager/blob/master/src/img/Kaleidochromic/Login.jpg?raw=true" + }, + { + "name": "Home/Index Page", + "url": "https://github.com/CTalvio/Kaleidochromic/raw/main/screenshots/6.png" + }, + { + "name": "Library Page", + "url": "https://github.com/CTalvio/Kaleidochromic/raw/main/screenshots/5.png" + }, + { + "name": "Title page", + "url": "https://github.com/CTalvio/Kaleidochromic/raw/main/screenshots/1.png" + } + ], + "categories": [{ + "name": "Default", + "options": [{ + "type": "checkBox", + "name": "Improve performance", + "description": "The theme uses mask-image to fade out items below the top bar as you scroll. This works well on most reasonable hardware but struggles on some phones and especially smart TVs. This switches to a method without using mask-image, but foregoes the fade-out effect.", + "css": "@import url('https://ctalvio.github.io/Monochromic/improve-performance_style.css');" + }, + { + "type": "checkBox", + "name": "Restore bottom bar style episode progress", + "description": "Don't like my transparent view progress overlay? Use this to go back to the old style.", + "css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');" + }, + { + "type": "number", + "name": "Modify rounding", + "description": "Amount of rounding. Zero is none.", + "css": ":root {--rounding: $px;}", + "default": "12" + }, + { + "type": "colorPicker", + "name": "Accent color", + "description": "Choose a custom accent color to use with the theme.", + "css": ":root {--accent: $;}", + "default": "#6279cd" + } + ] + }] + }, + { + "name": "Novachromic", + "author": "EdgeMentality", + "description": "Novachromic is essentially Monochromic, but with another layer of overrides on top.", + "defaultCss": "@import url('https://ctalvio.github.io/Novachromic/default_style.css');", + "previews": [ - { - "name": "Home/Index Page", - "url": "https://github.com/CTalvio/Novachromic/raw/main/screenshots/one.png" - }, - { - "name": "Library Page", - "url": "https://github.com/CTalvio/Novachromic/raw/main/screenshots/six.png" - }, - { - "name": "Title page", - "url": "https://github.com/CTalvio/Novachromic/raw/main/screenshots/four.png" - }, - { - "name": "Dashboard page", - "url": "https://github.com/CTalvio/Novachromic/raw/main/screenshots/two.png" - } - ], - "categories": [ - { - "name": "Default", - "options": [ - { - "type": "checkBox", - "name": "Restore bottom bar style episode progress", - "description": "Don't like my transparent view progress overlay? Use this to go back to the old style.", - "css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');" - }, - { - "type": "number", - "name": "Modify rounding", - "description": "Amount of rounding. Zero is none.", - "css": ":root {--rounding: $px;}", - "default": "12" - }, - { - "type": "colorPicker", - "name": "Accent color", - "description": "Choose a custom accent color to use with the theme.", - "css": ":root {--accent: $;}", - "default": "#ffffff" - } - ] - } - ] - }, - { - "name": "JellySkin", - "author": "prayagprajapati17", - "description": "A very bright and colorful look using lots of drop shadows. Theme is by prayag17.", - "defaultCss": "@import url('https://prayag17.github.io/JellySkin/default.css');", - "previews": [ - { - "name": "Login Page", - "url": "https://prayag17.github.io/JellySkin/img/login.jpg" - }, - { - "name": "Home/Index Page", - "url": "https://prayag17.github.io/JellySkin/img/Home.jpg" - }, - { - "name": "Library Page", - "url": "https://prayag17.github.io/JellySkin/img/Movies.jpg" - }, - { - "name": "Title page", - "url": "https://prayag17.github.io/JellySkin/img/Title%20Page-Movie.jpg" - } - ], - "categories": [ - { - "name": "Default", - "options": [ - { - "type": "selector", - "name": "Gradient", - "description": "Changes the Jellyfin themed Hover gradient", - "css": "@import url('https://prayag17.github.io/JellySkin/$.css');", - "selections": [ - { - "name": "Default", - "value": "" - }, - { - "name": "Sea Gradient", - "value": "seaGradient" - }, - { - "name": "Sunset Gradient", - "value": "sunsetGradient" - }, - { - "name": "Night Sky Gradient", - "value": "nightSkyGradient" - }, - { - "name": "Morning Gradient", - "value": "morningGradient" - } + { + "name": "Home/Index Page", + "url": "https://github.com/CTalvio/Novachromic/raw/main/screenshots/one.png" + }, + { + "name": "Library Page", + "url": "https://github.com/CTalvio/Novachromic/raw/main/screenshots/six.png" + }, + { + "name": "Title page", + "url": "https://github.com/CTalvio/Novachromic/raw/main/screenshots/four.png" + }, + { + "name": "Dashboard page", + "url": "https://github.com/CTalvio/Novachromic/raw/main/screenshots/two.png" + } + ], + "categories": [{ + "name": "Default", + "options": [{ + "type": "checkBox", + "name": "Restore bottom bar style episode progress", + "description": "Don't like my transparent view progress overlay? Use this to go back to the old style.", + "css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');" + }, + { + "type": "number", + "name": "Modify rounding", + "description": "Amount of rounding. Zero is none.", + "css": ":root {--rounding: $px;}", + "default": "12" + }, + { + "type": "colorPicker", + "name": "Accent color", + "description": "Choose a custom accent color to use with the theme.", + "css": ":root {--accent: $;}", + "default": "#ffffff" + } ] - }, - { - "type":"checkBox", - "name":"Theme Logo", - "description":"Styles title page in such a way in which logos are used instead of Names.", - "css":"@import url('https://prayag17.github.io/JellySkin/Logo.css');" - } - ] - } - ] - }, - { - "name": "Custom", - "author": "you", - "description": "customize the look of jellyfin by your needs", - "defaultCss": "/*Custom*/", - "categories": [ - { - "name": "Fonts", - "options": [ - { - "type": "googleFonts", - "css": "/*googleFonts*/" - }, - { - "type": "number", - "name": "Title Font Size", - "description": "Change the size of the font used at titles.", - "step": "0.1", - "css": "h1 {font-size: $em;}", - "default": "1.8" - } - ] - }, - { - "name": "Home/Dashboard Page", - "options": [ - { - "type": "checkBox", - "name": "Enlarge Tab Buttons", - "description": "Enlarges the tab buttons, suggested, genres, etc. By default they are really tiny, especially on mobile.", - "css": ".headerTabs.sectionTabs {text-size-adjust: 110%; font-size: 110%;}.pageTitle {margin-top: auto; margin-bottom: auto;}.emby-tab-button {padding: 1.75em 1.7em;}" - } - ] - }, - { - "name": "Miscellaneous", - "options": [ - { - "type": "selector", - "name": "Poster card hover effect", - "description": "Changes the hover effect on Movie/TV show/Music poster card.", - "css": "", - "selections": [ - { - "name": "Scale in and out", - "css": "/*Dynamic Poster effect-option1*/.cardBox-bottompadded{margin-bottom; 1em !important;}.itemsContainer>.card>.cardBox {margin: 1em;background: rgba(0,0,0,0.5);transition: transform .2s;}.card:hover .cardBox{transform: scale(1.1);}" - }, - { - "name": "Pop up and down", - "css": "/*Dynamic Poster effect-option2*/.itemsContainer>.card>.cardBox {margin: 1em;background: rgba(0,0,0,0.5);transition: transform .2s, box-shadow .2s;}.card:hover .cardBox{transform: translatey(-5px);box-shadow: 0px 5px 10px black;}" - }, - { - "name": "Poster Image in and out", - "css": "/*Dynamic Poster effect-option3*/.card:hover .cardImageContainer{filter:background-size: 120%} .cardImageContainer{background-size: 105%;transition: all .2s;}" - }, - { - "name": "Poster Image blur", - "css": "/*Dynamic Poster effect-option4*/.card:hover .cardImageContainer{filter: blur(2px);} .cardImageContainer{transition: all .2s;}" - } + }] + }, + { + "name": "JellySkin", + "author": "prayagprajapati17", + "description": "A very bright and colorful look using lots of drop shadows. Theme is by prayag17.", + "defaultCss": "@import url('https://prayag17.github.io/JellySkin/default.css');", + "previews": [{ + "name": "Login Page", + "url": "https://prayag17.github.io/JellySkin/img/login.jpg" + }, + { + "name": "Home/Index Page", + "url": "https://prayag17.github.io/JellySkin/img/Home.jpg" + }, + { + "name": "Library Page", + "url": "https://prayag17.github.io/JellySkin/img/Movies.jpg" + }, + { + "name": "Title page", + "url": "https://prayag17.github.io/JellySkin/img/Title%20Page-Movie.jpg" + } + ], + "categories": [{ + "name": "Default", + "options": [{ + "type": "selector", + "name": "Gradient", + "description": "Changes the Jellyfin themed Hover gradient", + "css": "@import url('https://prayag17.github.io/JellySkin/$.css');", + "selections": [{ + "name": "Default", + "value": "" + }, + { + "name": "Sea Gradient", + "value": "seaGradient" + }, + { + "name": "Sunset Gradient", + "value": "sunsetGradient" + }, + { + "name": "Night Sky Gradient", + "value": "nightSkyGradient" + }, + { + "name": "Morning Gradient", + "value": "morningGradient" + } + ] + }, + { + "type": "checkBox", + "name": "Theme Logo", + "description": "Styles title page in such a way in which logos are used instead of Names.", + "css": "@import url('https://prayag17.github.io/JellySkin/Logo.css');" + } ] - }, - { - "type": "checkBox", - "name": "Minimal Actor's card", - "description": "display actor's cards in minimal and compact way", - "css": "/*Actors*/.card[data-type=Actor] .cardBox {background: none;position: relative;}.card[data-type=Actor] .cardScalable {height: 0;overflow: hidden;padding-top: 100%;border-radius: var(--rounding);}.card[data-type=Actor] .cardText {position: absolute;background: transparent !important;}.card[data-type=Actor] .cardImageContainer::after {content: '';background: linear-gradient(360deg, rgba(0,0,0,0.75), transparent 70%);width: 100%;bottom: 0;position: absolute;padding-top: 100%;}.card[data-type=Actor].cardText-secondary {bottom: 0%;width: -webkit-fill-available;border-radius: 0px 0px 10px 10px;height: 22px;}.card[data-type=Actor] .cardText-first {bottom: 23.5px;width: -webkit-fill-available;height: 22px;}.layout-mobile .card[data-type=Actor] .cardText-first {color: white !important;}.card[data-type=Actor] .cardScalable {overflow: hidden;border-radius: var(--rounding);height: 3rem;}.card[data-type=Actor] .cardOverlayButton-br {position: absolute;bottom: 23% !important;right: 0 !important;}.card[data-type=Actor] .cardPadder {background: none;}.card[data-type=Actor] .cardImageIcon {bottom: 41%;position: absolute;left: 50%;transform: translateX(-50%);}" - }, - { - "type": "selector", - "name": "Episode View", - "description": "Theme episode list", - "selections": [ - { - "name": "Card", - "css": " #itemDetailPage .vertical-list {display: grid;grid-template-columns: 30% 30% 30%;padding: 0 6px !important;height: fit-content;justify-content: space-evenly;-webkit-box-orient: horizontal;-webkit-box-direction: normal;margin: -6px;width: calc(100% - 6px);}.listItem-withContentWrapper:hover .listItemImageButton.itemAction.paper-icon-button-light {opacity: 100%;}@media (max-width: 901px){#itemDetailPage .vertical-list {grid-template-columns: 30% 30%;}}.listItem-withContentWrapper {transition: none;height: fit-content;max-width: 100%;margin: 6px;border-radius: var(--rounding);overflow: hidden;padding: 0;overflow: hidden;}.listItem-withContentWrapper:hover{background: transparent;}.listItem-content {height: 100%;}.listItem-content {display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;width: 100%;display: grid;grid-template-columns: 100%;}.listItemImage.listItemImage-large.itemAction.lazy {height: 14rem;width: 100%;padding: 0 !important;margin: 0 !important;top: 0;left: 0;}.layout-mobile #itemDetailPage .vertical-list {grid-template-columns: 100%;}.secondary.listItem-overview.listItemBodyText {height: fit-content;}.layout-mobile .listItem-bottomoverview {padding: 0 10px;}.listItemBody.itemAction {padding: 0 5px;}.listItemImageButton.itemAction.paper-icon-button-light {opacity: 0;color: var(--accent);transition: all .2s;}.layout-mobile .listItemImageButton.itemAction.paper-icon-button-light{opacity: 100% !important;}" - }, - { - "name": "Compact List", - "css": ".listItemImage.listItemImage-large.itemAction.lazy {height: 110px;}.listItem-content {height: 115px;}.secondary.listItem-overview.listItemBodyText {height: 61px;margin: 0;}" - } - ] - }, - { - "type": "checkBox", - "name": "Blur episode thumbnail", - "description": "Blur episode thumbnail to prevent spoiler. Note: Doesn't in browser's that dont support backdrop-filter, i.e firefox(can be enabled though), opera and more(unknown).", - "css": " .nextUpSection.verticalSection.detailVerticalSection>div>div>div>div.cardScalable>button {filter: blur(10px);}div.listItem>div>div>button:nth-child(1) {transition: none !important;border-radius: 0px;height: 100%;width: 100%;backdrop-filter: blur(10px);}div.listItem>div>div>button:nth-child(1):hover {transition: none !important;border-radius: 0px;height: 100%;width: 100%;backdrop-filter: blur(10px);}#childrenContent>div>div>div>div.listItemImage.listItemImage large.itemAction.lazy.non-blurhashable.lazy-image-fadein-fast>button {transition: none !important;border-radius: 0px;height: 100%;width: 100%;backdrop-filter: blur(10px);}#childrenContent>div>div>div>div.listItemImage.listItemImage-large.itemAction.lazy.non-blurhashable.lazy-image-fadein-fast>button:hover {border-radius: 0px;height: 85%;width: 85%;backdrop-filter: blur(20px);}@supports not ( (backdrop-filter: blur(10px)) or (--webkit-backdrop-filter: blur(10px))) {#childrenContent>div>div>div>div.listItemImage.listItemImage-large.itemAction.lazy.non-blurhashable.lazy-image-fadein-fast {filter: blur(10px);}}@supports not ( (backdrop-filter: blur(10px)) or (--webkit-backdrop-filter: blur(10px))) {#itemDetailPage>div.detailPageWrapperContainer>div.detailPageSecondaryContainer>div.detailPageContent>div.verticalSection.detailVerticalSection.moreFromSeasonSection.emby-scroller-container>div.padded-top-focusscale.padded-bottom-focusscale.emby-scroller>.itemsContainer>.card.overflowBackdropCard.card-hoverable.card-withuserdata>div>.cardScalable {background: rgba(0, 0, 0, .5);filter: blur(10px);transition: none !important;filter: blur(10px);}}#itemDetailPage>div.detailPageWrapperContainer>div.detailPageSecondaryContainer>div.detailPageContent>div.verticalSection.detailVerticalSection.moreFromSeasonSection.emby-scroller-container>div.padded-top-focusscale.padded-bottom-focusscale.emby-scroller>.itemsContainer>.card.overflowBackdropCard.card-hoverable.card-withuserdata>div>.cardScalable>button {border-radius: 0px;height: 0%;width: 0%;background: rgba(0, 0, 0, .5);filter: blur(10px);transition: none !important;backdrop-filter: blur(10px);}.cardScalable{overflow: hidden;}" - }, - { - "type": "checkBox", - "name": "Blur Dialog Background", - "description": "Blur Menu and dialog background. Note: Works in Chrome and Edge only, functionalty can be enable, click on help button for info.", - "css": ".mainDrawer {background: transparent;backdrop-filter: blur(20px);}" - }, - { - "type": "colorPicker", - "mode": "hex", - "name": "Button text color", - "description": "change button's text color.", - "css": ".raised{color: $;}", - "default": "#ffffff" - }, - { - "type": "colorPicker", - "mode":"hex", - "name": "Button background color", - "description": "change background color of button.", - "css": ".raised{background-color: $;}", - "default": "#303030" - }, - { - "type": "colorPicker", - "mode": "hex", - "name": "Idle button color-foreground", - "description": "This modifies the color of buttons like cast and search.", - "css": ".paper-icon-button-light{color: $; transititon: all .2s;}", - "default": "#ffffff" - }, - { - "type": "colorPicker", - "mode": "hex", - "name": "Idle button color-background", - "description": "This modifies the background color of buttons like cast and search.", - "css": ".paper-icon-button-light{background-color: $ !important; transition: all .2s;}", - "default": "#00FFFFFF" - }, - { - "type": "colorPicker", - "mode": "hex", - "name": "Hover button color-foreground", - "description": "This modifies the color of buttons like cast and search when your cursor is on it.", - "css": ".paper-icon-button-light:hover{color: $ !important;}", - "default": "#00a4dc" - }, - { - "type": "colorPicker", - "mode": "hex", - "name": "Hover button color-background", - "description": "This modifies the background color of buttons like cast and search when your cursor is on it.", - "css": ".paper-icon-button-light:hover{background-color: $ !important;}", - "default": "#00a4dc" - }, - { - "type": "number", - "name": "Border Radius", - "description": "Change the rounding", - "css": "*,*::before,*::after{border-radius: $ !important;}", - "default": "0" - }, - { - "type": "blurSlider", - "name": "Backdrop Blur", - "description": "adds blur to the backdrop images default is zero", - "css": ":root{--bgblur: blur($px)}.backdropImage {filter: var(--bgblur);}.backgroundContainer.withBackdrop {background-color: rgba(0,0,0,0);}", - "default": "0" - } + }] + }, + { + "name": "Custom", + "author": "you", + "description": "customize the look of jellyfin by your needs", + "defaultCss": "/*Custom*/", + "categories": [{ + "name": "Fonts", + "options": [{ + "type": "googleFonts" + }, + { + "type": "number", + "name": "Title Font Size", + "description": "Change the size of the font used at titles.", + "step": "0.1", + "css": "h1 {font-size: $em;}", + "default": "1.8" + } + ] + }, + { + "name": "Home/Dashboard Page", + "options": [{ + "type": "checkBox", + "name": "Enlarge Tab Buttons", + "description": "Enlarges the tab buttons, suggested, genres, etc. By default they are really tiny, especially on mobile.", + "css": ".headerTabs.sectionTabs {text-size-adjust: 110%; font-size: 110%;}.pageTitle {margin-top: auto; margin-bottom: auto;}.emby-tab-button {padding: 1.75em 1.7em;}" + }] + }, + { + "name": "Miscellaneous", + "options": [{ + "type": "selector", + "name": "Poster card hover effect", + "description": "Changes the hover effect on Movie/TV show/Music poster card.", + "css": "", + "selections": [{ + "name": "Scale in and out", + "css": "/*Dynamic Poster effect-option1*/.cardBox-bottompadded{margin-bottom; 1em !important;}.itemsContainer>.card>.cardBox {margin: 1em;background: rgba(0,0,0,0.5);transition: transform .2s;}.card:hover .cardBox{transform: scale(1.1);}" + }, + { + "name": "Pop up and down", + "css": "/*Dynamic Poster effect-option2*/.itemsContainer>.card>.cardBox {margin: 1em;background: rgba(0,0,0,0.5);transition: transform .2s, box-shadow .2s;}.card:hover .cardBox{transform: translatey(-5px);box-shadow: 0px 5px 10px black;}" + }, + { + "name": "Poster Image in and out", + "css": "/*Dynamic Poster effect-option3*/.card:hover .cardImageContainer{filter:background-size: 120%} .cardImageContainer{background-size: 105%;transition: all .2s;}" + }, + { + "name": "Poster Image blur", + "css": "/*Dynamic Poster effect-option4*/.card:hover .cardImageContainer{filter: blur(2px);} .cardImageContainer{transition: all .2s;}" + } + ] + }, + { + "type": "checkBox", + "name": "Minimal Actor's card", + "description": "display actor's cards in minimal and compact way", + "css": "/*Actors*/.card[data-type=Actor] .cardBox {background: none;position: relative;}.card[data-type=Actor] .cardScalable {height: 0;overflow: hidden;padding-top: 100%;border-radius: var(--rounding);}.card[data-type=Actor] .cardText {position: absolute;background: transparent !important;}.card[data-type=Actor] .cardImageContainer::after {content: '';background: linear-gradient(360deg, rgba(0,0,0,0.75), transparent 70%);width: 100%;bottom: 0;position: absolute;padding-top: 100%;}.card[data-type=Actor].cardText-secondary {bottom: 0%;width: -webkit-fill-available;border-radius: 0px 0px 10px 10px;height: 22px;}.card[data-type=Actor] .cardText-first {bottom: 23.5px;width: -webkit-fill-available;height: 22px;}.layout-mobile .card[data-type=Actor] .cardText-first {color: white !important;}.card[data-type=Actor] .cardScalable {overflow: hidden;border-radius: var(--rounding);height: 3rem;}.card[data-type=Actor] .cardOverlayButton-br {position: absolute;bottom: 23% !important;right: 0 !important;}.card[data-type=Actor] .cardPadder {background: none;}.card[data-type=Actor] .cardImageIcon {bottom: 41%;position: absolute;left: 50%;transform: translateX(-50%);}" + }, + { + "type": "selector", + "name": "Episode View", + "description": "Theme episode list", + "selections": [{ + "name": "Card", + "css": " #itemDetailPage .vertical-list {display: grid;grid-template-columns: 30% 30% 30%;padding: 0 6px !important;height: fit-content;justify-content: space-evenly;-webkit-box-orient: horizontal;-webkit-box-direction: normal;margin: -6px;width: calc(100% - 6px);}.listItem-withContentWrapper:hover .listItemImageButton.itemAction.paper-icon-button-light {opacity: 100%;}@media (max-width: 901px){#itemDetailPage .vertical-list {grid-template-columns: 30% 30%;}}.listItem-withContentWrapper {transition: none;height: fit-content;max-width: 100%;margin: 6px;border-radius: var(--rounding);overflow: hidden;padding: 0;overflow: hidden;}.listItem-withContentWrapper:hover{background: transparent;}.listItem-content {height: 100%;}.listItem-content {display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;width: 100%;display: grid;grid-template-columns: 100%;}.listItemImage.listItemImage-large.itemAction.lazy {height: 14rem;width: 100%;padding: 0 !important;margin: 0 !important;top: 0;left: 0;}.layout-mobile #itemDetailPage .vertical-list {grid-template-columns: 100%;}.secondary.listItem-overview.listItemBodyText {height: fit-content;}.layout-mobile .listItem-bottomoverview {padding: 0 10px;}.listItemBody.itemAction {padding: 0 5px;}.listItemImageButton.itemAction.paper-icon-button-light {opacity: 0;color: var(--accent);transition: all .2s;}.layout-mobile .listItemImageButton.itemAction.paper-icon-button-light{opacity: 100% !important;}" + }, + { + "name": "Compact List", + "css": ".listItemImage.listItemImage-large.itemAction.lazy {height: 110px;}.listItem-content {height: 115px;}.secondary.listItem-overview.listItemBodyText {height: 61px;margin: 0;}" + } + ] + }, + { + "type": "checkBox", + "name": "Blur episode thumbnail", + "description": "Blur episode thumbnail to prevent spoiler. Note: Doesn't in browser's that dont support backdrop-filter, i.e firefox(can be enabled though), opera and more(unknown).", + "css": " .nextUpSection.verticalSection.detailVerticalSection>div>div>div>div.cardScalable>button {filter: blur(10px);}div.listItem>div>div>button:nth-child(1) {transition: none !important;border-radius: 0px;height: 100%;width: 100%;backdrop-filter: blur(10px);}div.listItem>div>div>button:nth-child(1):hover {transition: none !important;border-radius: 0px;height: 100%;width: 100%;backdrop-filter: blur(10px);}#childrenContent>div>div>div>div.listItemImage.listItemImage large.itemAction.lazy.non-blurhashable.lazy-image-fadein-fast>button {transition: none !important;border-radius: 0px;height: 100%;width: 100%;backdrop-filter: blur(10px);}#childrenContent>div>div>div>div.listItemImage.listItemImage-large.itemAction.lazy.non-blurhashable.lazy-image-fadein-fast>button:hover {border-radius: 0px;height: 85%;width: 85%;backdrop-filter: blur(20px);}@supports not ( (backdrop-filter: blur(10px)) or (--webkit-backdrop-filter: blur(10px))) {#childrenContent>div>div>div>div.listItemImage.listItemImage-large.itemAction.lazy.non-blurhashable.lazy-image-fadein-fast {filter: blur(10px);}}@supports not ( (backdrop-filter: blur(10px)) or (--webkit-backdrop-filter: blur(10px))) {#itemDetailPage>div.detailPageWrapperContainer>div.detailPageSecondaryContainer>div.detailPageContent>div.verticalSection.detailVerticalSection.moreFromSeasonSection.emby-scroller-container>div.padded-top-focusscale.padded-bottom-focusscale.emby-scroller>.itemsContainer>.card.overflowBackdropCard.card-hoverable.card-withuserdata>div>.cardScalable {background: rgba(0, 0, 0, .5);filter: blur(10px);transition: none !important;filter: blur(10px);}}#itemDetailPage>div.detailPageWrapperContainer>div.detailPageSecondaryContainer>div.detailPageContent>div.verticalSection.detailVerticalSection.moreFromSeasonSection.emby-scroller-container>div.padded-top-focusscale.padded-bottom-focusscale.emby-scroller>.itemsContainer>.card.overflowBackdropCard.card-hoverable.card-withuserdata>div>.cardScalable>button {border-radius: 0px;height: 0%;width: 0%;background: rgba(0, 0, 0, .5);filter: blur(10px);transition: none !important;backdrop-filter: blur(10px);}.cardScalable{overflow: hidden;}" + }, + { + "type": "checkBox", + "name": "Blur Dialog Background", + "description": "Blur Menu and dialog background. Note: Works in Chrome and Edge only, functionalty can be enable, click on help button for info.", + "css": ".mainDrawer {background: transparent;backdrop-filter: blur(20px);}" + }, + { + "type": "colorPicker", + "mode": "hex", + "name": "Button text color", + "description": "change button's text color.", + "css": ".raised{color: $;}", + "default": "#ffffff" + }, + { + "type": "colorPicker", + "mode": "hex", + "name": "Button background color", + "description": "change background color of button.", + "css": ".raised{background-color: $;}", + "default": "#303030" + }, + { + "type": "colorPicker", + "mode": "hex", + "name": "Idle button color-foreground", + "description": "This modifies the color of buttons like cast and search.", + "css": ".paper-icon-button-light{color: $; transititon: all .2s;}", + "default": "#ffffff" + }, + { + "type": "colorPicker", + "mode": "hex", + "name": "Idle button color-background", + "description": "This modifies the background color of buttons like cast and search.", + "css": ".paper-icon-button-light{background-color: $ !important; transition: all .2s;}", + "default": "#00FFFFFF" + }, + { + "type": "colorPicker", + "mode": "hex", + "name": "Hover button color-foreground", + "description": "This modifies the color of buttons like cast and search when your cursor is on it.", + "css": ".paper-icon-button-light:hover{color: $ !important;}", + "default": "#00a4dc" + }, + { + "type": "colorPicker", + "mode": "hex", + "name": "Hover button color-background", + "description": "This modifies the background color of buttons like cast and search when your cursor is on it.", + "css": ".paper-icon-button-light:hover{background-color: $ !important;}", + "default": "#00a4dc" + }, + { + "type": "number", + "name": "Border Radius", + "description": "Change the rounding", + "css": "*,*::before,*::after{border-radius: $ !important;}", + "default": "0" + }, + { + "type": "colorPicker", + "name": "Background-color", + "description": "change background-color of the background", + "css": ".backgroundContainer.withBackdrop {background-color: rgba(0,0,0,0);}", + "default": "inherit" + }, + { + "type": "blurSlider", + "name": "Backdrop Blur", + "description": "adds blur to the backdrop images default is zero", + "css": ":root{--bgblur: blur($px)}.backdropImage {filter: var(--bgblur);}", + "default": "0" + } + ] + } ] - } - ] - } -] + } +] \ No newline at end of file diff --git a/src/html/skin__request.html b/src/html/skin__request.html new file mode 100644 index 0000000..c5a516a --- /dev/null +++ b/src/html/skin__request.html @@ -0,0 +1,30 @@ + + +
+ + + + + +