Jump to content

Recommended Posts

Posted

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
Posted

No haven't noticed a way to only target Login screen so it won't affect all "div.skinHeader.skinHeader-withBackground"

Posted (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 by chef
Posted

Sorted out.
I chose to apply a transparent background to the top bar.
Thank you

troyscorer
Posted

can you share your code Carlos?

Posted

can you share your code Carlos?

 

div.skinHeader  {background-color: transparent; }

div.skinHeader-withBackground {background: transparent; }

Posted

5d51bee1b9f69_Screenshot2.png

 

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.

Posted

@@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. ;-)

Posted

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

Posted

Yeah, sure but what software?

I guess, for requests you use Ombi but what would you show on planos?

  • 1 month later...
oRenatoMaciel
Posted

5d51bee1b9f69_Screenshot2.png

 

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. 

Posted

oi, não usei css, mas sim html. cada atualização embyserver exige retrabalho.

oRenatoMaciel
Posted

oi, não usei css, mas sim html. cada atualização embyserver exige retrabalho.

 

Poderia compartilhar conosco?

Posted (edited)

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>
Edited by CarlosLima
  • 2 months later...
oRenatoMaciel
Posted

 

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!

  • 3 months later...
Moisés Oliveira
Posted

Oi

onde fica pasta arquivo home.html

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