| 1 |
.vjs-wpstream.vjs-theme-default .vjs-control-bar { |
| 2 |
background-color: hsl(0 0% 100% / 0); |
| 3 |
padding: 0px 12px; |
| 4 |
height: auto; |
| 5 |
height: 4em; |
| 6 |
align-items: center; |
| 7 |
} |
| 8 |
|
| 9 |
.vjs-wpstream .vjs-control{ |
| 10 |
height: 44px; |
| 11 |
width: 34px; |
| 12 |
opacity: 0.87; |
| 13 |
transition: 0.3s ease-out; |
| 14 |
padding: 0px; |
| 15 |
height: 3em; |
| 16 |
width: 3em; |
| 17 |
} |
| 18 |
|
| 19 |
.video-js .vjs-progress-control{ |
| 20 |
width: 4em; |
| 21 |
min-width: 4em; |
| 22 |
} |
| 23 |
|
| 24 |
|
| 25 |
.vjs-wpstream .vjs-button>.vjs-icon-placeholder:before { |
| 26 |
font-size: 2.1em; |
| 27 |
line-height: 44px; |
| 28 |
line-height: 1.6; |
| 29 |
|
| 30 |
} |
| 31 |
|
| 32 |
.vjs-wpstream .button:hover, |
| 33 |
.vjs-wpstream button:hover, |
| 34 |
.vjs-wpstream input[type="button"]:hover, |
| 35 |
.vjs-wpstream input[type="reset"]:hover, |
| 36 |
.vjs-wpstream input[type="submit"]:hover { |
| 37 |
background: transparent; |
| 38 |
opacity: 1; |
| 39 |
} |
| 40 |
|
| 41 |
.vjs-wpstream .vjs-live-control { |
| 42 |
font-size: 1.1em; |
| 43 |
line-height: 3em; |
| 44 |
height: 4em; |
| 45 |
align-items: center; |
| 46 |
} |
| 47 |
|
| 48 |
.vjs-wpstream .vjs-live-control .vjs-live-display { |
| 49 |
width: 4em; |
| 50 |
} |
| 51 |
|
| 52 |
.wpstream-featured-player-wrapper .vjs-live-display { |
| 53 |
margin-top: 0 !important; |
| 54 |
} |
| 55 |
|
| 56 |
.wpstream-featured-player-wrapper .hide_on_play { |
| 57 |
display: none; |
| 58 |
} |
| 59 |
|
| 60 |
.vjs-wpstream .vjs-volume-panel .vjs-volume-control { |
| 61 |
margin: 0px 0px 0px 0px; |
| 62 |
} |
| 63 |
|
| 64 |
.vjs-wpstream .vjs-volume-panel .vjs-volume-control .vjs-volume-tooltip { |
| 65 |
position: static; |
| 66 |
margin-top: -20px; |
| 67 |
} |
| 68 |
|
| 69 |
.vjs-wpstream .vjs-button{ |
| 70 |
background-color: transparent!important; |
| 71 |
} |
| 72 |
|
| 73 |
.vjs-wpstream .vjs-fullscreen-control{ |
| 74 |
background-image: url(images/fullscreen_simple.svg)!important; |
| 75 |
background-position: 50%!important; |
| 76 |
background-repeat: no-repeat!important; |
| 77 |
background-size: 40%!important; |
| 78 |
} |
| 79 |
|
| 80 |
|
| 81 |
.vjs-wpstream.vjs-fullscreen .vjs-fullscreen-control{ |
| 82 |
background-image: url(images/fullscreen_full.svg)!important; |
| 83 |
background-position: 50%!important; |
| 84 |
background-repeat: no-repeat!important; |
| 85 |
background-size: 40%!important; |
| 86 |
} |
| 87 |
|
| 88 |
.vjs-wpstream .vjs-picture-in-picture-control{ |
| 89 |
background-image: url(images/pip_player.svg)!important; |
| 90 |
background-position: 67% 54%!important; |
| 91 |
background-repeat: no-repeat!important; |
| 92 |
background-size: 50%!important; |
| 93 |
} |
| 94 |
|
| 95 |
.vjs-wpstream .vjs-fullscreen-control:hover{ |
| 96 |
background-size: 40%!important; |
| 97 |
} |
| 98 |
|
| 99 |
.vjs-wpstream .vjs-fullscreen-control .vjs-icon-placeholder:before, |
| 100 |
.vjs-wpstream .vjs-icon-fullscreen-enter:before { |
| 101 |
content: ""; |
| 102 |
display: none; |
| 103 |
} |
| 104 |
|
| 105 |
.vjs-wpstream.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before, |
| 106 |
.vjs-wpstream .vjs-icon-fullscreen-exit:before{ |
| 107 |
|
| 108 |
} |
| 109 |
|
| 110 |
|
| 111 |
.vjs-wpstream .vjs-time-control{ |
| 112 |
line-height: 44px; |
| 113 |
line-height: 3em; |
| 114 |
} |
| 115 |
|
| 116 |
|
| 117 |
.vjs-wpstream .vjs-big-play-button{ |
| 118 |
border: .06666em solid #595656; |
| 119 |
} |
| 120 |
|
| 121 |
.video-js.vjs-default-skin .vjs-volume-panel { |
| 122 |
transition: width 1s; |
| 123 |
width: 4em; |
| 124 |
} |
| 125 |
|
| 126 |
.video-js.vjs-default-skin .vjs-volume-panel:hover .vjs-mute-control { |
| 127 |
width: 4em; |
| 128 |
} |