SGvagon

Old youtube player skin stylish

Aug 1st, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. /* Czarna poświata odtwarzacza */
  2. .ytp-gradient-top {
  3. display: none !important;
  4. }
  5. /* Pozycja napisów */
  6. .caption-window {
  7. bottom: 9.6% !important;
  8. }
  9. /* Powiększenie paska odtwarzania */
  10. .ytp-progress-list, .ytp-big-mode .ytp-progress-list {
  11. transform: none;
  12. }
  13. /* Pasek odtwarzania */
  14. .ytp-progress-bar-container {
  15. bottom: 90% !important;
  16. width: 98.10% !important;
  17. left: 50% !important;
  18. margin-right: -50% !important;
  19. transform: translate(-50%, -50%) !important;
  20. height: 6px !important;
  21. }
  22. .ytp-progress-bar-padding {
  23. width: 100% !important;
  24. }
  25. .ytp-progress-list {
  26. background: rgba(120, 120, 120, 0.80) !important;
  27. box-shadow: 0px -1.85px 1.9px -1.36px #000 !important;
  28. }
  29. .ytp-big-mode .ytp-chrome-bottom {
  30. height: 45px !important;
  31. }
  32. .ytp-big-mode .ytp-chrome-controls {
  33. margin: 5px 5px 0px -5px !important;
  34. }
  35. .ytp-big-mode .ytp-progress-bar-container {
  36. bottom: -8%!important;
  37. width: 97.50% !important;
  38. left: 50% !important;
  39. margin-right: -50% !important;
  40. transform: translate(-50%, -50%) !important;
  41. height: 8px !important;
  42. }
  43. .ytp-big-mode .ytp-scrubber-container {
  44. top: -4px!important;
  45. left: -10px!important;
  46. }
  47. .ytp-big-mode .ytp-progress-bar-padding {
  48. margin-bottom: -8px !important;
  49. }
  50. /* Czas odtwarzania - size */
  51. .ytp-time-display {
  52. opacity: 1 !important;
  53. line-height: 28px !important;
  54. }
  55. /* Przyciski odtwarzacza - size */
  56. .ytp-chrome-controls {
  57. bottom: 0px !important;
  58. height: 28px !important;
  59. line-height: 30px !important;
  60. margin-bottom: 0px !important;
  61. padding-top: 0px !important;
  62. padding-bottom: 0px !important;
  63. opacity: 1 !important;
  64. }
  65. /* Ustawienie odtwarzacza - size */
  66. .ytp-chrome-bottom {
  67. width: 100% !important;
  68. left: 0 !important;
  69. right: 0 !important;
  70. bottom: 0px !important;
  71. padding: 0 !important;
  72. margin: 0 !important;
  73. position: absolute !important;
  74. height: 30px !important;
  75. /* You selected all browsers theme mode */
  76. /* D-Gray theme */
  77. background: linear-gradient(rgba(75,75,75,0.80), rgba(27,27,27,0.80)) !important;
  78. }
  79. .ytp-gradient-top, .ytp-gradient-bottom {
  80. display: none;
  81. }
  82. .ytp-big-mode .ytp-chapter-container {
  83. line-height: 28px;
  84. }
  85. .ytp-chapter-container {
  86. line-height: 28px;
  87. }
  88. .ytp-chapter-title.ytp-button {
  89. width: 100%;
  90. }
  91. .ytp-big-mode .ytp-chapter-title.ytp-button {
  92. width: 100%;
  93. }
  94. .ytp-fullerscreen-edu-chevron {
  95. display: none !important;
  96. }
  97. .ytp-fullerscreen-edu-text {
  98. display: none !important;
  99. }
Advertisement
Add Comment
Please, Sign In to add comment