• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Themes & Styles Zombie CSS - 10.9.x compatible

    Pages (6): « Previous 1 2 3 4 5 6 Next »

     
    • 5 Vote(s) - 3.4 Average

    Zombie CSS - 10.9.x compatible

    A bits and pieces theme cherry picked from multiple themes out there
    PoMpls
    Offline

    Junior Member

    Posts: 18
    Threads: 1
    Joined: 2024 May
    Reputation: 1
    Country:Spain
    #11
    2024-06-09, 11:14 AM
    I love this theme.... but I have a problem with the playback controls... they are missing

    [Image: fyVdwIj.png]

    (Jellyfin 10.9.6)
    Tom Sedláček
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2024 Jun
    Reputation: 0
    #12
    2024-06-09, 11:45 AM
    (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. 

    [Image: mobile_detail-alt.png]

    Definitely better than the before...  Ok-hand

    Wouldn't it be possible to use the movie image/poster as the entire background?

    E: I just tried this theme on a tablet and in landscape mode it would be perfect to make it look like it does on a PC.

    [Image: 5dDSQ4s.jpeg]
    Anyway thanks ! One of the best themes I've ever tried ! Good luck.

    Tweaked a bit for the tablet layout. I don't have device to test. Would be happy if you are willing to do so. 

    [Image: Screenshot_2024-06-07-17-59-15.png]

    Of course I will be happy to help. 😉
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 6
    #13
    2024-06-09, 01:59 PM
    (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

    [Image: fyVdwIj.png]

    (Jellyfin 10.9.6)


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

    Junior Member

    Posts: 18
    Threads: 1
    Joined: 2024 May
    Reputation: 1
    Country:Spain
    #14
    2024-06-10, 11:06 AM
    (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

    (2024-06-09, 11:14 AM)PoMpls Wrote: I love this theme.... but I have a problem with the playback controls... they are missing

    [Image: fyVdwIj.png]

    (Jellyfin 10.9.6)


    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.

    Well, thank you very much... it already works perfectly..
    [Image: kecL1lu.png]
    A very nice theme  Ok-hand

    One last question: 

    Is there an easy way to change the white color of the play bar to green?

    Greetings
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 6
    #15
    2024-06-10, 11:20 AM
    (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

    (2024-06-09, 11:14 AM)PoMpls Wrote: I love this theme.... but I have a problem with the playback controls... they are missing

    [Image: fyVdwIj.png]

    (Jellyfin 10.9.6)


    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.

    Well, thank you very much... it already works perfectly..
    [Image: kecL1lu.png]
    A very nice theme  Ok-hand

    One last question: 

    Is there an easy way to change the white color of the play bar to green?

    Greetings

    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?
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #16
    2024-06-10, 11:29 AM
    (2024-06-10, 11:06 AM)PoMpls Wrote: One last question: 

    Is there an easy way to change the white color of the play bar to green?

    Greetings
    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.*/
    div.mdl-slider-background-lower,
    input.mdl-slider::-webkit-slider-thumb,
    .mdl-slider::-webkit-slider-thumb,
    .sliderBubbleTrack,
    .sliderMarker.watched {
    background-color: rgba(0,200,0,1) !important; }
    1
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 6
    #17
    2024-06-10, 11:46 AM
    (2024-06-10, 11:29 AM)Efficient_Good_5784 Wrote:
    (2024-06-10, 11:06 AM)PoMpls Wrote: One last question: 

    Is there an easy way to change the white color of the play bar to green?

    Greetings
    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.*/
    div.mdl-slider-background-lower,
    input.mdl-slider::-webkit-slider-thumb,
    .mdl-slider::-webkit-slider-thumb,
    .sliderBubbleTrack,
    .sliderMarker.watched {
    background-color: rgba(0,200,0,1) !important; }

    You are bang on.
    1
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #18
    2024-06-10, 11:56 AM (This post was last modified: 2024-06-10, 12:05 PM by Efficient_Good_5784. Edited 3 times in total.)
    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 {
    background-color: rgba(150,150,150,1) !important; }

    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.*/
    .iconOsdProgressInner {
    background-color: rgba(150,150,150,1) !important; }
    2
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 6
    #19
    2024-06-10, 12:06 PM
    (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.

    To change their color to match your theme, this is the css code for that:

    Code:
    .sliderMarker.watched {
    background-color: rgba(150,150,150,1) !important; }

    Good catch. Will add that

    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.*/
    .iconOsdProgressInner {
    background-color: rgba(150,150,150,1) !important; }
    PoMpls
    Offline

    Junior Member

    Posts: 18
    Threads: 1
    Joined: 2024 May
    Reputation: 1
    Country:Spain
    #20
    2024-06-10, 01:07 PM
    Guys, this worked wonderfully.

    Code:
    div.mdl-slider-background-lower,

    input.mdl-slider::-webkit-slider-thumb,

    .mdl-slider::-webkit-slider-thumb,

    .sliderBubbleTrack,

    .sliderMarker.watched {

    background-color: rgba(0,200,0,1) !important; }


    [Image: LvYeynW.png]

    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  Ok-hand )

    [Image: m3pXDg6.png]

    I thank you very much for the help, it is very very nice
    Pages (6): « Previous 1 2 3 4 5 6 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode