Jump to content

Como alterar logo inicial?


jefersonjatobaa

Recommended Posts

jefersonjatobaa

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

CarlosLima

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

jefersonjatobaa

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.

Link to comment
Share on other sites

Rafick

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

CarlosLima

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.

Link to comment
Share on other sites

Happy2Play

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.

Link to comment
Share on other sites

jaspion1981
/* #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 ?

Link to comment
Share on other sites

  • 2 years later...
destark

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

Link to comment
Share on other sites

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