LUModder

Stylish: YT Big Player

Jun 11th, 2014
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.91 KB | None | 0 0
  1. @-moz-document domain("youtube.com") {
  2. .watch-medium .player-height {
  3.     height: 903px;
  4. }
  5.  
  6. .watch-medium .player-width {
  7.     width: 1848px;
  8. }
  9.  
  10. .watch-large .player-height {
  11.     height: 903px;
  12. }
  13.  
  14. .watch-large .player-width {
  15.     width: 1848px;
  16. }
  17.  
  18. .html5-video-player {
  19.     width: 1848px;
  20.     height: 903px;
  21. }
  22.  
  23. #player-mole-container {
  24.     width: 1848px !important;
  25.     height: 913px !important;
  26. }
  27.  
  28.  
  29. .html5-video-container {
  30.     width: 1848px;
  31.     height: 913px;
  32. }
  33.  
  34. .html5-video-content {
  35.     width: 1848px;
  36.     height: 903px;
  37. }
  38.  
  39. .html5-video-player .video-click-tracking, .html5-video-player .video-stream {
  40.     width: 1848px !important;
  41.     height: 903px !important;
  42. }
  43.  
  44. .player-height {
  45.     height: 867px;
  46. }
  47.  
  48. .player-width {
  49.     width: 1848px;
  50. }
  51.  
  52. #player {
  53.     margin-left: 9px;
  54.     margin-right: 0px;
  55. }
  56.  
  57. #player.watch-small {
  58.     margin-left: 9px;
  59.     margin-right: 0px;
  60. }
  61. }
Advertisement
Add Comment
Please, Sign In to add comment