Guest Posted July 28, 2019 Posted July 28, 2019 div.skinHeader.skinHeader-withBackground.headroom.noHeaderRight {display:none; } Hi, The code above broke in version 4.2. Can anyone shows how to change the code to work again? Thank you
Happy2Play 9441 Posted July 30, 2019 Posted July 30, 2019 No haven't noticed a way to only target Login screen so it won't affect all "div.skinHeader.skinHeader-withBackground"
chef 3808 Posted July 30, 2019 Posted July 30, 2019 (edited) I wonder if you could try the CSS pseudo element ":has" https://developer.mozilla.org/en-US/docs/Web/CSS/:has Look to see if 'div#loginPage' :has the class 'hide' Then apply display:none to the 'skinHeader'... Kind sounds hacky if it even is possible at all. Edit: create a class that adds display:none. Or perhaps add an :after pseudo element to skinHeader with content of display:none or that matches the login page colour and overlays the skinHeader. Sorry grasping here. Edited July 30, 2019 by chef
Guest Posted July 31, 2019 Posted July 31, 2019 Sorted out.I chose to apply a transparent background to the top bar.Thank you
Guest Posted August 9, 2019 Posted August 9, 2019 can you share your code Carlos? div.skinHeader {background-color: transparent; } div.skinHeader-withBackground {background: transparent; }
Guest Posted August 12, 2019 Posted August 12, 2019 Hi, Still on this subject, is it possible to use a CSS or HTML code to add and transfer the links highlighted below to the line above?These links would apply only to the embyserver home.Thanks for any tips.
neik 870 Posted August 12, 2019 Posted August 12, 2019 @@CarlosLima, this is a bit off-topic but I am wondering what you are showing with the pages in the red box? If you don't want to post it publicly feel free in contacting me via PM - also in portuguese. ;-)
Guest Posted August 12, 2019 Posted August 12, 2019 @@CarlosLima, this is a bit off-topic but I am wondering what you are showing with the pages in the red box? If you don't want to post it publicly feel free in contacting me via PM - also in portuguese. ;-) Hi, these are just external links to other web pages.
neik 870 Posted August 12, 2019 Posted August 12, 2019 Yeah, sure but what software? I guess, for requests you use Ombi but what would you show on planos?
oRenatoMaciel 7 Posted October 2, 2019 Posted October 2, 2019 Hi, Still on this subject, is it possible to use a CSS or HTML code to add and transfer the links highlighted below to the line above? These links would apply only to the embyserver home. Thanks for any tips. Carlos, Qual código foi utilizado para inserir esses links externos dentro do Emby? Achei interessante. Estou pensando em colocar o link do meu OMBI ali.
Guest Posted October 2, 2019 Posted October 2, 2019 oi, não usei css, mas sim html. cada atualização embyserver exige retrabalho.
oRenatoMaciel 7 Posted October 3, 2019 Posted October 3, 2019 oi, não usei css, mas sim html. cada atualização embyserver exige retrabalho. Poderia compartilhar conosco?
Guest Posted October 3, 2019 Posted October 3, 2019 (edited) Eis o código para inserir ao arquivo home.htmlLINK - página de destinoCOR - cor do textoTEXTO - exibido no botão/linkPrecisa definir se pretende centralizar ou alinhar esquerda/direita (<center>CÓDIGO</center>) <a href="LINK" style="color: #COR" target="_self"><b>TEXTO</b></a> Edited October 3, 2019 by CarlosLima
oRenatoMaciel 7 Posted December 6, 2019 Posted December 6, 2019 Eis o código para inserir ao arquivo home.html LINK - página de destino COR - cor do texto TEXTO - exibido no botão/link Precisa definir se pretende centralizar ou alinhar esquerda/direita (<center>CÓDIGO</center>) <a href="LINK" style="color: #COR" target="_self"><b>TEXTO</b></a> Farei um teste na minha VPS. Obrigado Carlos!
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