Jump to content

Recommended Posts

jefersonjatobaa
Posted (edited)

Olá, estou iniciando aqui e gostaria de saber como alterar um logotipo inicial por uma minha própria?

 

 

post-492337-0-62384200-1588352230_thumb.png

Edited by jefersonjatobaa
CarlosLima
Posted

/* #09 - Substitui o logo Emby canto superior esquerdo na tela de login e homepage */
.pageTitleWithLogo { background-image: url(YOU_LOGO_LINK) !important;
height: 50px !Important;
width: 190px !Important;
}
.pageTitleWithDefautLogo { height: 53px !important; }
  • Like 1
jefersonjatobaa
Posted

Tentei e vi que essa css altera a pequena logo no canto superior esquerdo...mas eu estava me referindo a primeira tela quando digitamos o endereço web e damos enter, já abre uma imagem da lgoo emby grande depois muda pra tela de login. Eu gostaria de mudar essa primeira tela de carregamento, no caso antes de aparecer a tela de login.

Posted (edited)

uma opção seria editar o index.html

você pode deletar esta linha, faça um bakup antes :  fica abaixo de .app-splash {

                                                                                                             background-image: url(bower_components/emby-webcomponents/themes/logowhite.png);

e se quiser colocar uma img sua e só por neste caminho

 

 

 

.app-splash {
            background-image: url(bower_components/emby-webcomponents/themes/LOGO EMBY);
            background-position: center top;
            background-repeat: no-repeat;
            background-size: contain;
            position: fixed;
            top: 30%;
            left: 30%;
            right: 30%;
            height: 20%;
        }
Edited by Rafick
CarlosLima
Posted

Tentei e vi que essa css altera a pequena logo no canto superior esquerdo...mas eu estava me referindo a primeira tela quando digitamos o endereço web e damos enter, já abre uma imagem da lgoo emby grande depois muda pra tela de login. Eu gostaria de mudar essa primeira tela de carregamento, no caso antes de aparecer a tela de login.

 

Ah, sorry, now I understood

you quoted LOGO and thought you wanted to change the logo. this image is SPLASH.

Happy2Play
Posted

Splash and Logo are the same image so it really depends on what exactly you want.

 

I would have to test again but I believe it really can not be done with css do to when the splash loads and when css is loaded.  So you would have to edit the html.  Believe there is another topic with this discussion.

jaspion1981
Posted
/* #09 - Substitui o logo Emby canto superior esquerdo na tela de login e homepage */
.pageTitleWithLogo { background-image: url(YOU_LOGO_LINK) !important; 
  height: 50px !Important;
  width: 190px !Important; 
}
.pageTitleWithDefautLogo { height: 53px !important; }

boa tarde...poderia mim ajudar a fazer o processo no meu emby ?

  • 2 years later...
Posted

bom gente eu  queria tira aquela parte que tem pede email e senha e já colocar o ip ou rost no apk. para já ir bara long e senha

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