fontawesome
6 years ago
fonts
6 years ago
admin_bar_menu.css
3 years ago
bootstrap.min.css
6 years ago
nitropack.css
3 years ago
np_safemode.css
4 years ago
nitropack.css
996 lines
| 1 | body{ |
| 2 | background-color: #F1F1F1; |
| 3 | } |
| 4 | |
| 5 | table{ |
| 6 | margin-top: 10px; |
| 7 | } |
| 8 | |
| 9 | #confirm_modal { |
| 10 | z-index: 999999999; |
| 11 | } |
| 12 | |
| 13 | #nitropack-container { |
| 14 | height:auto; |
| 15 | } |
| 16 | |
| 17 | #nitropack-container h1 { |
| 18 | margin-bottom:30px; |
| 19 | } |
| 20 | /* Bootstrap navigation override */ |
| 21 | #nitropack-container.nav-tabs-wrapper >li.active>a { |
| 22 | background-color: red!important; |
| 23 | } |
| 24 | |
| 25 | #nitropack-container .nav-tabs>li>a.active, #nitropack-container .nav-tabs>li>a.active:focus, #nitropack-container .nav-tabs>li>a.active:hover{ |
| 26 | border-bottom: 1px solid #f1f1f1; |
| 27 | background: #f1f1f1; |
| 28 | color: #000; |
| 29 | } |
| 30 | #nitropack-container .nav-tabs>li>a{ |
| 31 | border-radius: 0!important; |
| 32 | } |
| 33 | #nitropack-container .nav-tabs>li>a:focus{ |
| 34 | box-shadow:none; |
| 35 | } |
| 36 | |
| 37 | #nitropack-container .nav-tabs>li>a:hover{ |
| 38 | border: 1px solid #ccc; |
| 39 | background: white; |
| 40 | } |
| 41 | |
| 42 | #nitropack-container ul{ |
| 43 | padding-left: 10px; |
| 44 | } |
| 45 | /*End Bootstrap navigation override*/ |
| 46 | |
| 47 | #nitropack-container .help{ |
| 48 | font-size: 12px; |
| 49 | } |
| 50 | |
| 51 | .numbers_scrollbar { |
| 52 | width:100%; |
| 53 | height:100px; |
| 54 | overflow: scroll; |
| 55 | background: #fff; |
| 56 | } |
| 57 | |
| 58 | .numbers_scrollbar > ul { |
| 59 | margin-top: 5px; |
| 60 | margin-left: 5px; |
| 61 | } |
| 62 | |
| 63 | #status { |
| 64 | padding:4px; |
| 65 | vertical-align:middle; |
| 66 | display:none; |
| 67 | margin-bottom: 10px; |
| 68 | } |
| 69 | |
| 70 | #heading h2 { |
| 71 | display: inline-block; |
| 72 | } |
| 73 | .no-border tbody tr td, .no-border tbody tr th, .no-border thead tr th { |
| 74 | border: none; |
| 75 | } |
| 76 | |
| 77 | a { |
| 78 | text-decoration: none; |
| 79 | } |
| 80 | |
| 81 | .nitropack_warning { |
| 82 | background:#ff0000; |
| 83 | } |
| 84 | |
| 85 | .nitropack_success_text { |
| 86 | color: #0dc7a4; |
| 87 | } |
| 88 | |
| 89 | #login-container { |
| 90 | display: block; |
| 91 | margin: 0 auto; |
| 92 | width: 650px; |
| 93 | text-align:center; |
| 94 | } |
| 95 | |
| 96 | #login-container a, #login-container a i { |
| 97 | color: #0073aa; |
| 98 | } |
| 99 | |
| 100 | #login-container *.white { |
| 101 | color: #fff; |
| 102 | } |
| 103 | |
| 104 | #login-container hr { |
| 105 | border-top: 2px solid #D3D8DF; |
| 106 | } |
| 107 | |
| 108 | #login-container #login-form { |
| 109 | width:400px; |
| 110 | display:block; |
| 111 | margin: 0 auto; |
| 112 | } |
| 113 | |
| 114 | #login-container h3 { |
| 115 | font-size:26px; |
| 116 | } |
| 117 | |
| 118 | #login-container p { |
| 119 | font-size:16px; |
| 120 | } |
| 121 | |
| 122 | #submitdiv h3 { |
| 123 | font-size:18px; |
| 124 | margin-top: 0; |
| 125 | padding: 10px; |
| 126 | text-align:center; |
| 127 | } |
| 128 | |
| 129 | .js .widget .widget-top, .js .postbox .hndle { |
| 130 | cursor:inherit; |
| 131 | } |
| 132 | |
| 133 | .dropdown-menu>li>a { |
| 134 | cursor: pointer; |
| 135 | } |
| 136 | |
| 137 | a:hover, a:focus { |
| 138 | text-decoration: none; |
| 139 | } |
| 140 | |
| 141 | span[data-toggle="tooltip"]:after { |
| 142 | font-family: FontAwesome; |
| 143 | color: #1E91CF; |
| 144 | content: "\f059"; |
| 145 | margin-left: 4px; |
| 146 | } |
| 147 | |
| 148 | #response_error{ |
| 149 | display:none; |
| 150 | } |
| 151 | |
| 152 | #error_message { |
| 153 | display:block; |
| 154 | font-size:12px; |
| 155 | } |
| 156 | |
| 157 | #reset_email_error{ |
| 158 | padding: 10px; |
| 159 | display:none; |
| 160 | } |
| 161 | |
| 162 | #wrong_email{ |
| 163 | display:block; |
| 164 | text-align:left; |
| 165 | } |
| 166 | |
| 167 | #reset_account { |
| 168 | text-align:left; |
| 169 | } |
| 170 | |
| 171 | #confirm_modal .modal-header img{ |
| 172 | max-height:19px; |
| 173 | } |
| 174 | |
| 175 | #reset_account .modal-header img{ |
| 176 | max-height:19px; |
| 177 | } |
| 178 | |
| 179 | #confirm_modal .modal-header{ |
| 180 | text-align:left; |
| 181 | } |
| 182 | |
| 183 | #confirm-form{ |
| 184 | text-align:left; |
| 185 | } |
| 186 | |
| 187 | #confirm-form-submit{ |
| 188 | display:inline-block; |
| 189 | float:right; |
| 190 | } |
| 191 | |
| 192 | #verification_code{ |
| 193 | font-weight: 500; |
| 194 | font-size: 12px; |
| 195 | } |
| 196 | |
| 197 | .postbox{ |
| 198 | width: 400px; |
| 199 | height: auto; |
| 200 | display: block; |
| 201 | margin: 0 auto; |
| 202 | background-color: rgb(255, 255, 2550); |
| 203 | border-radius: 4px; |
| 204 | padding: 25px 30px; |
| 205 | border: solid 1px rgb(200, 207, 212); |
| 206 | border-bottom: solid 3px rgb(200, 207, 212); |
| 207 | margin-bottom: 20px; |
| 208 | } |
| 209 | |
| 210 | .postbox input { |
| 211 | padding: 22px; |
| 212 | margin-bottom: 16px; |
| 213 | font-size: 16px; |
| 214 | } |
| 215 | |
| 216 | #login-form .postbox .e-submit { |
| 217 | text-align: center; |
| 218 | margin: 0; |
| 219 | width: 100% !important; |
| 220 | border: none; |
| 221 | padding-top: 10px; |
| 222 | } |
| 223 | |
| 224 | #login-form .postbox button { |
| 225 | width: 100%; |
| 226 | } |
| 227 | |
| 228 | #login-form .postbox a { |
| 229 | color: #00ABCB; |
| 230 | display:inline-block; |
| 231 | margin:10px 0 0 0; |
| 232 | } |
| 233 | |
| 234 | .clearPadding{ |
| 235 | padding:0 !important; |
| 236 | } |
| 237 | |
| 238 | /* Select2 override */ |
| 239 | #login-container .select2-container { |
| 240 | box-sizing: border-box; |
| 241 | display: inline-block; |
| 242 | margin: 0; |
| 243 | position: relative; |
| 244 | vertical-align: middle; |
| 245 | margin-bottom: 16px; |
| 246 | text-align: left; |
| 247 | } |
| 248 | |
| 249 | #login-container .select2-container--default .select2-selection--single { |
| 250 | line-height: 1.42857143; |
| 251 | color: rgb(85, 85, 85); |
| 252 | background-color: rgb(255, 255, 255); |
| 253 | background-image: none; |
| 254 | border: 1px solid rgb(204, 204, 204); |
| 255 | border-radius: 4px; |
| 256 | -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 257 | box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
| 258 | -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; |
| 259 | transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; |
| 260 | } |
| 261 | |
| 262 | #login-container .select2-container .select2-selection--single { |
| 263 | box-sizing: content-box; |
| 264 | padding: 6px 12px; |
| 265 | cursor: pointer; |
| 266 | display: block; |
| 267 | height: 28px; |
| 268 | user-select: none; |
| 269 | -webkit-user-select: none; |
| 270 | } |
| 271 | |
| 272 | #login-container .select2-container--default .select2-selection--single .select2-selection__arrow { |
| 273 | height: 26px; |
| 274 | position: absolute; |
| 275 | top: 8px; |
| 276 | right: 1px; |
| 277 | width: 20px; |
| 278 | } |
| 279 | |
| 280 | img.img-flag { |
| 281 | margin-top: -4px; |
| 282 | padding-right:3px; |
| 283 | } |
| 284 | |
| 285 | #login-container .spec-phones .select2-container{ |
| 286 | box-sizing: border-box; |
| 287 | display: inline-block; |
| 288 | margin: 0; |
| 289 | position: relative; |
| 290 | vertical-align: middle; |
| 291 | margin-bottom: 16px; |
| 292 | text-align: left; |
| 293 | width: 50%; |
| 294 | text-overflow: ellipsis; |
| 295 | } |
| 296 | #login-form h3 { |
| 297 | font-size: 34px; |
| 298 | margin-bottom: 15px; |
| 299 | } |
| 300 | |
| 301 | .prefix .select2-container { |
| 302 | box-sizing: border-box; |
| 303 | display: inline-block; |
| 304 | margin: 0; |
| 305 | position: relative; |
| 306 | vertical-align: middle; |
| 307 | margin-bottom: 16px; |
| 308 | text-align: left; |
| 309 | width:100%!important; |
| 310 | overflow: hidden; |
| 311 | border-radius: 0; |
| 312 | } |
| 313 | |
| 314 | .prefix .select2-container--default .select2-selection--single{ |
| 315 | border-radius:0; |
| 316 | } |
| 317 | |
| 318 | .bulk_select_prefix .select2-container--default .select2-selection--single{ |
| 319 | border-radius: 0; |
| 320 | } |
| 321 | .specific_number_prefix .select2-container--default .select2-selection--single{ |
| 322 | border-radius:0; |
| 323 | } |
| 324 | |
| 325 | .specific_number_prefix .select2-container { |
| 326 | box-sizing: border-box; |
| 327 | display: inline-block; |
| 328 | margin: 0; |
| 329 | position: relative; |
| 330 | vertical-align: middle; |
| 331 | margin-bottom: 16px; |
| 332 | text-align: left; |
| 333 | width:100%!important; |
| 334 | overflow: hidden; |
| 335 | border-radius: 0; |
| 336 | } |
| 337 | |
| 338 | .postbox h2 { |
| 339 | font-size: 11px; |
| 340 | margin-top:0; |
| 341 | } |
| 342 | |
| 343 | #login-form .postbox h3{ |
| 344 | color: rgb(67, 74, 84); |
| 345 | margin-top:0; |
| 346 | font-size:24px; |
| 347 | } |
| 348 | |
| 349 | #switch-connect-type { |
| 350 | margin-top: 10px; |
| 351 | display: inline-block; |
| 352 | } |
| 353 | |
| 354 | #switch-connect-type:hover { |
| 355 | cursor: pointer; |
| 356 | text-decoration: underline; |
| 357 | } |
| 358 | |
| 359 | /* spinner */ |
| 360 | |
| 361 | #connect-spinner.fa-spin { |
| 362 | font-size: 25px; |
| 363 | } |
| 364 | /*Prefix selection styles*/ |
| 365 | .clearPadding label{ |
| 366 | font-size: 12px; |
| 367 | } |
| 368 | |
| 369 | .prefix{ |
| 370 | margin-top:10px; |
| 371 | } |
| 372 | |
| 373 | #addStoreOwner, #addNumber { |
| 374 | height:26px; |
| 375 | } |
| 376 | |
| 377 | @media (max-width: 1367px) { |
| 378 | #storeOwnerInputs .code { |
| 379 | width:25%; |
| 380 | } |
| 381 | #storeOwnerInputs .number { |
| 382 | width:75%; |
| 383 | } |
| 384 | |
| 385 | .specific_number_input .number input{ |
| 386 | width:81%!important; |
| 387 | } |
| 388 | |
| 389 | #storeOwnerInputs .number input{ |
| 390 | width: 79%!important; |
| 391 | } |
| 392 | #addNumber, #addStoreOwner{ |
| 393 | padding: 0px 5px 1px; |
| 394 | } |
| 395 | } |
| 396 | |
| 397 | @media (max-width: 1280px) { |
| 398 | .prefix .select2-container .select2-selection--single .select2-selection__rendered { |
| 399 | white-space: nowrap; |
| 400 | text-overflow: ellipsis; |
| 401 | } |
| 402 | } |
| 403 | |
| 404 | #input-store_owner_phone{ |
| 405 | width:84%; |
| 406 | } |
| 407 | .specific_number_input .number input{ |
| 408 | width: 84%; |
| 409 | } |
| 410 | .bulk_select_prefix .select2-container--default .select2-selection--single{ |
| 411 | border-radius: 0; |
| 412 | } |
| 413 | .specific_number_prefix .select2-container--default .select2-selection--single{ |
| 414 | border-radius:0; |
| 415 | } |
| 416 | |
| 417 | .specific_number_prefix .select2-container { |
| 418 | box-sizing: border-box; |
| 419 | display: inline-block; |
| 420 | margin: 0; |
| 421 | position: relative; |
| 422 | vertical-align: middle; |
| 423 | margin-bottom: 16px; |
| 424 | text-align: left; |
| 425 | width:100%!important; |
| 426 | overflow: hidden; |
| 427 | border-radius: 0; |
| 428 | } |
| 429 | |
| 430 | #count_me { |
| 431 | width: 100%; |
| 432 | } |
| 433 | |
| 434 | #status { |
| 435 | padding: 5px 12px; |
| 436 | vertical-align: middle; |
| 437 | margin-left: 14px; |
| 438 | font-size: 15px; |
| 439 | font-weight: 500; |
| 440 | border-radius: 3px; |
| 441 | transition: all .5s ease-in-out; |
| 442 | -moz-transition: all .5s ease-in-out; |
| 443 | -webkit-transition: all .5s ease-in-out; |
| 444 | |
| 445 | } |
| 446 | |
| 447 | .nav-tab{ |
| 448 | border: 1px solid #ccc; |
| 449 | border-bottom: none; |
| 450 | background: #e4e4e4; |
| 451 | color: #555; |
| 452 | font-size: 12px; |
| 453 | line-height: 16px; |
| 454 | padding: 4px 14px 6px; |
| 455 | } |
| 456 | .nav-tab-wrapper .nav-tab{ |
| 457 | padding: 5px 15px; |
| 458 | font-weight: 700; |
| 459 | font-size: 15px; |
| 460 | line-height: 24px; |
| 461 | border: 1px solid #ccc; |
| 462 | border-bottom: none; |
| 463 | background: #e4e4e4; |
| 464 | color: #555; |
| 465 | } |
| 466 | |
| 467 | .button_custom{ |
| 468 | border-radius: 0; |
| 469 | } |
| 470 | |
| 471 | .integration-widget-container { |
| 472 | position: relative; |
| 473 | border-radius: 0.25rem; |
| 474 | overflow: hidden; |
| 475 | border: 1px solid #e5e5e5; |
| 476 | box-shadow: 0 1px 1px rgba(0,0,0,.04); |
| 477 | } |
| 478 | |
| 479 | .integration-widget-container + .integration-widget-container { |
| 480 | border-top: 1px solid #ededed; |
| 481 | } |
| 482 | |
| 483 | .integration-widget-container-small { |
| 484 | height: 336px; |
| 485 | } |
| 486 | |
| 487 | .integration-widget-container-medium { |
| 488 | height: 450px; |
| 489 | } |
| 490 | |
| 491 | .row { |
| 492 | margin-top: 30px; |
| 493 | } |
| 494 | |
| 495 | /* template styles */ |
| 496 | #description > .text.hidden { |
| 497 | display: none; |
| 498 | } |
| 499 | #description > .text > h6 { |
| 500 | } |
| 501 | |
| 502 | #range-container { |
| 503 | position: relative; |
| 504 | background-color: #fcfcfc; |
| 505 | border-radius: 0.75rem; |
| 506 | padding: 20px; |
| 507 | margin-bottom: 20px; |
| 508 | } |
| 509 | |
| 510 | #range-element { |
| 511 | height: 26px; |
| 512 | position: relative; |
| 513 | } |
| 514 | |
| 515 | #divisors { |
| 516 | display: flex; |
| 517 | justify-content: space-between; |
| 518 | width: 100%; |
| 519 | position: absolute; |
| 520 | z-index: 1; |
| 521 | top: 8px; |
| 522 | } |
| 523 | #divisors > .divisor { |
| 524 | width: 0; |
| 525 | border: 1px #BDBDBD solid; |
| 526 | margin: 0 9px; |
| 527 | height: 10px; |
| 528 | } |
| 529 | #labels { |
| 530 | display: flex; |
| 531 | justify-content: space-between; |
| 532 | width: 100%; |
| 533 | height: 20px; |
| 534 | } |
| 535 | #labels > .label { |
| 536 | color: grey; |
| 537 | font-size: .8rem; |
| 538 | cursor: pointer; |
| 539 | } |
| 540 | |
| 541 | #range { |
| 542 | background-color: transparent; |
| 543 | position: absolute; |
| 544 | z-index: 2; |
| 545 | } |
| 546 | #description > .text > h6.text-danger { |
| 547 | color: #ff6009!important; |
| 548 | } |
| 549 | input[type=range] { |
| 550 | height: 26px; |
| 551 | -webkit-appearance: none; |
| 552 | margin: 0; |
| 553 | width: 100%; |
| 554 | } |
| 555 | input[type=range]:focus { |
| 556 | outline: none; |
| 557 | } |
| 558 | input[type=range]::-webkit-slider-runnable-track { |
| 559 | width: 100%; |
| 560 | height: 2px; |
| 561 | cursor: pointer; |
| 562 | animate: 0.2s; |
| 563 | box-shadow: 0px 0px 0px #000000; |
| 564 | background: #BDBDBD; |
| 565 | border-radius: 0px; |
| 566 | border: 0px solid #000000; |
| 567 | } |
| 568 | input[type=range]::-webkit-slider-thumb { |
| 569 | box-shadow: 0px 0px 1px #000000; |
| 570 | border: 0px solid #000000; |
| 571 | height: 24px; |
| 572 | width: 24px; |
| 573 | border-radius: 50px; |
| 574 | background: #FFFFFF; |
| 575 | cursor: pointer; |
| 576 | -webkit-appearance: none; |
| 577 | margin-top: -11px; |
| 578 | } |
| 579 | input[type=range]:focus::-webkit-slider-runnable-track { |
| 580 | background: #BDBDBD; |
| 581 | } |
| 582 | input[type=range]::-moz-range-track { |
| 583 | width: 100%; |
| 584 | height: 2px; |
| 585 | cursor: pointer; |
| 586 | animate: 0.2s; |
| 587 | box-shadow: 0px 0px 0px #000000; |
| 588 | background: #BDBDBD; |
| 589 | border-radius: 0px; |
| 590 | border: 0px solid #000000; |
| 591 | } |
| 592 | input[type=range]::-moz-range-thumb { |
| 593 | box-shadow: 0px 0px 1px #000000; |
| 594 | border: 0px solid #000000; |
| 595 | height: 24px; |
| 596 | width: 24px; |
| 597 | border-radius: 50px; |
| 598 | background: #FFFFFF; |
| 599 | cursor: pointer; |
| 600 | } |
| 601 | input[type=range]::-ms-track { |
| 602 | width: 100%; |
| 603 | height: 2px; |
| 604 | cursor: pointer; |
| 605 | animate: 0.2s; |
| 606 | background: transparent; |
| 607 | border-color: transparent; |
| 608 | color: transparent; |
| 609 | } |
| 610 | input[type=range]::-ms-fill-lower { |
| 611 | background: #BDBDBD; |
| 612 | border: 0px solid #000000; |
| 613 | border-radius: 0px; |
| 614 | box-shadow: 0px 0px 0px #000000; |
| 615 | } |
| 616 | input[type=range]::-ms-fill-upper { |
| 617 | background: #BDBDBD; |
| 618 | border: 0px solid #000000; |
| 619 | border-radius: 0px; |
| 620 | box-shadow: 0px 0px 0px #000000; |
| 621 | } |
| 622 | input[type=range]::-ms-thumb { |
| 623 | margin-top: 1px; |
| 624 | box-shadow: 0px 0px 1px #000000; |
| 625 | border: 0px solid #000000; |
| 626 | height: 24px; |
| 627 | width: 24px; |
| 628 | border-radius: 50px; |
| 629 | background: #FFFFFF; |
| 630 | cursor: pointer; |
| 631 | } |
| 632 | input[type=range]:focus::-ms-fill-lower { |
| 633 | background: #BDBDBD; |
| 634 | } |
| 635 | input[type=range]:focus::-ms-fill-upper { |
| 636 | background: #BDBDBD; |
| 637 | } |
| 638 | input[type=range]::-webkit-slider-thumb:active { |
| 639 | background-color: #EEE; |
| 640 | } |
| 641 | input[type=range]::-ms-thumb:active { |
| 642 | background-color: #EEE; |
| 643 | } |
| 644 | input[type=range]::-moz-range-thumb:active { |
| 645 | background-color: #EEE; |
| 646 | } |
| 647 | input[type=range]::-webkit-slider-thumb:hover { |
| 648 | background-color: #EEE; |
| 649 | } |
| 650 | input[type=range]::-ms-thumb:hover { |
| 651 | background-color: #EEE; |
| 652 | } |
| 653 | input[type=range]::-moz-range-thumb:hover { |
| 654 | background-color: #EEE; |
| 655 | } |
| 656 | |
| 657 | input[type=range].range-success::-webkit-slider-thumb { |
| 658 | background: url('https://nitropack.io/asset/img/slider-thumb-standard.png') no-repeat 0 0; |
| 659 | } |
| 660 | input[type=range].range-success::-ms-thumb { |
| 661 | background: url('https://nitropack.io/asset/img/slider-thumb-standard.png') no-repeat 0 0; |
| 662 | } |
| 663 | input[type=range].range-success::-moz-range-thumb { |
| 664 | background: url('https://nitropack.io/asset/img/slider-thumb-standard.png') no-repeat 0 0; |
| 665 | } |
| 666 | |
| 667 | input[type=range].range-warning::-webkit-slider-thumb { |
| 668 | background: url('https://nitropack.io/asset/img/slider-thumb-medium.png') no-repeat 0 0; |
| 669 | } |
| 670 | input[type=range].range-warning::-ms-thumb { |
| 671 | background: url('https://nitropack.io/asset/img/slider-thumb-medium.png') no-repeat 0 0; |
| 672 | } |
| 673 | input[type=range].range-warning::-moz-range-thumb { |
| 674 | background: url('https://nitropack.io/asset/img/slider-thumb-medium.png') no-repeat 0 0; |
| 675 | } |
| 676 | |
| 677 | input[type=range].range-danger::-webkit-slider-thumb { |
| 678 | background: url('https://nitropack.io/asset/img/slider-thumb-strong.png') no-repeat 0 0; |
| 679 | } |
| 680 | input[type=range].range-danger::-ms-thumb { |
| 681 | background: url('https://nitropack.io/asset/img/slider-thumb-strong.png') no-repeat 0 0; |
| 682 | } |
| 683 | input[type=range].range-danger::-moz-range-thumb { |
| 684 | background: url('https://nitropack.io/asset/img/slider-thumb-strong.png') no-repeat 0 0; |
| 685 | } |
| 686 | |
| 687 | input[type=range].range-ludicrous::-webkit-slider-thumb { |
| 688 | background: url('https://nitropack.io/asset/img/slider-thumb-turbo.png') no-repeat 0 0; |
| 689 | } |
| 690 | input[type=range].range-ludicrous::-ms-thumb { |
| 691 | background: url('https://nitropack.io/asset/img/slider-thumb-turbo.png') no-repeat 0 0; |
| 692 | } |
| 693 | input[type=range].range-ludicrous::-moz-range-thumb { |
| 694 | background: url('https://nitropack.io/asset/img/slider-thumb-turbo.png') no-repeat 0 0; |
| 695 | } |
| 696 | |
| 697 | input[type=range].range-manual::-webkit-slider-thumb { |
| 698 | background: url('https://nitropack.io/asset/img/slider-thumb-manual.png') no-repeat 0 0; |
| 699 | } |
| 700 | input[type=range].range-manual::-ms-thumb { |
| 701 | background: url('https://nitropack.io/asset/img/slider-thumb-manual.png') no-repeat 0 0; |
| 702 | } |
| 703 | input[type=range].range-manual::-moz-range-thumb { |
| 704 | background: url('https://nitropack.io/asset/img/slider-thumb-manual.png') no-repeat 0 0; |
| 705 | } |
| 706 | |
| 707 | @media all and (max-width: 500px) { |
| 708 | #labels { |
| 709 | margin-top: 33px; |
| 710 | } |
| 711 | |
| 712 | #labels > .label { |
| 713 | transform-origin: bottom left; |
| 714 | |
| 715 | /* Safari */ |
| 716 | -webkit-transform: rotate(-60deg); |
| 717 | /* Firefox */ |
| 718 | -moz-transform: rotate(-60deg); |
| 719 | /* IE */ |
| 720 | -ms-transform: rotate(-60deg); |
| 721 | /* Opera */ |
| 722 | -o-transform: rotate(-60deg); |
| 723 | /* Internet Explorer */ |
| 724 | filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1.3); |
| 725 | } |
| 726 | } |
| 727 | |
| 728 | .card-faq-item { |
| 729 | max-width: none; |
| 730 | padding: 0; |
| 731 | margin-top: 0; |
| 732 | } |
| 733 | |
| 734 | .np-widget { |
| 735 | height: 100%; |
| 736 | } |
| 737 | |
| 738 | /* embed.css */ |
| 739 | .card-d-item { |
| 740 | max-width: none; |
| 741 | height: 100%; |
| 742 | margin-top: 0; |
| 743 | } |
| 744 | |
| 745 | .card.no-border { |
| 746 | border: none; |
| 747 | } |
| 748 | |
| 749 | .word-break { |
| 750 | word-break: break-all; |
| 751 | } |
| 752 | |
| 753 | .nav.nav-tabs>* { |
| 754 | margin-bottom: 0; |
| 755 | } |
| 756 | |
| 757 | .card-overlay { |
| 758 | position: absolute; |
| 759 | z-index: 100; |
| 760 | top: 0; |
| 761 | left: 0; |
| 762 | width: 100%; |
| 763 | height: 100%; |
| 764 | display: flex; |
| 765 | align-items: flex-start; |
| 766 | justify-content: center; |
| 767 | background-color: rgba(255, 255, 255, .5); |
| 768 | padding: 2.25rem; |
| 769 | } |
| 770 | |
| 771 | .card-overlay-hidden { |
| 772 | display: none; |
| 773 | } |
| 774 | |
| 775 | .card-overlay-box { |
| 776 | min-width: 50%; |
| 777 | padding: 30px 20px; |
| 778 | margin: 0px; |
| 779 | background-color: white; |
| 780 | box-shadow: 0px 0px 100px rgba(200,200,200,.5); |
| 781 | text-align: center; |
| 782 | position: relative; |
| 783 | } |
| 784 | |
| 785 | .card-overlay-box.dismissable { |
| 786 | padding: 20px 50px 20px 20px; |
| 787 | } |
| 788 | |
| 789 | .card-overlay-box > .progress { |
| 790 | position: absolute; |
| 791 | top: 0; |
| 792 | left: 0; |
| 793 | width: 100%; |
| 794 | height: 2px; |
| 795 | background-color: white; |
| 796 | border-radius: 0; |
| 797 | } |
| 798 | |
| 799 | .card-overlay-box > .progress > .progress-bar { |
| 800 | transition: width .1s ease-out; |
| 801 | } |
| 802 | |
| 803 | .card-overlay-dismiss { |
| 804 | position: absolute; |
| 805 | top: 20px; |
| 806 | right: 15px; |
| 807 | z-index: 101; |
| 808 | color: #ccc; |
| 809 | font-size: 20px; |
| 810 | cursor: pointer; |
| 811 | } |
| 812 | |
| 813 | .card-overlay-dismiss:hover { |
| 814 | color: #999; |
| 815 | } |
| 816 | |
| 817 | .card-overlay-blurrable { |
| 818 | -webkit-filter: blur(0px); |
| 819 | -moz-filter: blur(0px); |
| 820 | -o-filter: blur(0px); |
| 821 | -ms-filter: blur(0px); |
| 822 | filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); |
| 823 | filter: blur(0px); |
| 824 | } |
| 825 | |
| 826 | .card-overlay-blurred { |
| 827 | -webkit-filter: blur(30px); -moz-filter: blur(30px); |
| 828 | -o-filter: blur(30px); -ms-filter: blur(30px); |
| 829 | filter: url(.blurrable); filter: blur(30px); filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3'); |
| 830 | -webkit-transition: 0.5s -webkit-filter ease-out; |
| 831 | -o-transition: 0.5s -o-filter ease-out; |
| 832 | } |
| 833 | |
| 834 | /* integration.optimizations.css */ |
| 835 | #optimized-pages, |
| 836 | .optimizations-subcount { |
| 837 | max-width: 80%; |
| 838 | margin-left: auto; |
| 839 | margin-right: auto; |
| 840 | text-align: center; |
| 841 | flex-basis: 100%; |
| 842 | } |
| 843 | |
| 844 | #optimized-pages { |
| 845 | font-size: 3.5rem; |
| 846 | } |
| 847 | |
| 848 | .optimizations-subcount { |
| 849 | font-size: 1rem; |
| 850 | margin: 0.34rem auto; |
| 851 | } |
| 852 | |
| 853 | #last-cache-purge, #last-cache-purge-reason { |
| 854 | text-align: center; |
| 855 | flex-basis: 100%; |
| 856 | word-break: break-all; |
| 857 | } |
| 858 | |
| 859 | .btn-widget-optimizations { |
| 860 | margin: 10px; |
| 861 | } |
| 862 | |
| 863 | .optimizations-hidden { |
| 864 | display: none; |
| 865 | } |
| 866 | |
| 867 | *[data-hideable] { |
| 868 | cursor: pointer; |
| 869 | } |
| 870 | |
| 871 | /* Sliders */ |
| 872 | .switch { |
| 873 | position: relative; |
| 874 | display: inline-block; |
| 875 | width: 60px; |
| 876 | height: 34px; |
| 877 | } |
| 878 | |
| 879 | .switch input { |
| 880 | opacity: 0; |
| 881 | width: 0; |
| 882 | height: 0; |
| 883 | } |
| 884 | |
| 885 | .slider { |
| 886 | position: absolute; |
| 887 | cursor: pointer; |
| 888 | top: 0; |
| 889 | left: 0; |
| 890 | right: 0; |
| 891 | bottom: 0; |
| 892 | margin: auto; |
| 893 | background-color: #ccc; |
| 894 | -webkit-transition: .4s; |
| 895 | transition: .4s; |
| 896 | border-radius: 34px; |
| 897 | } |
| 898 | |
| 899 | .slider:before { |
| 900 | position: absolute; |
| 901 | content: ""; |
| 902 | height: 26px; |
| 903 | width: 26px; |
| 904 | left: 4px; |
| 905 | bottom: 4px; |
| 906 | background-color: white; |
| 907 | -webkit-transition: .4s; |
| 908 | transition: .4s; |
| 909 | border-radius: 50%; |
| 910 | } |
| 911 | |
| 912 | input:checked + .slider { |
| 913 | background-color: #007bff; |
| 914 | } |
| 915 | |
| 916 | input:focus + .slider { |
| 917 | box-shadow: 0 0 1px #007bff; |
| 918 | } |
| 919 | |
| 920 | input:checked + .slider:before { |
| 921 | -webkit-transform: translateX(26px); |
| 922 | -ms-transform: translateX(26px); |
| 923 | transform: translateX(26px); |
| 924 | } |
| 925 | |
| 926 | #nitropack-container small { |
| 927 | float: none; |
| 928 | } |
| 929 | |
| 930 | .nitropack-support-icon { |
| 931 | width: 60px; |
| 932 | height: 60px; |
| 933 | position: fixed; |
| 934 | bottom: 35px; |
| 935 | right: 20px; |
| 936 | font-size: 50px; |
| 937 | } |
| 938 | |
| 939 | .nitropack-scrollable-modal-body { |
| 940 | max-height: calc(70vh); |
| 941 | overflow-y: scroll; |
| 942 | overflow-x: hidden; |
| 943 | } |
| 944 | |
| 945 | li.list-group-item-indented { |
| 946 | padding-left: 30px!important; |
| 947 | } |
| 948 | |
| 949 | .tooltip-inner { |
| 950 | background-color: #0d6efd !important; |
| 951 | color: white; |
| 952 | } |
| 953 | |
| 954 | .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { |
| 955 | border-top-color: #0d6efd !important; |
| 956 | |
| 957 | } |
| 958 | |
| 959 | .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { |
| 960 | border-right-color: #0d6efd !important; |
| 961 | } |
| 962 | |
| 963 | .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { |
| 964 | border-bottom-color: #0d6efd !important; |
| 965 | } |
| 966 | |
| 967 | .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { |
| 968 | border-left-color: #0d6efd !important; |
| 969 | } |
| 970 | |
| 971 | .bs-tooltip-top .arrow, .bs-tooltip-bottom .arrow { |
| 972 | margin-left: 0; |
| 973 | } |
| 974 | .bs-tooltip-left .arrow, .bs-tooltip-right .arrow { |
| 975 | margin-right: 0; |
| 976 | } |
| 977 | #nitropack-container { |
| 978 | visibility:visible !important; |
| 979 | } |
| 980 | |
| 981 | .shake { |
| 982 | animation: shake 0.5s ease-in-out; |
| 983 | animation-iteration-count: 1; |
| 984 | } |
| 985 | |
| 986 | @keyframes shake { |
| 987 | 0% { transform: translateX(0); } |
| 988 | 20% { transform: translateX(-10px); } |
| 989 | 40% { transform: translateX(10px); } |
| 990 | 60% { transform: translateX(-10px); } |
| 991 | 80% { transform: translateX(10px); } |
| 992 | 100% { transform: translateX(0); } |
| 993 | } |
| 994 | #nitropack-container .tab-content > .active { |
| 995 | display: block !important; |
| 996 | } |