PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 4.8
WpStream – Live Streaming, Video on Demand, Pay Per View v4.8
4.14.1 4.14.0 4.13.2 4.13.1 4.13 4.12.5 4.12.4 4.12.3 4.12.2 4.12.1 4.12 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5 4.5.1 4.5.11 4.5.11.1 4.5.11.2 4.5.11.4 4.5.11.5 4.5.11.6 All 181 releases
wpstream / public / css / videojs-wpstream.css

videojs-wpstream.css in WpStream – Live Streaming, Video on Demand, Pay Per View 4.8, at public/css/videojs-wpstream.css

124 lines 2.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 .vjs-wpstream .vjs-volume-panel .vjs-volume-control {
57 margin: 0px 0px 0px 0px;
58 }
59
60 .vjs-wpstream .vjs-volume-panel .vjs-volume-control .vjs-volume-tooltip {
61 position: static;
62 margin-top: -20px;
63 }
64
65 .vjs-wpstream .vjs-button{
66 background-color: transparent!important;
67 }
68
69 .vjs-wpstream .vjs-fullscreen-control{
70 background-image: url(images/fullscreen_simple.svg)!important;
71 background-position: 50%!important;
72 background-repeat: no-repeat!important;
73 background-size: 40%!important;
74 }
75
76
77 .vjs-wpstream.vjs-fullscreen .vjs-fullscreen-control{
78 background-image: url(images/fullscreen_full.svg)!important;
79 background-position: 50%!important;
80 background-repeat: no-repeat!important;
81 background-size: 40%!important;
82 }
83
84 .vjs-wpstream .vjs-picture-in-picture-control{
85 background-image: url(images/pip_player.svg)!important;
86 background-position: 67% 54%!important;
87 background-repeat: no-repeat!important;
88 background-size: 50%!important;
89 }
90
91 .vjs-wpstream .vjs-fullscreen-control:hover{
92 background-size: 40%!important;
93 }
94
95 .vjs-wpstream .vjs-fullscreen-control .vjs-icon-placeholder:before,
96 .vjs-wpstream .vjs-icon-fullscreen-enter:before {
97 content: "";
98 display: none;
99 }
100
101 .vjs-wpstream.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
102 .vjs-wpstream .vjs-icon-fullscreen-exit:before{
103
104 }
105
106
107 .vjs-wpstream .vjs-time-control{
108 line-height: 44px;
109 line-height: 3em;
110 }
111
112
113 .vjs-wpstream .vjs-big-play-button{
114 border: .06666em solid #595656;
115 }
116
117 .video-js.vjs-default-skin .vjs-volume-panel {
118 transition: width 1s;
119 width: 4em;
120 }
121
122 .video-js.vjs-default-skin .vjs-volume-panel:hover .vjs-mute-control {
123 width: 4em;
124 }