| @@ -25,38 +25,15 @@ | ||
| 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 | 33 | |
| 51 | -.wpstream_upgrade_topbar:hover{ | |
| 52 | - background: #378532; | |
| 53 | - color:#fff; | |
| 54 | -} | |
| 55 | - | |
| 56 | 34 | .wpstream_option_wrapper{ |
| 57 | 35 | max-width: 70%; |
| 58 | - padding: 30px 0px 0px 0px; | |
| 59 | 36 | } |
| 60 | 37 | |
| 61 | 38 | .wpstream_option{ |
| 62 | 39 | clear: both; |
| @@ -62,19 +39,10 @@ | ||
| 62 | 39 | clear: both; |
| 63 | 40 | width: 51%; |
| 64 | 41 | display: inline-block; |
| 65 | 42 | margin-bottom: 20px; |
| 66 | - position: relative; | |
| 67 | 43 | } |
| 68 | 44 | |
| 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 | 45 | .wpstream_option label{ |
| 78 | 46 | width: 100%; |
| 79 | 47 | float: left; |
| 80 | 48 | font-weight: 600; |
| @@ -81,12 +49,14 @@ | ||
| 81 | 49 | font-size: 14px; |
| 82 | 50 | margin-bottom: 5px; |
| 83 | 51 | } |
| 84 | 52 | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 85 | 56 | .wpstream_option .settings_details{ |
| 86 | 57 | color: #999; |
| 87 | 58 | margin-top: 5px; |
| 88 | - max-width: 365px; | |
| 89 | 59 | } |
| 90 | 60 | |
| 91 | 61 | |
| 92 | 62 | .event_list_unit_notification{ |
| @@ -103,11 +73,9 @@ | ||
| 103 | 73 | margin: 15px 15px 0px 15px; |
| 104 | 74 | padding: 20px; |
| 105 | 75 | font-size: 15px; |
| 106 | 76 | 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; | |
| 77 | + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09); | |
| 110 | 78 | } |
| 111 | 79 | |
| 112 | 80 | .pack_details_wrapper_transparent{ |
| 113 | 81 | background-color: transparent; |
| @@ -130,155 +98,56 @@ | ||
| 130 | 98 | } |
| 131 | 99 | |
| 132 | 100 | |
| 133 | 101 | .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; | |
| 102 | + min-width: 170px; | |
| 103 | + float:left; | |
| 143 | 104 | } |
| 144 | 105 | |
| 145 | - | |
| 146 | - | |
| 147 | -.event_title{ | |
| 148 | - width: 350px; | |
| 106 | +.event_thumb{ | |
| 107 | + float: left; | |
| 108 | + margin: 0px 20px 20px 0px; | |
| 109 | + border-radius: 2px; | |
| 149 | 110 | } |
| 150 | -#wpstream-sidebar-meta .event_title{ | |
| 151 | - display: none; | |
| 152 | -} | |
| 153 | 111 | |
| 154 | -.event_list_unit .event_title, | |
| 155 | 112 | .event_list_unit h3{ |
| 156 | 113 | margin-top: 0px; |
| 157 | - color: #3b3b3b; | |
| 158 | - margin: 1em 0; | |
| 159 | 114 | } |
| 160 | 115 | |
| 161 | 116 | .event_list_unit{ |
| 162 | - color:#00193d; | |
| 163 | 117 | background-color: #fff; |
| 164 | 118 | padding: 20px; |
| 165 | 119 | 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; | |
| 120 | + background: #fff; | |
| 121 | + margin: 5px 15px 25px 15px; | |
| 122 | + padding: 20px; | |
| 123 | + min-height: 150px; | |
| 124 | + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09); | |
| 125 | + font-family: 'Roboto', sans-serif; | |
| 126 | + transition: 0.3s ease-out; | |
| 127 | + border-radius: 2px; | |
| 180 | 128 | } |
| 181 | 129 | |
| 182 | 130 | .event_list_unit:hover{ |
| 183 | - box-shadow: 0 3px 23px 9px rgba(7,152,255,0.15); | |
| 131 | + box-shadow: 0 3px 23px 9px rgba(7,152,255,0.15); | |
| 132 | + transform: translate(0%, -5px); | |
| 184 | 133 | background-color: #fcfcfc; |
| 185 | 134 | } |
| 186 | 135 | |
| 187 | 136 | .event_list_unit.wpstream_show_started { |
| 188 | - background: #fff; | |
| 189 | - border: 1px solid #3dc93d; | |
| 137 | + background: #e7fae8; | |
| 138 | + background: #f5f1fa; | |
| 190 | 139 | } |
| 191 | 140 | |
| 192 | -.wpstream_options_col1{ | |
| 193 | - display: flex; | |
| 194 | - flex-direction: row; | |
| 195 | - flex-wrap: nowrap; | |
| 196 | -} | |
| 197 | 141 | |
| 198 | -.wpstream_options_col2{ | |
| 199 | - display: flex; | |
| 200 | - flex-direction: row; | |
| 201 | - flex-wrap: nowrap; | |
| 202 | -} | |
| 203 | - | |
| 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 | 142 | #wpstream-sidebar-meta .event_list_unit{ |
| 257 | 143 | padding: 0px; |
| 258 | 144 | box-shadow: none; |
| 259 | 145 | 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 | 146 | } |
| 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 | 147 | #wpstream-sidebar-meta .event_list_unit.wpstream_show_started{ |
| 278 | 148 | background-color: transparent |
| 279 | 149 | } |
| 280 | - | |
| 281 | 150 | #wpstream-sidebar-meta .event_list_unit:hover{ |
| 282 | 151 | transform:none; |
| 283 | 152 | background: #fff; |
| 284 | 153 | } |
| @@ -290,33 +159,35 @@ | ||
| 290 | 159 | #wpstream-sidebar-meta h3{ |
| 291 | 160 | line-height: 25px; |
| 292 | 161 | } |
| 293 | 162 | |
| 294 | -#wpstream-sidebar-meta .wpstream_turning_on, | |
| 163 | + | |
| 164 | +#wpstream-sidebar-meta .wpstream_show_settings, | |
| 165 | +#wpstream-sidebar-meta .close_event, | |
| 295 | 166 | #wpstream-sidebar-meta .start_event{ |
| 296 | 167 | width:100%; |
| 297 | - box-sizing: border-box; | |
| 298 | 168 | } |
| 299 | 169 | |
| 300 | 170 | #wpstream-sidebar-meta .wpstream_event_streaming_local { |
| 301 | 171 | margin-left: 0px; |
| 302 | - height: 458px; | |
| 303 | - overflow: auto; | |
| 304 | - padding-right: 20px; | |
| 305 | 172 | } |
| 306 | 173 | |
| 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; | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | +#wpstream-sidebar-meta .stop_server, | |
| 179 | +#wpstream-sidebar-meta .close_event, | |
| 180 | +#wpstream-sidebar-meta .start_event, | |
| 181 | +#wpstream-sidebar-meta .start_webcaster, | |
| 182 | +#wpstream-sidebar-meta .start_external{ | |
| 183 | + margin: 0px 0px 10px 0px; | |
| 184 | + display: block; | |
| 185 | + height: 40px; | |
| 316 | 186 | } |
| 317 | 187 | |
| 318 | 188 | #wpstream-sidebar-meta .external_software_streaming{ |
| 189 | + display:none; | |
| 319 | 190 | margin-top: 10px; |
| 320 | 191 | } |
| 321 | 192 | |
| 322 | 193 | #wpstream-sidebar-meta .start_external{ |
| @@ -330,16 +201,10 @@ | ||
| 330 | 201 | float:none; |
| 331 | 202 | } |
| 332 | 203 | |
| 333 | 204 | #wpstream-sidebar-meta .wpstream_channel_status{ |
| 334 | - padding: 10px 0px 10px 0px; | |
| 205 | + padding: 10px 0px 25px 0px; | |
| 335 | 206 | 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 | 207 | } |
| 343 | 208 | |
| 344 | 209 | #wpstream-sidebar-meta .view_channel{ |
| 345 | 210 | display: block; |
| @@ -347,8 +212,13 @@ | ||
| 347 | 212 | margin-top: 10px; |
| 348 | 213 | display:none; |
| 349 | 214 | } |
| 350 | 215 | |
| 216 | +#wpstream-sidebar-meta .copy_live_key, | |
| 217 | +#wpstream-sidebar-meta .copy_live_uri{ | |
| 218 | + display: block; | |
| 219 | + margin-left: 0 | |
| 220 | +} | |
| 351 | 221 | |
| 352 | 222 | #wpstream-sidebar-meta .how_to{ |
| 353 | 223 | display: none; |
| 354 | 224 | } |
| @@ -359,53 +229,29 @@ | ||
| 359 | 229 | font-size: 14px; |
| 360 | 230 | margin-left: 10px; |
| 361 | 231 | background: #fff; |
| 362 | 232 | 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%); | |
| 233 | + -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); | |
| 234 | + box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); | |
| 365 | 235 | margin: 5px 15px 20px 15px; |
| 366 | 236 | padding: 20px 12px 20px 12px; |
| 367 | - max-width: 915px; | |
| 368 | - border: 1px solid #e2e5e8; | |
| 369 | - border-radius: 5px; | |
| 370 | 237 | } |
| 371 | 238 | |
| 372 | -.no_events_warning_mes{ | |
| 373 | - display: inline-block; | |
| 374 | -} | |
| 375 | - | |
| 376 | 239 | .api_conected{ |
| 377 | - background:#45a73f; | |
| 378 | - padding: 5px 10px; | |
| 240 | + background: green; | |
| 241 | + padding: 10px; | |
| 379 | 242 | color: #fff; |
| 380 | - margin-bottom: 0px; | |
| 381 | - width: 310px; | |
| 382 | - border-radius: 5px; | |
| 383 | - display: inline-block; | |
| 243 | + margin-bottom: 20px; | |
| 244 | + width: 270px; | |
| 384 | 245 | } |
| 385 | 246 | |
| 386 | 247 | .api_not_conected{ |
| 387 | - background: #F24B4B; | |
| 388 | - padding: 5px 10px; | |
| 248 | + background: #f40000; | |
| 249 | + padding: 10px; | |
| 389 | 250 | color: #fff; |
| 390 | - border-radius: 5px; | |
| 391 | - width: auto; | |
| 392 | - display: inline-block; | |
| 251 | + margin-bottom: 10px; | |
| 393 | 252 | } |
| 394 | 253 | |
| 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 | 254 | .api_not_conected.wpstream_orange{ |
| 409 | 255 | background:#FF5722; |
| 410 | 256 | } |
| 411 | 257 | .api_not_conected.wpstream_brown{ |
| @@ -414,83 +260,79 @@ | ||
| 414 | 260 | |
| 415 | 261 | .api_not_conected a{ |
| 416 | 262 | color:#fff; |
| 417 | 263 | } |
| 264 | +.event_list_unit h3{ | |
| 265 | + font-weight: 700; | |
| 266 | + font-size: 18px; | |
| 267 | + text-transform: capitalize; | |
| 268 | +} | |
| 418 | 269 | |
| 419 | -.event_list_unit .event_title, | |
| 420 | -.event_list_unit h3{ | |
| 421 | - font-weight: 500; | |
| 270 | +.wpstream_channel_status{ | |
| 271 | + padding: 17px 0px 40px 0px; | |
| 422 | 272 | font-size: 16px; |
| 423 | - text-transform: capitalize; | |
| 424 | - position: relative; | |
| 425 | - line-height: 1.3em; | |
| 426 | - padding-right: 20px; | |
| 273 | + font-weight: 700; | |
| 427 | 274 | } |
| 428 | -.wpstream_channel_item_id{ | |
| 429 | - color: #5b5b5b; | |
| 430 | - font-size: 12px; | |
| 275 | + | |
| 276 | +.wpstream_channel_status .dashicons{ | |
| 277 | + font-size: 32px; | |
| 278 | + color: #6b936b; | |
| 279 | + margin-right: 15px; | |
| 280 | + margin-top: -8px; | |
| 431 | 281 | } |
| 282 | +.wpstream_channel_status.not_ready_to_stream .dashicons{ | |
| 283 | + color: #e16767; | |
| 284 | + font-size: 27px; | |
| 285 | + margin-top: -5px; | |
| 286 | +} | |
| 287 | +.wpstream_channel_status.not_ready_to_stream { | |
| 288 | + color:#23282d | |
| 289 | +} | |
| 432 | 290 | |
| 291 | + | |
| 292 | +.not_ready_to_stream{ | |
| 293 | + color:#e16767; | |
| 294 | +} | |
| 295 | + | |
| 296 | +.pending_streaming{ | |
| 297 | +} | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 433 | 301 | .wpstream_button { |
| 302 | + box-shadow: none !important; | |
| 434 | 303 | border-radius: 2px; |
| 435 | - padding: 5px 5px; | |
| 304 | + background-clip: padding-box; | |
| 305 | + -moz-background-clip: padding; | |
| 306 | + -webkit-background-clip: padding-box; | |
| 307 | + vertical-align: middle; | |
| 308 | + height: 40px; | |
| 309 | + padding: 7px 21px; | |
| 436 | 310 | -webkit-appearance: none; |
| 437 | 311 | border: 0px solid #d9d9d9; |
| 438 | 312 | text-transform: uppercase; |
| 439 | - background: #45a73f; | |
| 313 | + background: #40A819; | |
| 440 | 314 | color: #fff; |
| 441 | 315 | cursor: pointer; |
| 316 | + font-weight: 600; | |
| 442 | 317 | font-weight: 500; |
| 443 | 318 | transition: 0.3s ease-out; |
| 444 | 319 | font-size: 14px; |
| 445 | 320 | margin-right: 5px; |
| 446 | - border-radius: 5px; | |
| 447 | - text-align: center; | |
| 448 | - display: inline-block; | |
| 449 | - margin-right: 10px; | |
| 321 | + border-radius: 2px; | |
| 450 | 322 | } |
| 451 | 323 | |
| 452 | 324 | .wpstream_button:hover{ |
| 453 | - background:#378532; | |
| 325 | + background: #ac3434; | |
| 454 | 326 | } |
| 455 | 327 | |
| 456 | -.wpstream_button_action{ | |
| 457 | - padding: 12px 25px; | |
| 458 | -} | |
| 459 | - | |
| 460 | 328 | .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 | - | |
| 329 | + background: #8e8b8b; | |
| 330 | + background: #089238; | |
| 472 | 331 | } |
| 473 | 332 | |
| 474 | - | |
| 475 | - | |
| 476 | -.wpstream_stop_event.wpstream_button{ | |
| 477 | - padding: 9px 20px; | |
| 478 | - width: auto; | |
| 479 | - min-width: 130px; | |
| 480 | -} | |
| 481 | - | |
| 482 | -#wpstream-sidebar-meta .wpstream_stop_event.wpstream_button{ | |
| 483 | - box-sizing: border-box; | |
| 484 | - width: 100%; | |
| 485 | -} | |
| 486 | - | |
| 487 | - | |
| 488 | - | |
| 489 | - | |
| 490 | 333 | .start_event.wpstream_button:hover{ |
| 491 | - background: #45a73f; | |
| 492 | - color: #fff; | |
| 334 | + background: #328214; | |
| 493 | 335 | } |
| 494 | 336 | |
| 495 | 337 | .stop_server, |
| 496 | 338 | .close_event.wpstream_button{ |
| @@ -511,22 +353,32 @@ | ||
| 511 | 353 | .encrypt_wrapper{ |
| 512 | 354 | display:none; |
| 513 | 355 | } |
| 514 | 356 | |
| 515 | -.event_list_unit_notificationx{ | |
| 516 | - font-size: 14px; | |
| 517 | -} | |
| 518 | 357 | |
| 519 | -.event_list_unit_notificationx strong{ | |
| 520 | - display: inherit; | |
| 358 | +.start_webcaster{ | |
| 359 | + display: inline-block; | |
| 360 | + padding: 0px 21px; | |
| 361 | + cursor: pointer; | |
| 362 | + float: left; | |
| 363 | + line-height: 40px; | |
| 364 | + height: 38px; | |
| 365 | + background: #089238; | |
| 366 | + transition: 0.3s ease-out; | |
| 367 | + border-radius: 2px; | |
| 368 | + text-align: center; | |
| 521 | 369 | margin-bottom: 5px; |
| 522 | 370 | } |
| 523 | 371 | |
| 372 | +.start_webcaster:hover{ | |
| 373 | + background: #328214; | |
| 374 | +} | |
| 524 | 375 | |
| 525 | 376 | .start_external{ |
| 526 | 377 | display: inline-block; |
| 527 | 378 | padding: 0px 21px; |
| 528 | 379 | cursor: pointer; |
| 380 | + float: left; | |
| 529 | 381 | line-height: 40px; |
| 530 | 382 | height: 38px; |
| 531 | 383 | background: #076d2a; |
| 532 | 384 | transition: 0.3s ease-out; |
| @@ -532,66 +384,33 @@ | ||
| 532 | 384 | transition: 0.3s ease-out; |
| 533 | 385 | border-radius: 2px; |
| 534 | 386 | } |
| 535 | 387 | .start_external:hover{ |
| 536 | - background: #f7fcf8; | |
| 388 | + background: #065822; | |
| 537 | 389 | } |
| 538 | 390 | |
| 539 | - | |
| 540 | -.wpstream_turning_on{ | |
| 541 | - padding: 6px 20px; | |
| 542 | - width: auto; | |
| 543 | - min-width: 130px; | |
| 391 | +.stop_server { | |
| 392 | + display: inline-block; | |
| 393 | + padding: 0px 21px; | |
| 394 | + cursor: pointer; | |
| 395 | + float: right; | |
| 396 | + line-height: 40px; | |
| 397 | + height: 38px; | |
| 398 | + transition: 0.3s ease-out; | |
| 399 | + display:none!important; | |
| 400 | + border-radius: 2px; | |
| 544 | 401 | } |
| 545 | 402 | |
| 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 | 403 | .how_to{ |
| 575 | 404 | margin-top:10px; |
| 576 | - width: 100%; | |
| 577 | - height: auto; | |
| 578 | - | |
| 579 | 405 | } |
| 580 | 406 | .external_software_streaming{ |
| 581 | - margin-top: 30px; | |
| 407 | + display:none; | |
| 408 | + | |
| 409 | + margin-top: 60px; | |
| 582 | 410 | width: 100%; |
| 583 | - display: none; | |
| 584 | 411 | } |
| 585 | 412 | |
| 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 | 413 | .view_channel{ |
| 595 | 414 | font-weight: 500; |
| 596 | 415 | font-size: 15px; |
| 597 | 416 | margin-left:30px; |
| @@ -601,15 +420,15 @@ | ||
| 601 | 420 | |
| 602 | 421 | #wpstream-sidebar-meta .view_channel.show_stream_data{ |
| 603 | 422 | display: block; |
| 604 | 423 | } |
| 605 | - | |
| 606 | 424 | .view_channel.show_stream_data{ |
| 607 | 425 | display: inline-block; |
| 608 | 426 | } |
| 427 | +.warning_stream{ | |
| 428 | + margin-top:10px; | |
| 429 | +} | |
| 609 | 430 | |
| 610 | - | |
| 611 | - | |
| 612 | 431 | .event_list_stream_key_wrap{ |
| 613 | 432 | margin-top:10px; |
| 614 | 433 | } |
| 615 | 434 | |
| @@ -665,62 +484,23 @@ | ||
| 665 | 484 | } |
| 666 | 485 | |
| 667 | 486 | .wpstream_live_key_text, |
| 668 | 487 | .wpstream_live_uri_text{ |
| 669 | - display: inline; | |
| 670 | - width: 250px; | |
| 671 | - float: left; | |
| 488 | + display:inline; | |
| 672 | 489 | } |
| 673 | 490 | |
| 674 | -.wpstream_live_uri_text.wpstream_larix_rtmp{ | |
| 675 | - width: 345px; | |
| 676 | -} | |
| 677 | - | |
| 678 | 491 | .copy_live_key, |
| 679 | 492 | .copy_live_uri{ |
| 680 | 493 | 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; | |
| 494 | + background: #8e8b8b; | |
| 700 | 495 | color: #fff; |
| 701 | - border-radius: 6px; | |
| 702 | - text-decoration: none; | |
| 703 | - color: #ffffff; | |
| 704 | - padding: 15px 15px; | |
| 496 | + padding: 3px 6px; | |
| 705 | 497 | margin-left: 10px; |
| 498 | + border-radius: 2px; | |
| 706 | 499 | cursor: pointer; |
| 707 | - font-size: 12px; | |
| 708 | - text-transform: uppercase; | |
| 709 | - margin: 0px 0px 0px 0px; | |
| 710 | - display: inline-block; | |
| 500 | + font-size: 11px; | |
| 711 | 501 | } |
| 712 | 502 | |
| 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 | 503 | .show_if_subscription.hide_movieon{ |
| 724 | 504 | display:none; |
| 725 | 505 | } |
| 726 | 506 | |
| @@ -757,8 +537,17 @@ | ||
| 757 | 537 | box-sizing: border-box; |
| 758 | 538 | float: left; |
| 759 | 539 | } |
| 760 | 540 | |
| 541 | +.wpstream_on_facebook_container{ | |
| 542 | + | |
| 543 | +} | |
| 544 | +.wpstream_on_youtube_container{ | |
| 545 | + | |
| 546 | +} | |
| 547 | +.wpstream_on_twich_container{ | |
| 548 | + | |
| 549 | +} | |
| 761 | 550 | |
| 762 | 551 | .wpstream_social_stream_container{ |
| 763 | 552 | background: #f3f3f3; |
| 764 | 553 | padding: 9px; |
| @@ -799,14 +588,12 @@ | ||
| 799 | 588 | background-color: #fff; |
| 800 | 589 | padding: 20px; |
| 801 | 590 | margin-bottom: 20px; |
| 802 | 591 | background: #fff; |
| 592 | + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09); | |
| 803 | 593 | margin: 5px 15px 20px 15px; |
| 804 | 594 | padding: 20px; |
| 805 | 595 | 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; | |
| 809 | 596 | } |
| 810 | 597 | |
| 811 | 598 | .wpstream_video_status { |
| 812 | 599 | padding: 5px; |
| @@ -825,17 +612,8 @@ | ||
| 825 | 612 | font-size: 15px; |
| 826 | 613 | font-weight: 600; |
| 827 | 614 | } |
| 828 | 615 | |
| 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 | 616 | .video_stream_label{ |
| 839 | 617 | font-weight: 600; |
| 840 | 618 | margin-right: 10px; |
| 841 | 619 | } |
| @@ -847,20 +625,19 @@ | ||
| 847 | 625 | |
| 848 | 626 | .wpstream_delete_media, |
| 849 | 627 | .wpstream_get_download_link{ |
| 850 | 628 | cursor: pointer; |
| 851 | - background-color: #45a73f; | |
| 629 | + background-color: #6BB251; | |
| 852 | 630 | color: white; |
| 853 | 631 | padding: 5px 14px; |
| 854 | 632 | display: inline-block; |
| 855 | 633 | margin-top: 10px; |
| 856 | 634 | margin-right: 10px; |
| 857 | - transition: 0.3s ease-out; | |
| 858 | - border-radius: 3px; | |
| 635 | + transition: 0.3s ease-out; | |
| 859 | 636 | } |
| 860 | 637 | .wpstream_delete_media:hover, |
| 861 | 638 | .wpstream_get_download_link:hover{ |
| 862 | - background: #378532; | |
| 639 | + background: #5a9544; | |
| 863 | 640 | } |
| 864 | 641 | |
| 865 | 642 | .wpstream_download_link{ |
| 866 | 643 | display:none; |
| @@ -880,15 +657,13 @@ | ||
| 880 | 657 | background-color: #fff; |
| 881 | 658 | padding: 20px; |
| 882 | 659 | margin-bottom: 20px; |
| 883 | 660 | background: #fff; |
| 661 | + box-shadow: 0 10px 31px 0 rgba(7,152,255,0.09); | |
| 884 | 662 | margin: 5px 15px 2px 15px; |
| 885 | 663 | padding: 20px; |
| 886 | 664 | min-height: 40px; |
| 887 | 665 | 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 | 666 | } |
| 892 | 667 | |
| 893 | 668 | .bar { |
| 894 | 669 | background-color: #28de23; |
| @@ -931,9 +706,8 @@ | ||
| 931 | 706 | } |
| 932 | 707 | |
| 933 | 708 | .wpstream_file_drop_color{ |
| 934 | 709 | background-color: #ededed; |
| 935 | - border-radius: 5px; | |
| 936 | 710 | } |
| 937 | 711 | |
| 938 | 712 | .direct-upload .progress-bar-area{ |
| 939 | 713 | position: absolute; |
| @@ -979,8 +753,13 @@ | ||
| 979 | 753 | outline: 1px dotted #000; |
| 980 | 754 | outline: -webkit-focus-ring-color auto 5px; |
| 981 | 755 | } |
| 982 | 756 | |
| 757 | +.inputfile + label * { | |
| 758 | + /* pointer-events: none; */ | |
| 759 | + /* in case of FastClick lib use */ | |
| 760 | +} | |
| 761 | + | |
| 983 | 762 | .inputfile + label svg { |
| 984 | 763 | width: 1em; |
| 985 | 764 | height: 1em; |
| 986 | 765 | vertical-align: middle; |
| @@ -995,12 +774,11 @@ | ||
| 995 | 774 | /* style 1 */ |
| 996 | 775 | |
| 997 | 776 | .inputfile-1 + label { |
| 998 | 777 | color: #ffffff; |
| 999 | - background-color: #45a73f; | |
| 778 | + background-color: #6BB251; | |
| 1000 | 779 | margin: 10px 10px 10px 0px; |
| 1001 | 780 | transition: 0.3s ease-out; |
| 1002 | - border-radius: 5px; | |
| 1003 | 781 | } |
| 1004 | 782 | |
| 1005 | 783 | .inputfile-1:focus + label, |
| 1006 | 784 | .inputfile-1.has-focus + label, |
| @@ -1010,24 +788,15 @@ | ||
| 1010 | 788 | |
| 1011 | 789 | |
| 1012 | 790 | .wpstream_setting_event_unit_wrapper{ |
| 1013 | 791 | position:relative; |
| 1014 | - display: inline-block; | |
| 1015 | - margin-bottom: 10px; | |
| 1016 | - width: 100%; | |
| 1017 | 792 | } |
| 1018 | 793 | |
| 1019 | 794 | .wpstream_setting_event_unit_wrapper .settings_details{ |
| 1020 | - max-width: 385px; | |
| 795 | + max-width: 365px; | |
| 1021 | 796 | } |
| 1022 | 797 | |
| 1023 | -.wpstream_modal_form .wpstream_setting_event_unit_wrapper .settings_details{ | |
| 1024 | - color: #666; | |
| 1025 | - margin-top: 5px; | |
| 1026 | -} | |
| 1027 | 798 | |
| 1028 | - | |
| 1029 | - | |
| 1030 | 799 | label.wpstream_switch { |
| 1031 | 800 | position: absolute; |
| 1032 | 801 | display: inline-block; |
| 1033 | 802 | width: 53px!important; |
| @@ -1041,9 +810,9 @@ | ||
| 1041 | 810 | width: 0; |
| 1042 | 811 | height: 0; |
| 1043 | 812 | } |
| 1044 | 813 | |
| 1045 | -.wpstream_slider { | |
| 814 | +.slider { | |
| 1046 | 815 | position: absolute; |
| 1047 | 816 | cursor: pointer; |
| 1048 | 817 | top: 0; |
| 1049 | 818 | left: 0; |
| @@ -1053,9 +822,9 @@ | ||
| 1053 | 822 | -webkit-transition: .4s; |
| 1054 | 823 | transition: .4s; |
| 1055 | 824 | } |
| 1056 | 825 | |
| 1057 | -.wpstream_slider:before { | |
| 826 | +.slider:before { | |
| 1058 | 827 | position: absolute; |
| 1059 | 828 | content: ""; |
| 1060 | 829 | height: 18px; |
| 1061 | 830 | width: 18px; |
| @@ -1065,17 +834,17 @@ | ||
| 1065 | 834 | -webkit-transition: .4s; |
| 1066 | 835 | transition: .4s; |
| 1067 | 836 | } |
| 1068 | 837 | |
| 1069 | -input:checked + .wpstream_slider { | |
| 838 | +input:checked + .slider { | |
| 1070 | 839 | background-color: #2196F3; |
| 1071 | 840 | } |
| 1072 | 841 | |
| 1073 | -input:focus + .wpstream_slider { | |
| 842 | +input:focus + .slider { | |
| 1074 | 843 | box-shadow: 0 0 1px #2196F3; |
| 1075 | 844 | } |
| 1076 | 845 | |
| 1077 | -input:checked + .wpstream_slider:before { | |
| 846 | +input:checked + .slider:before { | |
| 1078 | 847 | -webkit-transform: translateX(26px); |
| 1079 | 848 | -ms-transform: translateX(26px); |
| 1080 | 849 | transform: translateX(26px); |
| 1081 | 850 | } |
| @@ -1080,16 +849,24 @@ | ||
| 1080 | 849 | transform: translateX(26px); |
| 1081 | 850 | } |
| 1082 | 851 | |
| 1083 | 852 | /* Rounded sliders */ |
| 1084 | -.wpstream_slider.round { | |
| 853 | +.slider.round { | |
| 1085 | 854 | border-radius: 25px; |
| 1086 | 855 | } |
| 1087 | 856 | |
| 1088 | -.wpstream_slider.round:before { | |
| 857 | +.slider.round:before { | |
| 1089 | 858 | border-radius: 50%; |
| 1090 | 859 | } |
| 1091 | 860 | |
| 861 | + | |
| 862 | + | |
| 863 | +.wpstream_event_streaming_local{ | |
| 864 | + margin-left: 170px; | |
| 865 | + padding-top: 10px; | |
| 866 | + display: none; | |
| 867 | +} | |
| 868 | + | |
| 1092 | 869 | .wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper{ |
| 1093 | 870 | margin-bottom: 10px; |
| 1094 | 871 | } |
| 1095 | 872 | |
| @@ -1094,10 +871,8 @@ | ||
| 1094 | 871 | } |
| 1095 | 872 | |
| 1096 | 873 | .wpstream_event_streaming_local .wpstream_setting_event_unit_wrapper label{ |
| 1097 | 874 | font-weight: 700; |
| 1098 | - font-size: 14px; | |
| 1099 | - left: 395px; | |
| 1100 | 875 | } |
| 1101 | 876 | |
| 1102 | 877 | #wpstream-sidebar-meta .wpstream_setting_event_unit_wrapper label{ |
| 1103 | 878 | left: auto; |
| @@ -1104,475 +879,5 @@ | ||
| 1104 | 879 | right: 0px; |
| 1105 | 880 | } |
| 1106 | 881 | #wpstream-sidebar-meta .settings_details{ |
| 1107 | 882 | 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 | 883 | } |