mediacowboy 438 Posted February 27, 2015 Posted February 27, 2015 (edited) Can you copy and paste all of your CSS maybe a bracket is missing somewhere or PM me? Edited February 27, 2015 by mediacowboy
Guest Posted February 27, 2015 Posted February 27, 2015 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 438 Posted February 27, 2015 Posted February 27, 2015 This weird. I cant see any issues with it either.
Guest Posted February 27, 2015 Posted February 27, 2015 Did you have a CSS code to replace the MediaBrowser text by another custom, on the login screen ?
mediacowboy 438 Posted February 27, 2015 Posted February 27, 2015 (edited) This is my CSS I am running pieced together by BigJohn. Dark Theme.css Edited February 27, 2015 by mediacowboy
bigjohn 732 Posted February 27, 2015 Posted February 27, 2015 @ 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; } 1
Guest Posted February 27, 2015 Posted February 27, 2015 Hi, very grateful. I applied and enjoyed the theme. I will use it on my server.
Guest Posted February 27, 2015 Posted February 27, 2015 @ 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.
bigjohn 732 Posted February 27, 2015 Posted February 27, 2015 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.
Guest Posted February 27, 2015 Posted February 27, 2015 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 ?
bigjohn 732 Posted February 27, 2015 Posted February 27, 2015 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
Guest Posted February 27, 2015 Posted February 27, 2015 Worked yes. Today I got a CSS class. Many thanks to the friends. Greetings from Brazil.
Guest Posted February 27, 2015 Posted February 27, 2015 (edited) 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 Edited February 27, 2015 by Gato_Guga
Guest Posted February 27, 2015 Posted February 27, 2015 (edited) It would be possible to use CSS code to change the text below the avatar? Last seen .... Edited February 27, 2015 by Gato_Guga
bigjohn 732 Posted February 27, 2015 Posted February 27, 2015 It would be possible to use CSS code to change the text below the avatar? Last seen .... Do you mean use CSS to translate the text into a different language?
bigjohn 732 Posted February 27, 2015 Posted February 27, 2015 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 438 Posted February 27, 2015 Posted February 27, 2015 Thanks but all the hard work goes to BigJohn.
Guest Posted February 27, 2015 Posted February 27, 2015 Do you mean use CSS to translate the text into a different language? Exact, portuguese.
Guest Posted February 27, 2015 Posted February 27, 2015 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. Thank you, I applied your tip.
bigjohn 732 Posted February 27, 2015 Posted February 27, 2015 Exact, portuguese. I don't think there is an easy way to do that with CSS.
Guest Posted February 27, 2015 Posted February 27, 2015 I don't think there is an easy way to do that with CSS. I think the same way. Thank U.
bigjohn 732 Posted March 1, 2015 Posted March 1, 2015 Couple of additions to my dark dashboard css: .ui-overlay-a { background-color: #252525; } #fldConnectInfo { background: #333 !important; } 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now