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