Jump to content

Recommended Posts

mediacowboy
Posted (edited)

Can you copy and paste all of your CSS maybe a bracket is missing somewhere or PM me?

Edited by mediacowboy
Posted

My CSS code is very small and can not see any errors.

/* Dark login page */
#loginPage {
  background-color: #000
}
.logoLibraryMenuButtonText {
  color: #fff;
}
#manualLoginForm {
  color: #fff;
}


/*Remove 'Missing Trailer' icon in metadata editor, I don't use trailers*/
img[title='Missing local trailer.'] {
  display:none;
}



.supporterPromotion {
  border-color: #555;
  background-color: #555;
  color: #fff;
}
.btnActionAccent {
  border-color: #555;
  background-color: #555;
  color: #fff;
}
mediacowboy
Posted

This weird. I cant see any issues with it either.

Posted

Did you have a CSS code to replace the MediaBrowser text by another custom, on the login screen ?

mediacowboy
Posted (edited)

This is my CSS I am running pieced together by BigJohn.

Dark Theme.css

Edited by mediacowboy
Posted

@

 

Are you using a language other than English? That may be the problem with my code. Try this instead:

/*Remove 'Missing Trailer' icon in metadata editor, I don't use trailers*/
img[src='css/images/editor/missingtrailer.png'] {
  display:none;
}
  • Like 1
Posted

Hi, very grateful. I applied and enjoyed the theme. I will use it on my server.

Posted

 

@

 

Are you using a language other than English? That may be the problem with my code. Try this instead:

/*Remove 'Missing Trailer' icon in metadata editor, I don't use trailers*/
img[src='css/images/editor/missingtrailer.png'] {
  display:none;
}

 

This is wonderful, you settled the dilemma. Thanks so much.

Posted

This is wonderful, you settled the dilemma. Thanks so much.

 

Excellent, I will replace the code in the original post so no one else has the same problem.

Posted

Good idea. In addition to the trailer, I do not use LOGO. Can you tell if just change the code ... logo.png and also works ?

Posted

Good idea. In addition to the trailer, I do not use LOGO. Can you tell if just change the code ... logo.png and also works ?

 

Yes, that should work. Just put missinglogo.png instead of missingtrailer.png

Posted

Worked yes. Today I got a CSS class. Many thanks to the friends. Greetings from Brazil.

Posted (edited)

It would be possible to use CSS code to change the text below the avatar? Last seen ....

 

54f0ed00d6366_trash0.png

Edited by Gato_Guga
Posted

It would be possible to use CSS code to change the text below the avatar? Last seen ....

 

54f0ed00d6366_trash0.png

 

Do you mean use CSS to translate the text into a different language?

Posted

I thank the friends of this forum, who helped turn my MediaBrowser into something more beautiful to see

Thanks so much, @@bigjohn and @@mediacowboy.

 

Link: http://imgur.com/a/23p6T#0

 

You are welcome!

 

You might also want to apply the css for the login page from this post:

http://mediabrowser.tv/community/index.php?/topic/18046-custom-css-with-the-new-server-beta/page-2&do=findComment&comment=180630

 

Or if that is too dark, at least use this part:

.logoLibraryMenuButtonText {
  color: #fff;
}

so that the word "MEDIA" in the logo text is in white on that dark background.

mediacowboy
Posted

Thanks but all the hard work goes to BigJohn. 

Posted

Do you mean use CSS to translate the text into a different language?

 

Exact, portuguese.

Posted

Exact, portuguese.

 

I don't think there is an easy way to do that with CSS.

Posted

I don't think there is an easy way to do that with CSS.

 

I think the same way. Thank U.

Posted

Couple of additions to my dark dashboard css:

.ui-overlay-a {
  background-color: #252525;
}
#fldConnectInfo {
  background: #333 !important;
}
  • Like 1
mediacowboy
Posted

What do these do?

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