bootstrap.min.css
5 years ago
font-awesome.css
5 years ago
phone.css
5 years ago
style.css
5 years ago
style.css
597 lines
| 1 | body{ |
| 2 | background-color: #f2f2f2; |
| 3 | } |
| 4 | |
| 5 | h3 { |
| 6 | color: #23282d; |
| 7 | font-size: 1.3em; |
| 8 | margin: 1em 0; |
| 9 | } |
| 10 | |
| 11 | strong{ |
| 12 | font-size: 14px; |
| 13 | font-weight: 600; |
| 14 | } |
| 15 | |
| 16 | .new_textbox{ |
| 17 | width: 50%; |
| 18 | } |
| 19 | |
| 20 | .small_text{ |
| 21 | font-size: 14px; |
| 22 | font-weight: 400; |
| 23 | } |
| 24 | |
| 25 | .col_4 |
| 26 | { |
| 27 | -ms-flex:0 0 33.333333%; |
| 28 | flex:0 0 33.333333%; |
| 29 | max-width:25% |
| 30 | } |
| 31 | |
| 32 | .col_1 |
| 33 | { |
| 34 | -ms-flex:0 0 8.333333%; |
| 35 | flex:0 0 8.333333%; |
| 36 | max-width:8% |
| 37 | } |
| 38 | |
| 39 | .mo_firebase_auth_card{ |
| 40 | width: 93%; |
| 41 | background-color:#FFFFFF; |
| 42 | border:1px solid #CCCCCC; |
| 43 | padding-left:20px; |
| 44 | padding-right:5px; |
| 45 | box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); |
| 46 | transition: 0.2s all ease-out; |
| 47 | margin-bottom: 10px; |
| 48 | |
| 49 | |
| 50 | /*margin: 10px; |
| 51 | border: 1px solid #ccc; |
| 52 | border-radius: 5px; |
| 53 | width: 100%; |
| 54 | transition: 0.2s all ease-in-out; |
| 55 | padding:20px;*/ |
| 56 | } |
| 57 | |
| 58 | .mo_firebase_auth_card:hover{ |
| 59 | /*-webkit-box-shadow: 3px 3px 4px #ccc; /*Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */ |
| 60 | /*-moz-box-shadow: 3px 3px 4px #ccc; /* Firefox 3.5 - 3.6 */ |
| 61 | /*box-shadow: 3px 3px 4px #ccc; /*Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS */ |
| 62 | /*transition: 0.2s all ease-in-out;*/ |
| 63 | box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); |
| 64 | } |
| 65 | |
| 66 | .mo_firebase_attr_table { |
| 67 | width: 100%; |
| 68 | } |
| 69 | .mo_firebase_attr_table tr td:first-child { |
| 70 | width: 30%; |
| 71 | } |
| 72 | |
| 73 | .mo_firebase_auth_label_heading{ |
| 74 | font-size: 16px; |
| 75 | color: grey; |
| 76 | } |
| 77 | |
| 78 | .mo_firebase_auth_contact_us_p{ |
| 79 | font-size: 12px; |
| 80 | color: grey; |
| 81 | } |
| 82 | |
| 83 | .mo_firebase_auth_switch { |
| 84 | position: relative; |
| 85 | display: inline-block; |
| 86 | width: 40px; |
| 87 | height: 24px; |
| 88 | } |
| 89 | |
| 90 | .mo_firebase_auth_switch input { |
| 91 | opacity: 0; |
| 92 | width: 0; |
| 93 | height: 0; |
| 94 | } |
| 95 | |
| 96 | .mo_firebase_auth_slider { |
| 97 | position: absolute; |
| 98 | cursor: pointer; |
| 99 | top: 0; |
| 100 | left: 0; |
| 101 | right: 0; |
| 102 | bottom: 0; |
| 103 | background-color: #ccc; |
| 104 | -webkit-transition: .4s; |
| 105 | transition: .4s; |
| 106 | } |
| 107 | |
| 108 | .mo_firebase_auth_slider:before { |
| 109 | position: absolute; |
| 110 | content: ""; |
| 111 | height: 16px; |
| 112 | width: 16px; |
| 113 | left: 4px; |
| 114 | bottom: 4px; |
| 115 | background-color: white; |
| 116 | -webkit-transition: .4s; |
| 117 | transition: .4s; |
| 118 | } |
| 119 | |
| 120 | input:checked + .mo_firebase_auth_slider { |
| 121 | background-color: #2196F3; |
| 122 | } |
| 123 | |
| 124 | input:focus + .mo_firebase_auth_slider { |
| 125 | box-shadow: 0 0 1px #2196F3; |
| 126 | } |
| 127 | |
| 128 | input:checked + .mo_firebase_auth_slider:before { |
| 129 | -webkit-transform: translateX(16px); |
| 130 | -ms-transform: translateX(16px); |
| 131 | transform: translateX(16px); |
| 132 | } |
| 133 | |
| 134 | /* Rounded mo_firebase_auth_sliders */ |
| 135 | .mo_firebase_auth_slider.round { |
| 136 | border-radius: 20px; |
| 137 | } |
| 138 | |
| 139 | .mo_firebase_auth_slider.round:before { |
| 140 | border-radius: 50%; |
| 141 | } |
| 142 | |
| 143 | .mo-firebase-auth-tooltip { |
| 144 | position: relative; |
| 145 | /* border-radius: 100%; */ |
| 146 | display: inline-block; |
| 147 | color: #212121; |
| 148 | padding: 0 5px; |
| 149 | font-size: 15px; |
| 150 | /* background-color: #212121bf; */ |
| 151 | } |
| 152 | |
| 153 | .mo-firebase-auth-tooltip .mo-firebase-auth-tooltip-text { |
| 154 | visibility: hidden; |
| 155 | background-color: #555; |
| 156 | color: #fff; |
| 157 | text-align: center; |
| 158 | border-radius: 6px; |
| 159 | padding: 5px 10px; |
| 160 | position: absolute; |
| 161 | z-index: 1; |
| 162 | opacity: 0; |
| 163 | transition: opacity 0.3s; |
| 164 | width: max-content; |
| 165 | } |
| 166 | |
| 167 | .mo-firebase-auth-tooltip .mo-firebase-auth-tooltip-text::after { |
| 168 | content: ""; |
| 169 | position: absolute; |
| 170 | top: 50%; |
| 171 | right: 100%; |
| 172 | margin-top: -5px; |
| 173 | border-width: 5px; |
| 174 | border-style: solid; |
| 175 | border-color: transparent #555 transparent transparent; |
| 176 | } |
| 177 | |
| 178 | .mo-firebase-auth-tooltip:hover .mo-firebase-auth-tooltip-text { |
| 179 | visibility: visible; |
| 180 | opacity: 1; |
| 181 | } |
| 182 | |
| 183 | .mo-tt-right { |
| 184 | top: -5px; |
| 185 | left: 125%; |
| 186 | } |
| 187 | |
| 188 | /*Included for the feedback form*/ |
| 189 | .mo_modal { |
| 190 | display: none; |
| 191 | position: fixed; |
| 192 | z-index: 1; |
| 193 | padding-top: 100px; |
| 194 | left: 100px; |
| 195 | top: 0; |
| 196 | margin-left:220px; |
| 197 | width: 50%; |
| 198 | height: 100%; |
| 199 | |
| 200 | } |
| 201 | |
| 202 | .mo_modal-demo { |
| 203 | background-color: #fefefe; |
| 204 | margin: auto; |
| 205 | padding: 20px; |
| 206 | border: 1px solid #888; |
| 207 | width: auto; |
| 208 | } |
| 209 | |
| 210 | .mo_modal-content { |
| 211 | background-color: #fefefe; |
| 212 | margin: auto; |
| 213 | padding: 20px; |
| 214 | border: 1px solid #888; |
| 215 | width: 55%; |
| 216 | } |
| 217 | .mo_close { |
| 218 | color: #aaaaaa; |
| 219 | float: right; |
| 220 | font-size: 28px; |
| 221 | font-weight: bold; |
| 222 | } |
| 223 | |
| 224 | #mo_toast { |
| 225 | visibility: hidden; |
| 226 | min-width: 250px; |
| 227 | margin-left: -250px; |
| 228 | background-color: rgba(51, 51, 51, 0.65); |
| 229 | color: #fff; |
| 230 | text-align: center; |
| 231 | border-radius: 2px; |
| 232 | position: absolute; |
| 233 | z-index: 1; |
| 234 | /* left: 50%; */ |
| 235 | padding: 16px; |
| 236 | } |
| 237 | #mo_toast.show { |
| 238 | visibility: visible; |
| 239 | -webkit-animation: mo_fadein 0.5s, mo_fadeout 0.5s 2.5s; |
| 240 | animation: mo_fadein 0.5s, mo_fadeout 0.5s 2.5s; |
| 241 | } |
| 242 | |
| 243 | |
| 244 | @-webkit-keyframes mo_fadein { |
| 245 | from {opacity: 0;} |
| 246 | to {opacity: 1;} |
| 247 | } |
| 248 | |
| 249 | @keyframes mo_fadein { |
| 250 | from {opacity: 0;} |
| 251 | to {opacity: 1;} |
| 252 | } |
| 253 | |
| 254 | @-webkit-keyframes mo_fadeout { |
| 255 | from {opacity: 1;} |
| 256 | to {opacity: 0;} |
| 257 | } |
| 258 | |
| 259 | @keyframes mo_fadeout { |
| 260 | from {opacity: 1;} |
| 261 | to {opacity: 0;} |
| 262 | } |
| 263 | |
| 264 | |
| 265 | .mo_close { |
| 266 | color: #aaaaaa; |
| 267 | float: right; |
| 268 | font-size: 28px; |
| 269 | font-weight: bold; |
| 270 | } |
| 271 | .mo_tutorial_overlay { |
| 272 | position: fixed; |
| 273 | top: 0; |
| 274 | left: 0; |
| 275 | right: 0; |
| 276 | bottom: 0; |
| 277 | width: 100%; |
| 278 | height: 100%; |
| 279 | background: #000; |
| 280 | opacity: .5; |
| 281 | z-index: 0; |
| 282 | |
| 283 | } |
| 284 | |
| 285 | .fade { |
| 286 | opacity: 0; |
| 287 | -webkit-transition: opacity 0.15s linear; |
| 288 | -o-transition: opacity 0.15s linear; |
| 289 | transition: opacity 0.15s linear; |
| 290 | } |
| 291 | .fade.in { |
| 292 | opacity: 1; |
| 293 | } |
| 294 | .modal-header { |
| 295 | padding: 15px; |
| 296 | border-bottom: 1px solid #e5e5e5; |
| 297 | } |
| 298 | .modal-header .close { |
| 299 | margin-top: -2px; |
| 300 | } |
| 301 | .modal-title { |
| 302 | margin: 0; |
| 303 | line-height: 1.42857143; |
| 304 | font-size: large; |
| 305 | } |
| 306 | .modal-body { |
| 307 | position: relative; |
| 308 | padding: 15px; |
| 309 | } |
| 310 | .modal-dialog { |
| 311 | position: relative; |
| 312 | width: auto; |
| 313 | margin: 10px; |
| 314 | } |
| 315 | .modal.fade .modal-dialog { |
| 316 | -webkit-transform: translate(0, -25%); |
| 317 | -ms-transform: translate(0, -25%); |
| 318 | -o-transform: translate(0, -25%); |
| 319 | transform: translate(0, -25%); |
| 320 | -webkit-transition: -webkit-transform 0.3s ease-out; |
| 321 | -o-transition: -o-transform 0.3s ease-out; |
| 322 | transition: transform 0.3s ease-out; |
| 323 | } |
| 324 | .modal.in .modal-dialog { |
| 325 | -webkit-transform: translate(0, 0); |
| 326 | -ms-transform: translate(0, 0); |
| 327 | -o-transform: translate(0, 0); |
| 328 | transform: translate(0, 0); |
| 329 | } |
| 330 | .mo_modal-footer { |
| 331 | padding: 15px; |
| 332 | text-align: right; |
| 333 | border-top: 1px solid #e5e5e5; |
| 334 | } |
| 335 | .mo_modal-footer .btn + .btn { |
| 336 | margin-left: 5px; |
| 337 | margin-bottom: 0; |
| 338 | } |
| 339 | .mo_modal-footer .btn-group .btn + .btn { |
| 340 | margin-left: -1px; |
| 341 | } |
| 342 | .mo_modal-footer .btn-block + .btn-block { |
| 343 | margin-left: 0; |
| 344 | } |
| 345 | .mo_modal-footer::after { |
| 346 | content: ""; |
| 347 | clear: both; |
| 348 | display: table; |
| 349 | } |
| 350 | .mo_close { |
| 351 | float: right; |
| 352 | font-size: 21px; |
| 353 | font-weight: bold; |
| 354 | line-height: 1; |
| 355 | color: #000000; |
| 356 | text-shadow: 0 1px 0 #212121; |
| 357 | opacity: 0.5; |
| 358 | filter: alpha(opacity=50); |
| 359 | } |
| 360 | .mo_close:hover, |
| 361 | .mo_close:focus { |
| 362 | color: #000000; |
| 363 | text-decoration: none; |
| 364 | cursor: pointer; |
| 365 | opacity: 0.8; |
| 366 | filter: alpha(opacity=80); |
| 367 | } |
| 368 | button.close { |
| 369 | padding: 0; |
| 370 | cursor: pointer; |
| 371 | background: transparent; |
| 372 | border: 0; |
| 373 | -webkit-appearance: none; |
| 374 | } |
| 375 | |
| 376 | .mo-span-circle{ |
| 377 | display: inline-block; |
| 378 | padding: 15px; |
| 379 | line-height: 100%; |
| 380 | |
| 381 | -moz-border-radius: 50%; |
| 382 | border-radius: 50%; |
| 383 | |
| 384 | background-color: black; |
| 385 | color: white; |
| 386 | text-align: center; |
| 387 | font-size: 2em; |
| 388 | |
| 389 | } |
| 390 | |
| 391 | .mo_firebase_authentication_nav{ |
| 392 | margin: 10px; |
| 393 | /*background-color: #cccccc21;*/ |
| 394 | width: 90%; |
| 395 | border-radius: 2px; |
| 396 | } |
| 397 | |
| 398 | .mo_firebase_authentication_nav a { |
| 399 | color: black; |
| 400 | text-decoration: none; |
| 401 | } |
| 402 | |
| 403 | .mo_firebase_authentication_nav_item{ |
| 404 | display: inline-block; |
| 405 | margin-bottom: 0px; |
| 406 | width: 20%; |
| 407 | font-size: 14px; |
| 408 | padding: 10px; |
| 409 | margin-right: 10px; |
| 410 | text-align: center; |
| 411 | cursor: pointer; |
| 412 | } |
| 413 | |
| 414 | .mo_firebase_authentication_nav_item.active{ |
| 415 | /*background-color: #0379fb0d; |
| 416 | border-bottom: 2px solid #007bff; |
| 417 | color: #007bff; |
| 418 | */ |
| 419 | background-color: #eaeaea; |
| 420 | font-weight: bold; |
| 421 | } |
| 422 | |
| 423 | |
| 424 | code { |
| 425 | /*background-color: rgba(238,62,140,0.1);*/ |
| 426 | background-color: #FFFFFF; |
| 427 | border-radius: 3px; |
| 428 | color: #e83e8c; |
| 429 | font-size: 85%; |
| 430 | margin: 0; |
| 431 | padding: .2em .4em; |
| 432 | /*box-shadow: inset 0px 1px 4px rgba(238,62,140,0.2);*/ |
| 433 | font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; |
| 434 | word-break: break-word; |
| 435 | } |
| 436 | |
| 437 | #mo_firebase_authentication_hooks_table{ |
| 438 | /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/ |
| 439 | font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; |
| 440 | background: #f5f5f5; |
| 441 | padding :20px; |
| 442 | } |
| 443 | |
| 444 | #mo_firebase_authentication_hook_item{ |
| 445 | padding: 10px 10px 5px; |
| 446 | background: #FFFFFF; |
| 447 | box-shadow: inset 0px 1px 4px #d6d6d6; |
| 448 | } |
| 449 | |
| 450 | #mo_firebase_authentication_hook_item_desc{ |
| 451 | margin-top: 10px; |
| 452 | } |
| 453 | |
| 454 | .moc-licensing-plan-header { |
| 455 | font-size: 32px; |
| 456 | font-variant: small-caps; |
| 457 | border-radius: 1rem 1rem 0px 0px; |
| 458 | } |
| 459 | .moc-licensing-plan-header hr { |
| 460 | margin: 1.5rem 0; |
| 461 | } |
| 462 | .moc-licensing-plan-feature-list { |
| 463 | font-size: 12px; |
| 464 | padding-top: 10px; |
| 465 | } |
| 466 | .moc-licensing-plan-feature-list li { |
| 467 | text-align: left; |
| 468 | padding: 10px; |
| 469 | border: none; |
| 470 | } |
| 471 | .moc-licensing-plan-feature-list li:nth-child(even) { |
| 472 | background-color: #f0f0f0; |
| 473 | } |
| 474 | .moc-licensing-plan-usp { |
| 475 | font-size: 18px; |
| 476 | font-weight: 500; |
| 477 | padding-bottom: 10px; |
| 478 | } |
| 479 | .moc-licensing-plan-price { |
| 480 | font-size: 24px; |
| 481 | font-weight: 400; |
| 482 | } |
| 483 | .moc-licensing-plan-name { |
| 484 | font-size: 16px; |
| 485 | font-weight: 500; |
| 486 | } |
| 487 | .moc-licensing-plan { |
| 488 | border-radius: 1rem; |
| 489 | border: 1px solid #00788E; |
| 490 | margin: 0.5rem 0; |
| 491 | box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4); |
| 492 | transition: 0.3s; |
| 493 | } |
| 494 | .moc-licensing-plan:hover { |
| 495 | margin-top: -.25rem; |
| 496 | margin-bottom: .25rem; |
| 497 | /* border: 1px solid #17a2b8; */ |
| 498 | border: 1px solid rgb(112, 165, 245); |
| 499 | box-shadow: 0 16px 32px 0 rgba(112, 165, 245, 0.8); |
| 500 | } |
| 501 | |
| 502 | .moct-align-center { |
| 503 | text-align: center; |
| 504 | } |
| 505 | .moc-lp-highlight { |
| 506 | box-shadow: 0 16px 32px 0 #563d7c66; |
| 507 | border: 1px solid #2B1251; |
| 508 | } |
| 509 | .moc-lp-highlight:hover { |
| 510 | border: 1px solid #563d7c; |
| 511 | box-shadow: 0 16px 32px 0 #563d7ccc; |
| 512 | } |
| 513 | |
| 514 | .moc-lp-buy-btn { |
| 515 | border-radius: 5rem; |
| 516 | letter-spacing: .1rem; |
| 517 | font-weight: bold; |
| 518 | padding: 1rem; |
| 519 | opacity: 0.7; |
| 520 | } |
| 521 | .moc-lp-buy-btn:hover { |
| 522 | opacity: 1; |
| 523 | } |
| 524 | |
| 525 | .center_buttons{ |
| 526 | width: 100%; |
| 527 | margin:0 auto; |
| 528 | } |
| 529 | |
| 530 | .mo_firebase_authentication_tutorial_overlay { |
| 531 | position: fixed; |
| 532 | top: 0; |
| 533 | left: 0; |
| 534 | right: 0; |
| 535 | bottom: 0; |
| 536 | width: 100%; |
| 537 | height: 100%; |
| 538 | background: #000; |
| 539 | opacity: .5; |
| 540 | z-index: 0; |
| 541 | } |
| 542 | |
| 543 | .mo_firebase_authentication_settings_table { |
| 544 | width: 100%; |
| 545 | font-size: 14px; |
| 546 | |
| 547 | } |
| 548 | .mo_firebase_authentication_settings_table tr td:first-child { |
| 549 | width: 30%; |
| 550 | } |
| 551 | .mo_table_textbox { |
| 552 | width:80%; |
| 553 | } |
| 554 | |
| 555 | .mo_table_short_textbox { |
| 556 | width:40%; |
| 557 | } |
| 558 | |
| 559 | .mo_contact_form_input{ |
| 560 | font-size: 14px; |
| 561 | font-weight: 600; |
| 562 | } |
| 563 | |
| 564 | .mo_table_textbox3 |
| 565 | { |
| 566 | width: 60%; |
| 567 | } |
| 568 | |
| 569 | .mo_settings_table { |
| 570 | width: 100%; |
| 571 | font-size: 14px; |
| 572 | } |
| 573 | .mo_settings_table tr td:first-child { |
| 574 | width: 30%; |
| 575 | } |
| 576 | .mo_settings_table strong{ |
| 577 | font-weight: 600; |
| 578 | } |
| 579 | |
| 580 | .mo_table_layout { |
| 581 | background-color:#FFFFFF; |
| 582 | border:1px solid #CCCCCC; |
| 583 | margin-bottom: 10px; |
| 584 | box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); |
| 585 | padding:15px 10px 15px 15px; |
| 586 | transition: 0.2s all ease-out; |
| 587 | } |
| 588 | .mo_table_layout:hover { |
| 589 | box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); |
| 590 | } |
| 591 | .mo_table_layout input[type='text'] { |
| 592 | width: 80%; |
| 593 | } |
| 594 | .mo_table_layout td strong { |
| 595 | margin-left: 10px; |
| 596 | } |
| 597 |