/JellySkin

Vibrante Jellyfin CSS using official NetFlix sans from Netflix, created for Jellyfin web that can be used by just one line.

Primary LanguageCSS

JellySkin

This uses Netflix Sans from the official netflix CSS. If I am violating any copyright agrement then please don't ban this repo but make an issue for it.

Use 67% or 70% zoom in web browser for better experience

Note: Finally!! This CSS is fully supported now in Firefox and other browsers, but it may not have the blur features instead it would be barkened as firefox doesn't have backdrop-filter CSS tag supported, to use that you might have to manually enable the backdrop filter. I have given a way at the bottom and if you are using firefox your performace might get worse.


This is JellySkin. Netflix Sans are used as the default fonts but if it is not applied in every area then please make a new issue.

To use just copy this :

@import url("https://prayag17.github.io/JellySkin/default.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/morningGradient.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 --custom and gradient in opposite angle in --customsel :

:root {--custom: your gradient;}
:root {--customsel: 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:

@import url("https://prayag17.github.io/JellySkin/customCol.css");

Here are some images:

Login Page

Home screen:

Library View

Title screen:

TV Shows Season Episode list:

Dialogs



Animations

There are many more animation changes too!

Enabling backdrop-filter in firefox

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.