| @@ -25,64 +25,22 @@ | ||
| 25 | 25 | .theme_options_tab_wpstream{ |
| 26 | 26 | background: #fff; |
| 27 | 27 | border-left: 4px solid #fff; |
| 28 | 28 | box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09); |
| 29 | - margin: 15px; | |
| 30 | - padding: 20px; | |
| 29 | + margin: 5px 15px 20px 15px; | |
| 30 | + padding: 20px 12px 20px 12px; | |
| 31 | 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 | 32 | } |
| 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 | 33 | .wpstream_option_wrapper{ |
| 57 | 34 | max-width: 70%; |
| 58 | - padding: 30px 0px 0px 0px; | |
| 59 | 35 | } |
| 60 | - | |
| 61 | -.wpstream_page_wpstream_settings .wpstream_option_wrapper{ | |
| 62 | - display: flex; | |
| 63 | - justify-content: space-between; | |
| 64 | - gap: 10px; | |
| 65 | - max-width: 40%; | |
| 66 | -} | |
| 67 | - | |
| 68 | -.wpstream_option, .wpstream_setting_event_unit_wrapper { | |
| 69 | - display: flex; | |
| 70 | - flex-direction: column; | |
| 36 | +.wpstream_option{ | |
| 71 | 37 | clear: both; |
| 38 | + width: 51%; | |
| 39 | + display: inline-block; | |
| 72 | 40 | margin-bottom: 20px; |
| 73 | - position: relative; | |
| 74 | - max-width: 443px; | |
| 75 | 41 | } |
| 76 | 42 | |
| 77 | -.wpstream_option input{ | |
| 78 | - border: 1px solid #d6d6d6; | |
| 79 | - background-color: #fff; | |
| 80 | - color: #2c3338; | |
| 81 | - padding: 5px 10px; | |
| 82 | - width: 330px; | |
| 83 | -} | |
| 84 | - | |
| 85 | 43 | .wpstream_option label{ |
| 86 | 44 | width: 100%; |
| 87 | 45 | float: left; |
| 88 | 46 | font-weight: 600; |
| @@ -92,33 +50,11 @@ | ||
| 92 | 50 | |
| 93 | 51 | .wpstream_option .settings_details{ |
| 94 | 52 | color: #999; |
| 95 | 53 | margin-top: 5px; |
| 96 | - max-width: 365px; | |
| 97 | 54 | } |
| 98 | 55 | |
| 99 | -.wpstream_option .wpstream-image-upload-wrapper { | |
| 100 | - margin-bottom: 10px; | |
| 101 | -} | |
| 102 | 56 | |
| 103 | -.wpstream_option .wpstream-image-upload-wrapper .wpstream-image-preview { | |
| 104 | - margin: 10px 0; | |
| 105 | - max-width: 300px; | |
| 106 | -} | |
| 107 | - | |
| 108 | -.wpstream_option .wpstream-image-upload-wrapper .wpstream-image-preview img { | |
| 109 | - max-width: 100%; | |
| 110 | - height: auto; | |
| 111 | - border: 1px solid #ddd; | |
| 112 | - padding: 5px; | |
| 113 | - background: #fff; | |
| 114 | -} | |
| 115 | - | |
| 116 | -.wpstream_option .wpstream-image-upload-wrapper .wpstream-image-upload-buttons .button { | |
| 117 | - margin-right: 5px; | |
| 118 | -} | |
| 119 | - | |
| 120 | - | |
| 121 | 57 | .event_list_unit_notification{ |
| 122 | 58 | float:left; |
| 123 | 59 | width:100%; |
| 124 | 60 | margin-bottom: 10px; |
| @@ -132,11 +68,9 @@ | ||
| 132 | 68 | margin: 15px 15px 0px 15px; |
| 133 | 69 | padding: 20px; |
| 134 | 70 | font-size: 15px; |
| 135 | 71 | font-family: 'Roboto', sans-serif; |
| 136 | - box-shadow: 0 2px 4px rgb(0 25 60 / 8%); | |
| 137 | - border: 1px solid #e2e5e8; | |
| 138 | - border-radius: 5px; | |
| 72 | + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09); | |
| 139 | 73 | } |
| 140 | 74 | |
| 141 | 75 | .pack_details_wrapper_transparent{ |
| 142 | 76 | background-color: transparent; |
| @@ -159,165 +93,49 @@ | ||
| 159 | 93 | } |
| 160 | 94 | |
| 161 | 95 | |
| 162 | 96 | .event_thumb_wrapper{ |
| 163 | - margin-right: 15px; | |
| 164 | - min-width: 50px; | |
| 165 | - width: 50px; | |
| 166 | - height: 50px; | |
| 167 | - border: 0px solid #f0f0f0; | |
| 168 | - border-radius: 5px; | |
| 169 | - background-size: cover; | |
| 170 | - background-position: center; | |
| 171 | - background-repeat: no-repeat; | |
| 97 | + min-width: 170px; | |
| 98 | + float:left; | |
| 172 | 99 | } |
| 173 | 100 | |
| 174 | - | |
| 175 | - | |
| 176 | -.event_title{ | |
| 177 | - width: 350px; | |
| 101 | +.event_thumb{ | |
| 102 | + float: left; | |
| 103 | + margin: 0px 20px 20px 0px; | |
| 104 | + border-radius: 2px; | |
| 178 | 105 | } |
| 179 | -#wpstream-sidebar-meta .event_title{ | |
| 180 | - display: none; | |
| 181 | -} | |
| 182 | 106 | |
| 183 | -.event_list_unit .event_title, | |
| 184 | 107 | .event_list_unit h3{ |
| 185 | 108 | margin-top: 0px; |
| 186 | - color: #3b3b3b; | |
| 187 | - margin: 1em 0; | |
| 188 | 109 | } |
| 189 | 110 | |
| 190 | 111 | .event_list_unit{ |
| 191 | - color:#00193d; | |
| 192 | 112 | background-color: #fff; |
| 193 | 113 | padding: 20px; |
| 194 | 114 | margin-bottom: 20px; |
| 195 | - margin: 35px 15px 25px 15px; | |
| 196 | - padding: 25px 20px; | |
| 197 | - box-shadow: 0 2px 4px rgb(0 25 60 / 8%); | |
| 198 | - font-family: 'Roboto', sans-serif; | |
| 199 | - transition: 0.3s ease-out; | |
| 200 | - border-radius: 5px; | |
| 201 | - display: flex; | |
| 202 | - flex-direction: row; | |
| 203 | - align-content: center; | |
| 204 | - justify-content: flex-start; | |
| 205 | - align-items: center; | |
| 206 | - width: 900px; | |
| 207 | - position: relative; | |
| 208 | - border: 1px solid #e2e5e8; | |
| 115 | + background: #fff; | |
| 116 | + margin: 5px 15px 25px 15px; | |
| 117 | + padding: 20px; | |
| 118 | + min-height: 150px; | |
| 119 | + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09); | |
| 120 | + font-family: 'Roboto', sans-serif; | |
| 121 | + transition: 0.3s ease-out; | |
| 122 | + border-radius: 2px; | |
| 209 | 123 | } |
| 210 | 124 | |
| 211 | -div.video-js.vjs-has-started button.vjs-big-play-button{ | |
| 212 | - display:none; | |
| 213 | -} | |
| 214 | - | |
| 215 | 125 | .event_list_unit:hover{ |
| 216 | - box-shadow: 0 3px 23px 9px rgba(7,152,255,0.15); | |
| 126 | + box-shadow: 0 3px 23px 9px rgba(7,152,255,0.15); | |
| 127 | + transform: translate(0%, -5px); | |
| 217 | 128 | background-color: #fcfcfc; |
| 218 | 129 | } |
| 219 | 130 | |
| 220 | -.event_list_unit.wpstream_show_started { | |
| 221 | - background: #fff; | |
| 222 | - border: 1px solid #3dc93d; | |
| 223 | -} | |
| 224 | 131 | |
| 225 | -.wpstream_options_col1{ | |
| 226 | - display: flex; | |
| 227 | - flex-direction: row; | |
| 228 | - flex-wrap: nowrap; | |
| 229 | -} | |
| 230 | - | |
| 231 | -.wpstream_options_col2{ | |
| 232 | - display: flex; | |
| 233 | - flex-direction: row; | |
| 234 | - flex-wrap: nowrap; | |
| 235 | -} | |
| 236 | - | |
| 237 | - | |
| 238 | -.wpstream_channel_status { | |
| 239 | - position: absolute; | |
| 240 | - background-color: rgb(255 255 255); | |
| 241 | - color: red; | |
| 242 | - border-radius: 5px; | |
| 243 | - top: -10px; | |
| 244 | - left: 7px; | |
| 245 | - font-size: 12px; | |
| 246 | - padding: 4px 15px; | |
| 247 | - letter-spacing: 0.25px; | |
| 248 | - font-weight: 500; | |
| 249 | - | |
| 250 | - .spinner { | |
| 251 | - display: block; | |
| 252 | - margin: 0 auto; | |
| 253 | - float: none; | |
| 254 | - } | |
| 255 | -} | |
| 256 | - | |
| 257 | -.event_list_unit.wpstream_show_started .wpstream_channel_status{ | |
| 258 | - color: #209320; | |
| 259 | -} | |
| 260 | - | |
| 261 | - | |
| 262 | -.wpstream-button-icon{ | |
| 263 | - width: 37px; | |
| 264 | - height: 37px; | |
| 265 | - border: 0px solid #f0f0f0; | |
| 266 | - border-radius: 3px; | |
| 267 | - cursor: pointer; | |
| 268 | - display: inline-block; | |
| 269 | - margin-right: 10px; | |
| 270 | - text-align: center; | |
| 271 | - background-color: #f8f8f8; | |
| 272 | -} | |
| 273 | - | |
| 274 | - | |
| 275 | - | |
| 276 | -.wpstream-button-icon:hover{ | |
| 277 | - background-color:#e4e4e4; | |
| 278 | -} | |
| 279 | - | |
| 280 | -.wpstream-button-icon svg{ | |
| 281 | - max-width: 18px; | |
| 282 | - display: inline-block; | |
| 283 | - max-height: 20px; | |
| 284 | - line-height: 30px; | |
| 285 | - margin-top: 9px; | |
| 286 | -} | |
| 287 | - | |
| 288 | - | |
| 289 | -.wpstream-button-icon svg path{ | |
| 290 | - fill: #828b9b; | |
| 291 | - fill: #5b5b5b; | |
| 292 | -} | |
| 293 | - | |
| 294 | - | |
| 295 | 132 | #wpstream-sidebar-meta .event_list_unit{ |
| 296 | 133 | padding: 0px; |
| 297 | 134 | box-shadow: none; |
| 298 | 135 | margin: 0px; |
| 299 | - display: flex; | |
| 300 | - flex-direction: column; | |
| 301 | - align-content: center; | |
| 302 | - justify-content: flex-start; | |
| 303 | - align-items: flex-start; | |
| 304 | - width: auto; | |
| 305 | - border: none; | |
| 306 | - margin-top: 10px; | |
| 307 | 136 | } |
| 308 | 137 | |
| 309 | -#wpstream-sidebar-meta .wpstream_options_col2{ | |
| 310 | - margin-top: 10px; | |
| 311 | -} | |
| 312 | -#wpstream-sidebar-meta .wpstream_options_col1{ | |
| 313 | - margin-top: 10px; | |
| 314 | -} | |
| 315 | - | |
| 316 | -#wpstream-sidebar-meta .event_list_unit.wpstream_show_started{ | |
| 317 | - background-color: transparent | |
| 318 | -} | |
| 319 | - | |
| 320 | 138 | #wpstream-sidebar-meta .event_list_unit:hover{ |
| 321 | 139 | transform:none; |
| 322 | 140 | background: #fff; |
| 323 | 141 | } |
| @@ -329,66 +147,25 @@ | ||
| 329 | 147 | #wpstream-sidebar-meta h3{ |
| 330 | 148 | line-height: 25px; |
| 331 | 149 | } |
| 332 | 150 | |
| 333 | -#wpstream-sidebar-meta .wpstream_turning_on, | |
| 151 | +#wpstream-sidebar-meta .close_event, | |
| 334 | 152 | #wpstream-sidebar-meta .start_event{ |
| 335 | 153 | width:100%; |
| 336 | - box-sizing: border-box; | |
| 337 | 154 | } |
| 338 | 155 | |
| 339 | -#wpstream-sidebar-meta .wpstream_event_streaming_local { | |
| 340 | - margin-left: 0px; | |
| 341 | - overflow: auto; | |
| 342 | - padding-right: 20px; | |
| 156 | +#wpstream-sidebar-meta .stop_server, | |
| 157 | +#wpstream-sidebar-meta .close_event, | |
| 158 | +#wpstream-sidebar-meta .start_event, | |
| 159 | +#wpstream-sidebar-meta .start_webcaster, | |
| 160 | +#wpstream-sidebar-meta .start_external{ | |
| 161 | + margin: 0px 0px 10px 0px; | |
| 162 | + display: block; | |
| 163 | + height: 40px; | |
| 343 | 164 | } |
| 344 | 165 | |
| 345 | -.wpstream_event_streaming_local{ | |
| 346 | - margin-left: 0px; | |
| 347 | - height: 458px; | |
| 348 | - overflow: auto; | |
| 349 | - padding-right: 20px; | |
| 350 | - width: 456px; | |
| 351 | - display: flex; | |
| 352 | - flex-direction: column; | |
| 353 | - flex-wrap: nowrap; | |
| 354 | -} | |
| 355 | - | |
| 356 | -.basic-mode-notice { | |
| 357 | - color:#fff; | |
| 358 | - background: #f40000; | |
| 359 | - box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%); | |
| 360 | - margin: 5px 0px 15px 0px; | |
| 361 | - font-size: 14px; | |
| 362 | - padding: 10px; | |
| 363 | - border-radius: 10px; | |
| 364 | -} | |
| 365 | - | |
| 366 | -.basic-mode-notice a { | |
| 367 | - color:#fff; | |
| 368 | - text-decoration: underline; | |
| 369 | -} | |
| 370 | - | |
| 371 | -.wpstream_local_event_options_toggle_wrapper { | |
| 372 | - display: flex; | |
| 373 | - gap: 25px; | |
| 374 | - padding-bottom: 10px; | |
| 375 | - border-bottom: 1px solid #e4e4e4; | |
| 376 | - margin-bottom: 10px; | |
| 377 | - max-width: 443px; | |
| 378 | -} | |
| 379 | - | |
| 380 | -.wpstream_local_event_options_toggle_wrapper .wpstream_local_event_options_toggle_info { | |
| 381 | - display: flex; | |
| 382 | - flex-direction: column; | |
| 383 | -} | |
| 384 | - | |
| 385 | -input[type="checkbox"]:disabled + .wpstream_slider.round { | |
| 386 | - background: #e4e4e4; | |
| 387 | - cursor: not-allowed; | |
| 388 | -} | |
| 389 | - | |
| 390 | 166 | #wpstream-sidebar-meta .external_software_streaming{ |
| 167 | + display:none; | |
| 391 | 168 | margin-top: 10px; |
| 392 | 169 | } |
| 393 | 170 | |
| 394 | 171 | #wpstream-sidebar-meta .start_external{ |
| @@ -402,16 +179,10 @@ | ||
| 402 | 179 | float:none; |
| 403 | 180 | } |
| 404 | 181 | |
| 405 | 182 | #wpstream-sidebar-meta .wpstream_channel_status{ |
| 406 | - padding: 10px 0px 10px 0px; | |
| 183 | + padding: 10px 0px 25px 0px; | |
| 407 | 184 | line-height: 24px; |
| 408 | - box-sizing: border-box; | |
| 409 | - width: 100%; | |
| 410 | - position: relative; | |
| 411 | - left: 0px; | |
| 412 | - top: 0px; | |
| 413 | - font-size: 14px; | |
| 414 | 185 | } |
| 415 | 186 | |
| 416 | 187 | #wpstream-sidebar-meta .view_channel{ |
| 417 | 188 | display: block; |
| @@ -419,8 +190,13 @@ | ||
| 419 | 190 | margin-top: 10px; |
| 420 | 191 | display:none; |
| 421 | 192 | } |
| 422 | 193 | |
| 194 | +#wpstream-sidebar-meta .copy_live_key, | |
| 195 | +#wpstream-sidebar-meta .copy_live_uri{ | |
| 196 | + display: block; | |
| 197 | + margin-left: 0 | |
| 198 | +} | |
| 423 | 199 | |
| 424 | 200 | #wpstream-sidebar-meta .how_to{ |
| 425 | 201 | display: none; |
| 426 | 202 | } |
| @@ -431,53 +207,29 @@ | ||
| 431 | 207 | font-size: 14px; |
| 432 | 208 | margin-left: 10px; |
| 433 | 209 | background: #fff; |
| 434 | 210 | border-left: 4px solid #fff; |
| 435 | - -webkit-box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%); | |
| 436 | - box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%); | |
| 211 | + -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); | |
| 212 | + box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); | |
| 437 | 213 | margin: 5px 15px 20px 15px; |
| 438 | 214 | padding: 20px 12px 20px 12px; |
| 439 | - max-width: 915px; | |
| 440 | - border: 1px solid #e2e5e8; | |
| 441 | - border-radius: 5px; | |
| 442 | 215 | } |
| 443 | 216 | |
| 444 | -.no_events_warning_mes{ | |
| 445 | - display: inline-block; | |
| 446 | -} | |
| 447 | - | |
| 448 | 217 | .api_conected{ |
| 449 | - background:#45a73f; | |
| 450 | - padding: 5px 10px; | |
| 218 | + background: green; | |
| 219 | + padding: 10px; | |
| 451 | 220 | color: #fff; |
| 452 | - margin-bottom: 0px; | |
| 453 | - width: 310px; | |
| 454 | - border-radius: 5px; | |
| 455 | - display: inline-block; | |
| 221 | + margin-bottom: 20px; | |
| 222 | + width: 270px; | |
| 456 | 223 | } |
| 457 | 224 | |
| 458 | 225 | .api_not_conected{ |
| 459 | - background: #F24B4B; | |
| 460 | - padding: 5px 10px; | |
| 226 | + background: #f40000; | |
| 227 | + padding: 10px; | |
| 461 | 228 | color: #fff; |
| 462 | - border-radius: 5px; | |
| 463 | - width: auto; | |
| 464 | - display: inline-block; | |
| 229 | + margin-bottom: 10px; | |
| 465 | 230 | } |
| 466 | 231 | |
| 467 | -.wpstream_error_curl{ | |
| 468 | - margin: 10px 15px; | |
| 469 | - display: table; | |
| 470 | -} | |
| 471 | - | |
| 472 | -.wpstream_notice_top{ | |
| 473 | - border: 1px solid #c3c4c7; | |
| 474 | - box-shadow: 0 1px 1px rgb(0 0 0 / 4%); | |
| 475 | - margin: 5px 15px 0px 15px; | |
| 476 | - border-radius: 3px; | |
| 477 | -} | |
| 478 | - | |
| 479 | - | |
| 480 | 232 | .api_not_conected.wpstream_orange{ |
| 481 | 233 | background:#FF5722; |
| 482 | 234 | } |
| 483 | 235 | .api_not_conected.wpstream_brown{ |
| @@ -486,102 +238,79 @@ | ||
| 486 | 238 | |
| 487 | 239 | .api_not_conected a{ |
| 488 | 240 | color:#fff; |
| 489 | 241 | } |
| 242 | +.event_list_unit h3{ | |
| 243 | + font-weight: 700; | |
| 244 | + font-size: 18px; | |
| 245 | + text-transform: capitalize; | |
| 246 | +} | |
| 490 | 247 | |
| 491 | -.event_list_unit .event_title, | |
| 492 | -.event_list_unit h3{ | |
| 493 | - font-weight: 500; | |
| 248 | +.wpstream_channel_status{ | |
| 249 | + padding: 17px 0px 40px 0px; | |
| 494 | 250 | font-size: 16px; |
| 495 | - text-transform: capitalize; | |
| 496 | - position: relative; | |
| 497 | - line-height: 1.3em; | |
| 498 | - padding-right: 20px; | |
| 251 | + font-weight: 700; | |
| 499 | 252 | } |
| 500 | -.wpstream_channel_item_id{ | |
| 501 | - color: #5b5b5b; | |
| 502 | - font-size: 12px; | |
| 253 | + | |
| 254 | +.wpstream_channel_status .dashicons{ | |
| 255 | + font-size: 32px; | |
| 256 | + color: #6b936b; | |
| 257 | + margin-right: 15px; | |
| 258 | + margin-top: -8px; | |
| 503 | 259 | } |
| 260 | +.wpstream_channel_status.not_ready_to_stream .dashicons{ | |
| 261 | + color: #e16767; | |
| 262 | + font-size: 27px; | |
| 263 | + margin-top: -5px; | |
| 264 | +} | |
| 265 | +.wpstream_channel_status.not_ready_to_stream { | |
| 266 | + color:#23282d | |
| 267 | +} | |
| 504 | 268 | |
| 269 | + | |
| 270 | +.not_ready_to_stream{ | |
| 271 | + color:#e16767; | |
| 272 | +} | |
| 273 | + | |
| 274 | +.pending_streaming{ | |
| 275 | +} | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 505 | 279 | .wpstream_button { |
| 280 | + box-shadow: none !important; | |
| 506 | 281 | border-radius: 2px; |
| 507 | - padding: 5px 5px; | |
| 282 | + background-clip: padding-box; | |
| 283 | + -moz-background-clip: padding; | |
| 284 | + -webkit-background-clip: padding-box; | |
| 285 | + vertical-align: middle; | |
| 286 | + height: 40px; | |
| 287 | + padding: 7px 21px; | |
| 508 | 288 | -webkit-appearance: none; |
| 509 | 289 | border: 0px solid #d9d9d9; |
| 510 | 290 | text-transform: uppercase; |
| 511 | - background: #45a73f; | |
| 291 | + background: #40A819; | |
| 512 | 292 | color: #fff; |
| 513 | 293 | cursor: pointer; |
| 294 | + font-weight: 600; | |
| 514 | 295 | font-weight: 500; |
| 515 | 296 | transition: 0.3s ease-out; |
| 516 | 297 | font-size: 14px; |
| 517 | 298 | margin-right: 5px; |
| 518 | - border-radius: 5px; | |
| 519 | - text-align: center; | |
| 520 | - display: inline-block; | |
| 521 | - margin-right: 10px; | |
| 522 | - | |
| 523 | - .spinner { | |
| 524 | - float: none; | |
| 525 | - } | |
| 299 | + border-radius: 2px; | |
| 526 | 300 | } |
| 527 | 301 | |
| 528 | 302 | .wpstream_button:hover{ |
| 529 | - background:#378532; | |
| 303 | + background: #ac3434; | |
| 530 | 304 | } |
| 531 | 305 | |
| 532 | -.wpstream_button_action{ | |
| 533 | - padding: 12px 25px; | |
| 534 | -} | |
| 535 | - | |
| 536 | -.default-channel-settings-info { | |
| 537 | - padding-bottom: 20px; | |
| 538 | - font-size: 14px; | |
| 539 | - line-height: 1.4rem;; | |
| 540 | -} | |
| 541 | - | |
| 542 | -.wpstream-save-settings { | |
| 543 | - display: flex; | |
| 544 | - align-items: center; | |
| 545 | -} | |
| 546 | - | |
| 547 | -.wpstream-save-settings-error { | |
| 548 | - color: #f00; | |
| 549 | -} | |
| 550 | - | |
| 551 | 306 | .start_event.wpstream_button{ |
| 552 | - padding: 9px 20px; | |
| 553 | - width: auto; | |
| 554 | - min-width: 130px; | |
| 555 | - color: #7a88a3; | |
| 556 | - border: 1px solid #3dc93d; | |
| 557 | - color: #3b3b3b; | |
| 558 | - background-color: #eaf2f7; | |
| 559 | - background-color: #e8f7e8; | |
| 560 | - border: 1px solid #3dc93d85; | |
| 561 | - | |
| 562 | - | |
| 307 | + background: #8e8b8b; | |
| 308 | + background: #089238; | |
| 563 | 309 | } |
| 564 | 310 | |
| 565 | - | |
| 566 | - | |
| 567 | -.wpstream_stop_event.wpstream_button{ | |
| 568 | - padding: 9px 20px; | |
| 569 | - width: auto; | |
| 570 | - min-width: 130px; | |
| 571 | -} | |
| 572 | - | |
| 573 | -#wpstream-sidebar-meta .wpstream_stop_event.wpstream_button{ | |
| 574 | - box-sizing: border-box; | |
| 575 | - width: 100%; | |
| 576 | -} | |
| 577 | - | |
| 578 | - | |
| 579 | - | |
| 580 | - | |
| 581 | 311 | .start_event.wpstream_button:hover{ |
| 582 | - background: #45a73f; | |
| 583 | - color: #fff; | |
| 312 | + background: #328214; | |
| 584 | 313 | } |
| 585 | 314 | |
| 586 | 315 | .stop_server, |
| 587 | 316 | .close_event.wpstream_button{ |
| @@ -602,22 +331,32 @@ | ||
| 602 | 331 | .encrypt_wrapper{ |
| 603 | 332 | display:none; |
| 604 | 333 | } |
| 605 | 334 | |
| 606 | -.event_list_unit_notificationx{ | |
| 607 | - font-size: 14px; | |
| 608 | -} | |
| 609 | 335 | |
| 610 | -.event_list_unit_notificationx strong{ | |
| 611 | - display: inherit; | |
| 336 | +.start_webcaster{ | |
| 337 | + display: inline-block; | |
| 338 | + padding: 0px 21px; | |
| 339 | + cursor: pointer; | |
| 340 | + float: left; | |
| 341 | + line-height: 40px; | |
| 342 | + height: 38px; | |
| 343 | + background: #089238; | |
| 344 | + transition: 0.3s ease-out; | |
| 345 | + border-radius: 2px; | |
| 346 | + text-align: center; | |
| 612 | 347 | margin-bottom: 5px; |
| 613 | 348 | } |
| 614 | 349 | |
| 350 | +.start_webcaster:hover{ | |
| 351 | + background: #328214; | |
| 352 | +} | |
| 615 | 353 | |
| 616 | 354 | .start_external{ |
| 617 | 355 | display: inline-block; |
| 618 | 356 | padding: 0px 21px; |
| 619 | 357 | cursor: pointer; |
| 358 | + float: left; | |
| 620 | 359 | line-height: 40px; |
| 621 | 360 | height: 38px; |
| 622 | 361 | background: #076d2a; |
| 623 | 362 | transition: 0.3s ease-out; |
| @@ -623,66 +362,33 @@ | ||
| 623 | 362 | transition: 0.3s ease-out; |
| 624 | 363 | border-radius: 2px; |
| 625 | 364 | } |
| 626 | 365 | .start_external:hover{ |
| 627 | - background: #f7fcf8; | |
| 366 | + background: #065822; | |
| 628 | 367 | } |
| 629 | 368 | |
| 630 | - | |
| 631 | -.wpstream_turning_on{ | |
| 632 | - padding: 6px 20px; | |
| 633 | - width: auto; | |
| 634 | - min-width: 130px; | |
| 369 | +.stop_server { | |
| 370 | + display: inline-block; | |
| 371 | + padding: 0px 21px; | |
| 372 | + cursor: pointer; | |
| 373 | + float: right; | |
| 374 | + line-height: 40px; | |
| 375 | + height: 38px; | |
| 376 | + transition: 0.3s ease-out; | |
| 377 | + display:none!important; | |
| 378 | + border-radius: 2px; | |
| 635 | 379 | } |
| 636 | 380 | |
| 637 | - | |
| 638 | -.start_event.wpstream_turning_on, | |
| 639 | -.wpstream_turning_on{ | |
| 640 | - background: #ebe8fa; | |
| 641 | - border: 1px solid #D7D0F7; | |
| 642 | - color:#3b3b3b; | |
| 643 | -} | |
| 644 | - | |
| 645 | -.start_event.wpstream_turning_on:hover, | |
| 646 | -.wpstream_turning_on:hover{ | |
| 647 | - background: #d4d0e6; | |
| 648 | - border: 1px solid #D7D0F7; | |
| 649 | - color:#3b3b3b; | |
| 650 | - border: 1px solid #f199998a; | |
| 651 | -} | |
| 652 | - | |
| 653 | - | |
| 654 | - | |
| 655 | -.wpstream_stop_event{ | |
| 656 | - background: #ffe5e5; | |
| 657 | - border: 1px solid #ff4c4c8c; | |
| 658 | - color: #3b3b3b; | |
| 659 | -} | |
| 660 | -.wpstream_stop_event:hover{ | |
| 661 | - background: #FF4C4C; | |
| 662 | - color: #fff; | |
| 663 | -} | |
| 664 | - | |
| 665 | 381 | .how_to{ |
| 666 | 382 | margin-top:10px; |
| 667 | - width: 100%; | |
| 668 | - height: auto; | |
| 669 | - | |
| 670 | 383 | } |
| 671 | 384 | .external_software_streaming{ |
| 672 | - margin-top: 30px; | |
| 385 | + display:none; | |
| 386 | + | |
| 387 | + margin-top: 60px; | |
| 673 | 388 | width: 100%; |
| 674 | - display: none; | |
| 675 | 389 | } |
| 676 | 390 | |
| 677 | -.external_software_streaming_details{ | |
| 678 | - background-color: rgba(13,110,253,0.12); | |
| 679 | - border-radius: 5px; | |
| 680 | - padding: 20px; | |
| 681 | - display: inline-block; | |
| 682 | - width: 420px; | |
| 683 | -} | |
| 684 | - | |
| 685 | 391 | .view_channel{ |
| 686 | 392 | font-weight: 500; |
| 687 | 393 | font-size: 15px; |
| 688 | 394 | margin-left:30px; |
| @@ -692,21 +398,21 @@ | ||
| 692 | 398 | |
| 693 | 399 | #wpstream-sidebar-meta .view_channel.show_stream_data{ |
| 694 | 400 | display: block; |
| 695 | 401 | } |
| 696 | - | |
| 697 | 402 | .view_channel.show_stream_data{ |
| 698 | 403 | display: inline-block; |
| 699 | 404 | } |
| 405 | +.warning_stream{ | |
| 406 | + margin-top:10px; | |
| 407 | +} | |
| 700 | 408 | |
| 701 | - | |
| 702 | - | |
| 703 | 409 | .event_list_stream_key_wrap{ |
| 704 | 410 | margin-top:10px; |
| 705 | 411 | } |
| 706 | 412 | |
| 707 | 413 | .multiple_warning_events{ |
| 708 | - margin-top: 5px; | |
| 414 | + | |
| 709 | 415 | } |
| 710 | 416 | |
| 711 | 417 | |
| 712 | 418 | .server_ready_live{ |
| @@ -756,62 +462,23 @@ | ||
| 756 | 462 | } |
| 757 | 463 | |
| 758 | 464 | .wpstream_live_key_text, |
| 759 | 465 | .wpstream_live_uri_text{ |
| 760 | - display: inline; | |
| 761 | - width: 250px; | |
| 762 | - float: left; | |
| 466 | + display:inline; | |
| 763 | 467 | } |
| 764 | 468 | |
| 765 | -.wpstream_live_uri_text.wpstream_larix_rtmp{ | |
| 766 | - width: 345px; | |
| 767 | -} | |
| 768 | - | |
| 769 | 469 | .copy_live_key, |
| 770 | 470 | .copy_live_uri{ |
| 771 | 471 | display: inline; |
| 772 | - background: #688ed8; | |
| 773 | - color: #ffffff; | |
| 774 | - padding: 5px 10px; | |
| 775 | - margin-left: 10px; | |
| 776 | - cursor: pointer; | |
| 777 | - font-size: 12px; | |
| 778 | - text-transform: uppercase; | |
| 779 | - border-radius: 5px; | |
| 780 | - font-weight: 400; | |
| 781 | - letter-spacing: 0.03em; | |
| 782 | - border: 1px solid #5f83c8; | |
| 783 | - transition: 0.3s ease-out; | |
| 784 | - -webkit-user-select: none; | |
| 785 | - -ms-user-select: none; | |
| 786 | - user-select: none; | |
| 787 | -} | |
| 788 | -.wpstream_start_with_larix_mobile{ | |
| 789 | - background: #688ed8; | |
| 790 | - padding: 20px; | |
| 472 | + background: #8e8b8b; | |
| 791 | 473 | color: #fff; |
| 792 | - border-radius: 6px; | |
| 793 | - text-decoration: none; | |
| 794 | - color: #ffffff; | |
| 795 | - padding: 15px 15px; | |
| 474 | + padding: 3px 6px; | |
| 796 | 475 | margin-left: 10px; |
| 476 | + border-radius: 2px; | |
| 797 | 477 | cursor: pointer; |
| 798 | - font-size: 12px; | |
| 799 | - text-transform: uppercase; | |
| 800 | - margin: 0px 0px 0px 0px; | |
| 801 | - display: inline-block; | |
| 478 | + font-size: 11px; | |
| 802 | 479 | } |
| 803 | 480 | |
| 804 | -.wpstream_start_with_larix_mobile:hover{ | |
| 805 | - background: #5878b5; | |
| 806 | - color:#fff; | |
| 807 | -} | |
| 808 | - | |
| 809 | -.copy_live_key:hover, | |
| 810 | -.copy_live_uri:hover{ | |
| 811 | - background: #5878b5; | |
| 812 | -} | |
| 813 | - | |
| 814 | 481 | .show_if_subscription.hide_movieon{ |
| 815 | 482 | display:none; |
| 816 | 483 | } |
| 817 | 484 | |
| @@ -848,8 +515,17 @@ | ||
| 848 | 515 | box-sizing: border-box; |
| 849 | 516 | float: left; |
| 850 | 517 | } |
| 851 | 518 | |
| 519 | +.wpstream_on_facebook_container{ | |
| 520 | + | |
| 521 | +} | |
| 522 | +.wpstream_on_youtube_container{ | |
| 523 | + | |
| 524 | +} | |
| 525 | +.wpstream_on_twich_container{ | |
| 526 | + | |
| 527 | +} | |
| 852 | 528 | |
| 853 | 529 | .wpstream_social_stream_container{ |
| 854 | 530 | background: #f3f3f3; |
| 855 | 531 | padding: 9px; |
| @@ -890,14 +566,12 @@ | ||
| 890 | 566 | background-color: #fff; |
| 891 | 567 | padding: 20px; |
| 892 | 568 | margin-bottom: 20px; |
| 893 | 569 | background: #fff; |
| 570 | + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09); | |
| 894 | 571 | margin: 5px 15px 20px 15px; |
| 895 | 572 | padding: 20px; |
| 896 | 573 | font-family: 'Roboto', sans-serif; |
| 897 | - box-shadow: 0 2px 4px rgb(0 25 60 / 8%); | |
| 898 | - border: 1px solid #e2e5e8; | |
| 899 | - border-radius: 5px; | |
| 900 | 574 | } |
| 901 | 575 | |
| 902 | 576 | .wpstream_video_status { |
| 903 | 577 | padding: 5px; |
| @@ -916,17 +590,8 @@ | ||
| 916 | 590 | font-size: 15px; |
| 917 | 591 | font-weight: 600; |
| 918 | 592 | } |
| 919 | 593 | |
| 920 | -.storage_file_size{ | |
| 921 | - background-color: #eff0f1; | |
| 922 | - border-radius: 3px; | |
| 923 | - padding: 3px 5px; | |
| 924 | - font-size: 13px; | |
| 925 | - margin-left: 20px; | |
| 926 | - font-weight: 500; | |
| 927 | -} | |
| 928 | - | |
| 929 | 594 | .video_stream_label{ |
| 930 | 595 | font-weight: 600; |
| 931 | 596 | margin-right: 10px; |
| 932 | 597 | } |
| @@ -938,20 +603,19 @@ | ||
| 938 | 603 | |
| 939 | 604 | .wpstream_delete_media, |
| 940 | 605 | .wpstream_get_download_link{ |
| 941 | 606 | cursor: pointer; |
| 942 | - background-color: #45a73f; | |
| 607 | + background-color: #6BB251; | |
| 943 | 608 | color: white; |
| 944 | 609 | padding: 5px 14px; |
| 945 | 610 | display: inline-block; |
| 946 | 611 | margin-top: 10px; |
| 947 | 612 | margin-right: 10px; |
| 948 | - transition: 0.3s ease-out; | |
| 949 | - border-radius: 3px; | |
| 613 | + transition: 0.3s ease-out; | |
| 950 | 614 | } |
| 951 | 615 | .wpstream_delete_media:hover, |
| 952 | 616 | .wpstream_get_download_link:hover{ |
| 953 | - background: #378532; | |
| 617 | + background: #5a9544; | |
| 954 | 618 | } |
| 955 | 619 | |
| 956 | 620 | .wpstream_download_link{ |
| 957 | 621 | display:none; |
| @@ -971,15 +635,13 @@ | ||
| 971 | 635 | background-color: #fff; |
| 972 | 636 | padding: 20px; |
| 973 | 637 | margin-bottom: 20px; |
| 974 | 638 | background: #fff; |
| 639 | + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09); | |
| 975 | 640 | margin: 5px 15px 2px 15px; |
| 976 | 641 | padding: 20px; |
| 977 | 642 | min-height: 40px; |
| 978 | 643 | font-family: 'Roboto', sans-serif; |
| 979 | - box-shadow: 0 2px 4px rgb(0 25 60 / 8%); | |
| 980 | - border: 1px solid #e2e5e8; | |
| 981 | - border-radius: 5px; | |
| 982 | 644 | } |
| 983 | 645 | |
| 984 | 646 | .bar { |
| 985 | 647 | background-color: #28de23; |
| @@ -1022,9 +684,8 @@ | ||
| 1022 | 684 | } |
| 1023 | 685 | |
| 1024 | 686 | .wpstream_file_drop_color{ |
| 1025 | 687 | background-color: #ededed; |
| 1026 | - border-radius: 5px; | |
| 1027 | 688 | } |
| 1028 | 689 | |
| 1029 | 690 | .direct-upload .progress-bar-area{ |
| 1030 | 691 | position: absolute; |
| @@ -1070,8 +731,13 @@ | ||
| 1070 | 731 | outline: 1px dotted #000; |
| 1071 | 732 | outline: -webkit-focus-ring-color auto 5px; |
| 1072 | 733 | } |
| 1073 | 734 | |
| 735 | +.inputfile + label * { | |
| 736 | + /* pointer-events: none; */ | |
| 737 | + /* in case of FastClick lib use */ | |
| 738 | +} | |
| 739 | + | |
| 1074 | 740 | .inputfile + label svg { |
| 1075 | 741 | width: 1em; |
| 1076 | 742 | height: 1em; |
| 1077 | 743 | vertical-align: middle; |
| @@ -1086,12 +752,11 @@ | ||
| 1086 | 752 | /* style 1 */ |
| 1087 | 753 | |
| 1088 | 754 | .inputfile-1 + label { |
| 1089 | 755 | color: #ffffff; |
| 1090 | - background-color: #45a73f; | |
| 756 | + background-color: #6BB251; | |
| 1091 | 757 | margin: 10px 10px 10px 0px; |
| 1092 | 758 | transition: 0.3s ease-out; |
| 1093 | - border-radius: 5px; | |
| 1094 | 759 | } |
| 1095 | 760 | |
| 1096 | 761 | .inputfile-1:focus + label, |
| 1097 | 762 | .inputfile-1.has-focus + label, |
| @@ -1097,619 +762,4 @@ | ||
| 1097 | 762 | .inputfile-1.has-focus + label, |
| 1098 | 763 | .inputfile-1 + label:hover { |
| 1099 | 764 | background-color: #5a9544; |
| 1100 | 765 | } |
| 1101 | - | |
| 1102 | -.wpstream-tooltip { | |
| 1103 | - cursor: pointer; | |
| 1104 | - color: #0073aa; | |
| 1105 | - vertical-align: middle; | |
| 1106 | -} | |
| 1107 | - | |
| 1108 | -.wpstream-tooltip:hover { | |
| 1109 | - opacity: 0.8; | |
| 1110 | -} | |
| 1111 | - | |
| 1112 | -.wpstream_setting_event_unit_wrapper{ | |
| 1113 | - position:relative; | |
| 1114 | - margin-bottom: 10px; | |
| 1115 | - width: 100%; | |
| 1116 | -} | |
| 1117 | - | |
| 1118 | -.wpstream_setting_event_unit_wrapper .settings_details{ | |
| 1119 | - max-width: 365px; | |
| 1120 | -} | |
| 1121 | - | |
| 1122 | -.wpstream_modal_form .wpstream_setting_event_unit_wrapper .settings_details{ | |
| 1123 | - color: #666; | |
| 1124 | - margin-top: 5px; | |
| 1125 | -} | |
| 1126 | - | |
| 1127 | - | |
| 1128 | - | |
| 1129 | -label.wpstream_switch { | |
| 1130 | - position: relative; | |
| 1131 | - display: inline-block; | |
| 1132 | - width: 53px; | |
| 1133 | - min-width: 53px; | |
| 1134 | - height: 25px; | |
| 1135 | - top: 12px; | |
| 1136 | -} | |
| 1137 | - | |
| 1138 | -.wpstream_switch input { | |
| 1139 | - opacity: 0; | |
| 1140 | - width: 0; | |
| 1141 | - height: 0; | |
| 1142 | -} | |
| 1143 | - | |
| 1144 | -.wpstream_slider { | |
| 1145 | - position: absolute; | |
| 1146 | - cursor: pointer; | |
| 1147 | - top: 0; | |
| 1148 | - left: 0; | |
| 1149 | - right: 0; | |
| 1150 | - bottom: 0; | |
| 1151 | - background-color: #ccc; | |
| 1152 | - -webkit-transition: .4s; | |
| 1153 | - transition: .4s; | |
| 1154 | - text-align: center; | |
| 1155 | - line-height: 25px; | |
| 1156 | - font-size: 11px; | |
| 1157 | - font-weight: 500; | |
| 1158 | - color: #666; | |
| 1159 | -} | |
| 1160 | - | |
| 1161 | -.wpstream_slider:before { | |
| 1162 | - position: absolute; | |
| 1163 | - content: ""; | |
| 1164 | - height: 18px; | |
| 1165 | - width: 18px; | |
| 1166 | - left: 4px; | |
| 1167 | - bottom: 4px; | |
| 1168 | - background-color: white; | |
| 1169 | - -webkit-transition: .4s; | |
| 1170 | - transition: .4s; | |
| 1171 | - z-index: 1; | |
| 1172 | -} | |
| 1173 | - | |
| 1174 | -.wpstream_slider:after { | |
| 1175 | - content: "OFF"; | |
| 1176 | - position: absolute; | |
| 1177 | - left: 0; | |
| 1178 | - right: 0; | |
| 1179 | - top: 0; | |
| 1180 | - bottom: 0; | |
| 1181 | - line-height: 25px; | |
| 1182 | - z-index: 0; | |
| 1183 | - text-align: right; | |
| 1184 | - margin-right: 8px; | |
| 1185 | -} | |
| 1186 | - | |
| 1187 | -input:checked + .wpstream_slider { | |
| 1188 | - background-color: #2196F3; | |
| 1189 | - color: #fff; | |
| 1190 | -} | |
| 1191 | - | |
| 1192 | -input:checked + .wpstream_slider:after { | |
| 1193 | - content: "ON"; | |
| 1194 | - text-align: left; | |
| 1195 | - margin-left: 8px; | |
| 1196 | -} | |
| 1197 | - | |
| 1198 | -input:focus + .wpstream_slider { | |
| 1199 | - box-shadow: 0 0 1px #2196F3; | |
| 1200 | -} | |
| 1201 | - | |
| 1202 | -input:checked + .wpstream_slider:before { | |
| 1203 | - -webkit-transform: translateX(26px); | |
| 1204 | - -ms-transform: translateX(26px); | |
| 1205 | - transform: translateX(26px); | |
| 1206 | -} | |
| 1207 | - | |
| 1208 | -/* Rounded sliders */ | |
| 1209 | -.wpstream_slider.round { | |
| 1210 | - border-radius: 25px; | |
| 1211 | -} | |
| 1212 | - | |
| 1213 | -.wpstream_slider.round:before { | |
| 1214 | - border-radius: 50%; | |
| 1215 | -} | |
| 1216 | - | |
| 1217 | -.wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper{ | |
| 1218 | - margin-bottom: 10px; | |
| 1219 | -} | |
| 1220 | - | |
| 1221 | -.wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper label, | |
| 1222 | -.wpstream_local_event_options_toggle_wrapper .wpstream_local_event_options_toggle_info label { | |
| 1223 | - font-weight: 700; | |
| 1224 | - font-size: 14px; | |
| 1225 | - left: 395px; | |
| 1226 | -} | |
| 1227 | - | |
| 1228 | -#wpstream-sidebar-meta .wpstream_setting_event_unit_wrapper label, | |
| 1229 | -.wpstream_page_wpstream_live_channels .event_list_unit .wpstream_setting_event_unit_wrapper label { | |
| 1230 | - left: auto; | |
| 1231 | - right: 0px; | |
| 1232 | -} | |
| 1233 | -#wpstream-sidebar-meta .settings_details{ | |
| 1234 | - padding-right: 60px; | |
| 1235 | -} | |
| 1236 | - | |
| 1237 | - | |
| 1238 | -/*=wpstream share */ | |
| 1239 | - | |
| 1240 | -.wpstream_sharing_social{ | |
| 1241 | - color: #696969; | |
| 1242 | - text-decoration: none; | |
| 1243 | - margin: 0px; | |
| 1244 | - font-size: 12px; | |
| 1245 | - display: inline-block; | |
| 1246 | -} | |
| 1247 | - | |
| 1248 | -.wpstream_sharing_social .dashicons { | |
| 1249 | - font-size: 32px; | |
| 1250 | - background-color: #f9f9f9; | |
| 1251 | - width: 91px; | |
| 1252 | - height: 91px; | |
| 1253 | - border-radius: 5px; | |
| 1254 | - line-height: 91px; | |
| 1255 | - color: #1d447d; | |
| 1256 | - margin-right: 25px; | |
| 1257 | - color: #828b9b; | |
| 1258 | - border: 1px solid rgba(13,110,253,0.12); | |
| 1259 | - margin-top: 25px; | |
| 1260 | - | |
| 1261 | -} | |
| 1262 | -.wpstream_sharing_social:nth-of-type(4n) .dashicons{ | |
| 1263 | - margin-right: 0px; | |
| 1264 | -} | |
| 1265 | - | |
| 1266 | -.wpstream_sharing_social .dashicons:hover{ | |
| 1267 | - background-color: rgba(13,110,253,0.12); | |
| 1268 | - color: #0d6efd; | |
| 1269 | -} | |
| 1270 | - | |
| 1271 | -.wpstream_sharing_social:focus{ | |
| 1272 | - box-shadow:none; | |
| 1273 | - outline:0px; | |
| 1274 | -} | |
| 1275 | - | |
| 1276 | -#wpstream-sidebar-meta .wpstream_social_share_wrapper{ | |
| 1277 | - position: relative; | |
| 1278 | - right:auto; | |
| 1279 | - top: auto; | |
| 1280 | - font-size: 13px; | |
| 1281 | - margin: 10px 0px 0px 0px; | |
| 1282 | -} | |
| 1283 | - | |
| 1284 | -#wpstream-sidebar-meta .wpstream_sharing_social{ | |
| 1285 | - margin: 0px 0px; | |
| 1286 | -} | |
| 1287 | - | |
| 1288 | - | |
| 1289 | -.how_to_videos{ | |
| 1290 | - display: inline-block; | |
| 1291 | - width: 100%; | |
| 1292 | - | |
| 1293 | -} | |
| 1294 | - | |
| 1295 | - | |
| 1296 | -.wpstream_pagination{ | |
| 1297 | - list-style: none; | |
| 1298 | - display: inline; | |
| 1299 | - float:left; | |
| 1300 | - padding-left: 15px; | |
| 1301 | -} | |
| 1302 | - | |
| 1303 | -.wpstream_pagination li{ | |
| 1304 | - display: inline-block; | |
| 1305 | - border: 1px solid #d8dada; | |
| 1306 | - min-width: 20px; | |
| 1307 | - text-align: center; | |
| 1308 | - margin-right: 5px; | |
| 1309 | - border-radius: 3px; | |
| 1310 | - padding: 5px; | |
| 1311 | - background: #fff; | |
| 1312 | -} | |
| 1313 | - | |
| 1314 | -.wpstream_pagination li a{ | |
| 1315 | - text-decoration: none; | |
| 1316 | - color:#3c434a; | |
| 1317 | -} | |
| 1318 | - | |
| 1319 | -.wpstream_pagination li:empty{ | |
| 1320 | - display:none; | |
| 1321 | -} | |
| 1322 | - | |
| 1323 | -.wpstream_pagination li.active{ | |
| 1324 | - background: #f5f5fb; | |
| 1325 | -} | |
| 1326 | - | |
| 1327 | - | |
| 1328 | - | |
| 1329 | -.wpstream_modal_background{ | |
| 1330 | - position: fixed; | |
| 1331 | - z-index: 1001; | |
| 1332 | - top:0px; | |
| 1333 | - bottom: 0px; | |
| 1334 | - left: 0px; | |
| 1335 | - right: 0px; | |
| 1336 | - background-color:rgb(0 20 40 / 86%); | |
| 1337 | - opacity: 0.5; | |
| 1338 | - display: none; | |
| 1339 | -} | |
| 1340 | - | |
| 1341 | -.wpstream_modal_form{ | |
| 1342 | - width: 460px; | |
| 1343 | - height: 460px; | |
| 1344 | - background-color: #fff; | |
| 1345 | - position: fixed; | |
| 1346 | - top: 50%; | |
| 1347 | - margin-top: -230px; | |
| 1348 | - left: 50%; | |
| 1349 | - margin-left: -230px; | |
| 1350 | - display: none; | |
| 1351 | - z-index: 1002; | |
| 1352 | - padding: 30px; | |
| 1353 | - border-radius: 5px; | |
| 1354 | -} | |
| 1355 | -.wpstream_modal_form.wpestate_settings_modal{ | |
| 1356 | - height: 600px; | |
| 1357 | - margin-top: -257px; | |
| 1358 | -} | |
| 1359 | - | |
| 1360 | -.wpstream_modal_form h3{ | |
| 1361 | - font-size: 20px; | |
| 1362 | -} | |
| 1363 | - | |
| 1364 | -.wpstream_close_modal{ | |
| 1365 | - width:30px; | |
| 1366 | - height: 30px; | |
| 1367 | - background-color: rgba(13,110,253,0.12); | |
| 1368 | - position: absolute; | |
| 1369 | - top:15px; | |
| 1370 | - right: 15px; | |
| 1371 | - border-radius: 3px; | |
| 1372 | - cursor: pointer; | |
| 1373 | - background-image: url(../../img/closeicon4.png); | |
| 1374 | - background-repeat: no-repeat; | |
| 1375 | - background-position: center; | |
| 1376 | -} | |
| 1377 | - | |
| 1378 | -.wpstream_close_modal:hover{ | |
| 1379 | - background-color: rgba(13,110,253,0.32); | |
| 1380 | -} | |
| 1381 | - | |
| 1382 | - | |
| 1383 | -.wpstream_tooltip_wrapper{ | |
| 1384 | - position: relative; | |
| 1385 | -} | |
| 1386 | - | |
| 1387 | -.wpstream_tooltip_disabled, | |
| 1388 | -.wpstream_tooltip{ | |
| 1389 | - position: absolute; | |
| 1390 | - border-radius: 3px; | |
| 1391 | - background-color: rgb(0 20 40 / 86%); | |
| 1392 | - color: #fff; | |
| 1393 | - font-size: 13px; | |
| 1394 | - text-transform: capitalize; | |
| 1395 | - padding: 5px 10px; | |
| 1396 | - bottom: -38px; | |
| 1397 | - left: -15%; | |
| 1398 | - z-index: 10; | |
| 1399 | - transition: all 0.2s cubic-bezier(0.5, 0, 0.5, 1); | |
| 1400 | - transition-delay: .2s; | |
| 1401 | - white-space: nowrap; | |
| 1402 | - opacity: 0; | |
| 1403 | - pointer-events: none; | |
| 1404 | -} | |
| 1405 | -.wpstream_button .wpstream_tooltip{ | |
| 1406 | - white-space: normal; | |
| 1407 | - width: 200px; | |
| 1408 | - bottom: -10px; | |
| 1409 | - transform: translate(0, 100%); | |
| 1410 | - | |
| 1411 | -} | |
| 1412 | - | |
| 1413 | -.wpstream_tooltip_disabled:after, | |
| 1414 | -.wpstream_tooltip:after{ | |
| 1415 | - position: absolute; | |
| 1416 | - content: " "; | |
| 1417 | - width: 0; | |
| 1418 | - height: 0; | |
| 1419 | - top: -6px; | |
| 1420 | - left: 20px; | |
| 1421 | - border-left: 7px solid transparent; | |
| 1422 | - border-right: 7px solid transparent; | |
| 1423 | - border-bottom: 7px solid rgb(0 20 40 / 86%); | |
| 1424 | -} | |
| 1425 | - | |
| 1426 | -.wpstream_button .wpstream_tooltip:after{ | |
| 1427 | - left: 50%; | |
| 1428 | - margin-left: -7px; | |
| 1429 | -} | |
| 1430 | - | |
| 1431 | - | |
| 1432 | -#wpstream-sidebar-meta .wpstream_tooltip_disabled, | |
| 1433 | -#wpstream-sidebar-meta .wpstream_tooltip{ | |
| 1434 | - left: 0%; | |
| 1435 | - width: 93%; | |
| 1436 | - pointer-events: none; | |
| 1437 | -} | |
| 1438 | - | |
| 1439 | -#wpstream-sidebar-meta .wpstream-button-icon .wpstream_tooltip_disabled, | |
| 1440 | -#wpstream-sidebar-meta .wpstream-button-icon .wpstream_tooltip{ | |
| 1441 | - width: auto; | |
| 1442 | - pointer-events: none; | |
| 1443 | - | |
| 1444 | -} | |
| 1445 | - | |
| 1446 | -#wpstream-sidebar-meta .wpstream_statistics_channel .wpstream_tooltip_disabled{ | |
| 1447 | - left: -50px; | |
| 1448 | -} | |
| 1449 | -#wpstream-sidebar-meta .wpstream_statistics_channel .wpstream_tooltip_disabled:after{ | |
| 1450 | - left: 62px!important; | |
| 1451 | -} | |
| 1452 | - | |
| 1453 | -#wpstream-sidebar-meta .wpstream_stream_pro .wpstream_tooltip{ | |
| 1454 | - left: -50px; | |
| 1455 | -} | |
| 1456 | -#wpstream-sidebar-meta .wpstream_stream_pro .wpstream_tooltip:after{ | |
| 1457 | - left: 62px!important; | |
| 1458 | -} | |
| 1459 | - | |
| 1460 | -#wpstream-sidebar-meta .wpstream_edit_channel{ | |
| 1461 | - display: none; | |
| 1462 | -} | |
| 1463 | - | |
| 1464 | - | |
| 1465 | - | |
| 1466 | - | |
| 1467 | -#wpstream-sidebar-meta .wpstream_tooltip_wrapper.wpstream-button-icon .wpstream_tooltip_disabled:after, | |
| 1468 | -#wpstream-sidebar-meta .wpstream_tooltip_wrapper.wpstream-button-icon .wpstream_tooltip:after{ | |
| 1469 | - left:10px; | |
| 1470 | -} | |
| 1471 | - | |
| 1472 | - | |
| 1473 | - | |
| 1474 | -.wpstream_inactive_icon{ | |
| 1475 | - cursor: not-allowed; | |
| 1476 | -} | |
| 1477 | -.wpstream_inactive_icon svg{ | |
| 1478 | - opacity: 0.35; | |
| 1479 | -} | |
| 1480 | - | |
| 1481 | -.wpstream_error_modal_notification{ | |
| 1482 | - width: 500px; | |
| 1483 | - background-color: #fff; | |
| 1484 | - position: fixed; | |
| 1485 | - top: 50%; | |
| 1486 | - margin-top: -250px; | |
| 1487 | - left: 50%; | |
| 1488 | - margin-left: -250px; | |
| 1489 | - display: none; | |
| 1490 | - z-index: 1002; | |
| 1491 | - padding: 20px; | |
| 1492 | - border-radius: 5px; | |
| 1493 | - font-size: 15px; | |
| 1494 | -} | |
| 1495 | - | |
| 1496 | -.wpstream_error_ok{ | |
| 1497 | - padding: 8px; | |
| 1498 | - text-transform: uppercase; | |
| 1499 | - margin: 0px auto; | |
| 1500 | - display: block; | |
| 1501 | - float: none; | |
| 1502 | - width: 100px; | |
| 1503 | - position: relative; | |
| 1504 | - margin-top: 20px; | |
| 1505 | -} | |
| 1506 | - | |
| 1507 | - | |
| 1508 | -.wpstream_external_broadcast_options{ | |
| 1509 | - width: 50%; | |
| 1510 | - border: 1px solid #6666; | |
| 1511 | -} | |
| 1512 | - | |
| 1513 | -.wpstream_modal_explanations{ | |
| 1514 | - margin-top: 15px; | |
| 1515 | - margin-bottom: 5px; | |
| 1516 | - font-size: 14px; | |
| 1517 | - color: #666; | |
| 1518 | - line-height: 1.6em; | |
| 1519 | -} | |
| 1520 | - | |
| 1521 | - | |
| 1522 | -.wpstream_modal_explanations li{ | |
| 1523 | - margin-bottom: 2px; | |
| 1524 | -} | |
| 1525 | - | |
| 1526 | - | |
| 1527 | -.wpstream_modal_explanations li { | |
| 1528 | - margin-bottom: 2px; | |
| 1529 | - line-height: 1.6em; | |
| 1530 | -} | |
| 1531 | - | |
| 1532 | -.print_qrcode{ | |
| 1533 | - position: absolute; | |
| 1534 | - top: 73px; | |
| 1535 | - right: 12px; | |
| 1536 | - width: 75px; | |
| 1537 | -} | |
| 1538 | - | |
| 1539 | - | |
| 1540 | - | |
| 1541 | - | |
| 1542 | -.wpstream_loader { | |
| 1543 | - width: 8px; | |
| 1544 | - height: 8px; | |
| 1545 | - border: 1px solid #a5a8a4; | |
| 1546 | - border-radius: 50%; | |
| 1547 | - display: inline-block; | |
| 1548 | - position: relative; | |
| 1549 | - -webkit-animation: rotation 1s linear infinite; | |
| 1550 | - animation: rotation 1.3s linear infinite; | |
| 1551 | - margin-left: 14px; | |
| 1552 | - top: 0px; | |
| 1553 | - } | |
| 1554 | - | |
| 1555 | - .wpstream_loader:after { | |
| 1556 | - content: ""; | |
| 1557 | - position: absolute; | |
| 1558 | - left: 50%; | |
| 1559 | - top: 50%; | |
| 1560 | - transform: translate(-50%, -50%); | |
| 1561 | - width: 18px; | |
| 1562 | - height: 18px; | |
| 1563 | - border-radius: 50%; | |
| 1564 | - border: 1px solid; | |
| 1565 | - border-color: #FF3D00 transparent; | |
| 1566 | -} | |
| 1567 | - | |
| 1568 | -/*.wpstream_options_help{*/ | |
| 1569 | -/* clear: both;*/ | |
| 1570 | -/* width: 51%;*/ | |
| 1571 | -/* display: inline-block;*/ | |
| 1572 | -/* position: relative;*/ | |
| 1573 | -/*}*/ | |
| 1574 | - | |
| 1575 | -.wpstream_options_help a{ | |
| 1576 | - display: inline-block; | |
| 1577 | - position: relative; | |
| 1578 | - white-space: nowrap; | |
| 1579 | - background-color: green; | |
| 1580 | - color: #fff; | |
| 1581 | - border-radius: 3px; | |
| 1582 | - padding: 5px 10px; | |
| 1583 | - text-decoration: none; | |
| 1584 | - background-color: #2196F3; | |
| 1585 | -} | |
| 1586 | - | |
| 1587 | - | |
| 1588 | - | |
| 1589 | - | |
| 1590 | -@media only screen and (max-width:1099px){ | |
| 1591 | - | |
| 1592 | - .wpstream_upgrade_topbar{ | |
| 1593 | - display: block; | |
| 1594 | - margin-left: 0px; | |
| 1595 | - margin-top: 30px; | |
| 1596 | - width: 175px; | |
| 1597 | - text-align: center; | |
| 1598 | - } | |
| 1599 | - | |
| 1600 | - .event_list_wrapper{ | |
| 1601 | - display: flex; | |
| 1602 | - width: 100%; | |
| 1603 | - margin: 5px 0px 25px 0px; | |
| 1604 | - flex-direction: column; | |
| 1605 | - } | |
| 1606 | - | |
| 1607 | - .event_list_unit{ | |
| 1608 | - flex-direction: column; | |
| 1609 | - align-content: center; | |
| 1610 | - justify-content: flex-start; | |
| 1611 | - align-items: flex-start; | |
| 1612 | - width: auto; | |
| 1613 | - position: relative; | |
| 1614 | - border: 1px solid #e2e5e8; | |
| 1615 | - } | |
| 1616 | - .wpstream_stop_event.wpstream_button, | |
| 1617 | - .start_event.wpstream_button, | |
| 1618 | - .wpstream_stop_event, | |
| 1619 | - .wpstream_turning_on, | |
| 1620 | - .start_event { | |
| 1621 | - width: 100%; | |
| 1622 | - box-sizing: border-box; | |
| 1623 | - margin-bottom: 10px; | |
| 1624 | - max-width: 170px; | |
| 1625 | - } | |
| 1626 | - | |
| 1627 | - .wpstream_options_col1{ | |
| 1628 | - margin-bottom: 10px; | |
| 1629 | - } | |
| 1630 | - | |
| 1631 | - .wpstream_options_col2{ | |
| 1632 | - margin-bottom: 10px; | |
| 1633 | - } | |
| 1634 | - | |
| 1635 | - .event_title{ | |
| 1636 | - width: 100%; | |
| 1637 | - } | |
| 1638 | - .wpstream_modal_form.wpestate_settings_modal, | |
| 1639 | - .wpstream_modal_form { | |
| 1640 | - z-index: 99999; | |
| 1641 | - margin-top: 0px; | |
| 1642 | - top: 0px; | |
| 1643 | - overflow-y: auto; | |
| 1644 | - } | |
| 1645 | - | |
| 1646 | - .wpstream_modal_form { | |
| 1647 | - width: 100%; | |
| 1648 | - height: 100%; | |
| 1649 | - background-color: #fff; | |
| 1650 | - position: fixed; | |
| 1651 | - top: 0; | |
| 1652 | - margin-top: 0; | |
| 1653 | - left: 0; | |
| 1654 | - margin-left: 0; | |
| 1655 | - display: none; | |
| 1656 | - z-index: 99999; | |
| 1657 | - padding: 0px 30px; | |
| 1658 | - border-radius: 0px; | |
| 1659 | - box-sizing: border-box; | |
| 1660 | - } | |
| 1661 | - | |
| 1662 | - .wpstream_modal_explanations{ | |
| 1663 | - width: 100%; | |
| 1664 | - box-sizing: border-box; | |
| 1665 | - } | |
| 1666 | - | |
| 1667 | - .wpstream_modal_form.wpestate_settings_modal { | |
| 1668 | - height: 100%; | |
| 1669 | - margin-top: 0px; | |
| 1670 | - overflow-y: auto; | |
| 1671 | - } | |
| 1672 | - | |
| 1673 | - .wpstream_sharing_social .dashicons { | |
| 1674 | - margin-right: 15px; | |
| 1675 | - width: 80px; | |
| 1676 | - height: 80px; | |
| 1677 | - } | |
| 1678 | - .wpstream_sharing_social:nth-of-type(4n) .dashicons { | |
| 1679 | - margin-right:15px; | |
| 1680 | - } | |
| 1681 | - | |
| 1682 | - | |
| 1683 | -} | |
| 1684 | - | |
| 1685 | - | |
| 1686 | - | |
| 1687 | - | |
| 1688 | -@media only screen and (max-width:500px){ | |
| 1689 | - .external_software_streaming_details{ | |
| 1690 | - width: 280px; | |
| 1691 | - } | |
| 1692 | - .copy_live_key, | |
| 1693 | - .copy_live_uri{ | |
| 1694 | - margin: 15px 0px 0px 0px; | |
| 1695 | - display: inline-block; | |
| 1696 | - } | |
| 1697 | - .wpstream_close_modal{ | |
| 1698 | - z-index: 99999; | |
| 1699 | - } | |
| 1700 | - .wpstream_live_uri_text.wpstream_larix_rtmp, | |
| 1701 | - .wpstream_live_uri_text{ | |
| 1702 | - width: 280px; | |
| 1703 | - word-break: break-all; | |
| 1704 | - } | |
| 1705 | -} | |
| 1706 | - | |
| 1707 | -.wpstream_theme_event_list_unit { | |
| 1708 | - .spinner { | |
| 1709 | - visibility: visible; | |
| 1710 | - background-repeat: no-repeat; | |
| 1711 | - height: 20px; | |
| 1712 | - background-size: contain; | |
| 1713 | - background-position-x: center; | |
| 1714 | - } | |
| 1715 | -} | |