Advertisement
Guest User

MediaBrowser CSS

a guest
Mar 4th, 2015
853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=Limelight);
  2. @import url(http://fonts.googleapis.com/css?family=Oxygen);
  3.  
  4. body {font-family:Oxygen,Roboto,Arial,Helvetica,sans-serif;}
  5. .listHeader { font-family: "Limelight"; font-size: 30px}
  6.  
  7. .viewMenuBar {
  8. background-color: #000;
  9. }
  10.  
  11. .libraryViewNav {
  12. background-color: #000;
  13. }
  14.  
  15. /* Deeper blue in links/bottom border to match Disparity*/
  16. .libraryViewNav .ui-btn-active {
  17. border-bottom-color: #005EF3;
  18. }
  19. .libraryViewNav a:not(.ui-btn-active):hover {
  20. color: #005EF3 !important;
  21. }
  22. .ui-page-theme-b a:visited, html .ui-bar-b a:visited, html .ui-body-b a:visited, html body .ui-group-theme-b a:visited {
  23. color: #005EF3;
  24. }
  25. .ui-page-theme-b a:hover, html .ui-bar-b a:hover, html .ui-body-b a:hover, html body .ui-group-theme-b a:hover {
  26. color: #005EF3;
  27. }
  28. /*Lighten backdrop 'cover' so image can be seen */
  29. .backdropPage.ui-page-theme-b:not(.lightBackdropPage) {
  30. background-color: rgba(20,20,20,.73) !important;
  31. }
  32.  
  33.  
  34. .ui-overlay-b, .ui-page-theme-b, .ui-page-theme-b .ui-panel-wrapper {
  35. background-color: #000;}
  36.  
  37. .accentButton {display: none;}
  38.  
  39. div[data-itemtype=UserView] {width: 33%;}
  40.  
  41. div[data-itemtype=UserView] .cardFooter {display:none;}
  42.  
  43. div[data-itemtype=CollectionFolder] {width: 16.5%;}
  44. div[data-itemtype=Channel] {width: 16.5%;}
  45.  
  46. /*Enable vertical scrolling on the custom css text box*/
  47. #txtCustomCss{
  48. overflow-y:scroll;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement