Note:To take full experience of this CSS on fire fox click here.
This is JellySkin: To use just copy this :
@import url("https://prayag17.github.io/JellySkin/default.css");To use Logos like the images given below use:
@import url("https://prayag17.github.io/JellySkin/Logo.css");@import url("https://prayag17.github.io/JellySkin/compact-poster.css")To use different gradient for your buttons I have added few different gradients you can choose or you can create your own (check the steps given bellow), the default gradient used is jellyfin's default logo gradient,using this alone will only skin the button colors and I know the names for this are very funny:
@import url("https://prayag17.github.io/JellySkin/seaGradient.css");
@import url("https://prayag17.github.io/JellySkin/sunsetGradient.css");
@import url("https://prayag17.github.io/JellySkin/mauveGradient.css");
@import url("https://prayag17.github.io/JellySkin/nightSkyGradient.css");and past it in custom css text box and click save. To open Custom CSS settings go to Dashboard>General>Custom CSS.
Using custom own Gradient or color
Create your gradient or solid color and past it in --accent and gradient in opposite angle in --accent-selected :
:root {--accent: your gradient;}
:root {--accent-selected: your gradient in opposite angle;}Now, to use your own Gradient (to get great button or any gradient go to https://cssgradient.io/gradient-backgrounds or https://cssgradient.io) or solid color:
:root {--accent: your gradient;}
:root {--accent-selected: your gradient in opposite angle;}Add the follwing line to custom CSS with the default css file-
@import url("https://prayag17.github.io/JellySkin/progress-bar.css");
Deaktiviert From version 70: this feature is behind the
layout.css.backdrop-filter.enabled
preference (needs to be set to
true
) and the
gfx.webrender.all
preference (needs to be set to
true
).
To change preferences in Firefox, visit about:config.














