Jump to content

New theme - Plex inspired look


fillidill

Recommended Posts

49 minutes ago, Happy2Play said:

That is why circle images will never fully work as there are zero standards for a person image to the face will never be exactly in the same place.  You may get lucky on character images but they truly on represent a specific character not the person overall.

So all you can do is change the person image or not round the images.

I haven't had a chance to play with it yet, but if you move the circle up a little from the center then I think that will increase the percentage of people that it will work well with.

But of course, still understanding it won't work perfectly for all and will even create the opposite problem for others which would be chins getting cut off.

Link to comment
Share on other sites

Multiverse
On 1/7/2023 at 9:58 PM, Multiverse said:

Awesome theme, I love it!

But:

How can I change the color from the "Plex brown" to Emby's blue? It would be perfect if the accent color would be used.

How can I integrate the not-watched counter for series into the triangle on the right side?

How can I highlight the "missing" button for episodes? Perhaps a blood red color ...

Thanks a lot!

Push!

Link to comment
Share on other sites

Happy2Play
3 hours ago, Multiverse said:

How can I change the color from the "Plex brown" to Emby's blue? It would be perfect if the accent color would be used.

Change #e5a00d to any color you like.  Otherwise, you have to edit a lot of code as it points the edited "--theme-primary-color".

:root {
  --theme-primary-color: #e5a00d !important;
  --theme-accent-text-color: #e5a00d !important;
  --theme-primary-color-lightened: #e5a00d !important;
  --theme-icon-focus-background: rgb(229 160 13 / 20%) !important;
  --theme-accent-text-color-darkbg: #e5a00d!important;
  --theme-accent-text-color-lightbg: #e5a00d!important;
  --theme-accent-text-color: #e5a00d!important;
}

 

3 hours ago, Multiverse said:

How can I integrate the not-watched counter for series into the triangle on the right side?

Will look at to see if possible as the method used are different indicators.

 

3 hours ago, Multiverse said:

How can I highlight the "missing" button for episodes? Perhaps a blood red color ...

Background or text color?

Edit this code, if you want to change the raised button background change background in the code or add "color: red;" to this code to change the text.

/* Episode indicator for missing and unaired */
.undefinedmissingIndicator, .undefinedunairedIndicator, .missingIndicator, .unairedIndicator {
    background: #ababab52;
    padding: 5px 15px;
    margin: 10px 0;
    font-size: 12px;
    border-radius: 5px;
}

 

  • Like 1
Link to comment
Share on other sites

  • 2 weeks later...
Happy2Play
1 hour ago, MaaTVZ said:

where is the latest version of style css ? i don't find anywhere

The first post.

Link to comment
Share on other sites

Locutus64
13 hours ago, MaaTVZ said:

onde está a ultima versão do style css ? não encontro em lugar nenhum

Either post in English or provide the english translation as well.

Edited by Locutus64
Link to comment
Share on other sites

Damien_
2 hours ago, MaaTVZ said:

where is the last version of style css ? I can't find it anywhere

version 3

 

The OP attaches every version on his first post. 

  • Like 1
Link to comment
Share on other sites

Happy2Play
8 hours ago, MaaTVZ said:

where is the last version of style css ? I can't find it anywhere

version 3

 

Where does it say there is a version 3?

 

version 2.4, 2.5, 2.6 and 2.7 in first post.

  • Like 1
  • Agree 1
Link to comment
Share on other sites

  • 1 month later...
WinterClan

Hi,

would like My media to replace the text with small pictures. I use the version Emby-Stable-style-v2.7.txt. I have tested everything here, but unfortunately without success. I can't reduce the size of the buttons either. Nothing works...

Do you have a tip for me?

Link to comment
Share on other sites

  • 3 months later...
Jackson59

Hi, i used the latest version of the css code, but there is some space on the right of my media,  could you help me with this?

20230711193124.png

Link to comment
Share on other sites

Locutus64
On 7/14/2023 at 2:34 AM, Locutus64 said:

I'd like to know if we are ever going to get a new one for the beta? Thanks

BUMP

Link to comment
Share on other sites

Locutus64
59 minutes ago, emLmSx said:
  Hide contents

 

Привествую можно код?

Screenshot_1.png

First the content of your hidden post doesn't exist. Second post the English translation as well when you make any post.

 

Still wanting to know if we are going to get a version back for Emby beta.

Link to comment
Share on other sites

Locutus64

The question of if we are going to get the version of this for Emby beta back isn't going to go away.

Edited by Locutus64
Link to comment
Share on other sites

emLmSx

Yes, I'm talking about it, I wanted to ask the code where you can find the percentage as I threw off. here I threw off the translation I'm sorry

Link to comment
Share on other sites

  • 2 weeks later...
Locutus64
On 7/23/2023 at 2:56 AM, Locutus64 said:

The question of if we are going to get the version of this for Emby beta back isn't going to go away.

BUMP

Link to comment
Share on other sites

7 hours ago, Locutus64 said:

BUMP

Hi, please keep in mind the developer here is contributing this theme in their own spare time, and it's also summer vacation season. Thanks.

Link to comment
Share on other sites

  • 4 weeks later...
  • 3 weeks later...
fillidill

Hello guys! I am sorry that this update took a bit longer than usual but please note that I don't use Beta and I only do this for you when I have time. Please take that in consideration.

Enough of that. I have now made updates to both the stable and beta version. The beta was a big update as a lot of things changed but I think it should all be good now hopefully. For some reason I cant edit the main post (do you know why @Happy2Play?) so the updates can be found attached to this post instead.

Let me know if anything is not working correctly :) 

Emby-Stable-style-v2.8.css Emby-Beta-style-v2.8.css

  • Like 4
  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...