| 1 |
.wpstream-menu .item-body{ |
| 2 |
border: 1px solid #d6d9dd; |
| 3 |
border-radius: 4px; |
| 4 |
padding: 20px!important; |
| 5 |
margin-bottom: 20px; |
| 6 |
margin: 0px 10px 20px 10px; |
| 7 |
} |
| 8 |
|
| 9 |
body.wpstream-menu.buddypress .buddypress-wrap h4{ |
| 10 |
margin-bottom: 10px; |
| 11 |
margin-top: 25px; |
| 12 |
} |
| 13 |
|
| 14 |
.wpstream_live_player_wrapper .vjs-controls-disabled .vjs-big-play-button, |
| 15 |
.wpstream_live_player_wrapper .vjs-error .vjs-big-play-button, |
| 16 |
.wpstream_live_player_wrapper .vjs-has-started .vjs-big-play-button, |
| 17 |
.wpstream_live_player_wrapper .vjs-using-native-controls .vjs-big-play-button { |
| 18 |
display: none; |
| 19 |
} |
| 20 |
|
| 21 |
|
| 22 |
.wpstream_live_player_wrapper .video-js .vjs-big-play-button, |
| 23 |
.wpstream_player_container .video-js .vjs-big-play-button{ |
| 24 |
transform: none; |
| 25 |
padding: 0px; |
| 26 |
} |
| 27 |
.wpstream_live_player_wrapper .vjs-error .vjs-error-display .vjs-modal-dialog-content{ |
| 28 |
display: none;; |
| 29 |
} |
| 30 |
.wpstream_live_player_wrapper .video-js .vjs-big-play-button:before, |
| 31 |
.wpstream_player_container .video-js .vjs-big-play-button:before{ |
| 32 |
font-size: 57px; |
| 33 |
} |
| 34 |
|
| 35 |
.wpstream_player_container button.vjs-control, |
| 36 |
.wpstream_player_container button.vjs-control{ |
| 37 |
border:none!important; |
| 38 |
width: 40px; |
| 39 |
height: 40px; |
| 40 |
} |
| 41 |
|
| 42 |
|
| 43 |
.activity-inner .wpstream_live_player_wrapper{ |
| 44 |
max-width: 715px; |
| 45 |
} |
| 46 |
|
| 47 |
|
| 48 |
body.wpstream-menu .buddypress-wrap button, |
| 49 |
body.wpstream-menu .vjs-wpstream .vjs-live-control { |
| 50 |
font-size: 12px; |
| 51 |
transition: 0.3s ease-out; |
| 52 |
border: 0px; |
| 53 |
padding: 0px 20px; |
| 54 |
line-height: 23px; |
| 55 |
} |
| 56 |
|
| 57 |
body.wpstream-menu .vjs-wpstream .vjs-live-control{ |
| 58 |
padding-left: 20px; |
| 59 |
} |
| 60 |
|
| 61 |
body.wpstream-menu |
| 62 |
div.video-js .vjs-control-bar button.vjs-picture-in-picture-control .vjs-icon-placeholder:before{ |
| 63 |
display: none; |
| 64 |
} |
| 65 |
|
| 66 |
|
| 67 |
.video-js .vjs-volume-panel { |
| 68 |
display: flex; |
| 69 |
align-items: center; |
| 70 |
align-content: center; |
| 71 |
flex-wrap: wrap; |
| 72 |
flex-direction: column; |
| 73 |
justify-content: space-around; |
| 74 |
height: 44px; |
| 75 |
width: 34px; |
| 76 |
} |
| 77 |
|
| 78 |
div.video-js .vjs-control-bar button .vjs-icon-placeholder:before, |
| 79 |
.vjs-wpstream .vjs-live-control { |
| 80 |
line-height: 40px; |
| 81 |
} |
| 82 |
|
| 83 |
div.video-js .vjs-control-bar button.vjs-picture-in-picture-control .vjs-icon-placeholder:before{ |
| 84 |
content:""; |
| 85 |
} |