From 76cbeef6a12e5de0ce1481af3bc7ba0cdd3cf77e Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Mon, 10 May 2021 02:45:06 +0200 Subject: [PATCH] Update skins-3.0.json --- skins-3.0.json | 77 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 76 insertions(+), 1 deletion(-) diff --git a/skins-3.0.json b/skins-3.0.json index 0a7dd41..17c07d4 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -109,6 +109,7 @@ "default": "" } ] +<<<<<<< Updated upstream }] }, { @@ -210,6 +211,78 @@ "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": "html {font-family: '$',sans-serif ; } body,h1,h2,h3 { font-family: '$' ,sans-serif;}" + }, + { + "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;}" + } +>>>>>>> Stashed changes ] }] }, @@ -281,7 +354,9 @@ "categories": [{ "name": "Fonts", "options": [{ - "type": "googleFonts" + "type": "googleFonts", + "name" : "Change Font", + "css" : "html {font-family: '$',sans-serif ; } body,h1,h2,h3 { font-family: '$' ,sans-serif;}" }, { "type": "number",