Jump to content

The website is under construction


emLmSx

Recommended Posts

arrbee99

I'm not very good at css. Mostly I ask other people. Also, its usually more difficult to add new stuff rather than change existing stuff.

However, what do you want exactly ? It is for Emby ? Someone helped me add the IT logo in this home page image. Maybe that could be changed to say Under Construction ?

EmbyHomePage.thumb.png.42e09c9e94bcc3573bd6b517cc9c687c.png

 

Link to comment
Share on other sites

 

Yes, for the embi, you can insert the following css code so that the embi can be seen as “Site under development”

Link to comment
Share on other sites

arrbee99

Maybe something like this -

EmbyTextmessage.thumb.jpg.e9a85b238da5777fff2c62d65651b2c7.jpg

using -

/* TEXT */
.sections.homeSectionsContainer::before {
    content: 'Site under development';
    display: block;
    font-size: 40px;
    text-align: center;
    margin: 2em auto 0 auto;
    height: 4em;
}

Don't forget css only works in a browser, not an Emby app.

 

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