Jump to content

Stripe above login screen


CarlosLima

Recommended Posts

CarlosLima

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

Link to comment
Share on other sites

Happy2Play

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

Link to comment
Share on other sites

chef

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
Link to comment
Share on other sites

CarlosLima

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

Link to comment
Share on other sites

CarlosLima

can you share your code Carlos?

 

div.skinHeader  {background-color: transparent; }

div.skinHeader-withBackground {background: transparent; }

Link to comment
Share on other sites

CarlosLima

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

CarlosLima

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

Link to comment
Share on other sites

  • 1 month later...
oRenatoMaciel

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. 

Link to comment
Share on other sites

CarlosLima

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

Link to comment
Share on other sites

oRenatoMaciel

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

 

Poderia compartilhar conosco?

Link to comment
Share on other sites

CarlosLima

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
  • Like 1
Link to comment
Share on other sites

  • 2 months later...
oRenatoMaciel

 

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!

Link to comment
Share on other sites

  • 3 months later...

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