PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 4.4.6
WpStream – Live Streaming, Video on Demand, Pay Per View v4.4.6
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 / wpstream_style.css

wpstream_style.css in WpStream – Live Streaming, Video on Demand, Pay Per View 4.4.6, at public/css/wpstream_style.css

654 lines 11.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpstream_product_front{
2 width:100%;
3 padding: 10px;
4 float:left;
5 }
6
7 .wpstream_product_wrapper{
8 float:left;
9 }
10
11 .wpstream_product_image_wrapper{
12 float: left;
13 width: 100px;
14 text-decoration: none;
15
16 }
17
18 .wpstream_product_front img{
19 float: left;
20 height: 75px!important;
21 width: auto;
22 }
23
24 .wpstream_product_front:nth-child(even){
25 background-color: #f8f6f6;
26 }
27
28 .wpstream_product_name_front{
29 float: left;
30 font-weight: bold;
31 margin: 0px 0px 0px 30px;
32 width:100%;
33 text-decoration: none;
34 }
35 .wpstream_product_see:visited,
36 .wpstream_product_see{
37 float:left;
38 background-color: #e16767;
39 color:#fff;
40 padding: 2px 10px;
41 cursor:pointer;
42 margin: 10px 0px 0px 30px;
43 font-size: 12px;
44 }
45
46 .wpstream_product_see:hover{
47 background-color: #76b06c;
48 color:#fff;
49 }
50
51
52 .wpstream_player_wrapper{
53
54 }
55
56 .wpstream_not_live_mess{
57 position: absolute;
58 top: 31%;
59 left: 0;
60 right: 0;
61 z-index: 9;
62 width: 50%;
63 margin: 0 auto;
64 text-align: center;
65 color:#fff;
66 font-family: Arial;
67 }
68
69 .wpstream_not_live_mess_back{
70 background-color: #000;
71 position: absolute;
72 width: 100%;
73 height: 100%;
74 opacity: 0.5;
75 border-radius: 6px;
76 padding: 10px;
77 }
78
79
80 .wpstream_not_live_mess_mess{
81 color: #fff;
82 font-size: 17px;
83 z-index: 10;
84 position: relative;
85 padding: 10px;
86 }
87
88 .wpestate_header_video .wpstream_not_live_mess_mess {
89 position: absolute;
90 left: 0;
91 right: 0;
92 width: 40%;
93 background-color: #0000008a;
94 z-index: 99;
95 color: #fff;
96 left: 0;
97 right: 0;
98 top: 48%;
99 margin: 0 auto;
100 text-align: center;
101 padding: 20px 50px;
102 font-size: 24px;
103 z-index: 999;
104 width: 100%;
105 line-height: 100px;
106 }
107
108
109
110 .wpstream_player_container{
111 /* height: 675px;*/
112 max-width:1200px;
113 margin: 0px auto;
114 margin-bottom: 30px;
115 }
116 .wpestream_inserted_player .wpstream_player_container{
117 height: auto;
118 }
119
120 #wpstream-video{
121 width: 100%;
122 }
123
124 .wpstream_notice,
125 .wpstream_vod_notice{
126 background-color: #e16767;
127 color: #fff;
128 padding: 2px 10px;
129 margin-bottom: 30px;
130 display: inline-block;
131 border-radius: 3px;
132 width: 100%;
133 font-size: 16px;
134 }
135
136 #wpstream_product_wrap{
137
138 }
139 #wpstream_product_wrap_no_buy{
140 margin-top: 0px;
141 }
142
143 .wpstream_player_wrapper.no_buy{
144 position:relative;
145 height: 30px;
146 position: relative;
147 background: transparent;
148 margin-bottom: 15px;
149 }
150
151 .wpstream_player_wrapper.no_buy .wpstream_player_container{
152 height: 30px;
153 }
154
155 .wpstream_player_wrapper.wpstream_player_shortcode{
156 width: 100%;
157 position: relative;
158 margin-bottom: 15px;
159 float: left;
160 }
161 .wpstream_player_wrapper.wpstream_player_shortcode.no_buy{
162 height: auto;
163 float: left;
164 }
165
166 .wpstream_player_wrapper.wpstream_player_shortcode.no_buy .wpstream_player_container{
167 height: auto;
168 }
169
170 .wpstream_player_wrapper.wpstream_player_shortcode.no_buy .wpstream_notice{
171 background: transparent;
172 position: absolute;
173 width:100%;
174 top:45%;
175 text-align:center;
176 font-size: 22px;
177 }
178
179 .wpstream_live_player_wrapper .video-js .vjs-big-play-button ,
180 .wpstream_player_container .video-js .vjs-big-play-button {
181 line-height: 90px!important;
182 height: 90px!important;
183 width: 90px!important;
184 position: absolute!important;
185 top: 50%!important;
186 left: 50%!important;
187 margin-left: -45px;
188 margin-top: -45px;
189 border: 2px solid #494848!important;
190 font-size: 57px!important;
191 border-radius: 50%!important;
192 background-color: #2b333f!important;
193 }
194
195 .video-js .vjs-big-play-button .vjs-icon-placeholder{
196 opacity: 0.8;
197 transition: 0.3s ease-out;
198 }
199
200 .video-js .vjs-big-play-button:focus .vjs-icon-placeholder,
201 .video-js:hover .vjs-icon-placeholder{
202 opacity: 1;
203 }
204
205
206
207 .wpstream_get_download_link{
208 display:none;
209 }
210
211 .vjs-youtube .vjs-poster {
212 background-size: contain!important;
213 }
214
215 /*product list shortcode*/
216
217
218 .shortcode_list_wrapper{
219 margin: 0px -10px;
220 display: flex;
221 flex-direction: row;
222 flex-wrap: wrap;
223 }
224
225 .wpstream_media_list_wrapper li.product.entry,
226 .wpstream_media_list_wrapper li.product.entry {
227 float: left;
228 margin: 0 3.8% 2.992em 0;
229 padding: 0;
230 position: relative;
231 width: 22.05%;
232 margin-left: 0;
233 width: 30.75%;
234 }
235 .wpstream_media_list_wrapper li.last.entry{
236 margin-right: 0;
237 }
238
239
240 .wpstream_pagination{
241 list-style: none;
242 width: 100%;
243 display: inline-block;
244 }
245
246 .wpstream_pagination li{
247 display: inline-block;
248 }
249
250 .wpstream_product_unit{
251 width: 31%;
252 margin: 0px 10px 30px 10px;
253 display: inline-block;
254 }
255
256 .wpstream_product_unit .product_image{
257 width: 100%;
258 height: 255px;
259 background-position: 50%;
260 background-repeat: no-repeat;
261 background-size: cover;
262 background-color: #f1f1f1;
263 }
264
265 .wpstream_product_unit .product_title{
266 text-decoration: none!important;
267 color: #333;
268 font-size: 20px;
269 font-weight: 600;
270 width: 100%;
271 display: inline-block;
272 }
273
274 .wpstream_product_unit .see_product {
275 text-decoration: none!important;
276 font-size: 14px;
277 color:#555;
278 }
279
280 .wpstream_live_player_wrapper{
281 position:relative;
282 }
283
284 .wpestream_live_counting{
285 position: absolute;
286 padding: 6px 7px;
287 color: #fff;
288 z-index: 99;
289 top: 10px;
290 left: 10px;
291 font-size: 12px;
292 border-radius: 2px;
293 font-family: Arial;
294 }
295
296 .wpstream_player_wrapper_sec .wpestream_live_counting{
297 bottom: 32px;
298 top:auto;
299 }
300
301
302 /*wpstream chat wrapper*/
303
304 .wpstream_plugin_chat_wrapper{
305 width: 100%;
306 height: 100%;
307 background: #222;
308 min-height: 406px;
309 max-height: 505px;
310 position: relative;
311 margin-bottom: 15px;
312 float: left;
313 }
314 .wpstream_chat_input .col-lg-12 {
315 -webkit-box-flex: 0;
316 -ms-flex: 0 0 100%;
317 flex: 0 0 100%;
318 max-width: 100%;
319 padding-right: 15px;
320 padding-left: 15px;
321 }
322
323 .wpstream_plugin_chat_wrapper .chat_wrapper{
324 width: 100%;
325 }
326 #help-dialog,
327 #admin-help-dialog{
328 display:none;
329 }
330
331 .wpstream_plugin_chat_wrapper .wpestream_chat_meat {
332 padding-top: 15px;
333 background: #222;
334 border: none;
335 opacity:1;
336 }
337
338 .wpstream_plugin_chat_wrapper #panel {
339 height: 100%;
340 font-size: 13px;
341 padding: 0px 15px 110px 15px;
342 }
343
344 .wpstream_plugin_chat_wrapper .wpstream_chat_input{
345 bottom:10px;
346 }
347
348
349 .chat_wrapper{
350 width: 300px;
351 /* padding-right: 15px; */
352 /* padding-left: 15px; */
353 /* margin-right: auto; */
354 /* margin-left: auto; */
355 position: absolute;
356 z-index: 100;
357 top: 0px;
358 right: 0px;
359 height: 100%;
360 }
361
362 .wpstream_chat_container{
363 height: 100%;
364 }
365
366 .wpestream_chat_meat{
367 background: black;
368 height: 100%;
369 opacity: 0.9;
370 border-left: 1px solid #151520;
371 padding-top: 50px;
372 }
373
374 .chat_nav_bar{
375 position: absolute;
376 background: red;
377 bottom: 0px;
378 left: -143px;
379
380 }
381
382 .chat_nav_bar_list{
383 list-style-type: none;
384 }
385
386 .chat_nav_bar_list{
387 color:#fff;
388 }
389
390 #panel {
391 height: 100%;
392 font-size: 13px;
393 padding: 50px 15px 100px 15px;
394 display: flex;
395 justify-content: flex-end;
396 flex-direction: column;
397 overflow: hidden;
398 }
399
400 #message{
401 width: 100%;
402 height: 60px;
403 border: 1px solid #686890!important;
404 background-color: transparent;
405 color: #efefef;
406 font-size: 13px;
407 padding: 4px 8px;
408 line-height: 1.3em;
409
410 }
411
412 .wpstream_chat_input{
413 width: 100%;
414 position: absolute;
415 bottom: 0px;
416 right: 0px;
417
418 }
419
420 #send{
421 background-color: #72729d;
422 color: #fff;
423 font-size: 13px;
424 text-transform: capitalize;
425 padding: 3px 11px;
426 border-radius: 0px;
427 margin-top: 10px;
428 float: right;
429 }
430
431 .msg{
432 color:#ededed;
433 }
434
435 .timestamp {
436 color: #eee;
437 display:none;
438 }
439
440 .message {
441 color: #FFEB3B;
442 margin-top: 6px;
443 }
444
445 .wpestream_chat_meat hr {
446 background-color: #151520;
447 }
448
449 .wpstream_chat_actions{
450 width:100%;
451 }
452
453 #user{
454 float: left;
455 cursor: pointer;
456 margin: 10px 3px;
457 }
458
459 #user:hover{
460 color:#72729d;
461 }
462
463 #users-dialog{
464 display:none;
465 position: absolute;
466 background: #242939;
467 bottom: 149px;
468 padding: 15px;
469 color: #efefef;
470 opacity: 0.8;
471
472 }
473
474 #users-dialog li{
475 color: #efefef;
476 }
477
478 #users-dialog h4{
479 font-size: 15px;
480 margin-bottom: 15px;
481 }
482
483 #users-dialog ul{
484 list-style-type: none;
485 }
486 #users-content{
487 list-style-type: none;
488 }
489 #close-users-dialog{
490 position: absolute;
491 top:5px;
492 right: 5px;
493 cursor: pointer;
494 }
495
496
497 /* start streaming styling front end*/
498 .event_unit_style_front.event_list_unit{
499 box-shadow: none;
500 background: transparent;
501 margin: 10px 0px;
502 width: 830px;
503 }
504
505 .event_unit_style_front.event_list_unit:hover{
506 background: transparent;
507 transform: none;
508 box-shadow: none;
509 }
510
511 .event_unit_style_front .wpstream_button.wpstream_turning_on,
512 .event_unit_style_front .start_event.wpstream_button{
513 min-width: 170px;
514 padding: 5px 20px;
515 }
516
517 .event_unit_style_front .record_wrapper{
518 display:none;
519 }
520
521 .event_unit_style_front .multiple_warning_events{
522 display: none;
523 }
524
525 .event_unit_style_front .wpstream_channel_status.not_ready_to_stream .dashicons {
526 margin-top: 0px;
527 }
528
529 .event_unit_style_front .wpstream_channel_status .dashicons{
530 margin-top: -3px;
531 }
532
533 .event_unit_style_front .wpstream_channel_status{
534 padding: 0px 10px 10px 10px;
535 }
536
537 .event_unit_style_front .event_list_unit_notificationx{
538 font-size: 14px;
539 float:left;
540 width: 100%;
541 }
542
543 .wpstream_social_share_wrapper a{
544 text-decoration: none!important;
545 }
546
547
548 .event_unit_style_front .wpstream_modal_form{
549 width: 520px;
550 height: 520px;
551 background-color: #fff;
552 position: fixed;
553 top: 50%;
554 margin-top: -260px;
555 left: 50%;
556 margin-left: -260px;
557 display: none;
558 z-index: 1002;
559 padding: 30px;
560 border-radius: 5px;
561 line-height: 1.4em;
562 }
563
564 .event_unit_style_front .wpstream_external_broadcast_options{
565 font-size: 14px;
566 line-height: 2;
567 color: #2c3338;
568 border-color: #8c8f94;
569 box-shadow: none;
570 border-radius: 3px;
571 padding: 0 24px 0 8px;
572 min-height: 30px;
573 max-width: 25rem;
574 -webkit-appearance: none;
575 background-size: 16px 16px;
576 cursor: pointer;
577 vertical-align: middle;
578 background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
579 }
580
581 .event_unit_style_front .wpstream_stop_event.wpstream_button{
582 min-width: 170px;
583 padding: 5px 20px;
584
585 }
586
587 .event_unit_style_front .external_software_streaming_details{
588 width: 460px;
589 line-height: 1em;
590 }
591
592 .event_unit_style_front .wpstream_modal_explanations ul{
593 list-style: none;
594 padding: 0px;
595 }
596
597 .event_unit_style_front .wpstream_modal_explanations li{
598 line-height: 1.4em;
599 }
600
601 .wpstream_live_uri_text.wpstream_larix_rtmp{
602 width: 345px;
603 }
604
605
606 @keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}
607 @media only screen and (max-width:1099px){
608 .event_unit_style_front.event_list_unit {
609 flex-direction: column;
610 align-content: center;
611 justify-content: flex-start;
612 align-items: flex-start;
613 width: auto;
614 position: relative;
615 border: 1px solid #e2e5e8;
616 }
617 }
618
619 @media only screen and (max-width:600px){
620
621 .event_unit_style_front .wpstream_modal_form{
622 width: 100%;
623 height: 100%;
624 background-color: #fff;
625 position: fixed;
626 top: 0;
627 margin-top: 0;
628 left: 0;
629 margin-left: 0;
630 display: none;
631 z-index: 1002;
632 padding: 60px 30px;
633 border-radius: 0px;
634 box-sizing: border-box;
635 }
636
637 .event_unit_style_front .wpstream_modal_form .wpstream_modal_explanations{
638 width: 100%;
639 box-sizing: border-box;
640 }
641 .wpstream_sharing_social .dashicons{
642 margin-right: 14px;
643
644 }
645
646 .event_unit_style_front .external_software_streaming_details {
647 width: 100%;
648 }
649
650 .wpstream_close_onboarding,
651 .wpstream_close_modal{
652 top:60px;
653 }
654 }