| 1 |
.theme_options_tab_wpstream{ |
| 2 |
background: #fff; |
| 3 |
border-left: 4px solid #fff; |
| 4 |
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); |
| 5 |
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); |
| 6 |
margin: 5px 15px 20px 15px; |
| 7 |
padding: 7px 12px 20px 12px; |
| 8 |
} |
| 9 |
.wpstream_option_wrapper{ |
| 10 |
max-width: 70%; |
| 11 |
} |
| 12 |
.wpstream_option{ |
| 13 |
clear: both; |
| 14 |
width: 50%; |
| 15 |
display: inline-block; |
| 16 |
margin-bottom: 20px; |
| 17 |
} |
| 18 |
|
| 19 |
.wpstream_option label{ |
| 20 |
width: 100%; |
| 21 |
float: left; |
| 22 |
} |
| 23 |
|
| 24 |
.event_list_unit_notification{ |
| 25 |
float:left; |
| 26 |
width:100%; |
| 27 |
margin-bottom: 10px; |
| 28 |
} |
| 29 |
|
| 30 |
.pack_details_wrapper{ |
| 31 |
background-color: #fff; |
| 32 |
padding: 20px; |
| 33 |
margin-bottom: 20px; |
| 34 |
background: #fff; |
| 35 |
margin: 15px 15px 0px 15px; |
| 36 |
padding: 20px; |
| 37 |
font-size: 15px; |
| 38 |
} |
| 39 |
|
| 40 |
.pack_details_wrapper_transparent{ |
| 41 |
background-color: transparent; |
| 42 |
padding: 20px; |
| 43 |
margin: 5px 15px 0px 15px; |
| 44 |
padding: 20px 20px 0px 0px; |
| 45 |
font-size: 17px; |
| 46 |
} |
| 47 |
|
| 48 |
|
| 49 |
|
| 50 |
.hide_stream_data{ |
| 51 |
display:none; |
| 52 |
} |
| 53 |
|
| 54 |
|
| 55 |
.show_stream_data{ |
| 56 |
display:block; |
| 57 |
} |
| 58 |
|
| 59 |
|
| 60 |
.event_thumb_wrapper{ |
| 61 |
min-width: 170px; |
| 62 |
float:left; |
| 63 |
} |
| 64 |
|
| 65 |
.event_thumb{ |
| 66 |
float: left; |
| 67 |
margin: 0px 20px 20px 0px; |
| 68 |
} |
| 69 |
|
| 70 |
.event_list_unit h3{ |
| 71 |
margin-top: 0px; |
| 72 |
} |
| 73 |
|
| 74 |
.event_list_unit{ |
| 75 |
background-color: #fff; |
| 76 |
padding: 20px; |
| 77 |
margin-bottom: 20px; |
| 78 |
background: #fff; |
| 79 |
/* border-left: 4px solid #fff; */ |
| 80 |
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); |
| 81 |
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); |
| 82 |
margin: 5px 15px 2px 15px; |
| 83 |
padding: 20px; |
| 84 |
min-height: 150px; |
| 85 |
} |
| 86 |
|
| 87 |
|
| 88 |
|
| 89 |
#wpstream-sidebar-meta .event_list_unit{ |
| 90 |
padding: 0px; |
| 91 |
box-shadow: none; |
| 92 |
margin: 0px; |
| 93 |
} |
| 94 |
#wpstream-sidebar-meta .event_thumb_wrapper{ |
| 95 |
display:none; |
| 96 |
} |
| 97 |
#wpstream-sidebar-meta |
| 98 |
#wpstream-sidebar-meta h3{ |
| 99 |
line-height: 25px; |
| 100 |
} |
| 101 |
|
| 102 |
#wpstream-sidebar-meta .close_event, |
| 103 |
#wpstream-sidebar-meta .start_event{ |
| 104 |
width:100%; |
| 105 |
} |
| 106 |
|
| 107 |
#wpstream-sidebar-meta .close_event, |
| 108 |
#wpstream-sidebar-meta .start_event, |
| 109 |
#wpstream-sidebar-meta .start_webcaster, |
| 110 |
#wpstream-sidebar-meta .start_external{ |
| 111 |
margin: 0px 0px 10px 0px; |
| 112 |
display: block; |
| 113 |
height: auto; |
| 114 |
} |
| 115 |
|
| 116 |
|
| 117 |
#wpstream-sidebar-meta .wpstream_channel_status{ |
| 118 |
padding: 10px 0px 25px 0px; |
| 119 |
line-height: 24px; |
| 120 |
} |
| 121 |
|
| 122 |
#wpstream-sidebar-meta .view_channel{ |
| 123 |
display: block; |
| 124 |
margin-left: 0px; |
| 125 |
margin-top: 10px; |
| 126 |
} |
| 127 |
|
| 128 |
#wpstream-sidebar-meta .copy_live_key, |
| 129 |
#wpstream-sidebar-meta .copy_live_uri{ |
| 130 |
display: block; |
| 131 |
margin-left: 0 |
| 132 |
} |
| 133 |
|
| 134 |
#wpstream-sidebar-meta .how_to{ |
| 135 |
display: none; |
| 136 |
} |
| 137 |
|
| 138 |
|
| 139 |
.no_events_warning{ |
| 140 |
font-weight: bold; |
| 141 |
font-size: 14px; |
| 142 |
margin-left: 10px; |
| 143 |
background: #fff; |
| 144 |
border-left: 4px solid #fff; |
| 145 |
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); |
| 146 |
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); |
| 147 |
margin: 5px 15px 20px 15px; |
| 148 |
padding: 20px 12px 20px 12px; |
| 149 |
} |
| 150 |
|
| 151 |
.api_conected{ |
| 152 |
background: green; |
| 153 |
padding: 10px; |
| 154 |
color: #fff; |
| 155 |
margin-bottom: 20px; |
| 156 |
width: 270px; |
| 157 |
} |
| 158 |
|
| 159 |
.api_not_conected{ |
| 160 |
background: #f40000; |
| 161 |
padding: 10px; |
| 162 |
color: #fff; |
| 163 |
margin-bottom: 10px; |
| 164 |
} |
| 165 |
|
| 166 |
.api_not_conected a{ |
| 167 |
color:#fff; |
| 168 |
} |
| 169 |
.event_list_unit h3{ |
| 170 |
font-weight: 700; |
| 171 |
font-size: 18px; |
| 172 |
text-transform: capitalize; |
| 173 |
} |
| 174 |
|
| 175 |
.wpstream_channel_status{ |
| 176 |
padding: 17px 0px 43px 0px; |
| 177 |
font-size: 16px; |
| 178 |
font-weight: 700; |
| 179 |
} |
| 180 |
|
| 181 |
.wpstream_channel_status .dashicons{ |
| 182 |
font-size: 32px; |
| 183 |
color: #6b936b; |
| 184 |
margin-right: 15px; |
| 185 |
margin-top: -5px; |
| 186 |
} |
| 187 |
.wpstream_channel_status.not_ready_to_stream .dashicons{ |
| 188 |
color: #e16767; |
| 189 |
font-size: 27px; |
| 190 |
margin-top: -2px; |
| 191 |
} |
| 192 |
.wpstream_channel_status.not_ready_to_stream { |
| 193 |
color:#23282d |
| 194 |
} |
| 195 |
|
| 196 |
|
| 197 |
.not_ready_to_stream{ |
| 198 |
color:#e16767; |
| 199 |
} |
| 200 |
|
| 201 |
.pending_streaming{ |
| 202 |
} |
| 203 |
|
| 204 |
|
| 205 |
|
| 206 |
.wpstream_button { |
| 207 |
box-shadow: none !important; |
| 208 |
border-radius: 2px; |
| 209 |
background-clip: padding-box; |
| 210 |
-moz-background-clip: padding; |
| 211 |
-webkit-background-clip: padding-box; |
| 212 |
border-color: #d9d9d9; |
| 213 |
vertical-align: middle; |
| 214 |
height: 40px; |
| 215 |
padding: 7px 21px; |
| 216 |
-webkit-appearance: none; |
| 217 |
border: 1px solid #d9d9d9; |
| 218 |
text-transform: uppercase; |
| 219 |
background: #e16767; |
| 220 |
color: #fff; |
| 221 |
cursor:pointer; |
| 222 |
} |
| 223 |
|
| 224 |
.start_event.wpstream_button{ |
| 225 |
background: #8e8b8b; |
| 226 |
} |
| 227 |
|
| 228 |
.record_wrapper, |
| 229 |
.event_list_unit_notificationx{ |
| 230 |
margin-bottom: 10px; |
| 231 |
position:relative; |
| 232 |
} |
| 233 |
|
| 234 |
|
| 235 |
.start_webcaster{ |
| 236 |
display: inline-block; |
| 237 |
float: none; |
| 238 |
height: 20px; |
| 239 |
padding: 7px 21px; |
| 240 |
cursor:pointer; |
| 241 |
} |
| 242 |
|
| 243 |
.start_external{ |
| 244 |
display: inline-block; |
| 245 |
float: none; |
| 246 |
height: 20px; |
| 247 |
padding: 7px 21px; |
| 248 |
margin-left: 20px; |
| 249 |
cursor:pointer; |
| 250 |
background-color: #6b936b; |
| 251 |
} |
| 252 |
|
| 253 |
.external_software_streaming{ |
| 254 |
display:none; |
| 255 |
padding-top: 20px; |
| 256 |
} |
| 257 |
|
| 258 |
.view_channel{ |
| 259 |
font-weight: 500; |
| 260 |
font-size: 15px; |
| 261 |
margin-left:30px; |
| 262 |
} |
| 263 |
|
| 264 |
.warning_stream{ |
| 265 |
margin-top:10px; |
| 266 |
} |
| 267 |
|
| 268 |
.event_list_stream_key_wrap{ |
| 269 |
margin-top:10px; |
| 270 |
} |
| 271 |
|
| 272 |
.multiple_warning_events{ |
| 273 |
|
| 274 |
} |
| 275 |
|
| 276 |
|
| 277 |
.server_ready_live{ |
| 278 |
padding: 6px 13px; |
| 279 |
background-color: #6b936b; |
| 280 |
color: #fff; |
| 281 |
display: inline-block; |
| 282 |
margin-bottom: 6px; |
| 283 |
} |
| 284 |
|
| 285 |
|
| 286 |
.server_not_ready_live{ |
| 287 |
display: inline-block; |
| 288 |
padding: 3px 5px; |
| 289 |
background-color: #f40000; |
| 290 |
color:#fff; |
| 291 |
} |
| 292 |
.curl_error{ |
| 293 |
background: #f40000; |
| 294 |
color:#fff; |
| 295 |
width:100%; |
| 296 |
padding: 5px; |
| 297 |
margin-bottom: 5px; |
| 298 |
} |
| 299 |
|
| 300 |
.curl_error a{ |
| 301 |
color:#fff; |
| 302 |
} |
| 303 |
|
| 304 |
.server_loading{ |
| 305 |
display:none; |
| 306 |
margin-left: 10px; |
| 307 |
} |
| 308 |
|
| 309 |
.wpstream_live_key_text, |
| 310 |
.wpstream_live_uri_text{ |
| 311 |
display:inline; |
| 312 |
} |
| 313 |
|
| 314 |
.copy_live_key, |
| 315 |
.copy_live_uri{ |
| 316 |
display: inline; |
| 317 |
background: #8e8b8b; |
| 318 |
color: #fff; |
| 319 |
padding: 3px 6px; |
| 320 |
margin-left: 10px; |
| 321 |
border-radius: 2px; |
| 322 |
cursor: pointer; |
| 323 |
font-size: 11px; |
| 324 |
} |
| 325 |
|
| 326 |
.show_if_subscription.hide_movieon{ |
| 327 |
display:none; |
| 328 |
} |
| 329 |
|
| 330 |
.pricing.hide_movieon{ |
| 331 |
display:block; |
| 332 |
} |
| 333 |
|
| 334 |
|
| 335 |
|
| 336 |
/* =video management |
| 337 |
----------------------------------------------- */ |
| 338 |
.wpstream_upload_alert{ |
| 339 |
color: #fff; |
| 340 |
font-size: 17px; |
| 341 |
background-color: #e16767; |
| 342 |
display: inline-block; |
| 343 |
margin-left: 20px; |
| 344 |
padding: 15px; |
| 345 |
} |
| 346 |
|
| 347 |
|
| 348 |
.wpstream_video_wrapper{ |
| 349 |
background-color: #fff; |
| 350 |
padding: 20px; |
| 351 |
margin-bottom: 20px; |
| 352 |
background: #fff; |
| 353 |
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); |
| 354 |
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); |
| 355 |
margin: 5px 15px 2px 15px; |
| 356 |
padding: 20px; |
| 357 |
|
| 358 |
} |
| 359 |
|
| 360 |
.wpstream_video_status { |
| 361 |
padding: 5px; |
| 362 |
font-weight: 500; |
| 363 |
color: #fff; |
| 364 |
font-size: 12px; |
| 365 |
background-color: #e16767; |
| 366 |
} |
| 367 |
|
| 368 |
.wpstream_video_status.ispublished{ |
| 369 |
background: #078407; |
| 370 |
} |
| 371 |
|
| 372 |
.wpstream_video_title{ |
| 373 |
margin-top: 10px; |
| 374 |
font-size: 15px; |
| 375 |
font-weight: 600; |
| 376 |
} |
| 377 |
|
| 378 |
.video_stream_label{ |
| 379 |
font-weight: 600; |
| 380 |
margin-right: 10px; |
| 381 |
} |
| 382 |
.storage_file_name{ |
| 383 |
margin-right: 5px; |
| 384 |
} |
| 385 |
|
| 386 |
.wpstream_change_video_status { |
| 387 |
width: 111px; |
| 388 |
padding: 7px; |
| 389 |
color: #fff; |
| 390 |
background-color: #e16767; |
| 391 |
cursor:pointer; |
| 392 |
text-transform: uppercase; |
| 393 |
font-size: 13px; |
| 394 |
font-weight: 600; |
| 395 |
text-align: center; |
| 396 |
margin-top: 10px; |
| 397 |
transition: all 0.5s ease; |
| 398 |
-webkit-transition: all 0.5s ease; |
| 399 |
-moz-transition: all 0.5s ease; |
| 400 |
-o-transition: all 0.5s ease; |
| 401 |
} |
| 402 |
|
| 403 |
.wpstream_delete_media, |
| 404 |
.wpstream_get_download_link{ |
| 405 |
cursor: pointer; |
| 406 |
background-color: #969c98; |
| 407 |
color: white; |
| 408 |
padding: 5px; |
| 409 |
display: inline-block; |
| 410 |
margin-top: 10px; |
| 411 |
margin-right:10px |
| 412 |
} |
| 413 |
|
| 414 |
.wpstream_download_link{ |
| 415 |
display:none; |
| 416 |
line-height: 25px; |
| 417 |
} |
| 418 |
|
| 419 |
.wpstream_change_video_status.publish{ |
| 420 |
background: #078407; |
| 421 |
} |
| 422 |
.wpstream_change_video_status:hover{ |
| 423 |
opacity:0.7; |
| 424 |
} |
| 425 |
|
| 426 |
.wpstream_video_notice{ |
| 427 |
display: inline; |
| 428 |
margin-left: 10px; |
| 429 |
background: #888; |
| 430 |
padding: 5px; |
| 431 |
color: #fff; |
| 432 |
display:none; |
| 433 |
} |
| 434 |
|
| 435 |
.wpstream_upload_container { |
| 436 |
background-color: #fff; |
| 437 |
padding: 20px; |
| 438 |
margin-bottom: 20px; |
| 439 |
background: #fff; |
| 440 |
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); |
| 441 |
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); |
| 442 |
margin: 5px 15px 2px 15px; |
| 443 |
padding: 20px; |
| 444 |
min-height: 40px; |
| 445 |
} |
| 446 |
|
| 447 |
.bar { |
| 448 |
background-color: #28de23; |
| 449 |
border-right-color: #99d; |
| 450 |
padding: 5px; |
| 451 |
margin-bottom: 5px; |
| 452 |
} |
| 453 |
|
| 454 |
#wpstream_uploaded_mes{ |
| 455 |
font-weight: 600; |
| 456 |
margin-bottom: 5px; |
| 457 |
} |
| 458 |
|
| 459 |
.direct-upload{ |
| 460 |
width:100%; |
| 461 |
position:relative; |
| 462 |
} |
| 463 |
|
| 464 |
|
| 465 |
#wpstream_media_upload h3, |
| 466 |
#wpstream_file_management h3{ |
| 467 |
margin-left: 20px; |
| 468 |
} |
| 469 |
|
| 470 |
.wpstream_form_ex{ |
| 471 |
font-size: 20px; |
| 472 |
text-align: center; |
| 473 |
padding: 40px 0px 20px 0px; |
| 474 |
text-transform: uppercase; |
| 475 |
font-weight: 500; |
| 476 |
color: #999; |
| 477 |
} |
| 478 |
.wpstream_form_ex_details{ |
| 479 |
width: 70%; |
| 480 |
margin: 0px auto; |
| 481 |
padding: 0px 0px 30px 0px; |
| 482 |
text-align: center; |
| 483 |
} |
| 484 |
|
| 485 |
.wpstream_file_drop_color{ |
| 486 |
background-color: #ededed; |
| 487 |
} |
| 488 |
|
| 489 |
.direct-upload .progress-bar-area{ |
| 490 |
position: absolute; |
| 491 |
width: 98%; |
| 492 |
top: 66px; |
| 493 |
left: 0.75%; |
| 494 |
} |
| 495 |
|
| 496 |
#wpstream_upload{ |
| 497 |
background: #078407; |
| 498 |
margin: 10px; |
| 499 |
} |
| 500 |
|
| 501 |
.js .inputfile { |
| 502 |
width: 0.1px; |
| 503 |
height: 0.1px; |
| 504 |
opacity: 0; |
| 505 |
overflow: hidden; |
| 506 |
position: absolute; |
| 507 |
z-index: -1; |
| 508 |
} |
| 509 |
|
| 510 |
.inputfile + label { |
| 511 |
max-width: 80%; |
| 512 |
font-size: 14px; |
| 513 |
/* 20px */ |
| 514 |
font-weight: 700; |
| 515 |
text-overflow: ellipsis; |
| 516 |
white-space: nowrap; |
| 517 |
cursor: pointer; |
| 518 |
display: inline-block; |
| 519 |
overflow: hidden; |
| 520 |
padding: 0.625rem 1.25rem; |
| 521 |
/* 10px 20px */ |
| 522 |
} |
| 523 |
|
| 524 |
.no-js .inputfile + label { |
| 525 |
display: none; |
| 526 |
} |
| 527 |
|
| 528 |
.inputfile:focus + label, |
| 529 |
.inputfile.has-focus + label { |
| 530 |
outline: 1px dotted #000; |
| 531 |
outline: -webkit-focus-ring-color auto 5px; |
| 532 |
} |
| 533 |
|
| 534 |
.inputfile + label * { |
| 535 |
/* pointer-events: none; */ |
| 536 |
/* in case of FastClick lib use */ |
| 537 |
} |
| 538 |
|
| 539 |
.inputfile + label svg { |
| 540 |
width: 1em; |
| 541 |
height: 1em; |
| 542 |
vertical-align: middle; |
| 543 |
fill: currentColor; |
| 544 |
margin-top: -0.25em; |
| 545 |
/* 4px */ |
| 546 |
margin-right: 0.25em; |
| 547 |
/* 4px */ |
| 548 |
} |
| 549 |
|
| 550 |
|
| 551 |
/* style 1 */ |
| 552 |
|
| 553 |
.inputfile-1 + label { |
| 554 |
color: #f1e5e6; |
| 555 |
background-color: #065006; |
| 556 |
margin: 10px 10px 10px 0px; |
| 557 |
} |
| 558 |
|
| 559 |
.inputfile-1:focus + label, |
| 560 |
.inputfile-1.has-focus + label, |
| 561 |
.inputfile-1 + label:hover { |
| 562 |
background-color: #722040; |
| 563 |
} |
| 564 |
|