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