cochize1 46 Posted August 27, 2019 Posted August 27, 2019 Hi, I was following the thread and got some pretty results myself. There are 2 things I am still struggling with, any idease on how to make it work (as in attached picture): 1. How to narrow Header Middle Section with Tabs? 2. How to change the Text for Live TV cardbox?
MndWrp 100 Posted September 3, 2019 Posted September 3, 2019 Yummy... Nice! I've been hoping to do something similar for a while now. I know nothing about CSS but i might give this a shot! Do you think it would be possible to replace the white "Star Wars Collection" text with simply the logo, but a bit bigger ? Anyway, cool stuff!
arrbee99 1712 Posted September 4, 2019 Author Posted September 4, 2019 Nice! I've been hoping to do something similar for a while now. I know nothing about CSS but i might give this a shot! Do you think it would be possible to replace the white "Star Wars Collection" text with simply the logo, but a bit bigger ? Anyway, cool stuff! No idea. Hopefully someone who understands this stuff will know better. If I got it right I put the css to get it like the image here https://emby.media/community/index.php?/topic/77102-hope-have-to-enjoy-background-image/
Happy2Play 9441 Posted September 4, 2019 Posted September 4, 2019 Nice! I've been hoping to do something similar for a while now. I know nothing about CSS but i might give this a shot! Do you think it would be possible to replace the white "Star Wars Collection" text with simply the logo, but a bit bigger ? Anyway, cool stuff! Only issue would be if a item does not have a logo then you will have not a Title. But sure the logo can be re-positioned to where the title is.
MndWrp 100 Posted September 4, 2019 Posted September 4, 2019 Only issue would be if a item does not have a logo then you will have not a Title. But sure the logo can be re-positioned to where the title is.All my emby entries have logos, so for me it would not be an issue. Sent from my SM-G920W8 using Tapatalk
Happy2Play 9441 Posted September 4, 2019 Posted September 4, 2019 (edited) All my emby entries have logos, so for me it would not be an issue. Sent from my SM-G920W8 using Tapatalk You can do something like this. Sure logos have a standard dimension, they all have different amount of transparent space. div.detailLogo { top: 25em; left: 4em; height: 12em; } div.detailPageContent {padding-top: 30em; } div.detailImageContainer {display: none; } div.nameContainer {visibility: hidden; } Edited September 4, 2019 by Happy2Play
Gaspar Filmes 8 Posted September 13, 2019 Posted September 13, 2019 Is there a way to change this image in chromecast? I wann set up an Avengers theme at house: Is there a way to change this image in chromecast? I wann set up an Avengers theme at house:
arrbee99 1712 Posted January 4, 2020 Author Posted January 4, 2020 Sorry to be a pest (again), but 4.4.0.5 has wrecked the move stuff down bit (again) and the get rid of the poster / thumb bit (again), so its not like the above. Any chance of some help please ? Might be something to do with some flex thingy, but no idea really.
Happy2Play 9441 Posted January 5, 2020 Posted January 5, 2020 Sorry to be a pest (again), but 4.4.0.5 has wrecked the move stuff down bit (again) and the get rid of the poster / thumb bit (again), so its not like the above. Any chance of some help please ? Might be something to do with some flex thingy, but no idea really. Which code are you using? change div.detailPageContent {padding-top: 30em; } to div.topDetailsMain {padding-top: 30em; }
arrbee99 1712 Posted January 5, 2020 Author Posted January 5, 2020 (edited) If I've found the right stuff, was using this to get rid of the Poster / Thumb /* ----- Change Movie Active Thumbnail Image Size ----- */ /*#itemDetailPage .portraitDetailImageContainer { display: none; !important; }*/ and then the following as the above also got rid of the Actor image on the Actor info page /*Remove Poster / Thumb from detail page*/ #itemDetailPage div.detailImageContainer.detailimg-hidemobile.portraitDetailImageContainer {display: none; } But that stopped working with 4.4.0.5. Think this moved text and logo down - /*Move text details down on details page*/ .detailLogo {top: 40em !important ;} .detailPageContent {padding-top: 30em !important ;} Edited January 5, 2020 by arrbee99
arrbee99 1712 Posted January 5, 2020 Author Posted January 5, 2020 Thanks, your code moved the text (and image) down very well.
Happy2Play 9441 Posted January 5, 2020 Posted January 5, 2020 Looks like this then. div.topDetailsMain {padding-top: 30em; } div.detailImageContainer {display: none; }
arrbee99 1712 Posted January 5, 2020 Author Posted January 5, 2020 Erm, can't get your second line to work.
Happy2Play 9441 Posted January 5, 2020 Posted January 5, 2020 Erm, can't get your second line to work. That is the only code I used to move down and remove poster.
arrbee99 1712 Posted January 5, 2020 Author Posted January 5, 2020 Does the order of the css matter all ?
Happy2Play 9441 Posted January 5, 2020 Posted January 5, 2020 (edited) Does the order of the css matter all ? It shouldn't, I would assume something is the existing code is broke. Have you tested with just the new code? Edited January 5, 2020 by Happy2Play
arrbee99 1712 Posted January 5, 2020 Author Posted January 5, 2020 Oh rats, thanks, turns out I put a comment above your css to say what it was but I started it off with //* Can't even get a comment right
arrbee99 1712 Posted January 5, 2020 Author Posted January 5, 2020 Is there a way to move the logo down a bit maybe e.g. the 12 Strong thing of yours ?
Happy2Play 9441 Posted January 5, 2020 Posted January 5, 2020 Is there a way to move the logo down a bit maybe e.g. the 12 Strong thing of yours ? You mean this. div.detailLogo {position: absolute; top: 40em; }
arrbee99 1712 Posted January 5, 2020 Author Posted January 5, 2020 I do. Excellent. Thanks very much for putting up with me...
Happy2Play 9441 Posted January 5, 2020 Posted January 5, 2020 (edited) I do. Excellent. Thanks very much for putting up with me... There is a issue with music albums though, with this move down code though. Will have to look at it more tomorrow. Edited January 5, 2020 by Happy2Play 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now