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