mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-03-18 21:30:33 +01:00
Added links to Preview images
This commit is contained in:
@@ -4,14 +4,22 @@
|
||||
"author": "Jellyfin",
|
||||
"description": "Default, stock, Jellyfin.",
|
||||
"defaultCss": "",
|
||||
"options": []
|
||||
"options": [],
|
||||
"preview": [
|
||||
"home": "",
|
||||
"title": ""
|
||||
]
|
||||
},
|
||||
{
|
||||
"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);",
|
||||
"options": []
|
||||
"options": [],
|
||||
"preview": [
|
||||
"home": "https://github.com/prayag17/JellyFlix/raw/main/Public%20Ver%201/Home.png?raw=true",
|
||||
"title": "https://github.com/prayag17/JellyFlix/raw/main/Public%20Ver%201/TitlePage.png?raw=true"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Monochromic",
|
||||
@@ -51,6 +59,10 @@
|
||||
"css": "@import url('https://ctalvio.github.io/Monochromic/customcolor_style.css');:root {--accent: $;}",
|
||||
"default": ""
|
||||
}
|
||||
],
|
||||
"preview": [
|
||||
"home": "https://github.com/CTalvio/Monochromic/blob/master/screenshots/1.png?raw=true",
|
||||
"title": "https://github.com/CTalvio/Monochromic/blob/master/screenshots/2.png?raw=true"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -85,6 +97,10 @@
|
||||
"css": ":root {--accent: $;}",
|
||||
"default": "#6279cd"
|
||||
}
|
||||
],
|
||||
"preview": [
|
||||
"home": "https://github.com/CTalvio/Kaleidochromic/blob/main/screenshots/6.png?raw=true",
|
||||
"title": "https://github.com/CTalvio/Kaleidochromic/blob/main/screenshots/1.png?raw=true"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -117,6 +133,10 @@
|
||||
"description": "changes the Jellyfin themed Hover gradient",
|
||||
"css": "@import url('https://prayag17.github.io/JellySkin/morningGradient.css');"
|
||||
}
|
||||
],
|
||||
"preview": [
|
||||
"home": "https://github.com/prayag17/JellySkin/raw/master/Version%204/Home.png?raw=true",
|
||||
"title": "https://github.com/prayag17/JellySkin/raw/master/Version%204/title%202.png?raw=true"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -220,17 +240,21 @@
|
||||
{
|
||||
"type": "number",
|
||||
"name": "Border Radius",
|
||||
"description": ":root {--rounding: 0px;}.formDialogHeader {border-top-left-radius: var(--rounding);border-top-right-radius: var(--rounding);}.formDialogFooter {border-bottom-left-radius: var(--rounding);border-bottom-right-radius: var(--rounding);}.cardOverlayContainer {border-radius: var(--rounding) !important;}.toast,.paperList,.cardContent,.sessionNowPlayingInnerContent, .listItem:hover, .cardImage,.fab,.multiSelectCheckboxOutline,.itemSelectionPanel,.cardContent-button, .cardContent-shadow, .itemDetailImage, .cardOverlayButton-hover,.cardImageContainer,.cardPadder,.listItemImage,.listItemImageButton,.listItemButton,.headerButton,.paper-icon-button-light,.innerCardFooter,.blurhash-canvas,.actionSheetMenuItem:hover,.dialog,.listItemIcon,.listItem-border,.button-flat,.visualCardBox,.checkboxOutline,.emby-select-withcolor,.chapterThumbTextContainer,.chapterThumbContainer,.chapterThumb,.emby-input, .emby-textarea, .emby-select-withcolor,.cardOverlayButtonIcon,.subtitleappearance-preview.flex.align-items-center.justify-content-center {border-radius: var(--rounding) !important;}.osdPoster img {border-radius: var(--rounding); border: none;}.mdl-slider::-moz-range-thumb {border-radius: var(--rounding);}.mdl-slider::-ms-thumb {border-radius: var(--rounding);}.mdl-slider::-webkit-slider-thumb {border-radius: var(--rounding);}div[data-role='controlgroup'] a[data-role='button']:first-child {border-bottom-left-radius: var(--rounding);border-top-left-radius: var(--rounding);}div[data-role='controlgroup'] a[data-role='button']:last-child {border-bottom-right-radius: var(--rounding);border-top-right-radius: var(--rounding);}",
|
||||
"css": "",
|
||||
"description": "Change the roundness of text box and more default is zero",
|
||||
"css": "@import url('https://prayag17.github.io/jellyfin-plugin-skin-manager/src/border-radius.css'); :root{--rounding: $px;}",
|
||||
"default":"0"
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"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);}",
|
||||
"css": "@import url('https://prayag17.github.io/jellyfin-plugin-skin-manager/src/bgBlur.css'); :root{--bgblur: blur($px)}",
|
||||
"default": "0"
|
||||
}
|
||||
],
|
||||
"preview": [
|
||||
"home": "",
|
||||
"title": ""
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user