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

797 lines 15.3 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 .wpstream-video-container {
80 position: relative;
81 }
82 .wpstream-pre-load-spinner {
83 position: absolute;
84 top: 50%;
85 left: 50%;
86 width: 40px;
87 height: 40px;
88 margin: -25px 0 0 -25px;
89 opacity: 0.85;
90 border-radius: 40px;
91 border: 6px solid rgba(43, 51, 63, 0.7);
92 border-top-color: white;
93 animation: wpstream-spinner-spin 1.1s linear infinite;
94 z-index: 1;
95 }
96
97 @keyframes wpstream-spinner-spin {
98 0% { transform: rotate(0deg); }
99 100% { transform: rotate(360deg); }
100 }
101
102 .wpstream_not_live_mess_mess{
103 color: #fff;
104 font-size: 17px;
105 z-index: 10;
106 position: relative;
107 padding: 10px;
108 }
109
110 .wpestate_header_video .wpstream_not_live_mess_mess {
111 position: absolute;
112 left: 0;
113 right: 0;
114 width: 40%;
115 background-color: #0000008a;
116 z-index: 99;
117 color: #fff;
118 left: 0;
119 right: 0;
120 top: 48%;
121 margin: 0 auto;
122 text-align: center;
123 padding: 20px 50px;
124 font-size: 24px;
125 z-index: 999;
126 width: 100%;
127 line-height: 100px;
128 }
129
130
131
132 .wpstream_player_container{
133 /* height: 675px;*/
134 max-width:1200px;
135 margin: 0px auto;
136 margin-bottom: 30px;
137 }
138 .wpestream_inserted_player .wpstream_player_container{
139 height: auto;
140 }
141
142 .wpestream_inserted_player{
143 display: flex;
144 }
145
146 #wpstream-video{
147 width: 100%;
148 }
149
150 .wpstream_notice,
151 .wpstream_vod_notice{
152 background-color: #e16767;
153 color: #fff;
154 padding: 2px 10px;
155 margin-bottom: 30px;
156 display: inline-block;
157 border-radius: 3px;
158 width: 100%;
159 font-size: 16px;
160 }
161
162
163 #wpstream_product_wrap_no_buy{
164 margin-top: 0px;
165 }
166
167 .wpstream_player_wrapper.no_buy{
168 position:relative;
169 height: 30px;
170 background: transparent;
171 margin-bottom: 15px;
172 }
173
174 .wpstream_player_wrapper.no_buy .wpstream_player_container{
175 height: 30px;
176 }
177
178 .wpstream_player_wrapper.wpstream_player_shortcode{
179 width: 100%;
180 position: relative;
181 margin-bottom: 15px;
182 float: left;
183 }
184 .wpstream_player_wrapper.wpstream_player_shortcode.no_buy{
185 height: auto;
186 float: left;
187 }
188
189 .wpstream_player_wrapper.wpstream_player_shortcode.no_buy .wpstream_player_container{
190 height: auto;
191 }
192
193 .wpstream_player_wrapper.wpstream_player_shortcode.no_buy .wpstream_notice{
194 background: transparent;
195 position: absolute;
196 width:100%;
197 top:45%;
198 text-align:center;
199 font-size: 22px;
200 }
201
202 .wpstream_live_player_wrapper .video-js .vjs-big-play-button ,
203 .wpstream_player_container .video-js .vjs-big-play-button {
204 line-height: 90px!important;
205 position: absolute!important;
206 top: 50%!important;
207 left: 50%!important;
208 margin-left: -45px;
209 margin-top: -45px;
210 border: 2px solid #494848!important;
211 font-size: 57px!important;
212 border-radius: 50%!important;
213 background-color: #2b333f!important;
214 }
215
216 .wpstream_player_container .video-js .vjs-big-play-button .vjs-icon-placeholder:before{
217 left: 2px;
218 }
219
220 .wpstream_player_container .video-js .vjs-big-play-button .vjs-control-text {
221 width: max-content !important;
222 }
223
224 .wpstream_player_container .video-js .vjs-big-play-button {
225 width: 1.63332em;
226 }
227
228 .video-js .vjs-big-play-button .vjs-icon-placeholder{
229 opacity: 0.8;
230 transition: 0.3s ease-out;
231 }
232
233 .video-js .vjs-big-play-button:focus .vjs-icon-placeholder,
234 .video-js:hover .vjs-icon-placeholder{
235 opacity: 1;
236 }
237
238 .video-js.vjs-logo.logo-top.logo-left .wpestream_live_counting:not(:empty)~.vjs-logo-content {
239 top: 30px !important;
240 }
241
242 .video-js.vjs-logo.logo-bottom .vjs-logo-content {
243 bottom: 40px !important;
244 }
245
246 .video-js .vjs-logo-content {
247 position: absolute;
248 }
249
250 .video-js.vjs-has-started .vjs-logo-content img {
251 height: auto;
252 }
253
254 @media only screen and (max-width: 768px) {
255 .vjs-logo-content > img {
256 width: 50%;
257 }
258 }
259
260 .video-js .vjs-volume-level:before {
261 font-size: 10px !important;
262 /*top: 0 !important;*/
263 }
264
265
266
267 .wpstream_get_download_link{
268 display:none;
269 }
270
271 .vjs-youtube .vjs-poster {
272 background-size: contain!important;
273 }
274 .vjs-youtube .vjs-poster img {
275 background-size: contain!important;
276 width: 100%;
277 }
278
279
280 /*product list shortcode*/
281
282
283 .shortcode_list_wrapper{
284 margin: 0px -10px;
285 display: flex;
286 flex-direction: row;
287 flex-wrap: wrap;
288 }
289
290 .wpstream_media_list_wrapper li.product.entry{
291 float: left;
292 margin: 0px 0px 30px 0px;
293 padding: 0px 10px;
294 position: relative;
295 width: 33.3%;
296 }
297
298 .wpstream_media_list_wrapper.columns-1 li.product.entry{
299 width: 100%;
300 }
301 .wpstream_media_list_wrapper.columns-2 li.product.entry{
302 width: 50%;
303 }
304 .wpstream_media_list_wrapper.columns-3 li.product.entry{
305 width: 33.3%;
306 }
307 .wpstream_media_list_wrapper.columns-4 li.product.entry{
308 width: 25%;
309 }
310
311
312
313 .wpstream_media_list_wrapper li.last.entry{
314 margin-right: 0;
315 }
316
317
318 .wpstream_pagination{
319 list-style: none;
320 width: 100%;
321 display: inline-block;
322 }
323
324 .wpstream_pagination li{
325 display: inline-block;
326 }
327
328
329 .wpstream_media_list_wrapper{
330 display: flex;
331 flex-wrap: wrap;
332 flex-direction: row;
333 }
334
335 .wpstream_product_unit{
336 width: 33.3%;
337 margin: 0px 0px 30px 0px;
338 display: inline-block;
339 padding: 0px 10px;
340 }
341 .wpstream_media_list_wrapper.columns-1 .wpstream_product_unit{
342 width: 100%;
343 }
344 .wpstream_media_list_wrapper.columns-2 .wpstream_product_unit{
345 width: 50%;
346 }
347 .wpstream_media_list_wrapper.columns-3 .wpstream_product_unit{
348 width: 33.3%;
349 }
350 .wpstream_media_list_wrapper.columns-4 .wpstream_product_unit{
351 width: 25%;
352 }
353
354 .wpstream_product_unit .product_image{
355 width: 100%;
356 height: 255px;
357 background-position: 50%;
358 background-repeat: no-repeat;
359 background-size: cover;
360 background-color: #f1f1f1;
361 }
362
363 .wpstream_product_unit .product_title{
364 text-decoration: none!important;
365 color: #333;
366 font-size: 20px;
367 font-weight: 600;
368 width: 100%;
369 display: inline-block;
370 }
371
372 .wpstream_product_unit .see_product {
373 text-decoration: none!important;
374 font-size: 14px;
375 color:#555;
376 }
377
378 .wpstream_live_player_wrapper{
379 position:relative;
380 }
381
382 .wpestream_live_counting{
383 position: absolute;
384 padding: 6px 7px;
385 color: #fff;
386 z-index: 99;
387 top: 10px;
388 left: 10px;
389 font-size: 12px;
390 border-radius: 2px;
391 font-family: Arial;
392 }
393
394 .wpstream_player_wrapper_sec .wpestream_live_counting{
395 bottom: 32px;
396 top:auto;
397 }
398
399
400 /*wpstream chat wrapper*/
401
402 .wpstream_plugin_chat_wrapper{
403 width: 100%;
404 height: 100%;
405 background: #222;
406 min-height: 406px;
407 max-height: 505px;
408 position: relative;
409 margin-bottom: 15px;
410 float: left;
411 }
412 .wpstream_chat_input .col-lg-12 {
413 -webkit-box-flex: 0;
414 -ms-flex: 0 0 100%;
415 flex: 0 0 100%;
416 max-width: 100%;
417 padding-right: 15px;
418 padding-left: 15px;
419 }
420
421 .wpstream_plugin_chat_wrapper .chat_wrapper{
422 width: 100%;
423 }
424 #help-dialog,
425 #admin-help-dialog{
426 display:none;
427 }
428
429 .wpstream_plugin_chat_wrapper .wpestream_chat_meat {
430 padding-top: 15px;
431 background: #222;
432 border: none;
433 opacity:1;
434 }
435
436 .wpstream_plugin_chat_wrapper #panel {
437 height: 100%;
438 font-size: 13px;
439 padding: 0px 15px 110px 15px;
440 }
441
442 .wpstream_plugin_chat_wrapper .wpstream_chat_input{
443 bottom:10px;
444 }
445
446
447 .chat_wrapper{
448 width: 300px;
449 position: absolute;
450 z-index: 100;
451 top: 0px;
452 right: 0px;
453 height: 100%;
454 }
455
456 .wpstream_chat_container{
457 height: 100%;
458 }
459
460 .wpestream_chat_meat{
461 background: black;
462 height: 100%;
463 opacity: 0.9;
464 border-left: 1px solid #151520;
465 padding-top: 50px;
466 }
467
468 .chat_nav_bar{
469 position: absolute;
470 background: red;
471 bottom: 0px;
472 left: -143px;
473
474 }
475
476 .chat_nav_bar_list{
477 list-style-type: none;
478 }
479
480 .chat_nav_bar_list{
481 color:#fff;
482 }
483
484 #panel {
485 height: 100%;
486 font-size: 13px;
487 padding: 50px 15px 100px 15px;
488 display: flex;
489 justify-content: flex-end;
490 flex-direction: column;
491 overflow: hidden;
492 }
493
494 #message{
495 width: 100%;
496 height: 60px;
497 border: 1px solid #686890!important;
498 background-color: transparent;
499 color: #efefef;
500 font-size: 13px;
501 padding: 4px 8px;
502 line-height: 1.3em;
503
504 }
505
506 .wpstream_chat_input{
507 width: 100%;
508 position: absolute;
509 bottom: 0px;
510 right: 0px;
511
512 }
513
514 #send{
515 background-color: #72729d;
516 color: #fff;
517 font-size: 13px;
518 text-transform: capitalize;
519 padding: 3px 11px;
520 border-radius: 0px;
521 margin-top: 10px;
522 float: right;
523 }
524
525 .msg{
526 color:#ededed;
527 }
528
529 .timestamp {
530 color: #eee;
531 display:none;
532 }
533
534 .message {
535 color: #FFEB3B;
536 margin-top: 6px;
537 }
538
539 .wpestream_chat_meat hr {
540 background-color: #151520;
541 }
542
543 .wpstream_chat_actions{
544 width:100%;
545 }
546
547 #user{
548 float: left;
549 cursor: pointer;
550 margin: 10px 3px;
551 }
552
553 #user:hover{
554 color:#72729d;
555 }
556
557 #users-dialog{
558 display:none;
559 position: absolute;
560 background: #242939;
561 bottom: 149px;
562 padding: 15px;
563 color: #efefef;
564 opacity: 0.8;
565
566 }
567
568 #users-dialog li{
569 color: #efefef;
570 }
571
572 #users-dialog h4{
573 font-size: 15px;
574 margin-bottom: 15px;
575 }
576
577 #users-dialog ul{
578 list-style-type: none;
579 }
580 #users-content{
581 list-style-type: none;
582 }
583 #close-users-dialog{
584 position: absolute;
585 top:5px;
586 right: 5px;
587 cursor: pointer;
588 }
589
590 .event_list_unit.hidden {
591 display: none;
592 }
593
594 /* start streaming styling front end*/
595 .event_unit_style_front.event_list_unit{
596 box-shadow: none;
597 background: transparent;
598 margin: 10px 0px;
599 width: 830px;
600 }
601
602 .event_unit_style_front.event_list_unit:hover{
603 background: transparent;
604 transform: none;
605 box-shadow: none;
606 }
607
608 .event_unit_style_front .wpstream_button.wpstream_turning_on,
609 .event_unit_style_front .start_event.wpstream_button{
610 min-width: 170px;
611 padding: 5px 20px;
612 }
613
614 .event_unit_style_front .record_wrapper{
615 display:none;
616 }
617
618 .event_unit_style_front .multiple_warning_events{
619 display: none;
620 }
621
622 .event_unit_style_front .wpstream_channel_status.not_ready_to_stream .dashicons {
623 margin-top: 0px;
624 }
625
626 .event_unit_style_front .wpstream_channel_status .dashicons{
627 margin-top: -3px;
628 }
629
630 .event_unit_style_front .wpstream_channel_status{
631 padding: 0px 10px 10px 10px;
632 }
633
634 .event_unit_style_front .event_list_unit_notificationx{
635 font-size: 14px;
636 float:left;
637 width: 100%;
638 }
639
640 .wpstream_social_share_wrapper a{
641 text-decoration: none!important;
642 }
643
644
645 .event_unit_style_front .wpstream_modal_form{
646 width: 520px;
647 height: 520px;
648 background-color: #fff;
649 position: fixed;
650 top: 50%;
651 margin-top: -260px;
652 left: 50%;
653 margin-left: -260px;
654 display: none;
655 z-index: 1002;
656 padding: 30px;
657 border-radius: 5px;
658 line-height: 1.4em;
659 }
660
661 .event_unit_style_front .wpstream_external_broadcast_options{
662 font-size: 14px;
663 line-height: 2;
664 color: #2c3338;
665 border-color: #8c8f94;
666 box-shadow: none;
667 border-radius: 3px;
668 padding: 0 24px 0 8px;
669 min-height: 30px;
670 max-width: 25rem;
671 -webkit-appearance: none;
672 background-size: 16px 16px;
673 cursor: pointer;
674 vertical-align: middle;
675 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%;
676 }
677
678 .event_unit_style_front .wpstream_stop_event.wpstream_button{
679 min-width: 170px;
680 padding: 5px 20px;
681
682 }
683
684 .event_unit_style_front .external_software_streaming_details{
685 width: 460px;
686 line-height: 1em;
687 }
688
689 .event_unit_style_front .wpstream_modal_explanations ul{
690 list-style: none;
691 padding: 0px;
692 }
693
694 .event_unit_style_front .wpstream_modal_explanations li{
695 line-height: 1.4em;
696 }
697
698 .wpstream_live_uri_text.wpstream_larix_rtmp{
699 width: 345px;
700 }
701
702
703 @keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}
704
705
706 @media only screen and (max-width:1099px){
707 .event_unit_style_front.event_list_unit {
708 flex-direction: column;
709 align-content: center;
710 justify-content: flex-start;
711 align-items: flex-start;
712 width: auto;
713 position: relative;
714 border: 1px solid #e2e5e8;
715 }
716 }
717 @media only screen and (max-width:768px){
718 .wpstream_media_list_wrapper.columns-1 .wpstream_product_unit,
719 .wpstream_media_list_wrapper.columns-2 .wpstream_product_unit,
720 .wpstream_media_list_wrapper.columns-3 .wpstream_product_unit,
721 .wpstream_media_list_wrapper.columns-4 .wpstream_product_unit,
722 .wpstream_media_list_wrapper.columns-1 li.product.entry,
723 .wpstream_media_list_wrapper.columns-2 li.product.entry,
724 .wpstream_media_list_wrapper.columns-3 li.product.entry,
725 .wpstream_media_list_wrapper.columns-4 li.product.entry{
726 width: 50%;
727 }
728
729 }
730
731 @media only screen and (max-width:600px){
732
733
734
735 .event_unit_style_front .wpstream_modal_form{
736 width: 100%;
737 height: 100%;
738 background-color: #fff;
739 position: fixed;
740 top: 0;
741 margin-top: 0;
742 left: 0;
743 margin-left: 0;
744 display: none;
745 z-index: 1002;
746 padding: 60px 30px;
747 border-radius: 0px;
748 box-sizing: border-box;
749 }
750
751 .event_unit_style_front .wpstream_modal_form .wpstream_modal_explanations{
752 width: 100%;
753 box-sizing: border-box;
754 }
755 .wpstream_sharing_social .dashicons{
756 margin-right: 14px;
757
758 }
759
760 .event_unit_style_front .external_software_streaming_details {
761 width: 100%;
762 }
763
764 .wpstream_close_onboarding,
765 .wpstream_close_modal{
766 top:60px;
767 }
768 }
769
770 @media only screen and (max-width:500px){
771 .wpstream_media_list_wrapper.columns-1 .wpstream_product_unit,
772 .wpstream_media_list_wrapper.columns-2 .wpstream_product_unit,
773 .wpstream_media_list_wrapper.columns-3 .wpstream_product_unit,
774 .wpstream_media_list_wrapper.columns-4 .wpstream_product_unit,
775 .wpstream_media_list_wrapper.columns-1 li.product.entry,
776 .wpstream_media_list_wrapper.columns-2 li.product.entry,
777 .wpstream_media_list_wrapper.columns-3 li.product.entry,
778 .wpstream_media_list_wrapper.columns-4 li.product.entry{
779 width: 100%;
780 }
781
782 }
783
784
785 .wpstream-video-title-overlay{
786 position: absolute;
787 top: 10px;
788 left: 10px;
789 background-color: #0000007d;
790 color: #fff;
791 padding: 5px 20px;
792 font-size: 15px;
793 border-radius: 4px;
794 opacity: 0;
795 transition: all 0.5s ease-in-out;
796 z-index: 99;
797 }