| 1 |
.create_new_ppv_video{ |
| 2 |
margin-left: 30px; |
| 3 |
} |
| 4 |
.create_new_free_video{ |
| 5 |
margin-left: 15px; |
| 6 |
} |
| 7 |
|
| 8 |
.wpstream_no_chanel_add_channel{ |
| 9 |
display: inherit; |
| 10 |
} |
| 11 |
|
| 12 |
.pack_details_wrapper_transparent h3, |
| 13 |
.pack_details_wrapper_transparent h3{ |
| 14 |
display: inline-block; |
| 15 |
} |
| 16 |
|
| 17 |
.wpstream_create_new_product_link{ |
| 18 |
display: inline-block; |
| 19 |
margin-left: 20px; |
| 20 |
font-size: 15px; |
| 21 |
font-weight: bold; |
| 22 |
} |
| 23 |
|
| 24 |
|
| 25 |
.theme_options_tab_wpstream{ |
| 26 |
background: #fff; |
| 27 |
border-left: 4px solid #fff; |
| 28 |
box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09); |
| 29 |
margin: 15px; |
| 30 |
padding: 20px; |
| 31 |
font-family: 'Roboto', sans-serif; |
| 32 |
box-shadow: 0 2px 4px rgb(0 25 60 / 8%); |
| 33 |
border: 1px solid #e2e5e8; |
| 34 |
border-radius: 5px; |
| 35 |
} |
| 36 |
|
| 37 |
.wpstream_upgrade_topbar{ |
| 38 |
background: #45a73f; |
| 39 |
color: #fff; |
| 40 |
cursor: pointer; |
| 41 |
font-weight: 500; |
| 42 |
transition: 0.3s ease-out; |
| 43 |
text-decoration: none; |
| 44 |
padding: 8px 10px; |
| 45 |
font-size: 14px; |
| 46 |
font-weight: 400; |
| 47 |
border-radius: 5px; |
| 48 |
margin-left: 30px; |
| 49 |
} |
| 50 |
|
| 51 |
.wpstream_upgrade_topbar:hover{ |
| 52 |
background: #378532; |
| 53 |
color:#fff; |
| 54 |
} |
| 55 |
|
| 56 |
.wpstream_option_wrapper{ |
| 57 |
max-width: 70%; |
| 58 |
padding: 30px 0px 0px 0px; |
| 59 |
} |
| 60 |
|
| 61 |
.wpstream_option{ |
| 62 |
clear: both; |
| 63 |
width: 51%; |
| 64 |
display: inline-block; |
| 65 |
margin-bottom: 20px; |
| 66 |
position: relative; |
| 67 |
} |
| 68 |
|
| 69 |
.wpstream_option input{ |
| 70 |
border: 1px solid #d6d6d6; |
| 71 |
background-color: #fff; |
| 72 |
color: #2c3338; |
| 73 |
padding: 5px 10px; |
| 74 |
width: 330px; |
| 75 |
} |
| 76 |
|
| 77 |
.wpstream_option label{ |
| 78 |
width: 100%; |
| 79 |
float: left; |
| 80 |
font-weight: 600; |
| 81 |
font-size: 14px; |
| 82 |
margin-bottom: 5px; |
| 83 |
} |
| 84 |
|
| 85 |
.wpstream_option .settings_details{ |
| 86 |
color: #999; |
| 87 |
margin-top: 5px; |
| 88 |
max-width: 365px; |
| 89 |
} |
| 90 |
|
| 91 |
|
| 92 |
.event_list_unit_notification{ |
| 93 |
float:left; |
| 94 |
width:100%; |
| 95 |
margin-bottom: 10px; |
| 96 |
} |
| 97 |
|
| 98 |
.pack_details_wrapper{ |
| 99 |
background-color: #fff; |
| 100 |
padding: 20px; |
| 101 |
margin-bottom: 20px; |
| 102 |
background: #fff; |
| 103 |
margin: 15px 15px 0px 15px; |
| 104 |
padding: 20px; |
| 105 |
font-size: 15px; |
| 106 |
font-family: 'Roboto', sans-serif; |
| 107 |
box-shadow: 0 2px 4px rgb(0 25 60 / 8%); |
| 108 |
border: 1px solid #e2e5e8; |
| 109 |
border-radius: 5px; |
| 110 |
} |
| 111 |
|
| 112 |
.pack_details_wrapper_transparent{ |
| 113 |
background-color: transparent; |
| 114 |
padding: 20px; |
| 115 |
margin: 5px 15px 0px 15px; |
| 116 |
padding: 20px 20px 0px 0px; |
| 117 |
font-size: 17px; |
| 118 |
font-family: 'Roboto', sans-serif; |
| 119 |
} |
| 120 |
|
| 121 |
|
| 122 |
|
| 123 |
.hide_stream_data{ |
| 124 |
display:none; |
| 125 |
} |
| 126 |
|
| 127 |
|
| 128 |
.show_stream_data{ |
| 129 |
display:block; |
| 130 |
} |
| 131 |
|
| 132 |
|
| 133 |
.event_thumb_wrapper{ |
| 134 |
margin-right: 15px; |
| 135 |
min-width: 50px; |
| 136 |
width: 50px; |
| 137 |
height: 50px; |
| 138 |
border: 0px solid #f0f0f0; |
| 139 |
border-radius: 5px; |
| 140 |
background-size: cover; |
| 141 |
background-position: center; |
| 142 |
background-repeat: no-repeat; |
| 143 |
} |
| 144 |
|
| 145 |
|
| 146 |
|
| 147 |
.event_title{ |
| 148 |
width: 350px; |
| 149 |
} |
| 150 |
#wpstream-sidebar-meta .event_title{ |
| 151 |
display: none; |
| 152 |
} |
| 153 |
|
| 154 |
.event_list_unit .event_title, |
| 155 |
.event_list_unit h3{ |
| 156 |
margin-top: 0px; |
| 157 |
color: #3b3b3b; |
| 158 |
margin: 1em 0; |
| 159 |
} |
| 160 |
|
| 161 |
.event_list_unit{ |
| 162 |
color:#00193d; |
| 163 |
background-color: #fff; |
| 164 |
padding: 20px; |
| 165 |
margin-bottom: 20px; |
| 166 |
margin: 35px 15px 25px 15px; |
| 167 |
padding: 25px 20px; |
| 168 |
box-shadow: 0 2px 4px rgb(0 25 60 / 8%); |
| 169 |
font-family: 'Roboto', sans-serif; |
| 170 |
transition: 0.3s ease-out; |
| 171 |
border-radius: 5px; |
| 172 |
display: flex; |
| 173 |
flex-direction: row; |
| 174 |
align-content: center; |
| 175 |
justify-content: flex-start; |
| 176 |
align-items: center; |
| 177 |
width: 900px; |
| 178 |
position: relative; |
| 179 |
border: 1px solid #e2e5e8; |
| 180 |
} |
| 181 |
|
| 182 |
div.video-js.vjs-has-started button.vjs-big-play-button{ |
| 183 |
display:none; |
| 184 |
} |
| 185 |
|
| 186 |
.event_list_unit:hover{ |
| 187 |
box-shadow: 0 3px 23px 9px rgba(7,152,255,0.15); |
| 188 |
background-color: #fcfcfc; |
| 189 |
} |
| 190 |
|
| 191 |
.event_list_unit.wpstream_show_started { |
| 192 |
background: #fff; |
| 193 |
border: 1px solid #3dc93d; |
| 194 |
} |
| 195 |
|
| 196 |
.wpstream_options_col1{ |
| 197 |
display: flex; |
| 198 |
flex-direction: row; |
| 199 |
flex-wrap: nowrap; |
| 200 |
} |
| 201 |
|
| 202 |
.wpstream_options_col2{ |
| 203 |
display: flex; |
| 204 |
flex-direction: row; |
| 205 |
flex-wrap: nowrap; |
| 206 |
} |
| 207 |
|
| 208 |
|
| 209 |
.wpstream_channel_status{ |
| 210 |
position: absolute; |
| 211 |
background-color: rgb(255 255 255); |
| 212 |
color: red; |
| 213 |
border-radius: 5px; |
| 214 |
top: -10px; |
| 215 |
left: 7px; |
| 216 |
font-size: 12px; |
| 217 |
padding: 4px 15px; |
| 218 |
letter-spacing: 0.25px; |
| 219 |
font-weight: 500; |
| 220 |
} |
| 221 |
|
| 222 |
.event_list_unit.wpstream_show_started .wpstream_channel_status{ |
| 223 |
color: #209320; |
| 224 |
} |
| 225 |
|
| 226 |
|
| 227 |
.wpstream-button-icon{ |
| 228 |
width: 37px; |
| 229 |
height: 37px; |
| 230 |
border: 0px solid #f0f0f0; |
| 231 |
border-radius: 3px; |
| 232 |
cursor: pointer; |
| 233 |
display: inline-block; |
| 234 |
margin-right: 10px; |
| 235 |
text-align: center; |
| 236 |
background-color: #f8f8f8; |
| 237 |
} |
| 238 |
|
| 239 |
|
| 240 |
|
| 241 |
.wpstream-button-icon:hover{ |
| 242 |
background-color:#e4e4e4; |
| 243 |
} |
| 244 |
|
| 245 |
.wpstream-button-icon svg{ |
| 246 |
max-width: 18px; |
| 247 |
display: inline-block; |
| 248 |
max-height: 20px; |
| 249 |
line-height: 30px; |
| 250 |
margin-top: 9px; |
| 251 |
} |
| 252 |
|
| 253 |
|
| 254 |
.wpstream-button-icon svg path{ |
| 255 |
fill: #828b9b; |
| 256 |
fill: #5b5b5b; |
| 257 |
} |
| 258 |
|
| 259 |
|
| 260 |
#wpstream-sidebar-meta .event_list_unit{ |
| 261 |
padding: 0px; |
| 262 |
box-shadow: none; |
| 263 |
margin: 0px; |
| 264 |
display: flex; |
| 265 |
flex-direction: column; |
| 266 |
align-content: center; |
| 267 |
justify-content: flex-start; |
| 268 |
align-items: flex-start; |
| 269 |
width: auto; |
| 270 |
border: none; |
| 271 |
margin-top: 10px; |
| 272 |
} |
| 273 |
|
| 274 |
#wpstream-sidebar-meta .wpstream_options_col2{ |
| 275 |
margin-top: 10px; |
| 276 |
} |
| 277 |
#wpstream-sidebar-meta .wpstream_options_col1{ |
| 278 |
margin-top: 10px; |
| 279 |
} |
| 280 |
|
| 281 |
#wpstream-sidebar-meta .event_list_unit.wpstream_show_started{ |
| 282 |
background-color: transparent |
| 283 |
} |
| 284 |
|
| 285 |
#wpstream-sidebar-meta .event_list_unit:hover{ |
| 286 |
transform:none; |
| 287 |
background: #fff; |
| 288 |
} |
| 289 |
|
| 290 |
#wpstream-sidebar-meta .event_thumb_wrapper{ |
| 291 |
display:none; |
| 292 |
} |
| 293 |
#wpstream-sidebar-meta |
| 294 |
#wpstream-sidebar-meta h3{ |
| 295 |
line-height: 25px; |
| 296 |
} |
| 297 |
|
| 298 |
#wpstream-sidebar-meta .wpstream_turning_on, |
| 299 |
#wpstream-sidebar-meta .start_event{ |
| 300 |
width:100%; |
| 301 |
box-sizing: border-box; |
| 302 |
} |
| 303 |
|
| 304 |
#wpstream-sidebar-meta .wpstream_event_streaming_local { |
| 305 |
margin-left: 0px; |
| 306 |
height: 458px; |
| 307 |
overflow: auto; |
| 308 |
padding-right: 20px; |
| 309 |
} |
| 310 |
|
| 311 |
.wpstream_event_streaming_local{ |
| 312 |
margin-left: 0px; |
| 313 |
height: 458px; |
| 314 |
overflow: auto; |
| 315 |
padding-right: 20px; |
| 316 |
width: 456px; |
| 317 |
display: flex; |
| 318 |
flex-direction: column; |
| 319 |
flex-wrap: nowrap; |
| 320 |
} |
| 321 |
|
| 322 |
#wpstream-sidebar-meta .external_software_streaming{ |
| 323 |
margin-top: 10px; |
| 324 |
} |
| 325 |
|
| 326 |
#wpstream-sidebar-meta .start_external{ |
| 327 |
float: none; |
| 328 |
padding: 0 10px; |
| 329 |
font-size: 11px; |
| 330 |
text-align: center; |
| 331 |
} |
| 332 |
|
| 333 |
#wpstream-sidebar-meta .start_webcaster{ |
| 334 |
float:none; |
| 335 |
} |
| 336 |
|
| 337 |
#wpstream-sidebar-meta .wpstream_channel_status{ |
| 338 |
padding: 10px 0px 10px 0px; |
| 339 |
line-height: 24px; |
| 340 |
box-sizing: border-box; |
| 341 |
width: 100%; |
| 342 |
position: relative; |
| 343 |
left: 0px; |
| 344 |
top: 0px; |
| 345 |
font-size: 14px; |
| 346 |
} |
| 347 |
|
| 348 |
#wpstream-sidebar-meta .view_channel{ |
| 349 |
display: block; |
| 350 |
margin-left: 0px; |
| 351 |
margin-top: 10px; |
| 352 |
display:none; |
| 353 |
} |
| 354 |
|
| 355 |
|
| 356 |
#wpstream-sidebar-meta .how_to{ |
| 357 |
display: none; |
| 358 |
} |
| 359 |
|
| 360 |
|
| 361 |
.no_events_warning{ |
| 362 |
font-weight: bold; |
| 363 |
font-size: 14px; |
| 364 |
margin-left: 10px; |
| 365 |
background: #fff; |
| 366 |
border-left: 4px solid #fff; |
| 367 |
-webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%); |
| 368 |
box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%); |
| 369 |
margin: 5px 15px 20px 15px; |
| 370 |
padding: 20px 12px 20px 12px; |
| 371 |
max-width: 915px; |
| 372 |
border: 1px solid #e2e5e8; |
| 373 |
border-radius: 5px; |
| 374 |
} |
| 375 |
|
| 376 |
.no_events_warning_mes{ |
| 377 |
display: inline-block; |
| 378 |
} |
| 379 |
|
| 380 |
.api_conected{ |
| 381 |
background:#45a73f; |
| 382 |
padding: 5px 10px; |
| 383 |
color: #fff; |
| 384 |
margin-bottom: 0px; |
| 385 |
width: 310px; |
| 386 |
border-radius: 5px; |
| 387 |
display: inline-block; |
| 388 |
} |
| 389 |
|
| 390 |
.api_not_conected{ |
| 391 |
background: #F24B4B; |
| 392 |
padding: 5px 10px; |
| 393 |
color: #fff; |
| 394 |
border-radius: 5px; |
| 395 |
width: auto; |
| 396 |
display: inline-block; |
| 397 |
} |
| 398 |
|
| 399 |
.wpstream_error_curl{ |
| 400 |
margin: 10px 15px; |
| 401 |
display: table; |
| 402 |
} |
| 403 |
|
| 404 |
.wpstream_notice_top{ |
| 405 |
border: 1px solid #c3c4c7; |
| 406 |
box-shadow: 0 1px 1px rgb(0 0 0 / 4%); |
| 407 |
margin: 5px 15px 0px 15px; |
| 408 |
border-radius: 3px; |
| 409 |
} |
| 410 |
|
| 411 |
|
| 412 |
.api_not_conected.wpstream_orange{ |
| 413 |
background:#FF5722; |
| 414 |
} |
| 415 |
.api_not_conected.wpstream_brown{ |
| 416 |
background: #cc410f; |
| 417 |
} |
| 418 |
|
| 419 |
.api_not_conected a{ |
| 420 |
color:#fff; |
| 421 |
} |
| 422 |
|
| 423 |
.event_list_unit .event_title, |
| 424 |
.event_list_unit h3{ |
| 425 |
font-weight: 500; |
| 426 |
font-size: 16px; |
| 427 |
text-transform: capitalize; |
| 428 |
position: relative; |
| 429 |
line-height: 1.3em; |
| 430 |
padding-right: 20px; |
| 431 |
} |
| 432 |
.wpstream_channel_item_id{ |
| 433 |
color: #5b5b5b; |
| 434 |
font-size: 12px; |
| 435 |
} |
| 436 |
|
| 437 |
.wpstream_button { |
| 438 |
border-radius: 2px; |
| 439 |
padding: 5px 5px; |
| 440 |
-webkit-appearance: none; |
| 441 |
border: 0px solid #d9d9d9; |
| 442 |
text-transform: uppercase; |
| 443 |
background: #45a73f; |
| 444 |
color: #fff; |
| 445 |
cursor: pointer; |
| 446 |
font-weight: 500; |
| 447 |
transition: 0.3s ease-out; |
| 448 |
font-size: 14px; |
| 449 |
margin-right: 5px; |
| 450 |
border-radius: 5px; |
| 451 |
text-align: center; |
| 452 |
display: inline-block; |
| 453 |
margin-right: 10px; |
| 454 |
} |
| 455 |
|
| 456 |
.wpstream_button:hover{ |
| 457 |
background:#378532; |
| 458 |
} |
| 459 |
|
| 460 |
.wpstream_button_action{ |
| 461 |
padding: 12px 25px; |
| 462 |
} |
| 463 |
|
| 464 |
.start_event.wpstream_button{ |
| 465 |
padding: 9px 20px; |
| 466 |
width: auto; |
| 467 |
min-width: 130px; |
| 468 |
color: #7a88a3; |
| 469 |
border: 1px solid #3dc93d; |
| 470 |
color: #3b3b3b; |
| 471 |
background-color: #eaf2f7; |
| 472 |
background-color: #e8f7e8; |
| 473 |
border: 1px solid #3dc93d85; |
| 474 |
|
| 475 |
|
| 476 |
} |
| 477 |
|
| 478 |
|
| 479 |
|
| 480 |
.wpstream_stop_event.wpstream_button{ |
| 481 |
padding: 9px 20px; |
| 482 |
width: auto; |
| 483 |
min-width: 130px; |
| 484 |
} |
| 485 |
|
| 486 |
#wpstream-sidebar-meta .wpstream_stop_event.wpstream_button{ |
| 487 |
box-sizing: border-box; |
| 488 |
width: 100%; |
| 489 |
} |
| 490 |
|
| 491 |
|
| 492 |
|
| 493 |
|
| 494 |
.start_event.wpstream_button:hover{ |
| 495 |
background: #45a73f; |
| 496 |
color: #fff; |
| 497 |
} |
| 498 |
|
| 499 |
.stop_server, |
| 500 |
.close_event.wpstream_button{ |
| 501 |
background: #c33a3a; |
| 502 |
} |
| 503 |
|
| 504 |
stop_server wpstream_button:hover, |
| 505 |
.close_event.wpstream_button:hover{ |
| 506 |
background: #d21009; |
| 507 |
} |
| 508 |
|
| 509 |
.record_wrapper, |
| 510 |
.event_list_unit_notificationx{ |
| 511 |
margin-bottom: 10px; |
| 512 |
position:relative; |
| 513 |
} |
| 514 |
|
| 515 |
.encrypt_wrapper{ |
| 516 |
display:none; |
| 517 |
} |
| 518 |
|
| 519 |
.event_list_unit_notificationx{ |
| 520 |
font-size: 14px; |
| 521 |
} |
| 522 |
|
| 523 |
.event_list_unit_notificationx strong{ |
| 524 |
display: inherit; |
| 525 |
margin-bottom: 5px; |
| 526 |
} |
| 527 |
|
| 528 |
|
| 529 |
.start_external{ |
| 530 |
display: inline-block; |
| 531 |
padding: 0px 21px; |
| 532 |
cursor: pointer; |
| 533 |
line-height: 40px; |
| 534 |
height: 38px; |
| 535 |
background: #076d2a; |
| 536 |
transition: 0.3s ease-out; |
| 537 |
border-radius: 2px; |
| 538 |
} |
| 539 |
.start_external:hover{ |
| 540 |
background: #f7fcf8; |
| 541 |
} |
| 542 |
|
| 543 |
|
| 544 |
.wpstream_turning_on{ |
| 545 |
padding: 6px 20px; |
| 546 |
width: auto; |
| 547 |
min-width: 130px; |
| 548 |
} |
| 549 |
|
| 550 |
|
| 551 |
.start_event.wpstream_turning_on, |
| 552 |
.wpstream_turning_on{ |
| 553 |
background: #ebe8fa; |
| 554 |
border: 1px solid #D7D0F7; |
| 555 |
color:#3b3b3b; |
| 556 |
} |
| 557 |
|
| 558 |
.start_event.wpstream_turning_on:hover, |
| 559 |
.wpstream_turning_on:hover{ |
| 560 |
background: #d4d0e6; |
| 561 |
border: 1px solid #D7D0F7; |
| 562 |
color:#3b3b3b; |
| 563 |
border: 1px solid #f199998a; |
| 564 |
} |
| 565 |
|
| 566 |
|
| 567 |
|
| 568 |
.wpstream_stop_event{ |
| 569 |
background: #ffe5e5; |
| 570 |
border: 1px solid #ff4c4c8c; |
| 571 |
color: #3b3b3b; |
| 572 |
} |
| 573 |
.wpstream_stop_event:hover{ |
| 574 |
background: #FF4C4C; |
| 575 |
color: #fff; |
| 576 |
} |
| 577 |
|
| 578 |
.how_to{ |
| 579 |
margin-top:10px; |
| 580 |
width: 100%; |
| 581 |
height: auto; |
| 582 |
|
| 583 |
} |
| 584 |
.external_software_streaming{ |
| 585 |
margin-top: 30px; |
| 586 |
width: 100%; |
| 587 |
display: none; |
| 588 |
} |
| 589 |
|
| 590 |
.external_software_streaming_details{ |
| 591 |
background-color: rgba(13,110,253,0.12); |
| 592 |
border-radius: 5px; |
| 593 |
padding: 20px; |
| 594 |
display: inline-block; |
| 595 |
width: 420px; |
| 596 |
} |
| 597 |
|
| 598 |
.view_channel{ |
| 599 |
font-weight: 500; |
| 600 |
font-size: 15px; |
| 601 |
margin-left:30px; |
| 602 |
display:none; |
| 603 |
} |
| 604 |
|
| 605 |
|
| 606 |
#wpstream-sidebar-meta .view_channel.show_stream_data{ |
| 607 |
display: block; |
| 608 |
} |
| 609 |
|
| 610 |
.view_channel.show_stream_data{ |
| 611 |
display: inline-block; |
| 612 |
} |
| 613 |
|
| 614 |
|
| 615 |
|
| 616 |
.event_list_stream_key_wrap{ |
| 617 |
margin-top:10px; |
| 618 |
} |
| 619 |
|
| 620 |
.multiple_warning_events{ |
| 621 |
margin-top: 5px; |
| 622 |
} |
| 623 |
|
| 624 |
|
| 625 |
.server_ready_live{ |
| 626 |
padding: 6px 13px; |
| 627 |
background-color: #6b936b; |
| 628 |
color: #fff; |
| 629 |
display: inline-block; |
| 630 |
margin-bottom: 6px; |
| 631 |
} |
| 632 |
|
| 633 |
|
| 634 |
.server_not_ready_live{ |
| 635 |
display: inline-block; |
| 636 |
padding: 3px 5px; |
| 637 |
background-color: #f40000; |
| 638 |
color:#fff; |
| 639 |
} |
| 640 |
.error_notice{ |
| 641 |
background: #f40000; |
| 642 |
color:#fff; |
| 643 |
width:100%; |
| 644 |
padding: 5px; |
| 645 |
margin-bottom: 5px; |
| 646 |
display: inline; |
| 647 |
} |
| 648 |
|
| 649 |
#wpstream-sidebar-meta .error_notice{ |
| 650 |
display: block; |
| 651 |
} |
| 652 |
|
| 653 |
|
| 654 |
.curl_error{ |
| 655 |
background: #f40000; |
| 656 |
color:#fff; |
| 657 |
width:100%; |
| 658 |
padding: 5px; |
| 659 |
margin-bottom: 5px; |
| 660 |
} |
| 661 |
|
| 662 |
.curl_error a{ |
| 663 |
color:#fff; |
| 664 |
} |
| 665 |
|
| 666 |
.server_loading{ |
| 667 |
display:none; |
| 668 |
margin-left: 10px; |
| 669 |
} |
| 670 |
|
| 671 |
.wpstream_live_key_text, |
| 672 |
.wpstream_live_uri_text{ |
| 673 |
display: inline; |
| 674 |
width: 250px; |
| 675 |
float: left; |
| 676 |
} |
| 677 |
|
| 678 |
.wpstream_live_uri_text.wpstream_larix_rtmp{ |
| 679 |
width: 345px; |
| 680 |
} |
| 681 |
|
| 682 |
.copy_live_key, |
| 683 |
.copy_live_uri{ |
| 684 |
display: inline; |
| 685 |
background: #688ed8; |
| 686 |
color: #ffffff; |
| 687 |
padding: 5px 10px; |
| 688 |
margin-left: 10px; |
| 689 |
cursor: pointer; |
| 690 |
font-size: 12px; |
| 691 |
text-transform: uppercase; |
| 692 |
border-radius: 5px; |
| 693 |
font-weight: 400; |
| 694 |
letter-spacing: 0.03em; |
| 695 |
border: 1px solid #5f83c8; |
| 696 |
transition: 0.3s ease-out; |
| 697 |
-webkit-user-select: none; |
| 698 |
-ms-user-select: none; |
| 699 |
user-select: none; |
| 700 |
} |
| 701 |
.wpstream_start_with_larix_mobile{ |
| 702 |
background: #688ed8; |
| 703 |
padding: 20px; |
| 704 |
color: #fff; |
| 705 |
border-radius: 6px; |
| 706 |
text-decoration: none; |
| 707 |
color: #ffffff; |
| 708 |
padding: 15px 15px; |
| 709 |
margin-left: 10px; |
| 710 |
cursor: pointer; |
| 711 |
font-size: 12px; |
| 712 |
text-transform: uppercase; |
| 713 |
margin: 0px 0px 0px 0px; |
| 714 |
display: inline-block; |
| 715 |
} |
| 716 |
|
| 717 |
.wpstream_start_with_larix_mobile:hover{ |
| 718 |
background: #5878b5; |
| 719 |
color:#fff; |
| 720 |
} |
| 721 |
|
| 722 |
.copy_live_key:hover, |
| 723 |
.copy_live_uri:hover{ |
| 724 |
background: #5878b5; |
| 725 |
} |
| 726 |
|
| 727 |
.show_if_subscription.hide_movieon{ |
| 728 |
display:none; |
| 729 |
} |
| 730 |
|
| 731 |
.pricing.hide_movieon{ |
| 732 |
display:block; |
| 733 |
} |
| 734 |
|
| 735 |
/*=social streaming |
| 736 |
------------------------------------------------*/ |
| 737 |
|
| 738 |
|
| 739 |
.wpstream_social_media_broadcast{ |
| 740 |
display: inline-block; |
| 741 |
display: none; |
| 742 |
} |
| 743 |
|
| 744 |
.wpstream_social_media_unit{ |
| 745 |
display: inline-block; |
| 746 |
margin-right: 20px; |
| 747 |
background: #f3f3f3; |
| 748 |
padding: 9px; |
| 749 |
margin-top: 10px; |
| 750 |
font-weight: 500; |
| 751 |
} |
| 752 |
|
| 753 |
#wpstream-sidebar-meta .wpstream_social_media_unit{ |
| 754 |
width: 100%; |
| 755 |
box-sizing: border-box; |
| 756 |
float: left; |
| 757 |
} |
| 758 |
|
| 759 |
#wpstream-sidebar-meta .wpstream_social_stream_container{ |
| 760 |
width: 100%; |
| 761 |
box-sizing: border-box; |
| 762 |
float: left; |
| 763 |
} |
| 764 |
|
| 765 |
|
| 766 |
.wpstream_social_stream_container{ |
| 767 |
background: #f3f3f3; |
| 768 |
padding: 9px; |
| 769 |
min-height: 30px; |
| 770 |
width: 466px; |
| 771 |
margin: 10px 0px; |
| 772 |
display: none; |
| 773 |
} |
| 774 |
|
| 775 |
.wpstream_social_stream_container label{ |
| 776 |
display:block; |
| 777 |
} |
| 778 |
|
| 779 |
.wpstream_twich_rtmp, |
| 780 |
.wpstream_youtube_rtmp{ |
| 781 |
width:300px; |
| 782 |
} |
| 783 |
|
| 784 |
#wpstream-sidebar-meta .wpstream_twich_rtmp, |
| 785 |
#wpstream-sidebar-meta .wpstream_youtube_rtmp{ |
| 786 |
width:100%; |
| 787 |
} |
| 788 |
|
| 789 |
|
| 790 |
/* =video management |
| 791 |
----------------------------------------------- */ |
| 792 |
.wpstream_upload_alert{ |
| 793 |
color: #fff; |
| 794 |
font-size: 17px; |
| 795 |
background-color: #e16767; |
| 796 |
display: inline-block; |
| 797 |
margin-left: 20px; |
| 798 |
padding: 15px; |
| 799 |
} |
| 800 |
|
| 801 |
|
| 802 |
.wpstream_video_wrapper{ |
| 803 |
background-color: #fff; |
| 804 |
padding: 20px; |
| 805 |
margin-bottom: 20px; |
| 806 |
background: #fff; |
| 807 |
margin: 5px 15px 20px 15px; |
| 808 |
padding: 20px; |
| 809 |
font-family: 'Roboto', sans-serif; |
| 810 |
box-shadow: 0 2px 4px rgb(0 25 60 / 8%); |
| 811 |
border: 1px solid #e2e5e8; |
| 812 |
border-radius: 5px; |
| 813 |
} |
| 814 |
|
| 815 |
.wpstream_video_status { |
| 816 |
padding: 5px; |
| 817 |
font-weight: 500; |
| 818 |
color: #fff; |
| 819 |
font-size: 12px; |
| 820 |
background-color: #e16767; |
| 821 |
} |
| 822 |
|
| 823 |
.wpstream_video_status.ispublished{ |
| 824 |
background: #078407; |
| 825 |
} |
| 826 |
|
| 827 |
.wpstream_video_title{ |
| 828 |
margin-top: 10px; |
| 829 |
font-size: 15px; |
| 830 |
font-weight: 600; |
| 831 |
} |
| 832 |
|
| 833 |
.storage_file_size{ |
| 834 |
background-color: #eff0f1; |
| 835 |
border-radius: 3px; |
| 836 |
padding: 3px 5px; |
| 837 |
font-size: 13px; |
| 838 |
margin-left: 20px; |
| 839 |
font-weight: 500; |
| 840 |
} |
| 841 |
|
| 842 |
.video_stream_label{ |
| 843 |
font-weight: 600; |
| 844 |
margin-right: 10px; |
| 845 |
} |
| 846 |
.storage_file_name{ |
| 847 |
margin-right: 5px; |
| 848 |
} |
| 849 |
|
| 850 |
|
| 851 |
|
| 852 |
.wpstream_delete_media, |
| 853 |
.wpstream_get_download_link{ |
| 854 |
cursor: pointer; |
| 855 |
background-color: #45a73f; |
| 856 |
color: white; |
| 857 |
padding: 5px 14px; |
| 858 |
display: inline-block; |
| 859 |
margin-top: 10px; |
| 860 |
margin-right: 10px; |
| 861 |
transition: 0.3s ease-out; |
| 862 |
border-radius: 3px; |
| 863 |
} |
| 864 |
.wpstream_delete_media:hover, |
| 865 |
.wpstream_get_download_link:hover{ |
| 866 |
background: #378532; |
| 867 |
} |
| 868 |
|
| 869 |
.wpstream_download_link{ |
| 870 |
display:none; |
| 871 |
line-height: 25px; |
| 872 |
} |
| 873 |
|
| 874 |
.wpstream_video_notice{ |
| 875 |
display: inline; |
| 876 |
margin-left: 10px; |
| 877 |
background: #888; |
| 878 |
padding: 5px; |
| 879 |
color: #fff; |
| 880 |
display:none; |
| 881 |
} |
| 882 |
|
| 883 |
.wpstream_upload_container { |
| 884 |
background-color: #fff; |
| 885 |
padding: 20px; |
| 886 |
margin-bottom: 20px; |
| 887 |
background: #fff; |
| 888 |
margin: 5px 15px 2px 15px; |
| 889 |
padding: 20px; |
| 890 |
min-height: 40px; |
| 891 |
font-family: 'Roboto', sans-serif; |
| 892 |
box-shadow: 0 2px 4px rgb(0 25 60 / 8%); |
| 893 |
border: 1px solid #e2e5e8; |
| 894 |
border-radius: 5px; |
| 895 |
} |
| 896 |
|
| 897 |
.bar { |
| 898 |
background-color: #28de23; |
| 899 |
border-right-color: #99d; |
| 900 |
padding: 5px; |
| 901 |
margin-bottom: 5px; |
| 902 |
} |
| 903 |
|
| 904 |
#wpstream_uploaded_mes{ |
| 905 |
font-weight: 600; |
| 906 |
margin-bottom: 5px; |
| 907 |
} |
| 908 |
|
| 909 |
.direct-upload{ |
| 910 |
width:100%; |
| 911 |
position:relative; |
| 912 |
} |
| 913 |
|
| 914 |
|
| 915 |
#wpstream_media_upload h3, |
| 916 |
#wpstream_file_management h3{ |
| 917 |
margin-left: 20px; |
| 918 |
font-family: 'Roboto', sans-serif; |
| 919 |
margin-top: 35px; |
| 920 |
} |
| 921 |
|
| 922 |
.wpstream_form_ex{ |
| 923 |
font-size: 20px; |
| 924 |
text-align: center; |
| 925 |
padding: 40px 0px 20px 0px; |
| 926 |
text-transform: uppercase; |
| 927 |
font-weight: 500; |
| 928 |
color: #999; |
| 929 |
} |
| 930 |
.wpstream_form_ex_details{ |
| 931 |
width: 70%; |
| 932 |
margin: 0px auto; |
| 933 |
padding: 0px 0px 30px 0px; |
| 934 |
text-align: center; |
| 935 |
} |
| 936 |
|
| 937 |
.wpstream_file_drop_color{ |
| 938 |
background-color: #ededed; |
| 939 |
border-radius: 5px; |
| 940 |
} |
| 941 |
|
| 942 |
.direct-upload .progress-bar-area{ |
| 943 |
position: absolute; |
| 944 |
width: 98%; |
| 945 |
top: 66px; |
| 946 |
left: 0.75%; |
| 947 |
} |
| 948 |
|
| 949 |
#wpstream_upload{ |
| 950 |
background: #078407; |
| 951 |
margin: 10px; |
| 952 |
} |
| 953 |
|
| 954 |
.js .inputfile { |
| 955 |
width: 0.1px; |
| 956 |
height: 0.1px; |
| 957 |
opacity: 0; |
| 958 |
overflow: hidden; |
| 959 |
position: absolute; |
| 960 |
z-index: -1; |
| 961 |
} |
| 962 |
|
| 963 |
.inputfile + label { |
| 964 |
max-width: 80%; |
| 965 |
font-size: 14px; |
| 966 |
/* 20px */ |
| 967 |
font-weight: 700; |
| 968 |
text-overflow: ellipsis; |
| 969 |
white-space: nowrap; |
| 970 |
cursor: pointer; |
| 971 |
display: inline-block; |
| 972 |
overflow: hidden; |
| 973 |
padding: 0.625rem 1.25rem; |
| 974 |
/* 10px 20px */ |
| 975 |
} |
| 976 |
|
| 977 |
.no-js .inputfile + label { |
| 978 |
display: none; |
| 979 |
} |
| 980 |
|
| 981 |
.inputfile:focus + label, |
| 982 |
.inputfile.has-focus + label { |
| 983 |
outline: 1px dotted #000; |
| 984 |
outline: -webkit-focus-ring-color auto 5px; |
| 985 |
} |
| 986 |
|
| 987 |
.inputfile + label svg { |
| 988 |
width: 1em; |
| 989 |
height: 1em; |
| 990 |
vertical-align: middle; |
| 991 |
fill: currentColor; |
| 992 |
margin-top: -0.25em; |
| 993 |
/* 4px */ |
| 994 |
margin-right: 0.25em; |
| 995 |
/* 4px */ |
| 996 |
} |
| 997 |
|
| 998 |
|
| 999 |
/* style 1 */ |
| 1000 |
|
| 1001 |
.inputfile-1 + label { |
| 1002 |
color: #ffffff; |
| 1003 |
background-color: #45a73f; |
| 1004 |
margin: 10px 10px 10px 0px; |
| 1005 |
transition: 0.3s ease-out; |
| 1006 |
border-radius: 5px; |
| 1007 |
} |
| 1008 |
|
| 1009 |
.inputfile-1:focus + label, |
| 1010 |
.inputfile-1.has-focus + label, |
| 1011 |
.inputfile-1 + label:hover { |
| 1012 |
background-color: #5a9544; |
| 1013 |
} |
| 1014 |
|
| 1015 |
|
| 1016 |
.wpstream_setting_event_unit_wrapper{ |
| 1017 |
position:relative; |
| 1018 |
display: inline-block; |
| 1019 |
margin-bottom: 10px; |
| 1020 |
width: 100%; |
| 1021 |
} |
| 1022 |
|
| 1023 |
.wpstream_setting_event_unit_wrapper .settings_details{ |
| 1024 |
max-width: 385px; |
| 1025 |
} |
| 1026 |
|
| 1027 |
.wpstream_modal_form .wpstream_setting_event_unit_wrapper .settings_details{ |
| 1028 |
color: #666; |
| 1029 |
margin-top: 5px; |
| 1030 |
} |
| 1031 |
|
| 1032 |
|
| 1033 |
|
| 1034 |
label.wpstream_switch { |
| 1035 |
position: absolute; |
| 1036 |
display: inline-block; |
| 1037 |
width: 53px!important; |
| 1038 |
height: 25px; |
| 1039 |
top: 12px; |
| 1040 |
left: 390px; |
| 1041 |
} |
| 1042 |
|
| 1043 |
.wpstream_switch input { |
| 1044 |
opacity: 0; |
| 1045 |
width: 0; |
| 1046 |
height: 0; |
| 1047 |
} |
| 1048 |
|
| 1049 |
.wpstream_slider { |
| 1050 |
position: absolute; |
| 1051 |
cursor: pointer; |
| 1052 |
top: 0; |
| 1053 |
left: 0; |
| 1054 |
right: 0; |
| 1055 |
bottom: 0; |
| 1056 |
background-color: #ccc; |
| 1057 |
-webkit-transition: .4s; |
| 1058 |
transition: .4s; |
| 1059 |
} |
| 1060 |
|
| 1061 |
.wpstream_slider:before { |
| 1062 |
position: absolute; |
| 1063 |
content: ""; |
| 1064 |
height: 18px; |
| 1065 |
width: 18px; |
| 1066 |
left: 4px; |
| 1067 |
bottom: 4px; |
| 1068 |
background-color: white; |
| 1069 |
-webkit-transition: .4s; |
| 1070 |
transition: .4s; |
| 1071 |
} |
| 1072 |
|
| 1073 |
input:checked + .wpstream_slider { |
| 1074 |
background-color: #2196F3; |
| 1075 |
} |
| 1076 |
|
| 1077 |
input:focus + .wpstream_slider { |
| 1078 |
box-shadow: 0 0 1px #2196F3; |
| 1079 |
} |
| 1080 |
|
| 1081 |
input:checked + .wpstream_slider:before { |
| 1082 |
-webkit-transform: translateX(26px); |
| 1083 |
-ms-transform: translateX(26px); |
| 1084 |
transform: translateX(26px); |
| 1085 |
} |
| 1086 |
|
| 1087 |
/* Rounded sliders */ |
| 1088 |
.wpstream_slider.round { |
| 1089 |
border-radius: 25px; |
| 1090 |
} |
| 1091 |
|
| 1092 |
.wpstream_slider.round:before { |
| 1093 |
border-radius: 50%; |
| 1094 |
} |
| 1095 |
|
| 1096 |
.wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper{ |
| 1097 |
margin-bottom: 10px; |
| 1098 |
} |
| 1099 |
|
| 1100 |
.wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper label{ |
| 1101 |
font-weight: 700; |
| 1102 |
font-size: 14px; |
| 1103 |
left: 395px; |
| 1104 |
} |
| 1105 |
|
| 1106 |
#wpstream-sidebar-meta .wpstream_setting_event_unit_wrapper label{ |
| 1107 |
left: auto; |
| 1108 |
right: 0px; |
| 1109 |
} |
| 1110 |
#wpstream-sidebar-meta .settings_details{ |
| 1111 |
padding-right: 60px; |
| 1112 |
} |
| 1113 |
|
| 1114 |
|
| 1115 |
/*=wpstream share */ |
| 1116 |
|
| 1117 |
.wpstream_sharing_social{ |
| 1118 |
color: #696969; |
| 1119 |
text-decoration: none; |
| 1120 |
margin: 0px; |
| 1121 |
font-size: 12px; |
| 1122 |
display: inline-block; |
| 1123 |
} |
| 1124 |
|
| 1125 |
.wpstream_sharing_social .dashicons { |
| 1126 |
font-size: 32px; |
| 1127 |
background-color: #f9f9f9; |
| 1128 |
width: 91px; |
| 1129 |
height: 91px; |
| 1130 |
border-radius: 5px; |
| 1131 |
line-height: 91px; |
| 1132 |
color: #1d447d; |
| 1133 |
margin-right: 25px; |
| 1134 |
color: #828b9b; |
| 1135 |
border: 1px solid rgba(13,110,253,0.12); |
| 1136 |
margin-top: 25px; |
| 1137 |
|
| 1138 |
} |
| 1139 |
.wpstream_sharing_social:nth-of-type(4n) .dashicons{ |
| 1140 |
margin-right: 0px; |
| 1141 |
} |
| 1142 |
|
| 1143 |
.wpstream_sharing_social .dashicons:hover{ |
| 1144 |
background-color: rgba(13,110,253,0.12); |
| 1145 |
color: #0d6efd; |
| 1146 |
} |
| 1147 |
|
| 1148 |
.wpstream_sharing_social:focus{ |
| 1149 |
box-shadow:none; |
| 1150 |
outline:0px; |
| 1151 |
} |
| 1152 |
|
| 1153 |
#wpstream-sidebar-meta .wpstream_social_share_wrapper{ |
| 1154 |
position: relative; |
| 1155 |
right:auto; |
| 1156 |
top: auto; |
| 1157 |
font-size: 13px; |
| 1158 |
margin: 10px 0px 0px 0px; |
| 1159 |
} |
| 1160 |
|
| 1161 |
#wpstream-sidebar-meta .wpstream_sharing_social{ |
| 1162 |
margin: 0px 0px; |
| 1163 |
} |
| 1164 |
|
| 1165 |
|
| 1166 |
.how_to_videos{ |
| 1167 |
display: inline-block; |
| 1168 |
width: 100%; |
| 1169 |
|
| 1170 |
} |
| 1171 |
|
| 1172 |
|
| 1173 |
.wpstream_pagination{ |
| 1174 |
list-style: none; |
| 1175 |
display: inline; |
| 1176 |
float:left; |
| 1177 |
padding-left: 15px; |
| 1178 |
} |
| 1179 |
|
| 1180 |
.wpstream_pagination li{ |
| 1181 |
display: inline-block; |
| 1182 |
border: 1px solid #d8dada; |
| 1183 |
min-width: 20px; |
| 1184 |
text-align: center; |
| 1185 |
margin-right: 5px; |
| 1186 |
border-radius: 3px; |
| 1187 |
padding: 5px; |
| 1188 |
background: #fff; |
| 1189 |
} |
| 1190 |
|
| 1191 |
.wpstream_pagination li a{ |
| 1192 |
text-decoration: none; |
| 1193 |
color:#3c434a; |
| 1194 |
} |
| 1195 |
|
| 1196 |
.wpstream_pagination li:empty{ |
| 1197 |
display:none; |
| 1198 |
} |
| 1199 |
|
| 1200 |
.wpstream_pagination li.active{ |
| 1201 |
background: #f5f5fb; |
| 1202 |
} |
| 1203 |
|
| 1204 |
|
| 1205 |
|
| 1206 |
.wpstream_modal_background{ |
| 1207 |
position: fixed; |
| 1208 |
z-index: 1001; |
| 1209 |
top:0px; |
| 1210 |
bottom: 0px; |
| 1211 |
left: 0px; |
| 1212 |
right: 0px; |
| 1213 |
background-color:rgb(0 20 40 / 86%); |
| 1214 |
opacity: 0.5; |
| 1215 |
display: none; |
| 1216 |
} |
| 1217 |
|
| 1218 |
.wpstream_modal_form{ |
| 1219 |
width: 460px; |
| 1220 |
height: 460px; |
| 1221 |
background-color: #fff; |
| 1222 |
position: fixed; |
| 1223 |
top: 50%; |
| 1224 |
margin-top: -230px; |
| 1225 |
left: 50%; |
| 1226 |
margin-left: -230px; |
| 1227 |
display: none; |
| 1228 |
z-index: 1002; |
| 1229 |
padding: 30px; |
| 1230 |
border-radius: 5px; |
| 1231 |
} |
| 1232 |
.wpstream_modal_form.wpestate_settings_modal{ |
| 1233 |
height: 525px; |
| 1234 |
margin-top: -257px; |
| 1235 |
} |
| 1236 |
|
| 1237 |
.wpstream_modal_form h3{ |
| 1238 |
font-size: 20px; |
| 1239 |
} |
| 1240 |
|
| 1241 |
.wpstream_close_modal{ |
| 1242 |
width:30px; |
| 1243 |
height: 30px; |
| 1244 |
background-color: rgba(13,110,253,0.12); |
| 1245 |
position: absolute; |
| 1246 |
top:15px; |
| 1247 |
right: 15px; |
| 1248 |
border-radius: 3px; |
| 1249 |
cursor: pointer; |
| 1250 |
background-image: url(../../img/closeicon4.png); |
| 1251 |
background-repeat: no-repeat; |
| 1252 |
background-position: center; |
| 1253 |
} |
| 1254 |
|
| 1255 |
.wpstream_close_modal:hover{ |
| 1256 |
background-color: rgba(13,110,253,0.32); |
| 1257 |
} |
| 1258 |
|
| 1259 |
|
| 1260 |
.wpstream_tooltip_wrapper{ |
| 1261 |
position: relative; |
| 1262 |
} |
| 1263 |
|
| 1264 |
.wpstream_tooltip_disabled, |
| 1265 |
.wpstream_tooltip{ |
| 1266 |
position: absolute; |
| 1267 |
border-radius: 3px; |
| 1268 |
background-color: rgb(0 20 40 / 86%); |
| 1269 |
color: #fff; |
| 1270 |
font-size: 13px; |
| 1271 |
text-transform: capitalize; |
| 1272 |
padding: 5px 10px; |
| 1273 |
bottom: -38px; |
| 1274 |
left: -15%; |
| 1275 |
z-index: 10; |
| 1276 |
transition: all 0.2s cubic-bezier(0.5, 0, 0.5, 1); |
| 1277 |
transition-delay: .2s; |
| 1278 |
white-space: nowrap; |
| 1279 |
opacity: 0; |
| 1280 |
pointer-events: none; |
| 1281 |
} |
| 1282 |
.wpstream_button .wpstream_tooltip{ |
| 1283 |
white-space: normal; |
| 1284 |
width: 200px; |
| 1285 |
bottom: -10px; |
| 1286 |
transform: translate(0, 100%); |
| 1287 |
|
| 1288 |
} |
| 1289 |
|
| 1290 |
.wpstream_tooltip_disabled:after, |
| 1291 |
.wpstream_tooltip:after{ |
| 1292 |
position: absolute; |
| 1293 |
content: " "; |
| 1294 |
width: 0; |
| 1295 |
height: 0; |
| 1296 |
top: -6px; |
| 1297 |
left: 20px; |
| 1298 |
border-left: 7px solid transparent; |
| 1299 |
border-right: 7px solid transparent; |
| 1300 |
border-bottom: 7px solid rgb(0 20 40 / 86%); |
| 1301 |
} |
| 1302 |
|
| 1303 |
.wpstream_button .wpstream_tooltip:after{ |
| 1304 |
left: 50%; |
| 1305 |
margin-left: -7px; |
| 1306 |
} |
| 1307 |
|
| 1308 |
|
| 1309 |
#wpstream-sidebar-meta .wpstream_tooltip_disabled, |
| 1310 |
#wpstream-sidebar-meta .wpstream_tooltip{ |
| 1311 |
left: 0%; |
| 1312 |
width: 93%; |
| 1313 |
pointer-events: none; |
| 1314 |
} |
| 1315 |
|
| 1316 |
#wpstream-sidebar-meta .wpstream-button-icon .wpstream_tooltip_disabled, |
| 1317 |
#wpstream-sidebar-meta .wpstream-button-icon .wpstream_tooltip{ |
| 1318 |
width: auto; |
| 1319 |
pointer-events: none; |
| 1320 |
|
| 1321 |
} |
| 1322 |
|
| 1323 |
#wpstream-sidebar-meta .wpstream_statistics_channel .wpstream_tooltip_disabled{ |
| 1324 |
left: -50px; |
| 1325 |
} |
| 1326 |
#wpstream-sidebar-meta .wpstream_statistics_channel .wpstream_tooltip_disabled:after{ |
| 1327 |
left: 62px!important; |
| 1328 |
} |
| 1329 |
|
| 1330 |
#wpstream-sidebar-meta .wpstream_stream_pro .wpstream_tooltip{ |
| 1331 |
left: -50px; |
| 1332 |
} |
| 1333 |
#wpstream-sidebar-meta .wpstream_stream_pro .wpstream_tooltip:after{ |
| 1334 |
left: 62px!important; |
| 1335 |
} |
| 1336 |
|
| 1337 |
#wpstream-sidebar-meta .wpstream_edit_channel{ |
| 1338 |
display: none; |
| 1339 |
} |
| 1340 |
|
| 1341 |
|
| 1342 |
|
| 1343 |
|
| 1344 |
#wpstream-sidebar-meta .wpstream_tooltip_wrapper.wpstream-button-icon .wpstream_tooltip_disabled:after, |
| 1345 |
#wpstream-sidebar-meta .wpstream_tooltip_wrapper.wpstream-button-icon .wpstream_tooltip:after{ |
| 1346 |
left:10px; |
| 1347 |
} |
| 1348 |
|
| 1349 |
|
| 1350 |
|
| 1351 |
.wpstream_inactive_icon{ |
| 1352 |
cursor: not-allowed; |
| 1353 |
} |
| 1354 |
.wpstream_inactive_icon svg{ |
| 1355 |
opacity: 0.35; |
| 1356 |
} |
| 1357 |
|
| 1358 |
.wpstream_error_modal_notification{ |
| 1359 |
width: 500px; |
| 1360 |
background-color: #fff; |
| 1361 |
position: fixed; |
| 1362 |
top: 50%; |
| 1363 |
margin-top: -250px; |
| 1364 |
left: 50%; |
| 1365 |
margin-left: -250px; |
| 1366 |
display: none; |
| 1367 |
z-index: 1002; |
| 1368 |
padding: 20px; |
| 1369 |
border-radius: 5px; |
| 1370 |
font-size: 15px; |
| 1371 |
} |
| 1372 |
|
| 1373 |
.wpstream_error_ok{ |
| 1374 |
padding: 8px; |
| 1375 |
text-transform: uppercase; |
| 1376 |
margin: 0px auto; |
| 1377 |
display: block; |
| 1378 |
float: none; |
| 1379 |
width: 100px; |
| 1380 |
position: relative; |
| 1381 |
margin-top: 20px; |
| 1382 |
} |
| 1383 |
|
| 1384 |
|
| 1385 |
.wpstream_external_broadcast_options{ |
| 1386 |
width: 50%; |
| 1387 |
border: 1px solid #6666; |
| 1388 |
} |
| 1389 |
|
| 1390 |
.wpstream_modal_explanations{ |
| 1391 |
margin-top: 15px; |
| 1392 |
margin-bottom: 5px; |
| 1393 |
font-size: 14px; |
| 1394 |
color: #666; |
| 1395 |
line-height: 1.6em; |
| 1396 |
} |
| 1397 |
|
| 1398 |
|
| 1399 |
.wpstream_modal_explanations li{ |
| 1400 |
margin-bottom: 2px; |
| 1401 |
} |
| 1402 |
|
| 1403 |
|
| 1404 |
.wpstream_modal_explanations li { |
| 1405 |
margin-bottom: 2px; |
| 1406 |
line-height: 1.6em; |
| 1407 |
} |
| 1408 |
|
| 1409 |
.print_qrcode{ |
| 1410 |
position: absolute; |
| 1411 |
top: 73px; |
| 1412 |
right: 12px; |
| 1413 |
} |
| 1414 |
|
| 1415 |
|
| 1416 |
|
| 1417 |
|
| 1418 |
.wpstream_loader { |
| 1419 |
width: 8px; |
| 1420 |
height: 8px; |
| 1421 |
border: 1px solid #a5a8a4; |
| 1422 |
border-radius: 50%; |
| 1423 |
display: inline-block; |
| 1424 |
position: relative; |
| 1425 |
-webkit-animation: rotation 1s linear infinite; |
| 1426 |
animation: rotation 1.3s linear infinite; |
| 1427 |
margin-left: 14px; |
| 1428 |
top: 0px; |
| 1429 |
} |
| 1430 |
|
| 1431 |
.wpstream_loader:after { |
| 1432 |
content: ""; |
| 1433 |
position: absolute; |
| 1434 |
left: 50%; |
| 1435 |
top: 50%; |
| 1436 |
transform: translate(-50%, -50%); |
| 1437 |
width: 18px; |
| 1438 |
height: 18px; |
| 1439 |
border-radius: 50%; |
| 1440 |
border: 1px solid; |
| 1441 |
border-color: #FF3D00 transparent; |
| 1442 |
} |
| 1443 |
|
| 1444 |
.wpstream_options_help{ |
| 1445 |
clear: both; |
| 1446 |
width: 51%; |
| 1447 |
display: inline-block; |
| 1448 |
position: relative; |
| 1449 |
} |
| 1450 |
|
| 1451 |
.wpstream_options_help a{ |
| 1452 |
width: auto; |
| 1453 |
background-color: green; |
| 1454 |
color: #fff; |
| 1455 |
border-radius: 3px; |
| 1456 |
padding: 5px 10px; |
| 1457 |
text-decoration: none; |
| 1458 |
background-color: #2196F3; |
| 1459 |
position: absolute; |
| 1460 |
right: -51px; |
| 1461 |
top: 0px; |
| 1462 |
} |
| 1463 |
|
| 1464 |
|
| 1465 |
|
| 1466 |
|
| 1467 |
@media only screen and (max-width:1099px){ |
| 1468 |
|
| 1469 |
.wpstream_upgrade_topbar{ |
| 1470 |
display: block; |
| 1471 |
margin-left: 0px; |
| 1472 |
margin-top: 30px; |
| 1473 |
width: 175px; |
| 1474 |
text-align: center; |
| 1475 |
} |
| 1476 |
|
| 1477 |
.event_list_wrapper{ |
| 1478 |
display: flex; |
| 1479 |
width: 100%; |
| 1480 |
margin: 5px 0px 25px 0px; |
| 1481 |
flex-direction: column; |
| 1482 |
} |
| 1483 |
|
| 1484 |
.event_list_unit{ |
| 1485 |
flex-direction: column; |
| 1486 |
align-content: center; |
| 1487 |
justify-content: flex-start; |
| 1488 |
align-items: flex-start; |
| 1489 |
width: auto; |
| 1490 |
position: relative; |
| 1491 |
border: 1px solid #e2e5e8; |
| 1492 |
} |
| 1493 |
.wpstream_stop_event.wpstream_button, |
| 1494 |
.start_event.wpstream_button, |
| 1495 |
.wpstream_stop_event, |
| 1496 |
.wpstream_turning_on, |
| 1497 |
.start_event { |
| 1498 |
width: 100%; |
| 1499 |
box-sizing: border-box; |
| 1500 |
margin-bottom: 10px; |
| 1501 |
max-width: 170px; |
| 1502 |
} |
| 1503 |
|
| 1504 |
.wpstream_options_col1{ |
| 1505 |
margin-bottom: 10px; |
| 1506 |
} |
| 1507 |
|
| 1508 |
.wpstream_options_col2{ |
| 1509 |
margin-bottom: 10px; |
| 1510 |
} |
| 1511 |
|
| 1512 |
.event_title{ |
| 1513 |
width: 100%; |
| 1514 |
} |
| 1515 |
.wpstream_modal_form.wpestate_settings_modal, |
| 1516 |
.wpstream_modal_form { |
| 1517 |
z-index: 99999; |
| 1518 |
margin-top: 0px; |
| 1519 |
top: 0px; |
| 1520 |
overflow-y: auto; |
| 1521 |
} |
| 1522 |
|
| 1523 |
.wpstream_modal_form { |
| 1524 |
width: 100%; |
| 1525 |
height: 100%; |
| 1526 |
background-color: #fff; |
| 1527 |
position: fixed; |
| 1528 |
top: 0; |
| 1529 |
margin-top: 0; |
| 1530 |
left: 0; |
| 1531 |
margin-left: 0; |
| 1532 |
display: none; |
| 1533 |
z-index: 99999; |
| 1534 |
padding: 0px 30px; |
| 1535 |
border-radius: 0px; |
| 1536 |
box-sizing: border-box; |
| 1537 |
} |
| 1538 |
|
| 1539 |
.wpstream_modal_explanations{ |
| 1540 |
width: 100%; |
| 1541 |
box-sizing: border-box; |
| 1542 |
} |
| 1543 |
|
| 1544 |
.wpstream_modal_form.wpestate_settings_modal { |
| 1545 |
height: 100%; |
| 1546 |
margin-top: 0px; |
| 1547 |
overflow-y: auto; |
| 1548 |
} |
| 1549 |
|
| 1550 |
.wpstream_sharing_social .dashicons { |
| 1551 |
margin-right: 15px; |
| 1552 |
width: 80px; |
| 1553 |
height: 80px; |
| 1554 |
} |
| 1555 |
.wpstream_sharing_social:nth-of-type(4n) .dashicons { |
| 1556 |
margin-right:15px; |
| 1557 |
} |
| 1558 |
|
| 1559 |
|
| 1560 |
} |
| 1561 |
|
| 1562 |
|
| 1563 |
|
| 1564 |
|
| 1565 |
@media only screen and (max-width:500px){ |
| 1566 |
.external_software_streaming_details{ |
| 1567 |
width: 280px; |
| 1568 |
} |
| 1569 |
.copy_live_key, |
| 1570 |
.copy_live_uri{ |
| 1571 |
margin: 15px 0px 0px 0px; |
| 1572 |
display: inline-block; |
| 1573 |
} |
| 1574 |
.wpstream_close_modal{ |
| 1575 |
z-index: 99999; |
| 1576 |
} |
| 1577 |
.wpstream_live_uri_text.wpstream_larix_rtmp, |
| 1578 |
.wpstream_live_uri_text{ |
| 1579 |
width: 280px; |
| 1580 |
word-break: break-all; |
| 1581 |
} |
| 1582 |
} |