Guest User

zenzawatch

a guest
Apr 15th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. /* アイコン・ボタン類を中央配置 */
  2. .zenzaWatchVideoInfoPanel [class$="icon"] { vertical-align: middle; }
  3.  
  4. .zenzaVideoPlayerDialog .controlButton { vertical-align: middle; }
  5.  
  6. .zenzaVideoPlayerDialog .videoControlBar .volumeControl { vertical-align: middle; }
  7.  
  8. /* シークバー上のサムネイルを調整 */
  9. .seekBarToolTipInner {
  10. width: 162px !important;
  11. font-size: 0 !important;
  12. }
  13.  
  14. .zenzaSeekThumbnail {
  15. width: 160px !important;
  16. height: 90px !important;
  17. margin: auto !important;
  18. border: inset 1px !important;
  19. overflow: hidden !important;
  20. box-sizing: content-box !important;
  21. }
  22.  
  23. .zenzaSeekThumbnail-image { border: none !important; }
  24.  
  25. /* 小さいサムネイルを拡大 */
  26. .zenzaSeekThumbnail-image[style*="width: 112px;"] {
  27. transform: scale(1.4285) !important;
  28. transform-origin: center top !important;
  29. }
  30.  
  31. /* サムネイルチップ下のアイコンを等間隔配置 */
  32. .seekBarToolTipInner > :not(.seekBarThumbnailContainer) { width: 25% !important; }
  33. .seekBarToolTip .controlButton { margin: 0 !important; }
  34.  
  35. .seekBarToolTip .currentTime {
  36. font-size: 10px !important;
  37. vertical-align: middle !important;
  38. }
  39.  
  40. /* コメントアイコンに透明度が適用されない対策 */
  41. .seekBarToolTip .controlButton.enableCommentPreview { background: rgba(0,0,0,0.01) !important; }
Add Comment
Please, Sign In to add comment