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

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