Zombie CSS - 10.9.x compatible - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Themes & Styles (https://forum.jellyfin.org/f-themes-styles) +--- Thread: Zombie CSS - 10.9.x compatible (/t-zombie-css-10-9-x-compatible) |
RE: Zombie CSS - 10.9.x compatible - PoMpls - 2024-06-09 I love this theme.... but I have a problem with the playback controls... they are missing (Jellyfin 10.9.6) RE: Zombie CSS - Tom Sedláček - 2024-06-09 (2024-06-07, 12:35 PM)M0RPH3US Wrote:(2024-06-06, 01:15 PM)Tom Sedláček Wrote:(2024-06-06, 08:14 AM)M0RPH3US Wrote: Need feedback with an alternative mobile details layout. Incase users like this, will release as an addon. Of course I will be happy to help. 😉 RE: Zombie CSS - 10.9.x compatible - M0RPH3US - 2024-06-09 (2024-06-07, 09:49 PM)Alfred Werner Wrote: I really dig the look but tags aren't visible and tag search doesn't work. Tag support was a great feature in 10.9.2 (2024-06-09, 11:14 AM)PoMpls Wrote: I love this theme.... but I have a problem with the playback controls... they are missing Updated in the latest release. The cdn push might take some time. Instead you can force pull the latest by changing the @latest to @v10. Feedback appreciated. RE: Zombie CSS - 10.9.x compatible - PoMpls - 2024-06-10 (2024-06-09, 01:59 PM)M0RPH3US Wrote:(2024-06-07, 09:49 PM)Alfred Werner Wrote: I really dig the look but tags aren't visible and tag search doesn't work. Tag support was a great feature in 10.9.2 Well, thank you very much... it already works perfectly.. A very nice theme One last question: Is there an easy way to change the white color of the play bar to green? Greetings RE: Zombie CSS - 10.9.x compatible - M0RPH3US - 2024-06-10 (2024-06-10, 11:06 AM)PoMpls Wrote:(2024-06-09, 01:59 PM)M0RPH3US Wrote:(2024-06-07, 09:49 PM)Alfred Werner Wrote: I really dig the look but tags aren't visible and tag search doesn't work. Tag support was a great feature in 10.9.2 You can try some of the color schemes in the github repo. Or you want to keep the base color scheme and just want the play bar as green? RE: Zombie CSS - 10.9.x compatible - Efficient_Good_5784 - 2024-06-10 (2024-06-10, 11:06 AM)PoMpls Wrote: One last question:I can't guarantee that this will work with the theme without causing conflicts, but try this: Code: /*This affects the color of the playback slider, the chapter markers on the OSD, and OSD volume bar slider.*/ RE: Zombie CSS - 10.9.x compatible - M0RPH3US - 2024-06-10 (2024-06-10, 11:29 AM)Efficient_Good_5784 Wrote:(2024-06-10, 11:06 AM)PoMpls Wrote: One last question:I can't guarantee that this will work with the theme without causing conflicts, but try this: You are bang on. RE: Zombie CSS - 10.9.x compatible - Efficient_Good_5784 - 2024-06-10 Also @M0RPH3US, I've noticed your theme (and some others as well) have the watched chapter ticks set at the default blue color on the web player. To change their color to match your theme, this is the css code for that: Code: .sliderMarker.watched { Just change the rgb values to whatever color you need. As a small note, to change the color of unwatched chapter ticks, I believe the code is just ".sliderMarker.unwatched", though I may be wrong on that. Finally, this might be of interest too: To change the color of the volume slider popup when the keyboard up and down arrow keys are pressed, try this: Code: /*This affects the color of the pop-up volume bar when the keyboard is used to change volume.*/ RE: Zombie CSS - 10.9.x compatible - M0RPH3US - 2024-06-10 (2024-06-10, 11:56 AM)Efficient_Good_5784 Wrote: Also @M0RPH3US, I've noticed your theme (and some others as well) have the watched chapter ticks set at the default blue color on the web player. RE: Zombie CSS - 10.9.x compatible - PoMpls - 2024-06-10 Guys, this worked wonderfully. Code: div.mdl-slider-background-lower, But it has only changed when it is played.. on the main screen it is still white ( Although I think I really like it the way it is ) I thank you very much for the help, it is very very nice |