Jump to content

A few css bits mostly from other people


arrbee99
Go to solution Solved by King Pin,

Recommended Posts

Happy2Play
36 minutes ago, qwdqon said:

For some reason I'm not able to copy the CSS linked from the front page and just change myhighlight and my colour to non red type color tones. The navigation bar red doesn't go away. Does anyone know why? EDIT: TIL hue

Sorry can you elaborate on what code you are using.

Link to comment
Share on other sites

arrbee99

If you mean the playing progress bar on the home page and the details page and when something is actually playing, I think you need something like

add -

/* In progress playing */
div.emby-slider-background-lower {background-color: purple;}

/* In progress not playing */
div.itemProgressBarForeground {background: purple;}

and remove (if its in there somewhere) -

/* Set Now Playing and Continue Watching progress bars to separate colour if desired */
/*div.itemProgressBarForeground {background-color: #A30000;}*/

With your own colour of course. Am sure Happy2Play has a much more elegant / better suggestion.

Link to comment
Share on other sites

  • 2 weeks later...

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...