Browse code

added appinfo/info.xml appinfo/signature.json CHANGELOG.txt README.md css/style.css js/sendfax.js

DoubleBastionAdmin authored on 11/01/2024 22:43:17
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,975 @@
1
+/**
2
+ * @copyright 2021 Double Bastion LLC <www.doublebastion.com>
3
+ *
4
+ * @author Double Bastion LLC
5
+ *
6
+ * @license GNU AGPL version 3 or any later version
7
+ *
8
+ * This program is free software; you can redistribute it and/or
9
+ * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
10
+ * License as published by the Free Software Foundation; either
11
+ * version 3 of the License, or any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
17
+ *
18
+ * You should have received a copy of the GNU Affero General Public
19
+ * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
+ *
21
+ */
22
+
23
+@font-face {
24
+    font-family: 'Open Sans';
25
+    src: url('../fonts/opensans-light.woff2') format('woff2'),
26
+         url('../fonts/opensans-light.woff') format('woff');
27
+    font-weight: 300;
28
+    font-style: normal;
29
+}
30
+@font-face {
31
+    font-family: 'Open Sans';
32
+    src: url('../fonts/opensans-lightitalic.woff2') format('woff2'),
33
+         url('../fonts/opensans-lightitalic.woff') format('woff');
34
+    font-weight: 300;
35
+    font-style: italic;
36
+}
37
+@font-face {
38
+    font-family: 'Open Sans';
39
+    src: url('../fonts/opensans-regular.woff2') format('woff2'),
40
+         url('../fonts/opensans-regular.woff') format('woff');
41
+    font-weight: 400;
42
+    font-style: normal;
43
+}
44
+@font-face {
45
+    font-family: 'Open Sans';
46
+    src: url('../fonts/opensans-italic.woff2') format('woff2'),
47
+         url('../fonts/opensans-italic.woff') format('woff');
48
+    font-weight: 400;
49
+    font-style: italic;
50
+}
51
+@font-face {
52
+    font-family: 'Open Sans';
53
+    src: url('../fonts/opensans-semibold.woff2') format('woff2'),
54
+         url('../fonts/opensans-semibold.woff') format('woff');
55
+    font-weight: 600;
56
+    font-style: normal;
57
+}
58
+@font-face {
59
+    font-family: 'Open Sans';
60
+    src: url('../fonts/opensans-semibolditalic.woff2') format('woff2'),
61
+         url('../fonts/opensans-semibolditalic.woff') format('woff');
62
+    font-weight: 600;
63
+    font-style: italic;
64
+}
65
+@font-face {
66
+    font-family: 'Open Sans';
67
+    src: url('../fonts/opensans-bold.woff2') format('woff2'),
68
+         url('../fonts/opensans-bold.woff') format('woff');
69
+    font-weight: 700;
70
+    font-style: normal;
71
+}
72
+@font-face {
73
+    font-family: 'Open Sans';
74
+    src: url('../fonts/opensans-bolditalic.woff2') format('woff2'),
75
+         url('../fonts/opensans-bolditalic.woff') format('woff');
76
+    font-weight: 700;
77
+    font-style: italic;
78
+}
79
+@font-face {
80
+    font-family: 'Open Sans';
81
+    src: url('../fonts/opensans-extrabold.woff2') format('woff2'),
82
+         url('../fonts/opensans-extrabold.woff') format('woff');
83
+    font-weight: 800;
84
+    font-style: normal;
85
+}
86
+@font-face {
87
+    font-family: 'Open Sans';
88
+    src: url('../fonts/opensans-extrabolditalic.woff2') format('woff2'),
89
+         url('../fonts/opensans-extrabolditalic.woff') format('woff');
90
+    font-weight: 800;
91
+    font-style: italic;
92
+}
93
+
94
+@font-face {
95
+    font-family: 'Inter';
96
+    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
97
+         url('../fonts/Inter-Regular.woff') format('woff');
98
+    font-weight: 400;
99
+    font-style: normal;
100
+}
101
+@font-face {
102
+    font-family: 'Inter';
103
+    src: url('../fonts/Inter-Italic.woff2') format('woff2'),
104
+         url('../fonts/Inter-Italic.woff') format('woff');
105
+    font-weight: 400;
106
+    font-style: italic;
107
+}
108
+@font-face {
109
+    font-family: 'Inter';
110
+    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
111
+         url('../fonts/Inter-Medium.woff') format('woff');
112
+    font-weight: 500;
113
+    font-style: normal;
114
+}
115
+@font-face {
116
+    font-family: 'Inter';
117
+    src: url('../fonts/Inter-MediumItalic.woff2') format('woff2'),
118
+         url('../fonts/Inter-MediumItalic.woff') format('woff');
119
+    font-weight: 500;
120
+    font-style: italic;
121
+}
122
+@font-face {
123
+    font-family: 'Inter';
124
+    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
125
+         url('../fonts/Inter-SemiBold.woff') format('woff');
126
+    font-weight: 600;
127
+    font-style: normal;
128
+}
129
+@font-face {
130
+    font-family: 'Inter';
131
+    src: url('../fonts/Inter-SemiBoldItalic.woff2') format('woff2'),
132
+         url('../fonts/Inter-SemiBoldItalic.woff') format('woff');
133
+    font-weight: 600;
134
+    font-style: italic;
135
+}
136
+@font-face {
137
+    font-family: 'Inter';
138
+    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
139
+         url('../fonts/Inter-Bold.woff') format('woff');
140
+    font-weight: 700;
141
+    font-style: normal;
142
+}
143
+@font-face {
144
+    font-family: 'Inter';
145
+    src: url('../fonts/Inter-BoldItalic.woff2') format('woff2'),
146
+         url('../fonts/Inter-BoldItalic.woff') format('woff');
147
+    font-weight: 700;
148
+    font-style: italic;
149
+}
150
+@font-face {
151
+    font-family: 'Inter';
152
+    src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
153
+         url('../fonts/Inter-ExtraBold.woff') format('woff');
154
+    font-weight: 800;
155
+    font-style: normal;
156
+}
157
+@font-face {
158
+    font-family: 'Inter';
159
+    src: url('../fonts/Inter-ExtraBoldItalic.woff2') format('woff2'),
160
+         url('../fonts/Inter-ExtraBoldItalic.woff') format('woff');
161
+    font-weight: 800;
162
+    font-style: italic;
163
+}
164
+
165
+#app {
166
+  position: relative;
167
+  display: flex;
168
+  min-height: 100%;
169
+  min-width: 100%;
170
+}
171
+
172
+#app-content {
173
+  position: relative;
174
+  z-index: 1000;
175
+  flex-basis: 100vw;
176
+  min-width: 0;
177
+  min-height: 100%;
178
+  margin: 0 !important;
179
+  overflow-y: scroll;
180
+}
181
+
182
+#app-content #app-content-wrapper {
183
+  height: 108% !important;
184
+}
185
+
186
+#pax_fax_vbar {
187
+  padding: 18px;
188
+  font-family: 'Open Sans';
189
+  color: #6d6c6c;
190
+}
191
+
192
+#currentbaldiv {
193
+  display: block;
194
+  position: relative;
195
+  font-size: 15px;
196
+  font-weight: 700;
197
+  padding: 3px 0 3px 14px;
198
+  margin: 0 0 8px 0;
199
+  color: #ffffff;
200
+  background-color: #3f9dd1;
201
+  border-radius: 20px;
202
+}
203
+
204
+#currentbalance {
205
+  display: inline;
206
+  position: relative;
207
+  padding-left: 10px;
208
+}
209
+
210
+.providername {
211
+  color: #FFFFFF;
212
+}
213
+
214
+.providername:hover {
215
+  color: #003b94;
216
+}
217
+
218
+#faxnumbersdiv {
219
+  display: block;
220
+  position: relative;
221
+  font-size: 15px;
222
+  font-weight: 700;
223
+  height: 30px;
224
+  margin: 0px 0px 20px 0px;
225
+  background: #3f9dd1;
226
+  border-radius: 20px;
227
+}
228
+
229
+#currentfaxnmbrs {
230
+  display: inline-block;
231
+  position: absolute;
232
+  height: 22px !important;
233
+  width: 55%;
234
+  font-size: 14px;
235
+  font-weight: 600;
236
+  text-align: center;
237
+  padding: 0 0 2px 0;
238
+  color: #565656;
239
+  margin: 1px 0 0 4px;
240
+  -moz-box-sizing: border-box;
241
+  -webkit-box-sizing: border-box;
242
+  box-sizing: border-box;
243
+  background: #fcfcfc;
244
+  border-radius: 20px;
245
+}
246
+
247
+.pflabels {
248
+  font-size: 15px;
249
+  font-weight: 700;
250
+}
251
+
252
+.pfheader {
253
+  display: block;
254
+  position: relative;
255
+  margin: 0px 0px 7px 0px;
256
+  font-size: 15px;
257
+  font-weight: 700;
258
+}
259
+
260
+.faxnbformat {
261
+  display: block;
262
+  position: relative;
263
+  margin: 0px 0px 4px 0px;
264
+  font-size: 15px;
265
+  font-weight: 700;
266
+}
267
+
268
+.pax_fax_box {
269
+  display: block;
270
+  box-sizing: content-box;
271
+  margin: 8px 0px !important;
272
+  width: 70%;
273
+}
274
+.indtext {
275
+  display: inline-block;
276
+  padding-left: 10px;
277
+}
278
+
279
+#settings-dscr {
280
+  padding-top: 3px;
281
+}
282
+
283
+#pf_upload_msg, #pf_choose_msg, #pf_submit_msg {
284
+  display: block;
285
+  margin: 8px 0px 8px 0px;
286
+  text-align: center;
287
+  font-size: 15px;
288
+  font-weight: 700;
289
+  color: #181918;
290
+  background-color: #a5e5b3;
291
+  border-radius: 14px;
292
+}
293
+
294
+#paxfax_save_msg {
295
+  display: inline;
296
+  color: #181918;
297
+  background-color: #a5e5b3;
298
+  font-weight: 700;
299
+  max-width: 70px;
300
+  text-align: center;
301
+  margin-top: 7px;
302
+}
303
+
304
+#pf_submit_msg {
305
+  padding-left: 5px;
306
+  padding-right: 5px;
307
+}
308
+
309
+#pickedfilename {
310
+  font-size: 13px;
311
+}
312
+
313
+#faxtodiv {
314
+  display: block;
315
+  position: relative;
316
+}
317
+
318
+#faxto {
319
+  display: block;
320
+  width: 97%;
321
+  max-height: 22px;
322
+  margin: 3px 0px 20px 0px;
323
+  padding: 0 13px 0 13px;
324
+  color: #565656;
325
+  font-family: 'Open Sans';
326
+  font-size: 15px;
327
+  font-weight: 700;
328
+  border-radius: 20px;
329
+}
330
+
331
+.up-bttn-wrapper {
332
+  display: block;
333
+  position: relative;
334
+  overflow: hidden;
335
+  padding-top: 20px;
336
+  padding-bottom: 30px;
337
+}
338
+
339
+#submitfax {
340
+  display: block;
341
+  color: white;
342
+  font-family: 'Open Sans';
343
+  font-weight: 700;
344
+  font-size: 15px;
345
+  background: #3f9dd1;
346
+  padding: 5px 16px 6px 16px;
347
+}
348
+
349
+#submitfax:active {
350
+  background: #00a2f9;
351
+}
352
+
353
+.uploadfiledv {
354
+  position: relative;
355
+  display: inline-block;
356
+  margin: 4px 0px 22px 0px;
357
+}
358
+
359
+#faxfoldersview {
360
+  display: inline-block;
361
+  position: relative;
362
+  width: 100%;
363
+  height: 100%;
364
+  // margin-top: -50px;
365
+  background-color: #f4f9ff;
366
+}
367
+
368
+#viewerContainer {
369
+  display: block;
370
+  position: relative;
371
+  width: 100%;
372
+  height: 100%;
373
+}
374
+
375
+#viewer {
376
+  display: block;
377
+  position: relative;
378
+  min-width: 100%;
379
+  min-height: 100%;
380
+}
381
+
382
+#faxdocpreview {
383
+  display: block;
384
+  position: relative;
385
+  min-width: 100%;
386
+  min-height: 100%;
387
+  background-color: #f4f9ff;
388
+}
389
+
390
+#docPreviewFaxImg {
391
+  display: block;
392
+  position: relative;
393
+  background-image: url('../img/pax_fax_grey.svg');
394
+  background-repeat: no-repeat;
395
+  background-position: center;
396
+  width: 100%;
397
+  height: 100%;
398
+}
399
+
400
+#outerContainer {
401
+  display: block;
402
+  position: relative;
403
+  width: 100%;
404
+  height: 100%;
405
+}
406
+
407
+#mainContainer {
408
+  display: block;
409
+  position: relative;
410
+  width: 100%;
411
+  height: 100%;
412
+}
413
+
414
+#uploadedjpg, #uploadedpng {
415
+  width: auto !important;
416
+  height: auto !important;
417
+}
418
+
419
+.cllridcls {
420
+  position: relative;
421
+  display: inline;
422
+  font-size: 17px;
423
+  color: #000000;
424
+  z-index: 3;
425
+}
426
+
427
+.fortooltipinit {
428
+  position: relative;
429
+  display: inline-block;
430
+  float: right;
431
+  font-size: 15px;
432
+  color: #000000;
433
+  z-index: 3;
434
+}
435
+
436
+.fortooltipinit #infosetid {
437
+  display: block;
438
+  position: relative;
439
+  margin: 3px 9px 0 0;
440
+  color: #000000;
441
+  font-size: 19px;
442
+  font-weight: 700;
443
+  font-family: 'Open Sans';
444
+  font-style: italic;
445
+}
446
+
447
+.fortooltip {
448
+  position: relative;
449
+  display: inline-block;
450
+  font-size: 15px;
451
+  color: #000000;
452
+  z-index: 2;
453
+}
454
+
455
+.fortooltip #infonumber {
456
+  color: #000000;
457
+  font-size: 19px;
458
+  font-weight: 700;
459
+  font-family: 'Open Sans';
460
+  font-style: italic;
461
+  padding: 0px 0px 3px 3px;
462
+}
463
+
464
+.fortooltipsec {
465
+  position: relative;
466
+  display: inline-block;
467
+  font-size: 15px;
468
+  color: #000000;
469
+  padding: 0px 0px 4px 0px;
470
+  z-index: 1;
471
+}
472
+
473
+.fortooltipsec #infoformat {
474
+  color: #000000;
475
+  font-size: 19px;
476
+  font-weight: 700;
477
+  font-family: 'Open Sans';
478
+  font-style: italic;
479
+  padding: 0px 0px 3px 3px;
480
+}
481
+
482
+.fortooltipinit .calleridtooltip {
483
+  display: block;
484
+  position: absolute;
485
+  visibility: hidden;
486
+  width: 264px;
487
+  background-color: #fafafa;
488
+  font-size: 14px;
489
+  font-weight: 700;
490
+  color: #595959;
491
+  text-align: left;
492
+  border-radius: 5px;
493
+  padding: 5px 10px;
494
+  margin: -4px 0px 0px -214px;
495
+  box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
496
+  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
497
+  -moz-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
498
+}
499
+
500
+.fortooltipinit:hover .calleridtooltip {
501
+  visibility: visible;
502
+}
503
+
504
+.fortooltip .fortooltiptext {
505
+  display: block;
506
+  position: absolute;
507
+  visibility: hidden;
508
+  width: 256px;
509
+  background-color: #fafafa;
510
+  font-size: 14px;
511
+  font-weight: 700;
512
+  color: #595959;
513
+  text-align: left;
514
+  border-radius: 5px;
515
+  padding: 5px 10px;
516
+  margin: -10px 0 0 -4px;
517
+  box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
518
+  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
519
+  -moz-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
520
+}
521
+
522
+.fortooltip:hover .fortooltiptext {
523
+  visibility: visible;
524
+}
525
+
526
+.fortooltipsec .fortooltiptextsec {
527
+  display: block;
528
+  position: absolute;
529
+  visibility: hidden;
530
+  width: 256px;
531
+  background-color: #fafafa;
532
+  font-size: 14px;
533
+  font-weight: 700;
534
+  color: #595959;
535
+  text-align: left;
536
+  border-radius: 5px;
537
+  padding: 5px 10px;
538
+  margin: -9px 0 0 -4px;
539
+  box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
540
+  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
541
+  -moz-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
542
+}
543
+
544
+.fortooltipsec:hover .fortooltiptextsec {
545
+  visibility: visible;
546
+}
547
+
548
+.fileupload {
549
+  display: none;
550
+}
551
+
552
+div > label {
553
+  position: relative;
554
+}
555
+
556
+.uploadflbt {
557
+  width: 411px;
558
+}
559
+
560
+label span {
561
+  display: inline-block;
562
+  min-width: 110px;
563
+  padding: 0px 0px 8px 0px;
564
+}
565
+
566
+.uploadflbt .icon-upload {
567
+  display: inline;
568
+}
569
+
570
+.pfprompt {
571
+  font-size: 17px;
572
+  font-weight: 700;
573
+  color: #6d6c6c;
574
+}
575
+
576
+.fileuploadstl,.filesfromnc {
577
+  display: block;
578
+  font-size: 17px;
579
+  font-weight: 700;
580
+  color: #000000;
581
+}
582
+
583
+#filestotsize {
584
+  display: none;
585
+  position: relative;
586
+  height:auto;
587
+  margin: 0px 0px 16px 0px;
588
+  font-family: 'Open Sans';
589
+  color: #18bf6e;
590
+  font-size: 14px;
591
+  font-weight: 700;
592
+}
593
+
594
+#filessizetext {
595
+  display: inline;
596
+  position: relative;
597
+  padding-left: 10px;
598
+}
599
+
600
+#fileuploadednm .indivflcls {
601
+  display: inline-block;
602
+  position: relative;
603
+  height:auto;
604
+  max-width: 90%;
605
+  overflow: visible;
606
+  white-space: normal;
607
+  word-break: break-all;
608
+  text-overflow: ellipsis;
609
+  font-size: 15px;
610
+  color: #0e6ba0;
611
+}
612
+
613
+.indivflcls:hover {
614
+  cursor: pointer;
615
+  text-decoration: underline;
616
+}
617
+
618
+.indupfldl {
619
+  position: relative;
620
+  display: inline-block;
621
+  float: right;
622
+  cursor: pointer;
623
+  width: 20px;
624
+  color: #0e6ba0;
625
+  text-align: center;
626
+  font-size: 15px;
627
+}
628
+
629
+#fileuploadednm .indupfldl:hover {
630
+  background-color: #e8f6ff;
631
+  cursor: pointer;
632
+}
633
+
634
+#filespickednc .indivflpckd {
635
+  display: inline-block;
636
+  position: relative;
637
+  height:auto;
638
+  max-width: 90%;
639
+  overflow: visible;
640
+  white-space: normal;
641
+  word-break: break-all;
642
+  text-overflow: ellipsis;
643
+  font-size: 15px;
644
+  color: #0e6ba0;
645
+}
646
+
647
+.indivflpckd:hover {
648
+  cursor: pointer;
649
+  text-decoration: underline;
650
+}
651
+
652
+.indpckfldl {
653
+  position: relative;
654
+  display: inline-block;
655
+  float: right;
656
+  cursor: pointer;
657
+  width: 20px;
658
+  color: #0e6ba0;
659
+  font-size: 15px;
660
+  text-align: center;
661
+}
662
+
663
+#filespickednc .indpckfldl:hover {
664
+  background-color: #e8f6ff;
665
+  cursor: pointer;
666
+}
667
+
668
+select, button, .button, input:not([type="range"]), textarea, div[contenteditable="true"], .pager li a {
669
+  margin: 0px 0px 0px 0px;
670
+}
671
+
672
+#dirbuttons {
673
+  margin-top: 28px;
674
+}
675
+
676
+button, .button, input[type="button"], input[type="submit"], input[type="reset"] {
677
+  padding: 6px 20px;
678
+  width: auto;
679
+  min-height: 22px;
680
+  cursor: pointer;
681
+  box-sizing: border-box;
682
+  background-color: var(--color-background-dark);
683
+}
684
+
685
+select {
686
+  width: 130px;
687
+  min-height: 28px;
688
+  box-sizing: border-box;
689
+  padding-right: 0px !important;
690
+}
691
+
692
+#uploadfileforfax {
693
+  margin-left: 19px;
694
+}
695
+
696
+#pickFromNext, #uploadFile {
697
+  display: inline-block;
698
+  position: relative;
699
+  font-size: 15px;
700
+  font-weight: 700;
701
+  color: #6d6c6c;
702
+}
703
+
704
+#choosefilen {
705
+  display: inline;
706
+  position: relative;
707
+  margin: 0px 0px 20px 16px;
708
+  padding-top: 15px;
709
+  background-image: url('../img/nextcloud_logo.svg');
710
+  background-repeat: no-repeat;
711
+  background-size: 110% 125%;
712
+  background-position: center center;
713
+  min-width: 66px;
714
+  min-height: 30px;
715
+  cursor:pointer;
716
+}
717
+
718
+#choosefilen:active {
719
+  background-image: url('../img/nextcloud_logo_bright.svg');
720
+  background-repeat: no-repeat;
721
+  background-size: 110% 125%;
722
+  background-position: center center;
723
+  min-width: 66px;
724
+  min-height: 30px;
725
+}
726
+
727
+#checkbalance {
728
+  display: block;
729
+  position: relative;
730
+  min-width: 24px;
731
+  min-height: 24px;
732
+  float: right;
733
+  padding-left: 0;
734
+  margin-top: 0.3px;
735
+  margin-right: 4px;
736
+  background-image: url('../img/refresh_logo.svg');
737
+  background-repeat: no-repeat;
738
+  background-size: 110% 110%;
739
+  background-position: center center;
740
+  cursor: pointer;
741
+  background-color: #FFFFFF;
742
+}
743
+
744
+#selectcalleridbttn {
745
+  display: block;
746
+  position: relative;
747
+  min-width: 24px;
748
+  min-height: 24px;
749
+  float: right;
750
+  padding-left: 0;
751
+  margin-top: 2.8px;
752
+  margin-right: 4px;
753
+  background-image: url('../img/refresh_logo.svg');
754
+  background-repeat: no-repeat;
755
+  background-size: 110% 110%;
756
+  background-position: center center;
757
+  cursor: pointer;
758
+  background-color: #ffffff;
759
+}
760
+
761
+#faxnumbersdiv #pickid {
762
+  display: inline-block;
763
+  position: relative;
764
+  font-family: 'Open Sans';
765
+  font-size: 15px;
766
+  font-weight: 700;
767
+  margin: 2px 3px 3px 14px;
768
+  color: #ffffff;
769
+}
770
+
771
+#get_notification {
772
+  display: block;
773
+  margin-bottom: 8px;
774
+}
775
+
776
+#get_notification:hover {
777
+  cursor: pointer;
778
+}
779
+
780
+.pax_fax_boxspec {
781
+  display: inline-block;
782
+  box-sizing: content-box;
783
+  margin: 8px 0px !important;
784
+  width: 70%;
785
+  font-size: 14px !important;
786
+}
787
+
788
+.setlabeltext {
789
+  font-size: 15px;
790
+}
791
+
792
+#countryCallCode {
793
+  color: #1b60ba;
794
+}
795
+
796
+#countryCallCode:hover {
797
+  color: #0D3B78;
798
+}
799
+
800
+.openfaxfolder {
801
+  display: block;
802
+  position: relative;
803
+  margin: 10px 0px 10px 0px !important;
804
+  padding: 7px 0px 7px 0px;
805
+  width: 100% !important;
806
+  color: #FFFFFF !important;
807
+  font-family: 'Open Sans' !important;
808
+  font-size: 15px !important;
809
+  background-color: #CB99C5 !important;
810
+}
811
+
812
+.openfaxfolder:hover {
813
+  border: 2px;
814
+  background-color: #c18bba !important;
815
+}
816
+
817
+.openfaxfolder:active {
818
+  background-color: #b777af !important;
819
+  border: 2px;
820
+  color: #FFFFFF !important;
821
+  border-color: #b777af;
822
+}
823
+
824
+.openfaxfolder:focus {
825
+  background-color: #a3669b !important;
826
+  border: 2px;
827
+  border-color: #a3669b;
828
+}
829
+
830
+.indgenflcls, .indgenpckfls {
831
+  display: block;
832
+  margin: 0px 6px 14px 6px;
833
+}
834
+
835
+#pax_fax_adm, #notification_email, #save_fax_settings {
836
+  font-family: 'Open Sans';
837
+}
838
+
839
+#settings-dscr {
840
+  font-size: 15.6px;
841
+}
842
+
843
+/*Changes for dark themes*/
844
+[data-theme-dark] .fortooltipinit #infosetid,
845
+[data-theme-dark-highcontrast] .fortooltipinit #infosetid {
846
+  display: block;
847
+  position: relative;
848
+  margin: 4px 9px 0px 0px;
849
+  color: #fafafa;
850
+  font-size: 19px;
851
+  font-weight: 700;
852
+  font-family: 'Open Sans';
853
+  font-style: italic;
854
+}
855
+
856
+[data-theme-dark] .fortooltip #infonumber,
857
+[data-theme-dark-highcontrast] .fortooltip #infonumber {
858
+  color: #fafafa;
859
+  font-size: 19px;
860
+  font-weight: 700;
861
+  font-family: 'Open Sans';
862
+  font-style: italic;
863
+  padding: 0px 0px 3px 3px;
864
+}
865
+
866
+[data-theme-dark] .fortooltipsec #infoformat,
867
+[data-theme-dark-highcontrast] .fortooltipsec #infoformat {
868
+  color: #fafafa;
869
+  font-size: 19px;
870
+  font-weight: 700;
871
+  font-family: 'Open Sans';
872
+  font-style: italic;
873
+  padding: 0px 0px 3px 3px;
874
+}
875
+
876
+[data-theme-dark] .faxnbformat a,
877
+[data-theme-dark-highcontrast] .faxnbformat a {
878
+  color: #cedfff !important;
879
+}
880
+
881
+[data-theme-dark] .faxnbformat font,
882
+[data-theme-dark-highcontrast] .faxnbformat font {
883
+  color: #f7547a !important;
884
+}
885
+
886
+[data-theme-dark] #faxto,
887
+[data-theme-dark-highcontrast] #faxto {
888
+  display: block;
889
+  width: 97%;
890
+  max-height: 22px;
891
+  margin: 3px 0px 20px 0px;
892
+  padding: 1px 13px 0px 13px;
893
+  color: #fafafa;
894
+  font-size: 15px;
895
+  font-weight: 700;
896
+  border-radius: 20px;
897
+}
898
+
899
+[data-theme-dark] .pfheader,
900
+[data-theme-dark-highcontrast] .pfheader {
901
+  display: block;
902
+  position: relative;
903
+  margin: 0px 0px 7px 0px;
904
+  color: #fafafa;
905
+  font-size: 15px;
906
+  font-weight: 700;
907
+}
908
+
909
+[data-theme-dark] #uploadFile,
910
+[data-theme-dark] #pickFromNext,
911
+[data-theme-dark-highcontrast] #uploadFile,
912
+[data-theme-dark-highcontrast] #pickFromNext {
913
+  display: inline-block;
914
+  position: relative;
915
+  font-size: 15px;
916
+  font-weight: 700;
917
+  color: #fafafa;
918
+}
919
+
920
+[data-theme-dark] #uploadfileforfax,
921
+[data-theme-dark-highcontrast] #uploadfileforfax {
922
+  margin-left: 19px;
923
+  background-color: #898989;
924
+}
925
+
926
+[data-theme-dark] #fileuploadednm .indivflcls,
927
+[data-theme-dark-highcontrast] #fileuploadednm .indivflcls {
928
+  display: inline-block;
929
+  position: relative;
930
+  height: auto;
931
+  max-width: 90%;
932
+  overflow: visible;
933
+  white-space: normal;
934
+  word-break: break-all;
935
+  text-overflow: ellipsis;
936
+  font-size: 15px;
937
+  color: #c2e9ff;
938
+}
939
+
940
+[data-theme-dark] .indupfldl,
941
+[data-theme-dark-highcontrast] .indupfldl {
942
+  position: relative;
943
+  display: inline-block;
944
+  float: right;
945
+  cursor: pointer;
946
+  width: 20px;
947
+  color: #c2e9ff;
948
+  text-align: center;
949
+  font-size: 15px;
950
+}
951
+
952
+[data-theme-dark] #filespickednc .indivflpckd,
953
+[data-theme-dark-highcontrast] #filespickednc .indivflpckd {
954
+  display: inline-block;
955
+  position: relative;
956
+  height: auto;
957
+  max-width: 90%;
958
+  overflow: visible;
959
+  white-space: normal;
960
+  word-break: break-all;
961
+  text-overflow: ellipsis;
962
+  font-size: 15px;
963
+  color: #c2e9ff;
964
+}
965
+
966
+[data-theme-dark] .indpckfldl,
967
+[data-theme-dark-highcontrast] .indpckfldl {
968
+  position: relative;
969
+  display: inline-block;
970
+  float: right;
971
+  cursor: pointer;
972
+  width: 20px;
973
+  color: #c2e9ff;
974
+  text-align: center;
975
+}
Browse code

removed appinfo/info.xml appinfo/signature.json CHANGELOG.txt README.md css/style.css js/sendfax.js img/pax_fax_screenshot.png

DoubleBastionAdmin authored on 11/01/2024 22:39:32
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,975 +0,0 @@
1
-/**
2
- * @copyright 2021 Double Bastion LLC <www.doublebastion.com>
3
- *
4
- * @author Double Bastion LLC
5
- *
6
- * @license GNU AGPL version 3 or any later version
7
- *
8
- * This program is free software; you can redistribute it and/or
9
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
10
- * License as published by the Free Software Foundation; either
11
- * version 3 of the License, or any later version.
12
- *
13
- * This program is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
17
- *
18
- * You should have received a copy of the GNU Affero General Public
19
- * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
- *
21
- */
22
-
23
-@font-face {
24
-    font-family: 'Open Sans';
25
-    src: url('../fonts/opensans-light.woff2') format('woff2'),
26
-         url('../fonts/opensans-light.woff') format('woff');
27
-    font-weight: 300;
28
-    font-style: normal;
29
-}
30
-@font-face {
31
-    font-family: 'Open Sans';
32
-    src: url('../fonts/opensans-lightitalic.woff2') format('woff2'),
33
-         url('../fonts/opensans-lightitalic.woff') format('woff');
34
-    font-weight: 300;
35
-    font-style: italic;
36
-}
37
-@font-face {
38
-    font-family: 'Open Sans';
39
-    src: url('../fonts/opensans-regular.woff2') format('woff2'),
40
-         url('../fonts/opensans-regular.woff') format('woff');
41
-    font-weight: 400;
42
-    font-style: normal;
43
-}
44
-@font-face {
45
-    font-family: 'Open Sans';
46
-    src: url('../fonts/opensans-italic.woff2') format('woff2'),
47
-         url('../fonts/opensans-italic.woff') format('woff');
48
-    font-weight: 400;
49
-    font-style: italic;
50
-}
51
-@font-face {
52
-    font-family: 'Open Sans';
53
-    src: url('../fonts/opensans-semibold.woff2') format('woff2'),
54
-         url('../fonts/opensans-semibold.woff') format('woff');
55
-    font-weight: 600;
56
-    font-style: normal;
57
-}
58
-@font-face {
59
-    font-family: 'Open Sans';
60
-    src: url('../fonts/opensans-semibolditalic.woff2') format('woff2'),
61
-         url('../fonts/opensans-semibolditalic.woff') format('woff');
62
-    font-weight: 600;
63
-    font-style: italic;
64
-}
65
-@font-face {
66
-    font-family: 'Open Sans';
67
-    src: url('../fonts/opensans-bold.woff2') format('woff2'),
68
-         url('../fonts/opensans-bold.woff') format('woff');
69
-    font-weight: 700;
70
-    font-style: normal;
71
-}
72
-@font-face {
73
-    font-family: 'Open Sans';
74
-    src: url('../fonts/opensans-bolditalic.woff2') format('woff2'),
75
-         url('../fonts/opensans-bolditalic.woff') format('woff');
76
-    font-weight: 700;
77
-    font-style: italic;
78
-}
79
-@font-face {
80
-    font-family: 'Open Sans';
81
-    src: url('../fonts/opensans-extrabold.woff2') format('woff2'),
82
-         url('../fonts/opensans-extrabold.woff') format('woff');
83
-    font-weight: 800;
84
-    font-style: normal;
85
-}
86
-@font-face {
87
-    font-family: 'Open Sans';
88
-    src: url('../fonts/opensans-extrabolditalic.woff2') format('woff2'),
89
-         url('../fonts/opensans-extrabolditalic.woff') format('woff');
90
-    font-weight: 800;
91
-    font-style: italic;
92
-}
93
-
94
-@font-face {
95
-    font-family: 'Inter';
96
-    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
97
-         url('../fonts/Inter-Regular.woff') format('woff');
98
-    font-weight: 400;
99
-    font-style: normal;
100
-}
101
-@font-face {
102
-    font-family: 'Inter';
103
-    src: url('../fonts/Inter-Italic.woff2') format('woff2'),
104
-         url('../fonts/Inter-Italic.woff') format('woff');
105
-    font-weight: 400;
106
-    font-style: italic;
107
-}
108
-@font-face {
109
-    font-family: 'Inter';
110
-    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
111
-         url('../fonts/Inter-Medium.woff') format('woff');
112
-    font-weight: 500;
113
-    font-style: normal;
114
-}
115
-@font-face {
116
-    font-family: 'Inter';
117
-    src: url('../fonts/Inter-MediumItalic.woff2') format('woff2'),
118
-         url('../fonts/Inter-MediumItalic.woff') format('woff');
119
-    font-weight: 500;
120
-    font-style: italic;
121
-}
122
-@font-face {
123
-    font-family: 'Inter';
124
-    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
125
-         url('../fonts/Inter-SemiBold.woff') format('woff');
126
-    font-weight: 600;
127
-    font-style: normal;
128
-}
129
-@font-face {
130
-    font-family: 'Inter';
131
-    src: url('../fonts/Inter-SemiBoldItalic.woff2') format('woff2'),
132
-         url('../fonts/Inter-SemiBoldItalic.woff') format('woff');
133
-    font-weight: 600;
134
-    font-style: italic;
135
-}
136
-@font-face {
137
-    font-family: 'Inter';
138
-    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
139
-         url('../fonts/Inter-Bold.woff') format('woff');
140
-    font-weight: 700;
141
-    font-style: normal;
142
-}
143
-@font-face {
144
-    font-family: 'Inter';
145
-    src: url('../fonts/Inter-BoldItalic.woff2') format('woff2'),
146
-         url('../fonts/Inter-BoldItalic.woff') format('woff');
147
-    font-weight: 700;
148
-    font-style: italic;
149
-}
150
-@font-face {
151
-    font-family: 'Inter';
152
-    src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
153
-         url('../fonts/Inter-ExtraBold.woff') format('woff');
154
-    font-weight: 800;
155
-    font-style: normal;
156
-}
157
-@font-face {
158
-    font-family: 'Inter';
159
-    src: url('../fonts/Inter-ExtraBoldItalic.woff2') format('woff2'),
160
-         url('../fonts/Inter-ExtraBoldItalic.woff') format('woff');
161
-    font-weight: 800;
162
-    font-style: italic;
163
-}
164
-
165
-#app {
166
-  position: relative;
167
-  display: flex;
168
-  min-height: 100%;
169
-  min-width: 100%;
170
-}
171
-
172
-#app-content {
173
-  position: relative;
174
-  z-index: 1000;
175
-  flex-basis: 100vw;
176
-  min-width: 0;
177
-  min-height: 100%;
178
-  margin: 0 !important;
179
-  overflow-y: scroll;
180
-}
181
-
182
-#app-content #app-content-wrapper {
183
-  height: 108% !important;
184
-}
185
-
186
-#pax_fax_vbar {
187
-  padding: 18px;
188
-  font-family: 'Open Sans';
189
-  color: #6d6c6c;
190
-}
191
-
192
-#currentbaldiv {
193
-  display: block;
194
-  position: relative;
195
-  font-size: 15px;
196
-  font-weight: 700;
197
-  padding: 3px 0 3px 14px;
198
-  margin: 0 0 8px 0;
199
-  color: #ffffff;
200
-  background-color: #3f9dd1;
201
-  border-radius: 20px;
202
-}
203
-
204
-#currentbalance {
205
-  display: inline;
206
-  position: relative;
207
-  padding-left: 10px;
208
-}
209
-
210
-.providername {
211
-  color: #FFFFFF;
212
-}
213
-
214
-.providername:hover {
215
-  color: #003b94;
216
-}
217
-
218
-#faxnumbersdiv {
219
-  display: block;
220
-  position: relative;
221
-  font-size: 15px;
222
-  font-weight: 700;
223
-  height: 30px;
224
-  margin: 0px 0px 20px 0px;
225
-  background: #3f9dd1;
226
-  border-radius: 20px;
227
-}
228
-
229
-#currentfaxnmbrs {
230
-  display: inline-block;
231
-  position: absolute;
232
-  height: 22px !important;
233
-  width: 55%;
234
-  font-size: 14px;
235
-  font-weight: 600;
236
-  text-align: center;
237
-  padding: 0 0 2px 0;
238
-  color: #565656;
239
-  margin: 1px 0 0 4px;
240
-  -moz-box-sizing: border-box;
241
-  -webkit-box-sizing: border-box;
242
-  box-sizing: border-box;
243
-  background: #fcfcfc;
244
-  border-radius: 20px;
245
-}
246
-
247
-.pflabels {
248
-  font-size: 15px;
249
-  font-weight: 700;
250
-}
251
-
252
-.pfheader {
253
-  display: block;
254
-  position: relative;
255
-  margin: 0px 0px 7px 0px;
256
-  font-size: 15px;
257
-  font-weight: 700;
258
-}
259
-
260
-.faxnbformat {
261
-  display: block;
262
-  position: relative;
263
-  margin: 0px 0px 4px 0px;
264
-  font-size: 15px;
265
-  font-weight: 700;
266
-}
267
-
268
-.pax_fax_box {
269
-  display: block;
270
-  box-sizing: content-box;
271
-  margin: 8px 0px !important;
272
-  width: 70%;
273
-}
274
-.indtext {
275
-  display: inline-block;
276
-  padding-left: 10px;
277
-}
278
-
279
-#settings-dscr {
280
-  padding-top: 3px;
281
-}
282
-
283
-#pf_upload_msg, #pf_choose_msg, #pf_submit_msg {
284
-  display: block;
285
-  margin: 8px 0px 8px 0px;
286
-  text-align: center;
287
-  font-size: 15px;
288
-  font-weight: 700;
289
-  color: #181918;
290
-  background-color: #a5e5b3;
291
-  border-radius: 14px;
292
-}
293
-
294
-#paxfax_save_msg {
295
-  display: inline;
296
-  color: #181918;
297
-  background-color: #a5e5b3;
298
-  font-weight: 700;
299
-  max-width: 70px;
300
-  text-align: center;
301
-  margin-top: 7px;
302
-}
303
-
304
-#pf_submit_msg {
305
-  padding-left: 5px;
306
-  padding-right: 5px;
307
-}
308
-
309
-#pickedfilename {
310
-  font-size: 13px;
311
-}
312
-
313
-#faxtodiv {
314
-  display: block;
315
-  position: relative;
316
-}
317
-
318
-#faxto {
319
-  display: block;
320
-  width: 97%;
321
-  max-height: 22px;
322
-  margin: 3px 0px 20px 0px;
323
-  padding: 0 13px 0 13px;
324
-  color: #565656;
325
-  font-family: 'Open Sans';
326
-  font-size: 15px;
327
-  font-weight: 700;
328
-  border-radius: 20px;
329
-}
330
-
331
-.up-bttn-wrapper {
332
-  display: block;
333
-  position: relative;
334
-  overflow: hidden;
335
-  padding-top: 20px;
336
-  padding-bottom: 30px;
337
-}
338
-
339
-#submitfax {
340
-  display: block;
341
-  color: white;
342
-  font-family: 'Open Sans';
343
-  font-weight: 700;
344
-  font-size: 15px;
345
-  background: #3f9dd1;
346
-  padding: 5px 16px 6px 16px;
347
-}
348
-
349
-#submitfax:active {
350
-  background: #00a2f9;
351
-}
352
-
353
-.uploadfiledv {
354
-  position: relative;
355
-  display: inline-block;
356
-  margin: 4px 0px 22px 0px;
357
-}
358
-
359
-#faxfoldersview {
360
-  display: inline-block;
361
-  position: relative;
362
-  width: 100%;
363
-  height: 100%;
364
-  margin-top: -50px;
365
-  background-color: #f4f9ff;
366
-}
367
-
368
-#viewerContainer {
369
-  display: block;
370
-  position: relative;
371
-  width: 100%;
372
-  height: 100%;
373
-}
374
-
375
-#viewer {
376
-  display: block;
377
-  position: relative;
378
-  min-width: 100%;
379
-  min-height: 100%;
380
-}
381
-
382
-#faxdocpreview {
383
-  display: block;
384
-  position: relative;
385
-  min-width: 100%;
386
-  min-height: 100%;
387
-  background-color: #f4f9ff;
388
-}
389
-
390
-#docPreviewFaxImg {
391
-  display: block;
392
-  position: relative;
393
-  background-image: url('../img/pax_fax_grey.svg');
394
-  background-repeat: no-repeat;
395
-  background-position: center;
396
-  width: 100%;
397
-  height: 100%;
398
-}
399
-
400
-#outerContainer {
401
-  display: block;
402
-  position: relative;
403
-  width: 100%;
404
-  height: 100%;
405
-}
406
-
407
-#mainContainer {
408
-  display: block;
409
-  position: relative;
410
-  width: 100%;
411
-  height: 100%;
412
-}
413
-
414
-#uploadedjpg, #uploadedpng {
415
-  width: auto !important;
416
-  height: auto !important;
417
-}
418
-
419
-.cllridcls {
420
-  position: relative;
421
-  display: inline;
422
-  font-size: 17px;
423
-  color: #000000;
424
-  z-index: 3;
425
-}
426
-
427
-.fortooltipinit {
428
-  position: relative;
429
-  display: inline-block;
430
-  float: right;
431
-  font-size: 15px;
432
-  color: #000000;
433
-  z-index: 3;
434
-}
435
-
436
-.fortooltipinit #infosetid {
437
-  display: block;
438
-  position: relative;
439
-  margin: 3px 9px 0 0;
440
-  color: #000000;
441
-  font-size: 19px;
442
-  font-weight: 700;
443
-  font-family: 'Open Sans';
444
-  font-style: italic;
445
-}
446
-
447
-.fortooltip {
448
-  position: relative;
449
-  display: inline-block;
450
-  font-size: 15px;
451
-  color: #000000;
452
-  z-index: 2;
453
-}
454
-
455
-.fortooltip #infonumber {
456
-  color: #000000;
457
-  font-size: 19px;
458
-  font-weight: 700;
459
-  font-family: 'Open Sans';
460
-  font-style: italic;
461
-  padding: 0px 0px 3px 3px;
462
-}
463
-
464
-.fortooltipsec {
465
-  position: relative;
466
-  display: inline-block;
467
-  font-size: 15px;
468
-  color: #000000;
469
-  padding: 0px 0px 4px 0px;
470
-  z-index: 1;
471
-}
472
-
473
-.fortooltipsec #infoformat {
474
-  color: #000000;
475
-  font-size: 19px;
476
-  font-weight: 700;
477
-  font-family: 'Open Sans';
478
-  font-style: italic;
479
-  padding: 0px 0px 3px 3px;
480
-}
481
-
482
-.fortooltipinit .calleridtooltip {
483
-  display: block;
484
-  position: absolute;
485
-  visibility: hidden;
486
-  width: 264px;
487
-  background-color: #fafafa;
488
-  font-size: 14px;
489
-  font-weight: 700;
490
-  color: #595959;
491
-  text-align: left;
492
-  border-radius: 5px;
493
-  padding: 5px 10px;
494
-  margin: -4px 0px 0px -214px;
495
-  box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
496
-  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
497
-  -moz-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
498
-}
499
-
500
-.fortooltipinit:hover .calleridtooltip {
501
-  visibility: visible;
502
-}
503
-
504
-.fortooltip .fortooltiptext {
505
-  display: block;
506
-  position: absolute;
507
-  visibility: hidden;
508
-  width: 256px;
509
-  background-color: #fafafa;
510
-  font-size: 14px;
511
-  font-weight: 700;
512
-  color: #595959;
513
-  text-align: left;
514
-  border-radius: 5px;
515
-  padding: 5px 10px;
516
-  margin: -10px 0 0 -4px;
517
-  box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
518
-  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
519
-  -moz-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
520
-}
521
-
522
-.fortooltip:hover .fortooltiptext {
523
-  visibility: visible;
524
-}
525
-
526
-.fortooltipsec .fortooltiptextsec {
527
-  display: block;
528
-  position: absolute;
529
-  visibility: hidden;
530
-  width: 256px;
531
-  background-color: #fafafa;
532
-  font-size: 14px;
533
-  font-weight: 700;
534
-  color: #595959;
535
-  text-align: left;
536
-  border-radius: 5px;
537
-  padding: 5px 10px;
538
-  margin: -9px 0 0 -4px;
539
-  box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
540
-  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
541
-  -moz-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
542
-}
543
-
544
-.fortooltipsec:hover .fortooltiptextsec {
545
-  visibility: visible;
546
-}
547
-
548
-.fileupload {
549
-  display: none;
550
-}
551
-
552
-div > label {
553
-  position: relative;
554
-}
555
-
556
-.uploadflbt {
557
-  width: 411px;
558
-}
559
-
560
-label span {
561
-  display: inline-block;
562
-  min-width: 110px;
563
-  padding: 0px 0px 8px 0px;
564
-}
565
-
566
-.uploadflbt .icon-upload {
567
-  display: inline;
568
-}
569
-
570
-.pfprompt {
571
-  font-size: 17px;
572
-  font-weight: 700;
573
-  color: #6d6c6c;
574
-}
575
-
576
-.fileuploadstl,.filesfromnc {
577
-  display: block;
578
-  font-size: 17px;
579
-  font-weight: 700;
580
-  color: #000000;
581
-}
582
-
583
-#filestotsize {
584
-  display: none;
585
-  position: relative;
586
-  height:auto;
587
-  margin: 0px 0px 16px 0px;
588
-  font-family: 'Open Sans';
589
-  color: #18bf6e;
590
-  font-size: 14px;
591
-  font-weight: 700;
592
-}
593
-
594
-#filessizetext {
595
-  display: inline;
596
-  position: relative;
597
-  padding-left: 10px;
598
-}
599
-
600
-#fileuploadednm .indivflcls {
601
-  display: inline-block;
602
-  position: relative;
603
-  height:auto;
604
-  max-width: 90%;
605
-  overflow: visible;
606
-  white-space: normal;
607
-  word-break: break-all;
608
-  text-overflow: ellipsis;
609
-  font-size: 15px;
610
-  color: #0e6ba0;
611
-}
612
-
613
-.indivflcls:hover {
614
-  cursor: pointer;
615
-  text-decoration: underline;
616
-}
617
-
618
-.indupfldl {
619
-  position: relative;
620
-  display: inline-block;
621
-  float: right;
622
-  cursor: pointer;
623
-  width: 20px;
624
-  color: #0e6ba0;
625
-  text-align: center;
626
-  font-size: 15px;
627
-}
628
-
629
-#fileuploadednm .indupfldl:hover {
630
-  background-color: #e8f6ff;
631
-  cursor: pointer;
632
-}
633
-
634
-#filespickednc .indivflpckd {
635
-  display: inline-block;
636
-  position: relative;
637
-  height:auto;
638
-  max-width: 90%;
639
-  overflow: visible;
640
-  white-space: normal;
641
-  word-break: break-all;
642
-  text-overflow: ellipsis;
643
-  font-size: 15px;
644
-  color: #0e6ba0;
645
-}
646
-
647
-.indivflpckd:hover {
648
-  cursor: pointer;
649
-  text-decoration: underline;
650
-}
651
-
652
-.indpckfldl {
653
-  position: relative;
654
-  display: inline-block;
655
-  float: right;
656
-  cursor: pointer;
657
-  width: 20px;
658
-  color: #0e6ba0;
659
-  font-size: 15px;
660
-  text-align: center;
661
-}
662
-
663
-#filespickednc .indpckfldl:hover {
664
-  background-color: #e8f6ff;
665
-  cursor: pointer;
666
-}
667
-
668
-select, button, .button, input:not([type="range"]), textarea, div[contenteditable="true"], .pager li a {
669
-  margin: 0px 0px 0px 0px;
670
-}
671
-
672
-#dirbuttons {
673
-  margin-top: 28px;
674
-}
675
-
676
-button, .button, input[type="button"], input[type="submit"], input[type="reset"] {
677
-  padding: 6px 20px;
678
-  width: auto;
679
-  min-height: 22px;
680
-  cursor: pointer;
681
-  box-sizing: border-box;
682
-  background-color: var(--color-background-dark);
683
-}
684
-
685
-select {
686
-  width: 130px;
687
-  min-height: 28px;
688
-  box-sizing: border-box;
689
-  padding-right: 0px !important;
690
-}
691
-
692
-#uploadfileforfax {
693
-  margin-left: 19px;
694
-}
695
-
696
-#pickFromNext, #uploadFile {
697
-  display: inline-block;
698
-  position: relative;
699
-  font-size: 15px;
700
-  font-weight: 700;
701
-  color: #6d6c6c;
702
-}
703
-
704
-#choosefilen {
705
-  display: inline;
706
-  position: relative;
707
-  margin: 0px 0px 20px 16px;
708
-  padding-top: 15px;
709
-  background-image: url('../img/nextcloud_logo.svg');
710
-  background-repeat: no-repeat;
711
-  background-size: 110% 125%;
712
-  background-position: center center;
713
-  min-width: 66px;
714
-  min-height: 30px;
715
-  cursor:pointer;
716
-}
717
-
718
-#choosefilen:active {
719
-  background-image: url('../img/nextcloud_logo_bright.svg');
720
-  background-repeat: no-repeat;
721
-  background-size: 110% 125%;
722
-  background-position: center center;
723
-  min-width: 66px;
724
-  min-height: 30px;
725
-}
726
-
727
-#checkbalance {
728
-  display: block;
729
-  position: relative;
730
-  min-width: 24px;
731
-  min-height: 24px;
732
-  float: right;
733
-  padding-left: 0;
734
-  margin-top: 0.3px;
735
-  margin-right: 4px;
736
-  background-image: url('../img/refresh_logo.svg');
737
-  background-repeat: no-repeat;
738
-  background-size: 110% 110%;
739
-  background-position: center center;
740
-  cursor: pointer;
741
-  background-color: #FFFFFF;
742
-}
743
-
744
-#selectcalleridbttn {
745
-  display: block;
746
-  position: relative;
747
-  min-width: 24px;
748
-  min-height: 24px;
749
-  float: right;
750
-  padding-left: 0;
751
-  margin-top: 2.8px;
752
-  margin-right: 4px;
753
-  background-image: url('../img/refresh_logo.svg');
754
-  background-repeat: no-repeat;
755
-  background-size: 110% 110%;
756
-  background-position: center center;
757
-  cursor: pointer;
758
-  background-color: #ffffff;
759
-}
760
-
761
-#faxnumbersdiv #pickid {
762
-  display: inline-block;
763
-  position: relative;
764
-  font-family: 'Open Sans';
765
-  font-size: 15px;
766
-  font-weight: 700;
767
-  margin: 2px 3px 3px 14px;
768
-  color: #ffffff;
769
-}
770
-
771
-#get_notification {
772
-  display: block;
773
-  margin-bottom: 8px;
774
-}
775
-
776
-#get_notification:hover {
777
-  cursor: pointer;
778
-}
779
-
780
-.pax_fax_boxspec {
781
-  display: inline-block;
782
-  box-sizing: content-box;
783
-  margin: 8px 0px !important;
784
-  width: 70%;
785
-  font-size: 14px !important;
786
-}
787
-
788
-.setlabeltext {
789
-  font-size: 15px;
790
-}
791
-
792
-#countryCallCode {
793
-  color: #1b60ba;
794
-}
795
-
796
-#countryCallCode:hover {
797
-  color: #0D3B78;
798
-}
799
-
800
-.openfaxfolder {
801
-  display: block;
802
-  position: relative;
803
-  margin: 10px 0px 10px 0px !important;
804
-  padding: 7px 0px 7px 0px;
805
-  width: 100% !important;
806
-  color: #FFFFFF !important;
807
-  font-family: 'Open Sans' !important;
808
-  font-size: 15px !important;
809
-  background-color: #CB99C5 !important;
810
-}
811
-
812
-.openfaxfolder:hover {
813
-  border: 2px;
814
-  background-color: #c18bba !important;
815
-}
816
-
817
-.openfaxfolder:active {
818
-  background-color: #b777af !important;
819
-  border: 2px;
820
-  color: #FFFFFF !important;
821
-  border-color: #b777af;
822
-}
823
-
824
-.openfaxfolder:focus {
825
-  background-color: #a3669b !important;
826
-  border: 2px;
827
-  border-color: #a3669b;
828
-}
829
-
830
-.indgenflcls, .indgenpckfls {
831
-  display: block;
832
-  margin: 0px 6px 14px 6px;
833
-}
834
-
835
-#pax_fax_adm, #notification_email, #save_fax_settings {
836
-  font-family: 'Open Sans';
837
-}
838
-
839
-#settings-dscr {
840
-  font-size: 15.6px;
841
-}
842
-
843
-/*Changes for dark themes*/
844
-[data-theme-dark] .fortooltipinit #infosetid,
845
-[data-theme-dark-highcontrast] .fortooltipinit #infosetid {
846
-  display: block;
847
-  position: relative;
848
-  margin: 4px 9px 0px 0px;
849
-  color: #fafafa;
850
-  font-size: 19px;
851
-  font-weight: 700;
852
-  font-family: 'Open Sans';
853
-  font-style: italic;
854
-}
855
-
856
-[data-theme-dark] .fortooltip #infonumber,
857
-[data-theme-dark-highcontrast] .fortooltip #infonumber {
858
-  color: #fafafa;
859
-  font-size: 19px;
860
-  font-weight: 700;
861
-  font-family: 'Open Sans';
862
-  font-style: italic;
863
-  padding: 0px 0px 3px 3px;
864
-}
865
-
866
-[data-theme-dark] .fortooltipsec #infoformat,
867
-[data-theme-dark-highcontrast] .fortooltipsec #infoformat {
868
-  color: #fafafa;
869
-  font-size: 19px;
870
-  font-weight: 700;
871
-  font-family: 'Open Sans';
872
-  font-style: italic;
873
-  padding: 0px 0px 3px 3px;
874
-}
875
-
876
-[data-theme-dark] .faxnbformat a,
877
-[data-theme-dark-highcontrast] .faxnbformat a {
878
-  color: #cedfff !important;
879
-}
880
-
881
-[data-theme-dark] .faxnbformat font,
882
-[data-theme-dark-highcontrast] .faxnbformat font {
883
-  color: #f7547a !important;
884
-}
885
-
886
-[data-theme-dark] #faxto,
887
-[data-theme-dark-highcontrast] #faxto {
888
-  display: block;
889
-  width: 97%;
890
-  max-height: 22px;
891
-  margin: 3px 0px 20px 0px;
892
-  padding: 1px 13px 0px 13px;
893
-  color: #fafafa;
894
-  font-size: 15px;
895
-  font-weight: 700;
896
-  border-radius: 20px;
897
-}
898
-
899
-[data-theme-dark] .pfheader,
900
-[data-theme-dark-highcontrast] .pfheader {
901
-  display: block;
902
-  position: relative;
903
-  margin: 0px 0px 7px 0px;
904
-  color: #fafafa;
905
-  font-size: 15px;
906
-  font-weight: 700;
907
-}
908
-
909
-[data-theme-dark] #uploadFile,
910
-[data-theme-dark] #pickFromNext,
911
-[data-theme-dark-highcontrast] #uploadFile,
912
-[data-theme-dark-highcontrast] #pickFromNext {
913
-  display: inline-block;
914
-  position: relative;
915
-  font-size: 15px;
916
-  font-weight: 700;
917
-  color: #fafafa;
918
-}
919
-
920
-[data-theme-dark] #uploadfileforfax,
921
-[data-theme-dark-highcontrast] #uploadfileforfax {
922
-  margin-left: 19px;
923
-  background-color: #898989;
924
-}
925
-
926
-[data-theme-dark] #fileuploadednm .indivflcls,
927
-[data-theme-dark-highcontrast] #fileuploadednm .indivflcls {
928
-  display: inline-block;
929
-  position: relative;
930
-  height: auto;
931
-  max-width: 90%;
932
-  overflow: visible;
933
-  white-space: normal;
934
-  word-break: break-all;
935
-  text-overflow: ellipsis;
936
-  font-size: 15px;
937
-  color: #c2e9ff;
938
-}
939
-
940
-[data-theme-dark] .indupfldl,
941
-[data-theme-dark-highcontrast] .indupfldl {
942
-  position: relative;
943
-  display: inline-block;
944
-  float: right;
945
-  cursor: pointer;
946
-  width: 20px;
947
-  color: #c2e9ff;
948
-  text-align: center;
949
-  font-size: 15px;
950
-}
951
-
952
-[data-theme-dark] #filespickednc .indivflpckd,
953
-[data-theme-dark-highcontrast] #filespickednc .indivflpckd {
954
-  display: inline-block;
955
-  position: relative;
956
-  height: auto;
957
-  max-width: 90%;
958
-  overflow: visible;
959
-  white-space: normal;
960
-  word-break: break-all;
961
-  text-overflow: ellipsis;
962
-  font-size: 15px;
963
-  color: #c2e9ff;
964
-}
965
-
966
-[data-theme-dark] .indpckfldl,
967
-[data-theme-dark-highcontrast] .indpckfldl {
968
-  position: relative;
969
-  display: inline-block;
970
-  float: right;
971
-  cursor: pointer;
972
-  width: 20px;
973
-  color: #c2e9ff;
974
-  text-align: center;
975
-}
Browse code

added fonts and made CSS changes for Nextcloud 28

DoubleBastionAdmin authored on 11/01/2024 04:45:38
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,975 @@
1
+/**
2
+ * @copyright 2021 Double Bastion LLC <www.doublebastion.com>
3
+ *
4
+ * @author Double Bastion LLC
5
+ *
6
+ * @license GNU AGPL version 3 or any later version
7
+ *
8
+ * This program is free software; you can redistribute it and/or
9
+ * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
10
+ * License as published by the Free Software Foundation; either
11
+ * version 3 of the License, or any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
17
+ *
18
+ * You should have received a copy of the GNU Affero General Public
19
+ * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
+ *
21
+ */
22
+
23
+@font-face {
24
+    font-family: 'Open Sans';
25
+    src: url('../fonts/opensans-light.woff2') format('woff2'),
26
+         url('../fonts/opensans-light.woff') format('woff');
27
+    font-weight: 300;
28
+    font-style: normal;
29
+}
30
+@font-face {
31
+    font-family: 'Open Sans';
32
+    src: url('../fonts/opensans-lightitalic.woff2') format('woff2'),
33
+         url('../fonts/opensans-lightitalic.woff') format('woff');
34
+    font-weight: 300;
35
+    font-style: italic;
36
+}
37
+@font-face {
38
+    font-family: 'Open Sans';
39
+    src: url('../fonts/opensans-regular.woff2') format('woff2'),
40
+         url('../fonts/opensans-regular.woff') format('woff');
41
+    font-weight: 400;
42
+    font-style: normal;
43
+}
44
+@font-face {
45
+    font-family: 'Open Sans';
46
+    src: url('../fonts/opensans-italic.woff2') format('woff2'),
47
+         url('../fonts/opensans-italic.woff') format('woff');
48
+    font-weight: 400;
49
+    font-style: italic;
50
+}
51
+@font-face {
52
+    font-family: 'Open Sans';
53
+    src: url('../fonts/opensans-semibold.woff2') format('woff2'),
54
+         url('../fonts/opensans-semibold.woff') format('woff');
55
+    font-weight: 600;
56
+    font-style: normal;
57
+}
58
+@font-face {
59
+    font-family: 'Open Sans';
60
+    src: url('../fonts/opensans-semibolditalic.woff2') format('woff2'),
61
+         url('../fonts/opensans-semibolditalic.woff') format('woff');
62
+    font-weight: 600;
63
+    font-style: italic;
64
+}
65
+@font-face {
66
+    font-family: 'Open Sans';
67
+    src: url('../fonts/opensans-bold.woff2') format('woff2'),
68
+         url('../fonts/opensans-bold.woff') format('woff');
69
+    font-weight: 700;
70
+    font-style: normal;
71
+}
72
+@font-face {
73
+    font-family: 'Open Sans';
74
+    src: url('../fonts/opensans-bolditalic.woff2') format('woff2'),
75
+         url('../fonts/opensans-bolditalic.woff') format('woff');
76
+    font-weight: 700;
77
+    font-style: italic;
78
+}
79
+@font-face {
80
+    font-family: 'Open Sans';
81
+    src: url('../fonts/opensans-extrabold.woff2') format('woff2'),
82
+         url('../fonts/opensans-extrabold.woff') format('woff');
83
+    font-weight: 800;
84
+    font-style: normal;
85
+}
86
+@font-face {
87
+    font-family: 'Open Sans';
88
+    src: url('../fonts/opensans-extrabolditalic.woff2') format('woff2'),
89
+         url('../fonts/opensans-extrabolditalic.woff') format('woff');
90
+    font-weight: 800;
91
+    font-style: italic;
92
+}
93
+
94
+@font-face {
95
+    font-family: 'Inter';
96
+    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
97
+         url('../fonts/Inter-Regular.woff') format('woff');
98
+    font-weight: 400;
99
+    font-style: normal;
100
+}
101
+@font-face {
102
+    font-family: 'Inter';
103
+    src: url('../fonts/Inter-Italic.woff2') format('woff2'),
104
+         url('../fonts/Inter-Italic.woff') format('woff');
105
+    font-weight: 400;
106
+    font-style: italic;
107
+}
108
+@font-face {
109
+    font-family: 'Inter';
110
+    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
111
+         url('../fonts/Inter-Medium.woff') format('woff');
112
+    font-weight: 500;
113
+    font-style: normal;
114
+}
115
+@font-face {
116
+    font-family: 'Inter';
117
+    src: url('../fonts/Inter-MediumItalic.woff2') format('woff2'),
118
+         url('../fonts/Inter-MediumItalic.woff') format('woff');
119
+    font-weight: 500;
120
+    font-style: italic;
121
+}
122
+@font-face {
123
+    font-family: 'Inter';
124
+    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
125
+         url('../fonts/Inter-SemiBold.woff') format('woff');
126
+    font-weight: 600;
127
+    font-style: normal;
128
+}
129
+@font-face {
130
+    font-family: 'Inter';
131
+    src: url('../fonts/Inter-SemiBoldItalic.woff2') format('woff2'),
132
+         url('../fonts/Inter-SemiBoldItalic.woff') format('woff');
133
+    font-weight: 600;
134
+    font-style: italic;
135
+}
136
+@font-face {
137
+    font-family: 'Inter';
138
+    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
139
+         url('../fonts/Inter-Bold.woff') format('woff');
140
+    font-weight: 700;
141
+    font-style: normal;
142
+}
143
+@font-face {
144
+    font-family: 'Inter';
145
+    src: url('../fonts/Inter-BoldItalic.woff2') format('woff2'),
146
+         url('../fonts/Inter-BoldItalic.woff') format('woff');
147
+    font-weight: 700;
148
+    font-style: italic;
149
+}
150
+@font-face {
151
+    font-family: 'Inter';
152
+    src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
153
+         url('../fonts/Inter-ExtraBold.woff') format('woff');
154
+    font-weight: 800;
155
+    font-style: normal;
156
+}
157
+@font-face {
158
+    font-family: 'Inter';
159
+    src: url('../fonts/Inter-ExtraBoldItalic.woff2') format('woff2'),
160
+         url('../fonts/Inter-ExtraBoldItalic.woff') format('woff');
161
+    font-weight: 800;
162
+    font-style: italic;
163
+}
164
+
165
+#app {
166
+  position: relative;
167
+  display: flex;
168
+  min-height: 100%;
169
+  min-width: 100%;
170
+}
171
+
172
+#app-content {
173
+  position: relative;
174
+  z-index: 1000;
175
+  flex-basis: 100vw;
176
+  min-width: 0;
177
+  min-height: 100%;
178
+  margin: 0 !important;
179
+  overflow-y: scroll;
180
+}
181
+
182
+#app-content #app-content-wrapper {
183
+  height: 108% !important;
184
+}
185
+
186
+#pax_fax_vbar {
187
+  padding: 18px;
188
+  font-family: 'Open Sans';
189
+  color: #6d6c6c;
190
+}
191
+
192
+#currentbaldiv {
193
+  display: block;
194
+  position: relative;
195
+  font-size: 15px;
196
+  font-weight: 700;
197
+  padding: 3px 0 3px 14px;
198
+  margin: 0 0 8px 0;
199
+  color: #ffffff;
200
+  background-color: #3f9dd1;
201
+  border-radius: 20px;
202
+}
203
+
204
+#currentbalance {
205
+  display: inline;
206
+  position: relative;
207
+  padding-left: 10px;
208
+}
209
+
210
+.providername {
211
+  color: #FFFFFF;
212
+}
213
+
214
+.providername:hover {
215
+  color: #003b94;
216
+}
217
+
218
+#faxnumbersdiv {
219
+  display: block;
220
+  position: relative;
221
+  font-size: 15px;
222
+  font-weight: 700;
223
+  height: 30px;
224
+  margin: 0px 0px 20px 0px;
225
+  background: #3f9dd1;
226
+  border-radius: 20px;
227
+}
228
+
229
+#currentfaxnmbrs {
230
+  display: inline-block;
231
+  position: absolute;
232
+  height: 22px !important;
233
+  width: 55%;
234
+  font-size: 14px;
235
+  font-weight: 600;
236
+  text-align: center;
237
+  padding: 0 0 2px 0;
238
+  color: #565656;
239
+  margin: 1px 0 0 4px;
240
+  -moz-box-sizing: border-box;
241
+  -webkit-box-sizing: border-box;
242
+  box-sizing: border-box;
243
+  background: #fcfcfc;
244
+  border-radius: 20px;
245
+}
246
+
247
+.pflabels {
248
+  font-size: 15px;
249
+  font-weight: 700;
250
+}
251
+
252
+.pfheader {
253
+  display: block;
254
+  position: relative;
255
+  margin: 0px 0px 7px 0px;
256
+  font-size: 15px;
257
+  font-weight: 700;
258
+}
259
+
260
+.faxnbformat {
261
+  display: block;
262
+  position: relative;
263
+  margin: 0px 0px 4px 0px;
264
+  font-size: 15px;
265
+  font-weight: 700;
266
+}
267
+
268
+.pax_fax_box {
269
+  display: block;
270
+  box-sizing: content-box;
271
+  margin: 8px 0px !important;
272
+  width: 70%;
273
+}
274
+.indtext {
275
+  display: inline-block;
276
+  padding-left: 10px;
277
+}
278
+
279
+#settings-dscr {
280
+  padding-top: 3px;
281
+}
282
+
283
+#pf_upload_msg, #pf_choose_msg, #pf_submit_msg {
284
+  display: block;
285
+  margin: 8px 0px 8px 0px;
286
+  text-align: center;
287
+  font-size: 15px;
288
+  font-weight: 700;
289
+  color: #181918;
290
+  background-color: #a5e5b3;
291
+  border-radius: 14px;
292
+}
293
+
294
+#paxfax_save_msg {
295
+  display: inline;
296
+  color: #181918;
297
+  background-color: #a5e5b3;
298
+  font-weight: 700;
299
+  max-width: 70px;
300
+  text-align: center;
301
+  margin-top: 7px;
302
+}
303
+
304
+#pf_submit_msg {
305
+  padding-left: 5px;
306
+  padding-right: 5px;
307
+}
308
+
309
+#pickedfilename {
310
+  font-size: 13px;
311
+}
312
+
313
+#faxtodiv {
314
+  display: block;
315
+  position: relative;
316
+}
317
+
318
+#faxto {
319
+  display: block;
320
+  width: 97%;
321
+  max-height: 22px;
322
+  margin: 3px 0px 20px 0px;
323
+  padding: 0 13px 0 13px;
324
+  color: #565656;
325
+  font-family: 'Open Sans';
326
+  font-size: 15px;
327
+  font-weight: 700;
328
+  border-radius: 20px;
329
+}
330
+
331
+.up-bttn-wrapper {
332
+  display: block;
333
+  position: relative;
334
+  overflow: hidden;
335
+  padding-top: 20px;
336
+  padding-bottom: 30px;
337
+}
338
+
339
+#submitfax {
340
+  display: block;
341
+  color: white;
342
+  font-family: 'Open Sans';
343
+  font-weight: 700;
344
+  font-size: 15px;
345
+  background: #3f9dd1;
346
+  padding: 5px 16px 6px 16px;
347
+}
348
+
349
+#submitfax:active {
350
+  background: #00a2f9;
351
+}
352
+
353
+.uploadfiledv {
354
+  position: relative;
355
+  display: inline-block;
356
+  margin: 4px 0px 22px 0px;
357
+}
358
+
359
+#faxfoldersview {
360
+  display: inline-block;
361
+  position: relative;
362
+  width: 100%;
363
+  height: 100%;
364
+  margin-top: -50px;
365
+  background-color: #f4f9ff;
366
+}
367
+
368
+#viewerContainer {
369
+  display: block;
370
+  position: relative;
371
+  width: 100%;
372
+  height: 100%;
373
+}
374
+
375
+#viewer {
376
+  display: block;
377
+  position: relative;
378
+  min-width: 100%;
379
+  min-height: 100%;
380
+}
381
+
382
+#faxdocpreview {
383
+  display: block;
384
+  position: relative;
385
+  min-width: 100%;
386
+  min-height: 100%;
387
+  background-color: #f4f9ff;
388
+}
389
+
390
+#docPreviewFaxImg {
391
+  display: block;
392
+  position: relative;
393
+  background-image: url('../img/pax_fax_grey.svg');
394
+  background-repeat: no-repeat;
395
+  background-position: center;
396
+  width: 100%;
397
+  height: 100%;
398
+}
399
+
400
+#outerContainer {
401
+  display: block;
402
+  position: relative;
403
+  width: 100%;
404
+  height: 100%;
405
+}
406
+
407
+#mainContainer {
408
+  display: block;
409
+  position: relative;
410
+  width: 100%;
411
+  height: 100%;
412
+}
413
+
414
+#uploadedjpg, #uploadedpng {
415
+  width: auto !important;
416
+  height: auto !important;
417
+}
418
+
419
+.cllridcls {
420
+  position: relative;
421
+  display: inline;
422
+  font-size: 17px;
423
+  color: #000000;
424
+  z-index: 3;
425
+}
426
+
427
+.fortooltipinit {
428
+  position: relative;
429
+  display: inline-block;
430
+  float: right;
431
+  font-size: 15px;
432
+  color: #000000;
433
+  z-index: 3;
434
+}
435
+
436
+.fortooltipinit #infosetid {
437
+  display: block;
438
+  position: relative;
439
+  margin: 3px 9px 0 0;
440
+  color: #000000;
441
+  font-size: 19px;
442
+  font-weight: 700;
443
+  font-family: 'Open Sans';
444
+  font-style: italic;
445
+}
446
+
447
+.fortooltip {
448
+  position: relative;
449
+  display: inline-block;
450
+  font-size: 15px;
451
+  color: #000000;
452
+  z-index: 2;
453
+}
454
+
455
+.fortooltip #infonumber {
456
+  color: #000000;
457
+  font-size: 19px;
458
+  font-weight: 700;
459
+  font-family: 'Open Sans';
460
+  font-style: italic;
461
+  padding: 0px 0px 3px 3px;
462
+}
463
+
464
+.fortooltipsec {
465
+  position: relative;
466
+  display: inline-block;
467
+  font-size: 15px;
468
+  color: #000000;
469
+  padding: 0px 0px 4px 0px;
470
+  z-index: 1;
471
+}
472
+
473
+.fortooltipsec #infoformat {
474
+  color: #000000;
475
+  font-size: 19px;
476
+  font-weight: 700;
477
+  font-family: 'Open Sans';
478
+  font-style: italic;
479
+  padding: 0px 0px 3px 3px;
480
+}
481
+
482
+.fortooltipinit .calleridtooltip {
483
+  display: block;
484
+  position: absolute;
485
+  visibility: hidden;
486
+  width: 264px;
487
+  background-color: #fafafa;
488
+  font-size: 14px;
489
+  font-weight: 700;
490
+  color: #595959;
491
+  text-align: left;
492
+  border-radius: 5px;
493
+  padding: 5px 10px;
494
+  margin: -4px 0px 0px -214px;
495
+  box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
496
+  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
497
+  -moz-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
498
+}
499
+
500
+.fortooltipinit:hover .calleridtooltip {
501
+  visibility: visible;
502
+}
503
+
504
+.fortooltip .fortooltiptext {
505
+  display: block;
506
+  position: absolute;
507
+  visibility: hidden;
508
+  width: 256px;
509
+  background-color: #fafafa;
510
+  font-size: 14px;
511
+  font-weight: 700;
512
+  color: #595959;
513
+  text-align: left;
514
+  border-radius: 5px;
515
+  padding: 5px 10px;
516
+  margin: -10px 0 0 -4px;
517
+  box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
518
+  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
519
+  -moz-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
520
+}
521
+
522
+.fortooltip:hover .fortooltiptext {
523
+  visibility: visible;
524
+}
525
+
526
+.fortooltipsec .fortooltiptextsec {
527
+  display: block;
528
+  position: absolute;
529
+  visibility: hidden;
530
+  width: 256px;
531
+  background-color: #fafafa;
532
+  font-size: 14px;
533
+  font-weight: 700;
534
+  color: #595959;
535
+  text-align: left;
536
+  border-radius: 5px;
537
+  padding: 5px 10px;
538
+  margin: -9px 0 0 -4px;
539
+  box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
540
+  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
541
+  -moz-box-shadow: 0 0 23px rgba(0, 0, 0, 0.23);
542
+}
543
+
544
+.fortooltipsec:hover .fortooltiptextsec {
545
+  visibility: visible;
546
+}
547
+
548
+.fileupload {
549
+  display: none;
550
+}
551
+
552
+div > label {
553
+  position: relative;
554
+}
555
+
556
+.uploadflbt {
557
+  width: 411px;
558
+}
559
+
560
+label span {
561
+  display: inline-block;
562
+  min-width: 110px;
563
+  padding: 0px 0px 8px 0px;
564
+}
565
+
566
+.uploadflbt .icon-upload {
567
+  display: inline;
568
+}
569
+
570
+.pfprompt {
571
+  font-size: 17px;
572
+  font-weight: 700;
573
+  color: #6d6c6c;
574
+}
575
+
576
+.fileuploadstl,.filesfromnc {
577
+  display: block;
578
+  font-size: 17px;
579
+  font-weight: 700;
580
+  color: #000000;
581
+}
582
+
583
+#filestotsize {
584
+  display: none;
585
+  position: relative;
586
+  height:auto;
587
+  margin: 0px 0px 16px 0px;
588
+  font-family: 'Open Sans';
589
+  color: #18bf6e;
590
+  font-size: 14px;
591
+  font-weight: 700;
592
+}
593
+
594
+#filessizetext {
595
+  display: inline;
596
+  position: relative;
597
+  padding-left: 10px;
598
+}
599
+
600
+#fileuploadednm .indivflcls {
601
+  display: inline-block;
602
+  position: relative;
603
+  height:auto;
604
+  max-width: 90%;
605
+  overflow: visible;
606
+  white-space: normal;
607
+  word-break: break-all;
608
+  text-overflow: ellipsis;
609
+  font-size: 15px;
610
+  color: #0e6ba0;
611
+}
612
+
613
+.indivflcls:hover {
614
+  cursor: pointer;
615
+  text-decoration: underline;
616
+}
617
+
618
+.indupfldl {
619
+  position: relative;
620
+  display: inline-block;
621
+  float: right;
622
+  cursor: pointer;
623
+  width: 20px;
624
+  color: #0e6ba0;
625
+  text-align: center;
626
+  font-size: 15px;
627
+}
628
+
629
+#fileuploadednm .indupfldl:hover {
630
+  background-color: #e8f6ff;
631
+  cursor: pointer;
632
+}
633
+
634
+#filespickednc .indivflpckd {
635
+  display: inline-block;
636
+  position: relative;
637
+  height:auto;
638
+  max-width: 90%;
639
+  overflow: visible;
640
+  white-space: normal;
641
+  word-break: break-all;
642
+  text-overflow: ellipsis;
643
+  font-size: 15px;
644
+  color: #0e6ba0;
645
+}
646
+
647
+.indivflpckd:hover {
648
+  cursor: pointer;
649
+  text-decoration: underline;
650
+}
651
+
652
+.indpckfldl {
653
+  position: relative;
654
+  display: inline-block;
655
+  float: right;
656
+  cursor: pointer;
657
+  width: 20px;
658
+  color: #0e6ba0;
659
+  font-size: 15px;
660
+  text-align: center;
661
+}
662
+
663
+#filespickednc .indpckfldl:hover {
664
+  background-color: #e8f6ff;
665
+  cursor: pointer;
666
+}
667
+
668
+select, button, .button, input:not([type="range"]), textarea, div[contenteditable="true"], .pager li a {
669
+  margin: 0px 0px 0px 0px;
670
+}
671
+
672
+#dirbuttons {
673
+  margin-top: 28px;
674
+}
675
+
676
+button, .button, input[type="button"], input[type="submit"], input[type="reset"] {
677
+  padding: 6px 20px;
678
+  width: auto;
679
+  min-height: 22px;
680
+  cursor: pointer;
681
+  box-sizing: border-box;
682
+  background-color: var(--color-background-dark);
683
+}
684
+
685
+select {
686
+  width: 130px;
687
+  min-height: 28px;
688
+  box-sizing: border-box;
689
+  padding-right: 0px !important;
690
+}
691
+
692
+#uploadfileforfax {
693
+  margin-left: 19px;
694
+}
695
+
696
+#pickFromNext, #uploadFile {
697
+  display: inline-block;
698
+  position: relative;
699
+  font-size: 15px;
700
+  font-weight: 700;
701
+  color: #6d6c6c;
702
+}
703
+
704
+#choosefilen {
705
+  display: inline;
706
+  position: relative;
707
+  margin: 0px 0px 20px 16px;
708
+  padding-top: 15px;
709
+  background-image: url('../img/nextcloud_logo.svg');
710
+  background-repeat: no-repeat;
711
+  background-size: 110% 125%;
712
+  background-position: center center;
713
+  min-width: 66px;
714
+  min-height: 30px;
715
+  cursor:pointer;
716
+}
717
+
718
+#choosefilen:active {
719
+  background-image: url('../img/nextcloud_logo_bright.svg');
720
+  background-repeat: no-repeat;
721
+  background-size: 110% 125%;
722
+  background-position: center center;
723
+  min-width: 66px;
724
+  min-height: 30px;
725
+}
726
+
727
+#checkbalance {
728
+  display: block;
729
+  position: relative;
730
+  min-width: 24px;
731
+  min-height: 24px;
732
+  float: right;
733
+  padding-left: 0;
734
+  margin-top: 0.3px;
735
+  margin-right: 4px;
736
+  background-image: url('../img/refresh_logo.svg');
737
+  background-repeat: no-repeat;
738
+  background-size: 110% 110%;
739
+  background-position: center center;
740
+  cursor: pointer;
741
+  background-color: #FFFFFF;
742
+}
743
+
744
+#selectcalleridbttn {
745
+  display: block;
746
+  position: relative;
747
+  min-width: 24px;
748
+  min-height: 24px;
749
+  float: right;
750
+  padding-left: 0;
751
+  margin-top: 2.8px;
752
+  margin-right: 4px;
753
+  background-image: url('../img/refresh_logo.svg');
754
+  background-repeat: no-repeat;
755
+  background-size: 110% 110%;
756
+  background-position: center center;
757
+  cursor: pointer;
758
+  background-color: #ffffff;
759
+}
760
+
761
+#faxnumbersdiv #pickid {
762
+  display: inline-block;
763
+  position: relative;
764
+  font-family: 'Open Sans';
765
+  font-size: 15px;
766
+  font-weight: 700;
767
+  margin: 2px 3px 3px 14px;
768
+  color: #ffffff;
769
+}
770
+
771
+#get_notification {
772
+  display: block;
773
+  margin-bottom: 8px;
774
+}
775
+
776
+#get_notification:hover {
777
+  cursor: pointer;
778
+}
779
+
780
+.pax_fax_boxspec {
781
+  display: inline-block;
782
+  box-sizing: content-box;
783
+  margin: 8px 0px !important;
784
+  width: 70%;
785
+  font-size: 14px !important;
786
+}
787
+
788
+.setlabeltext {
789
+  font-size: 15px;
790
+}
791
+
792
+#countryCallCode {
793
+  color: #1b60ba;
794
+}
795
+
796
+#countryCallCode:hover {
797
+  color: #0D3B78;
798
+}
799
+
800
+.openfaxfolder {
801
+  display: block;
802
+  position: relative;
803
+  margin: 10px 0px 10px 0px !important;
804
+  padding: 7px 0px 7px 0px;
805
+  width: 100% !important;
806
+  color: #FFFFFF !important;
807
+  font-family: 'Open Sans' !important;
808
+  font-size: 15px !important;
809
+  background-color: #CB99C5 !important;
810
+}
811
+
812
+.openfaxfolder:hover {
813
+  border: 2px;
814
+  background-color: #c18bba !important;
815
+}
816
+
817
+.openfaxfolder:active {
818
+  background-color: #b777af !important;
819
+  border: 2px;
820
+  color: #FFFFFF !important;
821
+  border-color: #b777af;
822
+}
823
+
824
+.openfaxfolder:focus {
825
+  background-color: #a3669b !important;
826
+  border: 2px;
827
+  border-color: #a3669b;
828
+}
829
+
830
+.indgenflcls, .indgenpckfls {
831
+  display: block;
832
+  margin: 0px 6px 14px 6px;
833
+}
834
+
835
+#pax_fax_adm, #notification_email, #save_fax_settings {
836
+  font-family: 'Open Sans';
837
+}
838
+
839
+#settings-dscr {
840
+  font-size: 15.6px;
841
+}
842
+
843
+/*Changes for dark themes*/
844
+[data-theme-dark] .fortooltipinit #infosetid,
845
+[data-theme-dark-highcontrast] .fortooltipinit #infosetid {
846
+  display: block;
847
+  position: relative;
848
+  margin: 4px 9px 0px 0px;
849
+  color: #fafafa;
850
+  font-size: 19px;
851
+  font-weight: 700;
852
+  font-family: 'Open Sans';
853
+  font-style: italic;
854
+}
855
+
856
+[data-theme-dark] .fortooltip #infonumber,
857
+[data-theme-dark-highcontrast] .fortooltip #infonumber {
858
+  color: #fafafa;
859
+  font-size: 19px;
860
+  font-weight: 700;
861
+  font-family: 'Open Sans';
862
+  font-style: italic;
863
+  padding: 0px 0px 3px 3px;
864
+}
865
+
866
+[data-theme-dark] .fortooltipsec #infoformat,
867
+[data-theme-dark-highcontrast] .fortooltipsec #infoformat {
868
+  color: #fafafa;
869
+  font-size: 19px;
870
+  font-weight: 700;
871
+  font-family: 'Open Sans';
872
+  font-style: italic;
873
+  padding: 0px 0px 3px 3px;
874
+}
875
+
876
+[data-theme-dark] .faxnbformat a,
877
+[data-theme-dark-highcontrast] .faxnbformat a {
878
+  color: #cedfff !important;
879
+}
880
+
881
+[data-theme-dark] .faxnbformat font,
882
+[data-theme-dark-highcontrast] .faxnbformat font {
883
+  color: #f7547a !important;
884
+}
885
+
886
+[data-theme-dark] #faxto,
887
+[data-theme-dark-highcontrast] #faxto {
888
+  display: block;
889
+  width: 97%;
890
+  max-height: 22px;
891
+  margin: 3px 0px 20px 0px;
892
+  padding: 1px 13px 0px 13px;
893
+  color: #fafafa;
894
+  font-size: 15px;
895
+  font-weight: 700;
896
+  border-radius: 20px;
897
+}
898
+
899
+[data-theme-dark] .pfheader,
900
+[data-theme-dark-highcontrast] .pfheader {
901
+  display: block;
902
+  position: relative;
903
+  margin: 0px 0px 7px 0px;
904
+  color: #fafafa;
905
+  font-size: 15px;
906
+  font-weight: 700;
907
+}
908
+
909
+[data-theme-dark] #uploadFile,
910
+[data-theme-dark] #pickFromNext,
911
+[data-theme-dark-highcontrast] #uploadFile,
912
+[data-theme-dark-highcontrast] #pickFromNext {
913
+  display: inline-block;
914
+  position: relative;
915
+  font-size: 15px;
916
+  font-weight: 700;
917
+  color: #fafafa;
918
+}
919
+
920
+[data-theme-dark] #uploadfileforfax,
921
+[data-theme-dark-highcontrast] #uploadfileforfax {
922
+  margin-left: 19px;
923
+  background-color: #898989;
924
+}
925
+
926
+[data-theme-dark] #fileuploadednm .indivflcls,
927
+[data-theme-dark-highcontrast] #fileuploadednm .indivflcls {
928
+  display: inline-block;
929
+  position: relative;
930
+  height: auto;
931
+  max-width: 90%;
932
+  overflow: visible;
933
+  white-space: normal;
934
+  word-break: break-all;
935
+  text-overflow: ellipsis;
936
+  font-size: 15px;
937
+  color: #c2e9ff;
938
+}
939
+
940
+[data-theme-dark] .indupfldl,
941
+[data-theme-dark-highcontrast] .indupfldl {
942
+  position: relative;
943
+  display: inline-block;
944
+  float: right;
945
+  cursor: pointer;
946
+  width: 20px;
947
+  color: #c2e9ff;
948
+  text-align: center;
949
+  font-size: 15px;
950
+}
951
+
952
+[data-theme-dark] #filespickednc .indivflpckd,
953
+[data-theme-dark-highcontrast] #filespickednc .indivflpckd {
954
+  display: inline-block;
955
+  position: relative;
956
+  height: auto;
957
+  max-width: 90%;
958
+  overflow: visible;
959
+  white-space: normal;
960
+  word-break: break-all;
961
+  text-overflow: ellipsis;
962
+  font-size: 15px;
963
+  color: #c2e9ff;
964
+}
965
+
966
+[data-theme-dark] .indpckfldl,
967
+[data-theme-dark-highcontrast] .indpckfldl {
968
+  position: relative;
969
+  display: inline-block;
970
+  float: right;
971
+  cursor: pointer;
972
+  width: 20px;
973
+  color: #c2e9ff;
974
+  text-align: center;
975
+}
Browse code

removed appinfo/info.xml appinfo/signature.json CHANGELOG.txt css/style.css js/sendfax.js templates/settings.php

DoubleBastionAdmin authored on 11/01/2024 04:39:02
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,816 +0,0 @@
1
-/**
2
- * @copyright 2021 Double Bastion LLC <www.doublebastion.com>
3
- *
4
- * @author Double Bastion LLC
5
- *
6
- * @license GNU AGPL version 3 or any later version
7
- *
8
- * This program is free software; you can redistribute it and/or
9
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
10
- * License as published by the Free Software Foundation; either
11
- * version 3 of the License, or any later version.
12
- *
13
- * This program is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
17
- *
18
- * You should have received a copy of the GNU Affero General Public
19
- * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
- *
21
- */
22
-
23
-#app {
24
-  position: relative;
25
-  display: flex;
26
-  min-height: 100%;
27
-  min-width: 100%;
28
-}
29
-
30
-#app-content {
31
-   position: relative;
32
-   z-index: 1000;
33
-   flex-basis: 100vw;
34
-   min-width: 0;
35
-   min-height: 100%;
36
-   margin: 0 !important;
37
-   overflow-y: scroll;
38
-}
39
-
40
-#app-content #app-content-wrapper {
41
-   height: 108% !important;
42
-}
43
-
44
-#pax_fax_vbar {
45
-  padding: 18px;
46
-  font-family: Calibri, Frutiger, "Myriad Pro", Myriad, sans-serif;
47
-  color: #6d6c6c;
48
-}
49
-
50
-#currentbaldiv {
51
-  display: block;
52
-  position: relative;
53
-  font-size: 17px;
54
-  font-weight: bold;
55
-  padding: 5px 0px 2px 14px;
56
-  margin: 0px 0px 8px 0px;
57
-  color: #FFFFFF;
58
-  background: #3f9dd1;
59
-  border-radius: 20px;
60
-}
61
-
62
-#currentbalance {
63
-  display: inline;
64
-  position: relative;
65
-  padding-left: 10px;
66
-}
67
-
68
-.providername {
69
-  color: #FFFFFF;
70
-}
71
-
72
-.providername:hover {
73
-  color: #003b94;
74
-}
75
-
76
-#faxnumbersdiv {
77
-  display: block;
78
-  position: relative;
79
-  font-size: 17px;
80
-  font-weight: bold;
81
-  height: 30px;
82
-  margin: 0px 0px 20px 0px;
83
-  background: #3f9dd1;
84
-  border-radius: 20px;
85
-}
86
-
87
-#currentfaxnmbrs {
88
-  display: inline-block;
89
-  position: absolute;
90
-  height: 22px !important;
91
-  width: 54%;
92
-  font-size: 14px;
93
-  color: #353535;
94
-  padding: 1px 0px 0px 5px;
95
-  margin: 0.5px 0px 0px 4px;
96
-  -moz-box-sizing: border-box;
97
-  -webkit-box-sizing: border-box;
98
-  box-sizing: border-box;
99
-  background: #fcfcfc;
100
-  border-radius: 20px;
101
-}
102
-
103
-.pflabels {
104
-  font-size: 15px;
105
-  font-weight: bold;
106
-}
107
-
108
-.pfheader {
109
-  display: block;
110
-  position: relative;
111
-  margin: 0px 0px 7px 0px;
112
-  font-size: 17px;
113
-  font-weight: bold;
114
-}
115
-
116
-.faxnbformat {
117
-  display: block;
118
-  position: relative;
119
-  margin: 0px 0px 4px 0px;
120
-  font-size: 17px;
121
-  font-weight: bold;
122
-
123
-}
124
-
125
-.pax_fax_box {
126
-  display: block;
127
-  box-sizing: content-box;
128
-  margin: 8px 0px !important;
129
-  width: 70%;
130
-}
131
-.indtext {
132
-  display: inline-block;
133
-  padding-left: 10px;
134
-}
135
-
136
-#settings-dscr {
137
-  padding-top: 3px;
138
-}
139
-
140
-#pf_upload_msg, #pf_choose_msg, #pf_submit_msg {
141
-  display: block;
142
-  margin: 8px 0px 8px 0px;
143
-  text-align: center;
144
-  font-size: 15px;
145
-  font-weight: bold;
146
-  color: #181918;
147
-  background-color: #a5e5b3;
148
-  border-radius: 14px;
149
-}
150
-
151
-#paxfax_save_msg {
152
-  display: inline;
153
-  color: #181918;
154
-  background-color: #a5e5b3;
155
-  font-weight: bold;
156
-  max-width: 70px;
157
-  text-align: center;
158
-  margin-top: 7px;
159
-}
160
-
161
-#pf_submit_msg {
162
-  padding-left: 5px;
163
-  padding-right: 5px;
164
-}
165
-
166
-#pickedfilename {
167
-  font-size: 13px;
168
-}
169
-
170
-#faxtodiv {
171
-  display: block;
172
-  position: relative;
173
-}
174
-
175
-#faxto {
176
-  display: block;
177
-  width: 97%;
178
-  max-height: 22px;
179
-  margin: 3px 0px 20px 0px;
180
-  padding: 1px 13px 0px 13px;
181
-  color: #565656;
182
-  font-size: 15px;
183
-  font-weight: bold;
184
-  border-radius: 20px;
185
-}
186
-
187
-.up-bttn-wrapper {
188
-  display: block;
189
-  position: relative;
190
-  overflow: hidden;
191
-  padding-top: 20px;
192
-  padding-bottom: 30px;
193
-}
194
-
195
-#submitfax {
196
-  display: block;
197
-  color: white;
198
-  font-weight: bold;
199
-  font-size: 15px;
200
-  background: #3f9dd1;
201
-  padding: 6px 16px 6px 16px;
202
-}
203
-
204
-#submitfax:active {
205
-  background: #00a2f9;
206
-}
207
-
208
-.uploadfiledv {
209
-  position: relative;
210
-  display: inline-block;
211
-  margin: 4px 0px 22px 0px;
212
-}
213
-
214
-#faxfoldersview {
215
-  display: inline-block;
216
-  position: relative;
217
-  width: 100%;
218
-  height: 100%;
219
-  margin-top: -50px;
220
-  background-color: #f4f9ff;
221
-}
222
-
223
-#viewerContainer {
224
-  display: block;
225
-  position: relative;
226
-  width: 100%;
227
-  height: 100%;
228
-}
229
-
230
-#viewer {
231
-  display: block;
232
-  position: relative;
233
-  min-width: 100%;
234
-  min-height: 100%;
235
-}
236
-
237
-#faxdocpreview {
238
-  display: block;
239
-  position: relative;
240
-  min-width: 100%;
241
-  min-height: 100%;
242
-  background-color: #f4f9ff;
243
-}
244
-
245
-#docPreviewFaxImg {
246
-  display: block;
247
-  position: relative;
248
-  background-image: url('../img/pax_fax_grey.svg');
249
-  background-repeat: no-repeat;
250
-  background-position: center;
251
-  width: 100%;
252
-  height: 100%;
253
-}
254
-
255
-#outerContainer {
256
-  display: block;
257
-  position: relative;
258
-  width: 100%;
259
-  height: 100%;
260
-}
261
-
262
-#mainContainer {
263
-  display: block;
264
-  position: relative;
265
-  width: 100%;
266
-  height: 100%;
267
-}
268
-
269
-#uploadedjpg, #uploadedpng {
270
-  width: auto !important;
271
-  height: auto !important;
272
-}
273
-
274
-.cllridcls {
275
-  position: relative;
276
-  display: inline;
277
-  font-size: 17px;
278
-  color: #000000;
279
-  z-index: 3;
280
-}
281
-
282
-.fortooltipinit {
283
-  position: relative;
284
-  display: inline-block;
285
-  float: right;
286
-  font-size: 15px;
287
-  color: #000000;
288
-  z-index: 3;
289
-}
290
-
291
-.fortooltipinit #infosetid {
292
-  display: block;
293
-  position: relative;
294
-  margin: 4px 9px 0px 0px;
295
-  color: #000000;
296
-  font-size: 21px;
297
-  font-weight: bold;
298
-  font-family: Times New Roman;
299
-  font-style: italic;
300
-}
301
-
302
-.fortooltip {
303
-  position: relative;
304
-  display: inline-block;
305
-  font-size: 15px;
306
-  color: #000000;
307
-  z-index: 2;
308
-}
309
-
310
-.fortooltip #infonumber {
311
-  color: #000000;
312
-  font-size: 21px;
313
-  font-weight: bold;
314
-  font-family: Times New Roman;
315
-  font-style: italic;
316
-  padding: 0px 0px 3px 3px;
317
-}
318
-
319
-.fortooltipsec {
320
-  position: relative;
321
-  display: inline-block;
322
-  font-size: 15px;
323
-  color: #000000;
324
-  padding: 0px 0px 4px 0px;
325
-  z-index: 1;
326
-}
327
-
328
-.fortooltipsec #infoformat {
329
-  color: #000000;
330
-  font-size: 21px;
331
-  font-weight: bold;
332
-  font-family: Times New Roman;
333
-  font-style: italic;
334
-  padding: 0px 0px 3px 3px;
335
-}
336
-
337
-.fortooltipinit .calleridtooltip {
338
-  display: block;
339
-  position: absolute;
340
-  visibility: hidden;
341
-  width: 264px;
342
-  background-color: #f4f4f4;
343
-  font-size: 15px;
344
-  font-weight: bold;
345
-  color: #595959;
346
-  text-align: left;
347
-  border-radius: 1px;
348
-  padding: 5px 5px 5px 8px;
349
-  margin: 0px 0px 0px -214px;
350
-  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
351
-  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
352
-  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
353
-}
354
-
355
-.fortooltipinit:hover .calleridtooltip {
356
-  visibility: visible;
357
-}
358
-
359
-.fortooltip .fortooltiptext {
360
-  display: block;
361
-  position: absolute;
362
-  visibility: hidden;
363
-  width: 256px;
364
-  background-color: #f4f4f4;
365
-  font-size: 15px;
366
-  font-weight: bold;
367
-  color: #595959;
368
-  text-align: left;
369
-  border-radius: 1px;
370
-  padding: 5px 5px 13px 5px;
371
-  margin-top: -8px;
372
-  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
373
-  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
374
-  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
375
-}
376
-
377
-.fortooltip:hover .fortooltiptext {
378
-  visibility: visible;
379
-}
380
-
381
-.fortooltipsec .fortooltiptextsec {
382
-  display: block;
383
-  position: absolute;
384
-  visibility: hidden;
385
-  width: 256px;
386
-  background-color: #f4f4f4;
387
-  font-size: 15px;
388
-  font-weight: bold;
389
-  color: #595959;
390
-  text-align: left;
391
-  border-radius: 1px;
392
-  padding: 5px;
393
-  margin-top: -8px;
394
-  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
395
-  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
396
-  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
397
-}
398
-
399
-.fortooltipsec:hover .fortooltiptextsec {
400
-  visibility: visible;
401
-}
402
-
403
-.fileupload {
404
-  display: none;
405
-}
406
-
407
-div > label {
408
-  position: relative;
409
-}
410
-
411
-.uploadflbt {
412
-  width: 411px;
413
-}
414
-
415
-label span {
416
-  display: inline-block;
417
-  min-width: 110px;
418
-  padding: 0px 0px 8px 0px;
419
-}
420
-
421
-.uploadflbt .icon-upload {
422
-  display: inline;
423
-}
424
-
425
-.pfprompt {
426
-  font-size: 17px;
427
-  font-weight: bold;
428
-  color: #6d6c6c;
429
-}
430
-
431
-.fileuploadstl,.filesfromnc {
432
-  display: block;
433
-  font-size: 17px;
434
-  font-weight: bold;
435
-  color: #000000;
436
-}
437
-
438
-#filestotsize {
439
-  display: none;
440
-  position: relative;
441
-  height:auto;
442
-  margin: 0px 0px 16px 0px;
443
-  color: #18bf6e;
444
-  font-size: 15px;
445
-  font-weight: bold;
446
-}
447
-
448
-#filessizetext {
449
-  display: inline;
450
-  position: relative;
451
-  padding-left: 10px;
452
-}
453
-
454
-#fileuploadednm .indivflcls {
455
-  display: inline-block;
456
-  position: relative;
457
-  height:auto;
458
-  max-width: 90%;
459
-  overflow: visible;
460
-  white-space: normal;
461
-  word-break: break-all;
462
-  text-overflow: ellipsis;
463
-  font-size: 17px;
464
-  color: #0e6ba0;
465
-}
466
-
467
-.indivflcls:hover {
468
-  cursor: pointer;
469
-  text-decoration: underline;
470
-}
471
-
472
-.indupfldl {
473
-  position: relative;
474
-  display: inline-block;
475
-  float: right;
476
-  cursor: pointer;
477
-  width: 20px;
478
-  color: #0e6ba0;
479
-  text-align: center;
480
-  font-size: 17px;
481
-}
482
-
483
-#fileuploadednm .indupfldl:hover {
484
-  background-color: #e8f6ff;
485
-  cursor: pointer;
486
-}
487
-
488
-#filespickednc .indivflpckd {
489
-  display: inline-block;
490
-  position: relative;
491
-  height:auto;
492
-  max-width: 90%;
493
-  overflow: visible;
494
-  white-space: normal;
495
-  word-break: break-all;
496
-  text-overflow: ellipsis;
497
-  color: #0e6ba0;
498
-}
499
-
500
-.indivflpckd:hover {
501
-  cursor: pointer;
502
-  text-decoration: underline;
503
-}
504
-
505
-.indpckfldl {
506
-  position: relative;
507
-  display: inline-block;
508
-  float: right;
509
-  cursor: pointer;
510
-  width: 20px;
511
-  color: #0e6ba0;
512
-  text-align: center;
513
-}
514
-
515
-#filespickednc .indpckfldl:hover {
516
-  background-color: #e8f6ff;
517
-  cursor: pointer;
518
-}
519
-
520
-select, button, .button, input:not([type="range"]), textarea, div[contenteditable="true"], .pager li a {
521
-  margin: 0px 0px 0px 0px;
522
-}
523
-
524
-#dirbuttons {
525
-  margin-top: 28px;
526
-}
527
-
528
-button, .button, input[type="button"], input[type="submit"], input[type="reset"] {
529
-  padding: 6px 20px;
530
-  width: auto;
531
-  min-height: 22px;
532
-  cursor: pointer;
533
-  box-sizing: border-box;
534
-  background-color: var(--color-background-dark);
535
-}
536
-
537
-select {
538
-  width: 130px;
539
-  min-height: 28px;
540
-  box-sizing: border-box;
541
-  padding-right: 0px !important;
542
-}
543
-
544
-#uploadfileforfax {
545
-  margin-left: 19px;
546
-}
547
-
548
-#pickFromNext, #uploadFile {
549
-  display: inline-block;
550
-  position: relative;
551
-  font-size: 17px;
552
-  font-weight: bold;
553
-  color: #6d6c6c;
554
-}
555
-
556
-#choosefilen {
557
-  display: inline;
558
-  position: relative;
559
-  margin: 0px 0px 20px 16px;
560
-  padding-top: 15px;
561
-  background-image: url('../img/nextcloud_logo.svg');
562
-  background-repeat: no-repeat;
563
-  background-size: 110% 125%;
564
-  background-position: center center;
565
-  min-width: 66px;
566
-  min-height: 30px;
567
-  cursor:pointer;
568
-}
569
-
570
-#choosefilen:active {
571
-  background-image: url('../img/nextcloud_logo_bright.svg');
572
-  background-repeat: no-repeat;
573
-  background-size: 110% 125%;
574
-  background-position: center center;
575
-  min-width: 66px;
576
-  min-height: 30px;
577
-}
578
-
579
-#checkbalance {
580
-  display: inline;
581
-  position: relative;
582
-  padding-left: 0px;
583
-  margin-top: -1px;
584
-  margin-right: 4px;
585
-  float: right;
586
-  background-image: url('../img/refresh_logo.svg');
587
-  background-repeat: no-repeat;
588
-  background-size: 110% 110%;
589
-  background-position: center center;
590
-  min-width: 24px;
591
-  min-height: 24px;
592
-  cursor: pointer;
593
-  background-color: #FFFFFF;
594
-}
595
-
596
-#selectcalleridbttn {
597
-  display: inline;
598
-  position: relative;
599
-  padding-left: 0px;
600
-  margin-top: 2.6px;
601
-  margin-right: 4px;
602
-  float: right;
603
-  background-image: url('../img/refresh_logo.svg');
604
-  background-repeat: no-repeat;
605
-  background-size: 110% 110%;
606
-  background-position: center center;
607
-  min-width: 24px;
608
-  min-height: 24px;
609
-  cursor: pointer;
610
-  background-color: #FFFFFF;
611
-}
612
-
613
-#faxnumbersdiv #pickid {
614
-  display: inline-block;
615
-  position: relative;
616
-  font-size: 17px;
617
-  font-weight: bold;
618
-  margin: 4px 3px 4px 13px;
619
-  color: #FFFFFF;
620
-}
621
-
622
-#get_notification {
623
-  display: block;
624
-  margin-bottom: 8px;
625
-}
626
-
627
-#get_notification:hover {
628
-  cursor: pointer;
629
-}
630
-
631
-.pax_fax_boxspec {
632
-  display: inline-block;
633
-  box-sizing: content-box;
634
-  margin: 8px 0px !important;
635
-  width: 70%;
636
-  font-size: 14px !important;
637
-}
638
-
639
-.setlabeltext {
640
-  font-size: 15px;
641
-}
642
-
643
-#countryCallCode {
644
-  color: #1b60ba;
645
-}
646
-
647
-#countryCallCode:hover {
648
-  color: #0D3B78;
649
-}
650
-
651
-.openfaxfolder {
652
-  display: block;
653
-  position: relative;
654
-  margin: 10px 0px 10px 0px !important;
655
-  padding: 7px 0px 7px 0px;
656
-  width: 100% !important;
657
-  color: #FFFFFF !important;
658
-  font-size: 15px !important;
659
-  background-color: #CB99C5 !important;
660
-}
661
-
662
-.openfaxfolder:hover {
663
-  border: 2px;
664
-  background-color: #c18bba !important;
665
-}
666
-
667
-.openfaxfolder:active {
668
-  background-color: #b777af !important;
669
-  border: 2px;
670
-  color: #FFFFFF !important;
671
-  border-color: #b777af;
672
-}
673
-
674
-.openfaxfolder:focus {
675
-  background-color: #a3669b !important;
676
-  border: 2px;
677
-  border-color: #a3669b;
678
-}
679
-
680
-.indgenflcls, .indgenpckfls {
681
-  display: block;
682
-  margin: 0px 6px 14px 6px;
683
-}
684
-
685
-/*Changes for dark themes*/
686
-[data-theme-dark] .fortooltipinit #infosetid,
687
-[data-theme-dark-highcontrast] .fortooltipinit #infosetid {
688
-  display: block;
689
-  position: relative;
690
-  margin: 4px 9px 0px 0px;
691
-  color: #fafafa;
692
-  font-size: 21px;
693
-  font-weight: bold;
694
-  font-family: Times New Roman;
695
-  font-style: italic;
696
-}
697
-
698
-[data-theme-dark] .fortooltip #infonumber,
699
-[data-theme-dark-highcontrast] .fortooltip #infonumber {
700
-  color: #fafafa;
701
-  font-size: 21px;
702
-  font-weight: bold;
703
-  font-family: Times New Roman;
704
-  font-style: italic;
705
-  padding: 0px 0px 3px 3px;
706
-}
707
-
708
-[data-theme-dark] .fortooltipsec #infoformat,
709
-[data-theme-dark-highcontrast] .fortooltipsec #infoformat {
710
-  color: #fafafa;
711
-  font-size: 21px;
712
-  font-weight: bold;
713
-  font-family: Times New Roman;
714
-  font-style: italic;
715
-  padding: 0px 0px 3px 3px;
716
-}
717
-
718
-[data-theme-dark] .faxnbformat a,
719
-[data-theme-dark-highcontrast] .faxnbformat a {
720
-  color: #cedfff !important;
721
-}
722
-
723
-[data-theme-dark] .faxnbformat font,
724
-[data-theme-dark-highcontrast] .faxnbformat font {
725
-  color: #f7547a !important;
726
-}
727
-
728
-[data-theme-dark] #faxto,
729
-[data-theme-dark-highcontrast] #faxto {
730
-  display: block;
731
-  width: 97%;
732
-  max-height: 22px;
733
-  margin: 3px 0px 20px 0px;
734
-  padding: 1px 13px 0px 13px;
735
-  color: #fafafa;
736
-  font-size: 15px;
737
-  font-weight: bold;
738
-  border-radius: 20px;
739
-}
740
-
741
-[data-theme-dark] .pfheader,
742
-[data-theme-dark-highcontrast] .pfheader {
743
-  display: block;
744
-  position: relative;
745
-  margin: 0px 0px 7px 0px;
746
-  color: #fafafa;
747
-  font-size: 17px;
748
-  font-weight: bold;
749
-}
750
-
751
-[data-theme-dark] #uploadFile,
752
-[data-theme-dark] #pickFromNext,
753
-[data-theme-dark-highcontrast] #uploadFile,
754
-[data-theme-dark-highcontrast] #pickFromNext {
755
-  display: inline-block;
756
-  position: relative;
757
-  font-size: 17px;
758
-  font-weight: bold;
759
-  color: #fafafa;
760
-}
761
-
762
-[data-theme-dark] #uploadfileforfax,
763
-[data-theme-dark-highcontrast] #uploadfileforfax {
764
-  margin-left: 19px;
765
-  background-color: #898989;
766
-}
767
-
768
-[data-theme-dark] #fileuploadednm .indivflcls,
769
-[data-theme-dark-highcontrast] #fileuploadednm .indivflcls {
770
-  display: inline-block;
771
-  position: relative;
772
-  height: auto;
773
-  max-width: 90%;
774
-  overflow: visible;
775
-  white-space: normal;
776
-  word-break: break-all;
777
-  text-overflow: ellipsis;
778
-  font-size: 17px;
779
-  color: #c2e9ff;
780
-}
781
-
782
-[data-theme-dark] .indupfldl,
783
-[data-theme-dark-highcontrast] .indupfldl {
784
-  position: relative;
785
-  display: inline-block;
786
-  float: right;
787
-  cursor: pointer;
788
-  width: 20px;
789
-  color: #c2e9ff;
790
-  text-align: center;
791
-  font-size: 17px;
792
-}
793
-
794
-[data-theme-dark] #filespickednc .indivflpckd,
795
-[data-theme-dark-highcontrast] #filespickednc .indivflpckd {
796
-  display: inline-block;
797
-  position: relative;
798
-  height: auto;
799
-  max-width: 90%;
800
-  overflow: visible;
801
-  white-space: normal;
802
-  word-break: break-all;
803
-  text-overflow: ellipsis;
804
-  color: #c2e9ff;
805
-}
806
-
807
-[data-theme-dark] .indpckfldl,
808
-[data-theme-dark-highcontrast] .indpckfldl {
809
-  position: relative;
810
-  display: inline-block;
811
-  float: right;
812
-  cursor: pointer;
813
-  width: 20px;
814
-  color: #c2e9ff;
815
-  text-align: center;
816
-}
Browse code

added CHANGELOG.txt appinfo/info.xml appinfo/signature.json css/style.css lib/Service/PaxfaxService.php lib/Migration/Version100Date20211106170854.php

DoubleBastionAdmin authored on 02/12/2022 23:47:12
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,816 @@
1
+/**
2
+ * @copyright 2021 Double Bastion LLC <www.doublebastion.com>
3
+ *
4
+ * @author Double Bastion LLC
5
+ *
6
+ * @license GNU AGPL version 3 or any later version
7
+ *
8
+ * This program is free software; you can redistribute it and/or
9
+ * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
10
+ * License as published by the Free Software Foundation; either
11
+ * version 3 of the License, or any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
17
+ *
18
+ * You should have received a copy of the GNU Affero General Public
19
+ * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
+ *
21
+ */
22
+
23
+#app {
24
+  position: relative;
25
+  display: flex;
26
+  min-height: 100%;
27
+  min-width: 100%;
28
+}
29
+
30
+#app-content {
31
+   position: relative;
32
+   z-index: 1000;
33
+   flex-basis: 100vw;
34
+   min-width: 0;
35
+   min-height: 100%;
36
+   margin: 0 !important;
37
+   overflow-y: scroll;
38
+}
39
+
40
+#app-content #app-content-wrapper {
41
+   height: 108% !important;
42
+}
43
+
44
+#pax_fax_vbar {
45
+  padding: 18px;
46
+  font-family: Calibri, Frutiger, "Myriad Pro", Myriad, sans-serif;
47
+  color: #6d6c6c;
48
+}
49
+
50
+#currentbaldiv {
51
+  display: block;
52
+  position: relative;
53
+  font-size: 17px;
54
+  font-weight: bold;
55
+  padding: 5px 0px 2px 14px;
56
+  margin: 0px 0px 8px 0px;
57
+  color: #FFFFFF;
58
+  background: #3f9dd1;
59
+  border-radius: 20px;
60
+}
61
+
62
+#currentbalance {
63
+  display: inline;
64
+  position: relative;
65
+  padding-left: 10px;
66
+}
67
+
68
+.providername {
69
+  color: #FFFFFF;
70
+}
71
+
72
+.providername:hover {
73
+  color: #003b94;
74
+}
75
+
76
+#faxnumbersdiv {
77
+  display: block;
78
+  position: relative;
79
+  font-size: 17px;
80
+  font-weight: bold;
81
+  height: 30px;
82
+  margin: 0px 0px 20px 0px;
83
+  background: #3f9dd1;
84
+  border-radius: 20px;
85
+}
86
+
87
+#currentfaxnmbrs {
88
+  display: inline-block;
89
+  position: absolute;
90
+  height: 22px !important;
91
+  width: 54%;
92
+  font-size: 14px;
93
+  color: #353535;
94
+  padding: 1px 0px 0px 5px;
95
+  margin: 0.5px 0px 0px 4px;
96
+  -moz-box-sizing: border-box;
97
+  -webkit-box-sizing: border-box;
98
+  box-sizing: border-box;
99
+  background: #fcfcfc;
100
+  border-radius: 20px;
101
+}
102
+
103
+.pflabels {
104
+  font-size: 15px;
105
+  font-weight: bold;
106
+}
107
+
108
+.pfheader {
109
+  display: block;
110
+  position: relative;
111
+  margin: 0px 0px 7px 0px;
112
+  font-size: 17px;
113
+  font-weight: bold;
114
+}
115
+
116
+.faxnbformat {
117
+  display: block;
118
+  position: relative;
119
+  margin: 0px 0px 4px 0px;
120
+  font-size: 17px;
121
+  font-weight: bold;
122
+
123
+}
124
+
125
+.pax_fax_box {
126
+  display: block;
127
+  box-sizing: content-box;
128
+  margin: 8px 0px !important;
129
+  width: 70%;
130
+}
131
+.indtext {
132
+  display: inline-block;
133
+  padding-left: 10px;
134
+}
135
+
136
+#settings-dscr {
137
+  padding-top: 3px;
138
+}
139
+
140
+#pf_upload_msg, #pf_choose_msg, #pf_submit_msg {
141
+  display: block;
142
+  margin: 8px 0px 8px 0px;
143
+  text-align: center;
144
+  font-size: 15px;
145
+  font-weight: bold;
146
+  color: #181918;
147
+  background-color: #a5e5b3;
148
+  border-radius: 14px;
149
+}
150
+
151
+#paxfax_save_msg {
152
+  display: inline;
153
+  color: #181918;
154
+  background-color: #a5e5b3;
155
+  font-weight: bold;
156
+  max-width: 70px;
157
+  text-align: center;
158
+  margin-top: 7px;
159
+}
160
+
161
+#pf_submit_msg {
162
+  padding-left: 5px;
163
+  padding-right: 5px;
164
+}
165
+
166
+#pickedfilename {
167
+  font-size: 13px;
168
+}
169
+
170
+#faxtodiv {
171
+  display: block;
172
+  position: relative;
173
+}
174
+
175
+#faxto {
176
+  display: block;
177
+  width: 97%;
178
+  max-height: 22px;
179
+  margin: 3px 0px 20px 0px;
180
+  padding: 1px 13px 0px 13px;
181
+  color: #565656;
182
+  font-size: 15px;
183
+  font-weight: bold;
184
+  border-radius: 20px;
185
+}
186
+
187
+.up-bttn-wrapper {
188
+  display: block;
189
+  position: relative;
190
+  overflow: hidden;
191
+  padding-top: 20px;
192
+  padding-bottom: 30px;
193
+}
194
+
195
+#submitfax {
196
+  display: block;
197
+  color: white;
198
+  font-weight: bold;
199
+  font-size: 15px;
200
+  background: #3f9dd1;
201
+  padding: 6px 16px 6px 16px;
202
+}
203
+
204
+#submitfax:active {
205
+  background: #00a2f9;
206
+}
207
+
208
+.uploadfiledv {
209
+  position: relative;
210
+  display: inline-block;
211
+  margin: 4px 0px 22px 0px;
212
+}
213
+
214
+#faxfoldersview {
215
+  display: inline-block;
216
+  position: relative;
217
+  width: 100%;
218
+  height: 100%;
219
+  margin-top: -50px;
220
+  background-color: #f4f9ff;
221
+}
222
+
223
+#viewerContainer {
224
+  display: block;
225
+  position: relative;
226
+  width: 100%;
227
+  height: 100%;
228
+}
229
+
230
+#viewer {
231
+  display: block;
232
+  position: relative;
233
+  min-width: 100%;
234
+  min-height: 100%;
235
+}
236
+
237
+#faxdocpreview {
238
+  display: block;
239
+  position: relative;
240
+  min-width: 100%;
241
+  min-height: 100%;
242
+  background-color: #f4f9ff;
243
+}
244
+
245
+#docPreviewFaxImg {
246
+  display: block;
247
+  position: relative;
248
+  background-image: url('../img/pax_fax_grey.svg');
249
+  background-repeat: no-repeat;
250
+  background-position: center;
251
+  width: 100%;
252
+  height: 100%;
253
+}
254
+
255
+#outerContainer {
256
+  display: block;
257
+  position: relative;
258
+  width: 100%;
259
+  height: 100%;
260
+}
261
+
262
+#mainContainer {
263
+  display: block;
264
+  position: relative;
265
+  width: 100%;
266
+  height: 100%;
267
+}
268
+
269
+#uploadedjpg, #uploadedpng {
270
+  width: auto !important;
271
+  height: auto !important;
272
+}
273
+
274
+.cllridcls {
275
+  position: relative;
276
+  display: inline;
277
+  font-size: 17px;
278
+  color: #000000;
279
+  z-index: 3;
280
+}
281
+
282
+.fortooltipinit {
283
+  position: relative;
284
+  display: inline-block;
285
+  float: right;
286
+  font-size: 15px;
287
+  color: #000000;
288
+  z-index: 3;
289
+}
290
+
291
+.fortooltipinit #infosetid {
292
+  display: block;
293
+  position: relative;
294
+  margin: 4px 9px 0px 0px;
295
+  color: #000000;
296
+  font-size: 21px;
297
+  font-weight: bold;
298
+  font-family: Times New Roman;
299
+  font-style: italic;
300
+}
301
+
302
+.fortooltip {
303
+  position: relative;
304
+  display: inline-block;
305
+  font-size: 15px;
306
+  color: #000000;
307
+  z-index: 2;
308
+}
309
+
310
+.fortooltip #infonumber {
311
+  color: #000000;
312
+  font-size: 21px;
313
+  font-weight: bold;
314
+  font-family: Times New Roman;
315
+  font-style: italic;
316
+  padding: 0px 0px 3px 3px;
317
+}
318
+
319
+.fortooltipsec {
320
+  position: relative;
321
+  display: inline-block;
322
+  font-size: 15px;
323
+  color: #000000;
324
+  padding: 0px 0px 4px 0px;
325
+  z-index: 1;
326
+}
327
+
328
+.fortooltipsec #infoformat {
329
+  color: #000000;
330
+  font-size: 21px;
331
+  font-weight: bold;
332
+  font-family: Times New Roman;
333
+  font-style: italic;
334
+  padding: 0px 0px 3px 3px;
335
+}
336
+
337
+.fortooltipinit .calleridtooltip {
338
+  display: block;
339
+  position: absolute;
340
+  visibility: hidden;
341
+  width: 264px;
342
+  background-color: #f4f4f4;
343
+  font-size: 15px;
344
+  font-weight: bold;
345
+  color: #595959;
346
+  text-align: left;
347
+  border-radius: 1px;
348
+  padding: 5px 5px 5px 8px;
349
+  margin: 0px 0px 0px -214px;
350
+  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
351
+  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
352
+  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
353
+}
354
+
355
+.fortooltipinit:hover .calleridtooltip {
356
+  visibility: visible;
357
+}
358
+
359
+.fortooltip .fortooltiptext {
360
+  display: block;
361
+  position: absolute;
362
+  visibility: hidden;
363
+  width: 256px;
364
+  background-color: #f4f4f4;
365
+  font-size: 15px;
366
+  font-weight: bold;
367
+  color: #595959;
368
+  text-align: left;
369
+  border-radius: 1px;
370
+  padding: 5px 5px 13px 5px;
371
+  margin-top: -8px;
372
+  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
373
+  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
374
+  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
375
+}
376
+
377
+.fortooltip:hover .fortooltiptext {
378
+  visibility: visible;
379
+}
380
+
381
+.fortooltipsec .fortooltiptextsec {
382
+  display: block;
383
+  position: absolute;
384
+  visibility: hidden;
385
+  width: 256px;
386
+  background-color: #f4f4f4;
387
+  font-size: 15px;
388
+  font-weight: bold;
389
+  color: #595959;
390
+  text-align: left;
391
+  border-radius: 1px;
392
+  padding: 5px;
393
+  margin-top: -8px;
394
+  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
395
+  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
396
+  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
397
+}
398
+
399
+.fortooltipsec:hover .fortooltiptextsec {
400
+  visibility: visible;
401
+}
402
+
403
+.fileupload {
404
+  display: none;
405
+}
406
+
407
+div > label {
408
+  position: relative;
409
+}
410
+
411
+.uploadflbt {
412
+  width: 411px;
413
+}
414
+
415
+label span {
416
+  display: inline-block;
417
+  min-width: 110px;
418
+  padding: 0px 0px 8px 0px;
419
+}
420
+
421
+.uploadflbt .icon-upload {
422
+  display: inline;
423
+}
424
+
425
+.pfprompt {
426
+  font-size: 17px;
427
+  font-weight: bold;
428
+  color: #6d6c6c;
429
+}
430
+
431
+.fileuploadstl,.filesfromnc {
432
+  display: block;
433
+  font-size: 17px;
434
+  font-weight: bold;
435
+  color: #000000;
436
+}
437
+
438
+#filestotsize {
439
+  display: none;
440
+  position: relative;
441
+  height:auto;
442
+  margin: 0px 0px 16px 0px;
443
+  color: #18bf6e;
444
+  font-size: 15px;
445
+  font-weight: bold;
446
+}
447
+
448
+#filessizetext {
449
+  display: inline;
450
+  position: relative;
451
+  padding-left: 10px;
452
+}
453
+
454
+#fileuploadednm .indivflcls {
455
+  display: inline-block;
456
+  position: relative;
457
+  height:auto;
458
+  max-width: 90%;
459
+  overflow: visible;
460
+  white-space: normal;
461
+  word-break: break-all;
462
+  text-overflow: ellipsis;
463
+  font-size: 17px;
464
+  color: #0e6ba0;
465
+}
466
+
467
+.indivflcls:hover {
468
+  cursor: pointer;
469
+  text-decoration: underline;
470
+}
471
+
472
+.indupfldl {
473
+  position: relative;
474
+  display: inline-block;
475
+  float: right;
476
+  cursor: pointer;
477
+  width: 20px;
478
+  color: #0e6ba0;
479
+  text-align: center;
480
+  font-size: 17px;
481
+}
482
+
483
+#fileuploadednm .indupfldl:hover {
484
+  background-color: #e8f6ff;
485
+  cursor: pointer;
486
+}
487
+
488
+#filespickednc .indivflpckd {
489
+  display: inline-block;
490
+  position: relative;
491
+  height:auto;
492
+  max-width: 90%;
493
+  overflow: visible;
494
+  white-space: normal;
495
+  word-break: break-all;
496
+  text-overflow: ellipsis;
497
+  color: #0e6ba0;
498
+}
499
+
500
+.indivflpckd:hover {
501
+  cursor: pointer;
502
+  text-decoration: underline;
503
+}
504
+
505
+.indpckfldl {
506
+  position: relative;
507
+  display: inline-block;
508
+  float: right;
509
+  cursor: pointer;
510
+  width: 20px;
511
+  color: #0e6ba0;
512
+  text-align: center;
513
+}
514
+
515
+#filespickednc .indpckfldl:hover {
516
+  background-color: #e8f6ff;
517
+  cursor: pointer;
518
+}
519
+
520
+select, button, .button, input:not([type="range"]), textarea, div[contenteditable="true"], .pager li a {
521
+  margin: 0px 0px 0px 0px;
522
+}
523
+
524
+#dirbuttons {
525
+  margin-top: 28px;
526
+}
527
+
528
+button, .button, input[type="button"], input[type="submit"], input[type="reset"] {
529
+  padding: 6px 20px;
530
+  width: auto;
531
+  min-height: 22px;
532
+  cursor: pointer;
533
+  box-sizing: border-box;
534
+  background-color: var(--color-background-dark);
535
+}
536
+
537
+select {
538
+  width: 130px;
539
+  min-height: 28px;
540
+  box-sizing: border-box;
541
+  padding-right: 0px !important;
542
+}
543
+
544
+#uploadfileforfax {
545
+  margin-left: 19px;
546
+}
547
+
548
+#pickFromNext, #uploadFile {
549
+  display: inline-block;
550
+  position: relative;
551
+  font-size: 17px;
552
+  font-weight: bold;
553
+  color: #6d6c6c;
554
+}
555
+
556
+#choosefilen {
557
+  display: inline;
558
+  position: relative;
559
+  margin: 0px 0px 20px 16px;
560
+  padding-top: 15px;
561
+  background-image: url('../img/nextcloud_logo.svg');
562
+  background-repeat: no-repeat;
563
+  background-size: 110% 125%;
564
+  background-position: center center;
565
+  min-width: 66px;
566
+  min-height: 30px;
567
+  cursor:pointer;
568
+}
569
+
570
+#choosefilen:active {
571
+  background-image: url('../img/nextcloud_logo_bright.svg');
572
+  background-repeat: no-repeat;
573
+  background-size: 110% 125%;
574
+  background-position: center center;
575
+  min-width: 66px;
576
+  min-height: 30px;
577
+}
578
+
579
+#checkbalance {
580
+  display: inline;
581
+  position: relative;
582
+  padding-left: 0px;
583
+  margin-top: -1px;
584
+  margin-right: 4px;
585
+  float: right;
586
+  background-image: url('../img/refresh_logo.svg');
587
+  background-repeat: no-repeat;
588
+  background-size: 110% 110%;
589
+  background-position: center center;
590
+  min-width: 24px;
591
+  min-height: 24px;
592
+  cursor: pointer;
593
+  background-color: #FFFFFF;
594
+}
595
+
596
+#selectcalleridbttn {
597
+  display: inline;
598
+  position: relative;
599
+  padding-left: 0px;
600
+  margin-top: 2.6px;
601
+  margin-right: 4px;
602
+  float: right;
603
+  background-image: url('../img/refresh_logo.svg');
604
+  background-repeat: no-repeat;
605
+  background-size: 110% 110%;
606
+  background-position: center center;
607
+  min-width: 24px;
608
+  min-height: 24px;
609
+  cursor: pointer;
610
+  background-color: #FFFFFF;
611
+}
612
+
613
+#faxnumbersdiv #pickid {
614
+  display: inline-block;
615
+  position: relative;
616
+  font-size: 17px;
617
+  font-weight: bold;
618
+  margin: 4px 3px 4px 13px;
619
+  color: #FFFFFF;
620
+}
621
+
622
+#get_notification {
623
+  display: block;
624
+  margin-bottom: 8px;
625
+}
626
+
627
+#get_notification:hover {
628
+  cursor: pointer;
629
+}
630
+
631
+.pax_fax_boxspec {
632
+  display: inline-block;
633
+  box-sizing: content-box;
634
+  margin: 8px 0px !important;
635
+  width: 70%;
636
+  font-size: 14px !important;
637
+}
638
+
639
+.setlabeltext {
640
+  font-size: 15px;
641
+}
642
+
643
+#countryCallCode {
644
+  color: #1b60ba;
645
+}
646
+
647
+#countryCallCode:hover {
648
+  color: #0D3B78;
649
+}
650
+
651
+.openfaxfolder {
652
+  display: block;
653
+  position: relative;
654
+  margin: 10px 0px 10px 0px !important;
655
+  padding: 7px 0px 7px 0px;
656
+  width: 100% !important;
657
+  color: #FFFFFF !important;
658
+  font-size: 15px !important;
659
+  background-color: #CB99C5 !important;
660
+}
661
+
662
+.openfaxfolder:hover {
663
+  border: 2px;
664
+  background-color: #c18bba !important;
665
+}
666
+
667
+.openfaxfolder:active {
668
+  background-color: #b777af !important;
669
+  border: 2px;
670
+  color: #FFFFFF !important;
671
+  border-color: #b777af;
672
+}
673
+
674
+.openfaxfolder:focus {
675
+  background-color: #a3669b !important;
676
+  border: 2px;
677
+  border-color: #a3669b;
678
+}
679
+
680
+.indgenflcls, .indgenpckfls {
681
+  display: block;
682
+  margin: 0px 6px 14px 6px;
683
+}
684
+
685
+/*Changes for dark themes*/
686
+[data-theme-dark] .fortooltipinit #infosetid,
687
+[data-theme-dark-highcontrast] .fortooltipinit #infosetid {
688
+  display: block;
689
+  position: relative;
690
+  margin: 4px 9px 0px 0px;
691
+  color: #fafafa;
692
+  font-size: 21px;
693
+  font-weight: bold;
694
+  font-family: Times New Roman;
695
+  font-style: italic;
696
+}
697
+
698
+[data-theme-dark] .fortooltip #infonumber,
699
+[data-theme-dark-highcontrast] .fortooltip #infonumber {
700
+  color: #fafafa;
701
+  font-size: 21px;
702
+  font-weight: bold;
703
+  font-family: Times New Roman;
704
+  font-style: italic;
705
+  padding: 0px 0px 3px 3px;
706
+}
707
+
708
+[data-theme-dark] .fortooltipsec #infoformat,
709
+[data-theme-dark-highcontrast] .fortooltipsec #infoformat {
710
+  color: #fafafa;
711
+  font-size: 21px;
712
+  font-weight: bold;
713
+  font-family: Times New Roman;
714
+  font-style: italic;
715
+  padding: 0px 0px 3px 3px;
716
+}
717
+
718
+[data-theme-dark] .faxnbformat a,
719
+[data-theme-dark-highcontrast] .faxnbformat a {
720
+  color: #cedfff !important;
721
+}
722
+
723
+[data-theme-dark] .faxnbformat font,
724
+[data-theme-dark-highcontrast] .faxnbformat font {
725
+  color: #f7547a !important;
726
+}
727
+
728
+[data-theme-dark] #faxto,
729
+[data-theme-dark-highcontrast] #faxto {
730
+  display: block;
731
+  width: 97%;
732
+  max-height: 22px;
733
+  margin: 3px 0px 20px 0px;
734
+  padding: 1px 13px 0px 13px;
735
+  color: #fafafa;
736
+  font-size: 15px;
737
+  font-weight: bold;
738
+  border-radius: 20px;
739
+}
740
+
741
+[data-theme-dark] .pfheader,
742
+[data-theme-dark-highcontrast] .pfheader {
743
+  display: block;
744
+  position: relative;
745
+  margin: 0px 0px 7px 0px;
746
+  color: #fafafa;
747
+  font-size: 17px;
748
+  font-weight: bold;
749
+}
750
+
751
+[data-theme-dark] #uploadFile,
752
+[data-theme-dark] #pickFromNext,
753
+[data-theme-dark-highcontrast] #uploadFile,
754
+[data-theme-dark-highcontrast] #pickFromNext {
755
+  display: inline-block;
756
+  position: relative;
757
+  font-size: 17px;
758
+  font-weight: bold;
759
+  color: #fafafa;
760
+}
761
+
762
+[data-theme-dark] #uploadfileforfax,
763
+[data-theme-dark-highcontrast] #uploadfileforfax {
764
+  margin-left: 19px;
765
+  background-color: #898989;
766
+}
767
+
768
+[data-theme-dark] #fileuploadednm .indivflcls,
769
+[data-theme-dark-highcontrast] #fileuploadednm .indivflcls {
770
+  display: inline-block;
771
+  position: relative;
772
+  height: auto;
773
+  max-width: 90%;
774
+  overflow: visible;
775
+  white-space: normal;
776
+  word-break: break-all;
777
+  text-overflow: ellipsis;
778
+  font-size: 17px;
779
+  color: #c2e9ff;
780
+}
781
+
782
+[data-theme-dark] .indupfldl,
783
+[data-theme-dark-highcontrast] .indupfldl {
784
+  position: relative;
785
+  display: inline-block;
786
+  float: right;
787
+  cursor: pointer;
788
+  width: 20px;
789
+  color: #c2e9ff;
790
+  text-align: center;
791
+  font-size: 17px;
792
+}
793
+
794
+[data-theme-dark] #filespickednc .indivflpckd,
795
+[data-theme-dark-highcontrast] #filespickednc .indivflpckd {
796
+  display: inline-block;
797
+  position: relative;
798
+  height: auto;
799
+  max-width: 90%;
800
+  overflow: visible;
801
+  white-space: normal;
802
+  word-break: break-all;
803
+  text-overflow: ellipsis;
804
+  color: #c2e9ff;
805
+}
806
+
807
+[data-theme-dark] .indpckfldl,
808
+[data-theme-dark-highcontrast] .indpckfldl {
809
+  position: relative;
810
+  display: inline-block;
811
+  float: right;
812
+  cursor: pointer;
813
+  width: 20px;
814
+  color: #c2e9ff;
815
+  text-align: center;
816
+}
Browse code

removed CHANGELOG.txt appinfo/info.xml appinfo/signature.json css/style.css lib/Service/PaxfaxService.php lib/Migration/Version100Date20211106170854.php

DoubleBastionAdmin authored on 02/12/2022 23:42:41
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,683 +0,0 @@
1
-/**
2
- * @copyright 2021 Double Bastion LLC <www.doublebastion.com>
3
- *
4
- * @author Double Bastion LLC
5
- *
6
- * @license GNU AGPL version 3 or any later version
7
- *
8
- * This program is free software; you can redistribute it and/or
9
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
10
- * License as published by the Free Software Foundation; either
11
- * version 3 of the License, or any later version.
12
- *
13
- * This program is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
17
- *
18
- * You should have received a copy of the GNU Affero General Public
19
- * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
- *
21
- */
22
-
23
-#app {
24
-  position: relative;
25
-  display: flex;
26
-  min-height: 100%;
27
-  min-width: 100%;
28
-}
29
-
30
-#app-content {
31
-   position: relative;
32
-   z-index: 1000;
33
-   flex-basis: 100vw;
34
-   min-width: 0;
35
-   min-height: 100%;
36
-   margin: 0 !important;
37
-   overflow-y: scroll;
38
-}
39
-
40
-#app-content #app-content-wrapper {
41
-   height: 108% !important;
42
-}
43
-
44
-#pax_fax_vbar {
45
-  padding: 18px;
46
-  font-family: Calibri, Frutiger, "Myriad Pro", Myriad, sans-serif;
47
-  color: #6d6c6c;
48
-}
49
-
50
-#currentbaldiv {
51
-  display: block;
52
-  position: relative;
53
-  font-size: 17px;
54
-  font-weight: bold;
55
-  padding: 5px 0px 2px 14px;
56
-  margin: 0px 0px 8px 0px;
57
-  color: #FFFFFF;
58
-  background: #3f9dd1;
59
-  border-radius: 20px;
60
-}
61
-
62
-#currentbalance {
63
-  display: inline;
64
-  position: relative;
65
-  padding-left: 10px;
66
-}
67
-
68
-.providername {
69
-  color: #FFFFFF;
70
-}
71
-
72
-.providername:hover {
73
-  color: #003b94;
74
-}
75
-
76
-#faxnumbersdiv {
77
-  display: block;
78
-  position: relative;
79
-  font-size: 17px;
80
-  font-weight: bold;
81
-  height: 30px;
82
-  margin: 0px 0px 20px 0px;
83
-  background: #3f9dd1;
84
-  border-radius: 20px;
85
-}
86
-
87
-#currentfaxnmbrs {
88
-  display: inline-block;
89
-  position: absolute;
90
-  height: 22px !important;
91
-  width: 54%;
92
-  font-size: 14px;
93
-  color: #353535;
94
-  padding: 1px 0px 0px 5px;
95
-  margin: 0.5px 0px 0px 4px;
96
-  -moz-box-sizing: border-box;
97
-  -webkit-box-sizing: border-box;
98
-  box-sizing: border-box;
99
-  background: #fcfcfc;
100
-  border-radius: 20px;
101
-}
102
-
103
-.pflabels {
104
-  font-size: 15px;
105
-  font-weight: bold;
106
-}
107
-
108
-.pfheader {
109
-  display: block;
110
-  position: relative;
111
-  margin: 0px 0px 7px 0px;
112
-  font-size: 17px;
113
-  font-weight: bold;
114
-}
115
-
116
-.faxnbformat {
117
-  display: block;
118
-  position: relative;
119
-  margin: 0px 0px 4px 0px;
120
-  font-size: 17px;
121
-  font-weight: bold;
122
-
123
-}
124
-
125
-.pax_fax_box {
126
-  display: block;
127
-  box-sizing: content-box;
128
-  margin: 8px 0px !important;
129
-  width: 70%;
130
-}
131
-.indtext {
132
-  display: inline-block;
133
-  padding-left: 10px;
134
-}
135
-
136
-#settings-dscr {
137
-  padding-top: 3px;
138
-}
139
-
140
-#pf_upload_msg, #pf_choose_msg, #pf_submit_msg {
141
-  display: block;
142
-  margin: 8px 0px 8px 0px;
143
-  text-align: center;
144
-  font-size: 15px;
145
-  font-weight: bold;
146
-  color: #181918;
147
-  background-color: #a5e5b3;
148
-  border-radius: 14px;
149
-}
150
-
151
-#paxfax_save_msg {
152
-  display: inline;
153
-  color: #181918;
154
-  background-color: #a5e5b3;
155
-  font-weight: bold;
156
-  max-width: 70px;
157
-  text-align: center;
158
-  margin-top: 7px;
159
-}
160
-
161
-#pf_submit_msg {
162
-  padding-left: 5px;
163
-  padding-right: 5px;
164
-}
165
-
166
-#pickedfilename {
167
-  font-size: 13px;
168
-}
169
-
170
-#faxtodiv {
171
-  display: block;
172
-  position: relative;
173
-}
174
-
175
-#faxto {
176
-  display: block;
177
-  width: 97%;
178
-  max-height: 22px;
179
-  margin: 3px 0px 20px 0px;
180
-  padding: 1px 13px 0px 13px;
181
-  color: #565656;
182
-  font-size: 15px;
183
-  font-weight: bold;
184
-  border-radius: 20px;
185
-}
186
-
187
-.up-bttn-wrapper {
188
-  display: block;
189
-  position: relative;
190
-  overflow: hidden;
191
-  padding-top: 20px;
192
-  padding-bottom: 30px;
193
-}
194
-
195
-#submitfax {
196
-  display: block;
197
-  color: white;
198
-  font-weight: bold;
199
-  font-size: 15px;
200
-  background: #3f9dd1;
201
-  padding: 6px 16px 6px 16px;
202
-}
203
-
204
-#submitfax:active {
205
-  background: #00a2f9;
206
-}
207
-
208
-.uploadfiledv {
209
-  position: relative;
210
-  display: inline-block;
211
-  margin: 4px 0px 22px 0px;
212
-}
213
-
214
-#faxfoldersview {
215
-  display: inline-block;
216
-  position: relative;
217
-  width: 100%;
218
-  height: 100%;
219
-  margin-top: -50px;
220
-  background-color: #f4f9ff;
221
-}
222
-
223
-#viewerContainer {
224
-  display: block;
225
-  position: relative;
226
-  width: 100%;
227
-  height: 100%;
228
-}
229
-
230
-#viewer {
231
-  display: block;
232
-  position: relative;
233
-  min-width: 100%;
234
-  min-height: 100%;
235
-}
236
-
237
-#faxdocpreview {
238
-  display: block;
239
-  position: relative;
240
-  min-width: 100%;
241
-  min-height: 100%;
242
-  background-color: #f4f9ff;
243
-}
244
-
245
-#docPreviewFaxImg {
246
-  display: block;
247
-  position: relative;
248
-  background-image: url('../img/pax_fax_grey.svg');
249
-  background-repeat: no-repeat;
250
-  background-position: center;
251
-  width: 100%;
252
-  height: 100%;
253
-}
254
-
255
-#outerContainer {
256
-  display: block;
257
-  position: relative;
258
-  width: 100%;
259
-  height: 100%;
260
-}
261
-
262
-#mainContainer {
263
-  display: block;
264
-  position: relative;
265
-  width: 100%;
266
-  height: 100%;
267
-}
268
-
269
-#uploadedjpg, #uploadedpng {
270
-  width: auto !important;
271
-  height: auto !important;
272
-}
273
-
274
-.cllridcls {
275
-  position: relative;
276
-  display: inline;
277
-  font-size: 17px;
278
-  color: #000000;
279
-  z-index: 3;
280
-}
281
-
282
-.fortooltipinit {
283
-  position: relative;
284
-  display: inline-block;
285
-  float: right;
286
-  font-size: 15px;
287
-  color: #000000;
288
-  z-index: 3;
289
-}
290
-
291
-.fortooltipinit #infosetid {
292
-  display: block;
293
-  position: relative;
294
-  margin: 4px 9px 0px 0px;
295
-  color: #000000;
296
-  font-size: 21px;
297
-  font-weight: bold;
298
-  font-family: Times New Roman;
299
-  font-style: italic;
300
-}
301
-
302
-.fortooltip {
303
-  position: relative;
304
-  display: inline-block;
305
-  font-size: 15px;
306
-  color: #000000;
307
-  z-index: 2;
308
-}
309
-
310
-.fortooltip #infonumber {
311
-  color: #000000;
312
-  font-size: 21px;
313
-  font-weight: bold;
314
-  font-family: Times New Roman;
315
-  font-style: italic;
316
-  padding: 0px 0px 3px 3px;
317
-}
318
-
319
-.fortooltipsec {
320
-  position: relative;
321
-  display: inline-block;
322
-  font-size: 15px;
323
-  color: #000000;
324
-  padding: 0px 0px 4px 0px;
325
-  z-index: 1;
326
-}
327
-
328
-.fortooltipsec #infoformat {
329
-  color: #000000;
330
-  font-size: 21px;
331
-  font-weight: bold;
332
-  font-family: Times New Roman;
333
-  font-style: italic;
334
-  padding: 0px 0px 3px 3px;
335
-}
336
-
337
-.fortooltipinit .calleridtooltip {
338
-  display: block;
339
-  position: absolute;
340
-  visibility: hidden;
341
-  width: 264px;
342
-  background-color: #f4f4f4;
343
-  font-size: 15px;
344
-  font-weight: bold;
345
-  color: #595959;
346
-  text-align: left;
347
-  border-radius: 1px;
348
-  padding: 5px 5px 5px 8px;
349
-  margin: 0px 0px 0px -214px;
350
-  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
351
-  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
352
-  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
353
-}
354
-
355
-.fortooltipinit:hover .calleridtooltip {
356
-  visibility: visible;
357
-}
358
-
359
-.fortooltip .fortooltiptext {
360
-  display: block;
361
-  position: absolute;
362
-  visibility: hidden;
363
-  width: 256px;
364
-  background-color: #f4f4f4;
365
-  font-size: 15px;
366
-  font-weight: bold;
367
-  color: #595959;
368
-  text-align: left;
369
-  border-radius: 1px;
370
-  padding: 5px 5px 13px 5px;
371
-  margin-top: -8px;
372
-  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
373
-  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
374
-  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
375
-}
376
-
377
-.fortooltip:hover .fortooltiptext {
378
-  visibility: visible;
379
-}
380
-
381
-.fortooltipsec .fortooltiptextsec {
382
-  display: block;
383
-  position: absolute;
384
-  visibility: hidden;
385
-  width: 256px;
386
-  background-color: #f4f4f4;
387
-  font-size: 15px;
388
-  font-weight: bold;
389
-  color: #595959;
390
-  text-align: left;
391
-  border-radius: 1px;
392
-  padding: 5px;
393
-  margin-top: -8px;
394
-  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
395
-  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
396
-  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
397
-}
398
-
399
-.fortooltipsec:hover .fortooltiptextsec {
400
-  visibility: visible;
401
-}
402
-
403
-.fileupload {
404
-  display: none;
405
-}
406
-
407
-div > label {
408
-  position: relative;
409
-}
410
-
411
-.uploadflbt {
412
-  width: 411px;
413
-}
414
-
415
-label span {
416
-  display: inline-block;
417
-  min-width: 110px;
418
-  padding: 0px 0px 8px 0px;
419
-}
420
-
421
-.uploadflbt .icon-upload {
422
-  display: inline;
423
-}
424
-
425
-.pfprompt {
426
-  font-size: 17px;
427
-  font-weight: bold;
428
-  color: #6d6c6c;
429
-}
430
-
431
-.fileuploadstl,.filesfromnc {
432
-  display: block;
433
-  font-size: 17px;
434
-  font-weight: bold;
435
-  color: #000000;
436
-}
437
-
438
-#filestotsize {
439
-  display: none;
440
-  position: relative;
441
-  height:auto;
442
-  margin: 0px 0px 16px 0px;
443
-  color: #18bf6e;
444
-  font-size: 15px;
445
-  font-weight: bold;
446
-}
447
-
448
-#filessizetext {
449
-  display: inline;
450
-  position: relative;
451
-  padding-left: 10px;
452
-}
453
-
454
-#fileuploadednm .indivflcls {
455
-  display: inline-block;
456
-  position: relative;
457
-  height:auto;
458
-  max-width: 90%;
459
-  overflow: visible;
460
-  white-space: normal;
461
-  word-break: break-all;
462
-  text-overflow: ellipsis;
463
-  font-size: 17px;
464
-  color: #0e6ba0;
465
-}
466
-
467
-.indivflcls:hover {
468
-  cursor: pointer;
469
-  text-decoration: underline;
470
-}
471
-
472
-.indupfldl {
473
-  position: relative;
474
-  display: inline-block;
475
-  float: right;
476
-  cursor: pointer;
477
-  width: 20px;
478
-  color: #0e6ba0;
479
-  text-align: center;
480
-  font-size: 17px;
481
-}
482
-
483
-#fileuploadednm .indupfldl:hover {
484
-  background-color: #e8f6ff;
485
-  cursor: pointer;
486
-}
487
-
488
-#filespickednc .indivflpckd {
489
-  display: inline-block;
490
-  position: relative;
491
-  height:auto;
492
-  max-width: 90%;
493
-  overflow: visible;
494
-  white-space: normal;
495
-  word-break: break-all;
496
-  text-overflow: ellipsis;
497
-  color: #0e6ba0;
498
-}
499
-
500
-.indivflpckd:hover {
501
-  cursor: pointer;
502
-  text-decoration: underline;
503
-}
504
-
505
-.indpckfldl {
506
-  position: relative;
507
-  display: inline-block;
508
-  float: right;
509
-  cursor: pointer;
510
-  width: 20px;
511
-  color: #0e6ba0;
512
-  text-align: center;
513
-}
514
-
515
-#filespickednc .indpckfldl:hover {
516
-  background-color: #e8f6ff;
517
-  cursor: pointer;
518
-}
519
-
520
-select, button, .button, input:not([type="range"]), textarea, div[contenteditable="true"], .pager li a {
521
-  margin: 0px 0px 0px 0px;
522
-}
523
-
524
-#dirbuttons {
525
-  margin-top: 28px;
526
-}
527
-
528
-button, .button, input[type="button"], input[type="submit"], input[type="reset"] {
529
-  padding: 6px 20px;
530
-  width: auto;
531
-  min-height: 22px;
532
-  cursor: pointer;
533
-  box-sizing: border-box;
534
-  background-color: var(--color-background-dark);
535
-}
536
-
537
-select {
538
-  width: 130px;
539
-  min-height: 28px;
540
-  box-sizing: border-box;
541
-  padding-right: 0px !important;
542
-}
543
-
544
-#uploadfileforfax {
545
-  margin-left: 19px;
546
-}
547
-
548
-#pickFromNext, #uploadFile {
549
-  display: inline-block;
550
-  position: relative;
551
-  font-size: 17px;
552
-  font-weight: bold;
553
-  color: #6d6c6c;
554
-}
555
-
556
-#choosefilen {
557
-  display: inline;
558
-  position: relative;
559
-  margin: 0px 0px 20px 16px;
560
-  padding-top: 15px;
561
-  background-image: url('../img/nextcloud_logo.svg');
562
-  background-repeat: no-repeat;
563
-  background-size: 110% 125%;
564
-  background-position: center center;
565
-  min-width: 66px;
566
-  min-height: 30px;
567
-  cursor:pointer;
568
-}
569
-
570
-#choosefilen:active {
571
-  background-image: url('../img/nextcloud_logo_bright.svg');
572
-  background-repeat: no-repeat;
573
-  background-size: 110% 125%;
574
-  background-position: center center;
575
-  min-width: 66px;
576
-  min-height: 30px;
577
-}
578
-
579
-#checkbalance {
580
-  display: inline;
581
-  position: relative;
582
-  padding-left: 0px;
583
-  margin-top: -1px;
584
-  margin-right: 4px;
585
-  float: right;
586
-  background-image: url('../img/refresh_logo.svg');
587
-  background-repeat: no-repeat;
588
-  background-size: 110% 110%;
589
-  background-position: center center;
590
-  min-width: 24px;
591
-  min-height: 24px;
592
-  cursor: pointer;
593
-  background-color: #FFFFFF;
594
-}
595
-
596
-#selectcalleridbttn {
597
-  display: inline;
598
-  position: relative;
599
-  padding-left: 0px;
600
-  margin-top: 2.6px;
601
-  margin-right: 4px;
602
-  float: right;
603
-  background-image: url('../img/refresh_logo.svg');
604
-  background-repeat: no-repeat;
605
-  background-size: 110% 110%;
606
-  background-position: center center;
607
-  min-width: 24px;
608
-  min-height: 24px;
609
-  cursor: pointer;
610
-  background-color: #FFFFFF;
611
-}
612
-
613
-#faxnumbersdiv #pickid {
614
-  display: inline-block;
615
-  position: relative;
616
-  font-size: 17px;
617
-  font-weight: bold;
618
-  margin: 4px 3px 4px 13px;
619
-  color: #FFFFFF;
620
-}
621
-
622
-#get_notification {
623
-  display: block;
624
-  margin-bottom: 8px;
625
-}
626
-
627
-#get_notification:hover {
628
-  cursor: pointer;
629
-}
630
-
631
-.pax_fax_boxspec {
632
-  display: inline-block;
633
-  box-sizing: content-box;
634
-  margin: 8px 0px !important;
635
-  width: 70%;
636
-  font-size: 14px !important;
637
-}
638
-
639
-.setlabeltext {
640
-  font-size: 15px;
641
-}
642
-
643
-#countryCallCode {
644
-  color: #1b60ba;
645
-}
646
-
647
-#countryCallCode:hover {
648
-  color: #0D3B78;
649
-}
650
-
651
-.openfaxfolder {
652
-  display: block;
653
-  position: relative;
654
-  margin: 10px 0px 10px 0px !important;
655
-  padding: 7px 0px 7px 0px;
656
-  width: 100% !important;
657
-  color: #FFFFFF !important;
658
-  font-size: 15px !important;
659
-  background-color: #CB99C5 !important;
660
-}
661
-
662
-.openfaxfolder:hover {
663
-  border: 2px;
664
-  background-color: #c18bba !important;
665
-}
666
-
667
-.openfaxfolder:active {
668
-  background-color: #b777af !important;
669
-  border: 2px;
670
-  color: #FFFFFF !important;
671
-  border-color: #b777af;
672
-}
673
-
674
-.openfaxfolder:focus {
675
-  background-color: #a3669b !important;
676
-  border: 2px;
677
-  border-color: #a3669b;
678
-}
679
-
680
-.indgenflcls, .indgenpckfls {
681
-  display: block;
682
-  margin: 0px 6px 14px 6px;
683
-}
Browse code

added appinfo/info.xml appinfo/signature.json Contributors.txt CHANGELOG.txt lib/Settings/Personal.php css/style.css templates/settings.php

DoubleBastionAdmin authored on 27/10/2022 18:21:23
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,683 @@
1
+/**
2
+ * @copyright 2021 Double Bastion LLC <www.doublebastion.com>
3
+ *
4
+ * @author Double Bastion LLC
5
+ *
6
+ * @license GNU AGPL version 3 or any later version
7
+ *
8
+ * This program is free software; you can redistribute it and/or
9
+ * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
10
+ * License as published by the Free Software Foundation; either
11
+ * version 3 of the License, or any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
17
+ *
18
+ * You should have received a copy of the GNU Affero General Public
19
+ * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
+ *
21
+ */
22
+
23
+#app {
24
+  position: relative;
25
+  display: flex;
26
+  min-height: 100%;
27
+  min-width: 100%;
28
+}
29
+
30
+#app-content {
31
+   position: relative;
32
+   z-index: 1000;
33
+   flex-basis: 100vw;
34
+   min-width: 0;
35
+   min-height: 100%;
36
+   margin: 0 !important;
37
+   overflow-y: scroll;
38
+}
39
+
40
+#app-content #app-content-wrapper {
41
+   height: 108% !important;
42
+}
43
+
44
+#pax_fax_vbar {
45
+  padding: 18px;
46
+  font-family: Calibri, Frutiger, "Myriad Pro", Myriad, sans-serif;
47
+  color: #6d6c6c;
48
+}
49
+
50
+#currentbaldiv {
51
+  display: block;
52
+  position: relative;
53
+  font-size: 17px;
54
+  font-weight: bold;
55
+  padding: 5px 0px 2px 14px;
56
+  margin: 0px 0px 8px 0px;
57
+  color: #FFFFFF;
58
+  background: #3f9dd1;
59
+  border-radius: 20px;
60
+}
61
+
62
+#currentbalance {
63
+  display: inline;
64
+  position: relative;
65
+  padding-left: 10px;
66
+}
67
+
68
+.providername {
69
+  color: #FFFFFF;
70
+}
71
+
72
+.providername:hover {
73
+  color: #003b94;
74
+}
75
+
76
+#faxnumbersdiv {
77
+  display: block;
78
+  position: relative;
79
+  font-size: 17px;
80
+  font-weight: bold;
81
+  height: 30px;
82
+  margin: 0px 0px 20px 0px;
83
+  background: #3f9dd1;
84
+  border-radius: 20px;
85
+}
86
+
87
+#currentfaxnmbrs {
88
+  display: inline-block;
89
+  position: absolute;
90
+  height: 22px !important;
91
+  width: 54%;
92
+  font-size: 14px;
93
+  color: #353535;
94
+  padding: 1px 0px 0px 5px;
95
+  margin: 0.5px 0px 0px 4px;
96
+  -moz-box-sizing: border-box;
97
+  -webkit-box-sizing: border-box;
98
+  box-sizing: border-box;
99
+  background: #fcfcfc;
100
+  border-radius: 20px;
101
+}
102
+
103
+.pflabels {
104
+  font-size: 15px;
105
+  font-weight: bold;
106
+}
107
+
108
+.pfheader {
109
+  display: block;
110
+  position: relative;
111
+  margin: 0px 0px 7px 0px;
112
+  font-size: 17px;
113
+  font-weight: bold;
114
+}
115
+
116
+.faxnbformat {
117
+  display: block;
118
+  position: relative;
119
+  margin: 0px 0px 4px 0px;
120
+  font-size: 17px;
121
+  font-weight: bold;
122
+
123
+}
124
+
125
+.pax_fax_box {
126
+  display: block;
127
+  box-sizing: content-box;
128
+  margin: 8px 0px !important;
129
+  width: 70%;
130
+}
131
+.indtext {
132
+  display: inline-block;
133
+  padding-left: 10px;
134
+}
135
+
136
+#settings-dscr {
137
+  padding-top: 3px;
138
+}
139
+
140
+#pf_upload_msg, #pf_choose_msg, #pf_submit_msg {
141
+  display: block;
142
+  margin: 8px 0px 8px 0px;
143
+  text-align: center;
144
+  font-size: 15px;
145
+  font-weight: bold;
146
+  color: #181918;
147
+  background-color: #a5e5b3;
148
+  border-radius: 14px;
149
+}
150
+
151
+#paxfax_save_msg {
152
+  display: inline;
153
+  color: #181918;
154
+  background-color: #a5e5b3;
155
+  font-weight: bold;
156
+  max-width: 70px;
157
+  text-align: center;
158
+  margin-top: 7px;
159
+}
160
+
161
+#pf_submit_msg {
162
+  padding-left: 5px;
163
+  padding-right: 5px;
164
+}
165
+
166
+#pickedfilename {
167
+  font-size: 13px;
168
+}
169
+
170
+#faxtodiv {
171
+  display: block;
172
+  position: relative;
173
+}
174
+
175
+#faxto {
176
+  display: block;
177
+  width: 97%;
178
+  max-height: 22px;
179
+  margin: 3px 0px 20px 0px;
180
+  padding: 1px 13px 0px 13px;
181
+  color: #565656;
182
+  font-size: 15px;
183
+  font-weight: bold;
184
+  border-radius: 20px;
185
+}
186
+
187
+.up-bttn-wrapper {
188
+  display: block;
189
+  position: relative;
190
+  overflow: hidden;
191
+  padding-top: 20px;
192
+  padding-bottom: 30px;
193
+}
194
+
195
+#submitfax {
196
+  display: block;
197
+  color: white;
198
+  font-weight: bold;
199
+  font-size: 15px;
200
+  background: #3f9dd1;
201
+  padding: 6px 16px 6px 16px;
202
+}
203
+
204
+#submitfax:active {
205
+  background: #00a2f9;
206
+}
207
+
208
+.uploadfiledv {
209
+  position: relative;
210
+  display: inline-block;
211
+  margin: 4px 0px 22px 0px;
212
+}
213
+
214
+#faxfoldersview {
215
+  display: inline-block;
216
+  position: relative;
217
+  width: 100%;
218
+  height: 100%;
219
+  margin-top: -50px;
220
+  background-color: #f4f9ff;
221
+}
222
+
223
+#viewerContainer {
224
+  display: block;
225
+  position: relative;
226
+  width: 100%;
227
+  height: 100%;
228
+}
229
+
230
+#viewer {
231
+  display: block;
232
+  position: relative;
233
+  min-width: 100%;
234
+  min-height: 100%;
235
+}
236
+
237
+#faxdocpreview {
238
+  display: block;
239
+  position: relative;
240
+  min-width: 100%;
241
+  min-height: 100%;
242
+  background-color: #f4f9ff;
243
+}
244
+
245
+#docPreviewFaxImg {
246
+  display: block;
247
+  position: relative;
248
+  background-image: url('../img/pax_fax_grey.svg');
249
+  background-repeat: no-repeat;
250
+  background-position: center;
251
+  width: 100%;
252
+  height: 100%;
253
+}
254
+
255
+#outerContainer {
256
+  display: block;
257
+  position: relative;
258
+  width: 100%;
259
+  height: 100%;
260
+}
261
+
262
+#mainContainer {
263
+  display: block;
264
+  position: relative;
265
+  width: 100%;
266
+  height: 100%;
267
+}
268
+
269
+#uploadedjpg, #uploadedpng {
270
+  width: auto !important;
271
+  height: auto !important;
272
+}
273
+
274
+.cllridcls {
275
+  position: relative;
276
+  display: inline;
277
+  font-size: 17px;
278
+  color: #000000;
279
+  z-index: 3;
280
+}
281
+
282
+.fortooltipinit {
283
+  position: relative;
284
+  display: inline-block;
285
+  float: right;
286
+  font-size: 15px;
287
+  color: #000000;
288
+  z-index: 3;
289
+}
290
+
291
+.fortooltipinit #infosetid {
292
+  display: block;
293
+  position: relative;
294
+  margin: 4px 9px 0px 0px;
295
+  color: #000000;
296
+  font-size: 21px;
297
+  font-weight: bold;
298
+  font-family: Times New Roman;
299
+  font-style: italic;
300
+}
301
+
302
+.fortooltip {
303
+  position: relative;
304
+  display: inline-block;
305
+  font-size: 15px;
306
+  color: #000000;
307
+  z-index: 2;
308
+}
309
+
310
+.fortooltip #infonumber {
311
+  color: #000000;
312
+  font-size: 21px;
313
+  font-weight: bold;
314
+  font-family: Times New Roman;
315
+  font-style: italic;
316
+  padding: 0px 0px 3px 3px;
317
+}
318
+
319
+.fortooltipsec {
320
+  position: relative;
321
+  display: inline-block;
322
+  font-size: 15px;
323
+  color: #000000;
324
+  padding: 0px 0px 4px 0px;
325
+  z-index: 1;
326
+}
327
+
328
+.fortooltipsec #infoformat {
329
+  color: #000000;
330
+  font-size: 21px;
331
+  font-weight: bold;
332
+  font-family: Times New Roman;
333
+  font-style: italic;
334
+  padding: 0px 0px 3px 3px;
335
+}
336
+
337
+.fortooltipinit .calleridtooltip {
338
+  display: block;
339
+  position: absolute;
340
+  visibility: hidden;
341
+  width: 264px;
342
+  background-color: #f4f4f4;
343
+  font-size: 15px;
344
+  font-weight: bold;
345
+  color: #595959;
346
+  text-align: left;
347
+  border-radius: 1px;
348
+  padding: 5px 5px 5px 8px;
349
+  margin: 0px 0px 0px -214px;
350
+  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
351
+  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
352
+  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
353
+}
354
+
355
+.fortooltipinit:hover .calleridtooltip {
356
+  visibility: visible;
357
+}
358
+
359
+.fortooltip .fortooltiptext {
360
+  display: block;
361
+  position: absolute;
362
+  visibility: hidden;
363
+  width: 256px;
364
+  background-color: #f4f4f4;
365
+  font-size: 15px;
366
+  font-weight: bold;
367
+  color: #595959;
368
+  text-align: left;
369
+  border-radius: 1px;
370
+  padding: 5px 5px 13px 5px;
371
+  margin-top: -8px;
372
+  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
373
+  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
374
+  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
375
+}
376
+
377
+.fortooltip:hover .fortooltiptext {
378
+  visibility: visible;
379
+}
380
+
381
+.fortooltipsec .fortooltiptextsec {
382
+  display: block;
383
+  position: absolute;
384
+  visibility: hidden;
385
+  width: 256px;
386
+  background-color: #f4f4f4;
387
+  font-size: 15px;
388
+  font-weight: bold;
389
+  color: #595959;
390
+  text-align: left;
391
+  border-radius: 1px;
392
+  padding: 5px;
393
+  margin-top: -8px;
394
+  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
395
+  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
396
+  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
397
+}
398
+
399
+.fortooltipsec:hover .fortooltiptextsec {
400
+  visibility: visible;
401
+}
402
+
403
+.fileupload {
404
+  display: none;
405
+}
406
+
407
+div > label {
408
+  position: relative;
409
+}
410
+
411
+.uploadflbt {
412
+  width: 411px;
413
+}
414
+
415
+label span {
416
+  display: inline-block;
417
+  min-width: 110px;
418
+  padding: 0px 0px 8px 0px;
419
+}
420
+
421
+.uploadflbt .icon-upload {
422
+  display: inline;
423
+}
424
+
425
+.pfprompt {
426
+  font-size: 17px;
427
+  font-weight: bold;
428
+  color: #6d6c6c;
429
+}
430
+
431
+.fileuploadstl,.filesfromnc {
432
+  display: block;
433
+  font-size: 17px;
434
+  font-weight: bold;
435
+  color: #000000;
436
+}
437
+
438
+#filestotsize {
439
+  display: none;
440
+  position: relative;
441
+  height:auto;
442
+  margin: 0px 0px 16px 0px;
443
+  color: #18bf6e;
444
+  font-size: 15px;
445
+  font-weight: bold;
446
+}
447
+
448
+#filessizetext {
449
+  display: inline;
450
+  position: relative;
451
+  padding-left: 10px;
452
+}
453
+
454
+#fileuploadednm .indivflcls {
455
+  display: inline-block;
456
+  position: relative;
457
+  height:auto;
458
+  max-width: 90%;
459
+  overflow: visible;
460
+  white-space: normal;
461
+  word-break: break-all;
462
+  text-overflow: ellipsis;
463
+  font-size: 17px;
464
+  color: #0e6ba0;
465
+}
466
+
467
+.indivflcls:hover {
468
+  cursor: pointer;
469
+  text-decoration: underline;
470
+}
471
+
472
+.indupfldl {
473
+  position: relative;
474
+  display: inline-block;
475
+  float: right;
476
+  cursor: pointer;
477
+  width: 20px;
478
+  color: #0e6ba0;
479
+  text-align: center;
480
+  font-size: 17px;
481
+}
482
+
483
+#fileuploadednm .indupfldl:hover {
484
+  background-color: #e8f6ff;
485
+  cursor: pointer;
486
+}
487
+
488
+#filespickednc .indivflpckd {
489
+  display: inline-block;
490
+  position: relative;
491
+  height:auto;
492
+  max-width: 90%;
493
+  overflow: visible;
494
+  white-space: normal;
495
+  word-break: break-all;
496
+  text-overflow: ellipsis;
497
+  color: #0e6ba0;
498
+}
499
+
500
+.indivflpckd:hover {
501
+  cursor: pointer;
502
+  text-decoration: underline;
503
+}
504
+
505
+.indpckfldl {
506
+  position: relative;
507
+  display: inline-block;
508
+  float: right;
509
+  cursor: pointer;
510
+  width: 20px;
511
+  color: #0e6ba0;
512
+  text-align: center;
513
+}
514
+
515
+#filespickednc .indpckfldl:hover {
516
+  background-color: #e8f6ff;
517
+  cursor: pointer;
518
+}
519
+
520
+select, button, .button, input:not([type="range"]), textarea, div[contenteditable="true"], .pager li a {
521
+  margin: 0px 0px 0px 0px;
522
+}
523
+
524
+#dirbuttons {
525
+  margin-top: 28px;
526
+}
527
+
528
+button, .button, input[type="button"], input[type="submit"], input[type="reset"] {
529
+  padding: 6px 20px;
530
+  width: auto;
531
+  min-height: 22px;
532
+  cursor: pointer;
533
+  box-sizing: border-box;
534
+  background-color: var(--color-background-dark);
535
+}
536
+
537
+select {
538
+  width: 130px;
539
+  min-height: 28px;
540
+  box-sizing: border-box;
541
+  padding-right: 0px !important;
542
+}
543
+
544
+#uploadfileforfax {
545
+  margin-left: 19px;
546
+}
547
+
548
+#pickFromNext, #uploadFile {
549
+  display: inline-block;
550
+  position: relative;
551
+  font-size: 17px;
552
+  font-weight: bold;
553
+  color: #6d6c6c;
554
+}
555
+
556
+#choosefilen {
557
+  display: inline;
558
+  position: relative;
559
+  margin: 0px 0px 20px 16px;
560
+  padding-top: 15px;
561
+  background-image: url('../img/nextcloud_logo.svg');
562
+  background-repeat: no-repeat;
563
+  background-size: 110% 125%;
564
+  background-position: center center;
565
+  min-width: 66px;
566
+  min-height: 30px;
567
+  cursor:pointer;
568
+}
569
+
570
+#choosefilen:active {
571
+  background-image: url('../img/nextcloud_logo_bright.svg');
572
+  background-repeat: no-repeat;
573
+  background-size: 110% 125%;
574
+  background-position: center center;
575
+  min-width: 66px;
576
+  min-height: 30px;
577
+}
578
+
579
+#checkbalance {
580
+  display: inline;
581
+  position: relative;
582
+  padding-left: 0px;
583
+  margin-top: -1px;
584
+  margin-right: 4px;
585
+  float: right;
586
+  background-image: url('../img/refresh_logo.svg');
587
+  background-repeat: no-repeat;
588
+  background-size: 110% 110%;
589
+  background-position: center center;
590
+  min-width: 24px;
591
+  min-height: 24px;
592
+  cursor: pointer;
593
+  background-color: #FFFFFF;
594
+}
595
+
596
+#selectcalleridbttn {
597
+  display: inline;
598
+  position: relative;
599
+  padding-left: 0px;
600
+  margin-top: 2.6px;
601
+  margin-right: 4px;
602
+  float: right;
603
+  background-image: url('../img/refresh_logo.svg');
604
+  background-repeat: no-repeat;
605
+  background-size: 110% 110%;
606
+  background-position: center center;
607
+  min-width: 24px;
608
+  min-height: 24px;
609
+  cursor: pointer;
610
+  background-color: #FFFFFF;
611
+}
612
+
613
+#faxnumbersdiv #pickid {
614
+  display: inline-block;
615
+  position: relative;
616
+  font-size: 17px;
617
+  font-weight: bold;
618
+  margin: 4px 3px 4px 13px;
619
+  color: #FFFFFF;
620
+}
621
+
622
+#get_notification {
623
+  display: block;
624
+  margin-bottom: 8px;
625
+}
626
+
627
+#get_notification:hover {
628
+  cursor: pointer;
629
+}
630
+
631
+.pax_fax_boxspec {
632
+  display: inline-block;
633
+  box-sizing: content-box;
634
+  margin: 8px 0px !important;
635
+  width: 70%;
636
+  font-size: 14px !important;
637
+}
638
+
639
+.setlabeltext {
640
+  font-size: 15px;
641
+}
642
+
643
+#countryCallCode {
644
+  color: #1b60ba;
645
+}
646
+
647
+#countryCallCode:hover {
648
+  color: #0D3B78;
649
+}
650
+
651
+.openfaxfolder {
652
+  display: block;
653
+  position: relative;
654
+  margin: 10px 0px 10px 0px !important;
655
+  padding: 7px 0px 7px 0px;
656
+  width: 100% !important;
657
+  color: #FFFFFF !important;
658
+  font-size: 15px !important;
659
+  background-color: #CB99C5 !important;
660
+}
661
+
662
+.openfaxfolder:hover {
663
+  border: 2px;
664
+  background-color: #c18bba !important;
665
+}
666
+
667
+.openfaxfolder:active {
668
+  background-color: #b777af !important;
669
+  border: 2px;
670
+  color: #FFFFFF !important;
671
+  border-color: #b777af;
672
+}
673
+
674
+.openfaxfolder:focus {
675
+  background-color: #a3669b !important;
676
+  border: 2px;
677
+  border-color: #a3669b;
678
+}
679
+
680
+.indgenflcls, .indgenpckfls {
681
+  display: block;
682
+  margin: 0px 6px 14px 6px;
683
+}
Browse code

removed appinfo/info.xml appinfo/signature.json Contributors.txt CHANGELOG.txt lib/Settings/Personal.php css/style.css templates/settings.php

DoubleBastionAdmin authored on 27/10/2022 18:18:30
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,684 +0,0 @@
1
-/**
2
- * @copyright 2021 Double Bastion LLC <www.doublebastion.com>
3
- *
4
- * @author Double Bastion LLC
5
- *
6
- * @license GNU AGPL version 3 or any later version
7
- *
8
- * This program is free software; you can redistribute it and/or
9
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
10
- * License as published by the Free Software Foundation; either
11
- * version 3 of the License, or any later version.
12
- *
13
- * This program is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
17
- *
18
- * You should have received a copy of the GNU Affero General Public
19
- * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
- *
21
- */
22
-
23
-#pax_fax_vbar {
24
-  padding: 18px;
25
-  font-family: Calibri, Frutiger, "Myriad Pro", Myriad, sans-serif;
26
-  color: #6d6c6c;
27
-}
28
-
29
-#currentbaldiv {
30
-  display: block;
31
-  position: relative;
32
-  font-size: 17px;
33
-  font-weight: bold;
34
-  padding: 5px 0px 2px 14px;
35
-  margin: 0px 0px 8px 0px;
36
-  color: #FFFFFF;
37
-  background: #3f9dd1;
38
-  border-radius: 20px;
39
-}
40
-
41
-#currentbalance {
42
-  display: inline;
43
-  position: relative;
44
-  padding-left: 10px;
45
-}
46
-
47
-.providername {
48
-  color: #FFFFFF;
49
-}
50
-
51
-.providername:hover {
52
-  color: #003b94;
53
-}
54
-
55
-#faxnumbersdiv {
56
-  display: block;
57
-  position: relative;
58
-  font-size: 17px;
59
-  font-weight: bold;
60
-  height: 30px;
61
-  margin: 0px 0px 20px 0px;
62
-  background: #3f9dd1;
63
-  border-radius: 20px;
64
-}
65
-
66
-#currentfaxnmbrs {
67
-  display: inline-block;
68
-  position: absolute;
69
-  height: 22px !important;
70
-  width: 54%;
71
-  font-size: 14px;
72
-  color: #353535;
73
-  padding: 0px 0px 0px 5px;
74
-  margin: 0.5px 0px 0px 4px;
75
-  -moz-box-sizing: border-box;
76
-  -webkit-box-sizing: border-box;
77
-  box-sizing: border-box;
78
-  background: #fcfcfc;
79
-  border-radius: 20px;
80
-}
81
-
82
-.pflabels {
83
-  font-size: 15px;
84
-  font-weight: bold;
85
-}
86
-
87
-.pfheader {
88
-  display: block;
89
-  position: relative;
90
-  margin: 0px 0px 7px 0px;
91
-  font-size: 17px;
92
-  font-weight: bold;
93
-}
94
-
95
-.faxnbformat {
96
-  display: block;
97
-  position: relative;
98
-  margin: 0px 0px 4px 0px;
99
-  font-size: 17px;
100
-  font-weight: bold;
101
-
102
-}
103
-
104
-.pax_fax_box {
105
-  display: block;
106
-  box-sizing: content-box;
107
-  margin: 8px 0px !important;
108
-  width: 70%;
109
-}
110
-.indtext {
111
-  display: inline-block;
112
-  padding-left: 10px;
113
-}
114
-
115
-#settings-dscr {
116
-  padding-top: 3px;
117
-}
118
-
119
-#pf_upload_msg, #pf_choose_msg, #pf_submit_msg {
120
-  display: block;
121
-  margin: 8px 0px 8px 0px;
122
-  text-align: center;
123
-  font-size: 15px;
124
-  font-weight: bold;
125
-  color: #181918;
126
-  background-color: #a5e5b3;
127
-  border-radius: 3px;
128
-}
129
-
130
-#paxfax_save_msg {
131
-  display: inline;
132
-  color: #181918;
133
-  background-color: #a5e5b3;
134
-  font-weight: bold;
135
-  max-width: 70px;
136
-  text-align: center;
137
-  margin-top: 7px;
138
-}
139
-
140
-#pf_submit_msg {
141
-  margin: 8px 0px 8px 0px;
142
-  padding-left: 5px;
143
-  padding-right: 5px;
144
-}
145
-
146
-#pickedfilename {
147
-  font-size: 13px;
148
-}
149
-
150
-#faxtodiv {
151
-  display: block;
152
-  position: relative;
153
-}
154
-
155
-#faxto {
156
-  display: block;
157
-  width: 97%;
158
-  max-height: 22px;
159
-  margin: 3px 0px 20px 0px;
160
-  padding: 1px 13px 0px 13px;
161
-  color: #565656;
162
-  font-size: 15px;
163
-  font-weight: bold;
164
-  border-radius: 20px;
165
-}
166
-
167
-.up-bttn-wrapper {
168
-  display: block;
169
-  position: relative;
170
-  overflow: hidden;
171
-  padding-top: 20px;
172
-  padding-bottom: 30px;
173
-}
174
-
175
-#submitfax {
176
-  display: block;
177
-  color: white;
178
-  font-weight: bold;
179
-  font-size: 15px;
180
-  background: #3f9dd1;
181
-  padding: 6px 16px 6px 16px;
182
-}
183
-
184
-#submitfax:active {
185
-  background: #00a2f9;
186
-}
187
-
188
-.uploadfiledv {
189
-  position: relative;
190
-  display: inline-block;
191
-  margin: 4px 0px 22px 0px;
192
-}
193
-
194
-#app-content {
195
-  display: block;
196
-  position: absolute;
197
-  width: 100%;
198
-  height: 100%;
199
-}
200
-
201
-#faxfoldersview {
202
-  display: inline-block;
203
-  position: relative;
204
-  width: 100%;
205
-  height: 100%;
206
-  margin-top: -50px;
207
-  background-color: #f4f9ff;
208
-}
209
-
210
-#viewerContainer {
211
-  display: block;
212
-  position: relative;
213
-  width: 100%;
214
-  height: 100%;
215
-}
216
-
217
-#viewer {
218
-  display: block;
219
-  position: relative;
220
-  min-width: 100%;
221
-  min-height: 100%;
222
-}
223
-
224
-#faxdocpreview {
225
-  display: inline-block;
226
-  position: relative;
227
-  width: 100%;
228
-  height: 100%;
229
-  background-color: #f4f9ff;
230
-}
231
-
232
-#docPreviewFaxImg {
233
-  display: block;
234
-  position: relative;
235
-  background-image: url('../img/pax_fax_grey.svg');
236
-  background-repeat: no-repeat;
237
-  background-position: center center;
238
-  width: 100%;
239
-  height: 100%;
240
-}
241
-
242
-#outerContainer {
243
-  display: block;
244
-  position: relative;
245
-  width: 100%;
246
-  height: 100%;
247
-}
248
-
249
-#mainContainer {
250
-  display: block;
251
-  position: relative;
252
-  width: 100%;
253
-  height: 100%;
254
-}
255
-
256
-#app-content #app-content-wrapper {
257
-  display: block;
258
-  position: absolute;
259
-  margin: 0;
260
-  align-items: stretch;
261
-  height: 100%;
262
-  width: 99%;
263
-}
264
-
265
-#content {
266
-  width: 81%;
267
-  display: flex;
268
-}
269
-
270
-#uploadedjpg, #uploadedpng {
271
-  width: auto !important;
272
-  height: auto !important;
273
-}
274
-
275
-.cllridcls {
276
-  position: relative;
277
-  display: inline;
278
-  font-size: 17px;
279
-  color: #000000;
280
-  z-index: 3;
281
-}
282
-
283
-.fortooltipinit {
284
-  position: relative;
285
-  display: inline-block;
286
-  float: right;
287
-  font-size: 15px;
288
-  color: #000000;
289
-  z-index: 3;
290
-}
291
-
292
-.fortooltipinit #infosetid {
293
-  display: block;
294
-  position: relative;
295
-  margin: 4px 9px 0px 0px;
296
-  color: #000000;
297
-  font-size: 21px;
298
-  font-weight: bold;
299
-  font-family: Times New Roman;
300
-  font-style: italic;
301
-}
302
-
303
-.fortooltip {
304
-  position: relative;
305
-  display: inline-block;
306
-  font-size: 15px;
307
-  color: #000000;
308
-  z-index: 2;
309
-}
310
-
311
-.fortooltip #infonumber {
312
-  color: #000000;
313
-  font-size: 21px;
314
-  font-weight: bold;
315
-  font-family: Times New Roman;
316
-  font-style: italic;
317
-  padding: 0px 0px 3px 3px;
318
-}
319
-
320
-.fortooltipsec {
321
-  position: relative;
322
-  display: inline-block;
323
-  font-size: 15px;
324
-  color: #000000;
325
-  padding: 0px 0px 4px 0px;
326
-  z-index: 1;
327
-}
328
-
329
-.fortooltipsec #infoformat {
330
-  color: #000000;
331
-  font-size: 21px;
332
-  font-weight: bold;
333
-  font-family: Times New Roman;
334
-  font-style: italic;
335
-  padding: 0px 0px 3px 3px;
336
-}
337
-
338
-.fortooltipinit .calleridtooltip {
339
-  display: block;
340
-  position: absolute;
341
-  visibility: hidden;
342
-  width: 264px;
343
-  background-color: #f4f4f4;
344
-  font-size: 15px;
345
-  font-weight: bold;
346
-  color: #595959;
347
-  text-align: left;
348
-  border-radius: 1px;
349
-  padding: 5px 5px 5px 8px;
350
-  margin: 0px 0px 0px -214px;
351
-  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
352
-  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
353
-  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
354
-}
355
-
356
-.fortooltipinit:hover .calleridtooltip {
357
-  visibility: visible;
358
-}
359
-
360
-.fortooltip .fortooltiptext {
361
-  display: block;
362
-  position: absolute;
363
-  visibility: hidden;
364
-  width: 256px;
365
-  background-color: #f4f4f4;
366
-  font-size: 15px;
367
-  font-weight: bold;
368
-  color: #595959;
369
-  text-align: left;
370
-  border-radius: 1px;
371
-  padding: 5px 5px 13px 5px;
372
-  margin-top: -4px;
373
-  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
374
-  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
375
-  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
376
-}
377
-
378
-.fortooltip:hover .fortooltiptext {
379
-  visibility: visible;
380
-}
381
-
382
-.fortooltipsec .fortooltiptextsec {
383
-  display: block;
384
-  position: absolute;
385
-  visibility: hidden;
386
-  width: 256px;
387
-  background-color: #f4f4f4;
388
-  font-size: 15px;
389
-  font-weight: bold;
390
-  color: #595959;
391
-  text-align: left;
392
-  border-radius: 1px;
393
-  padding: 5px;
394
-  margin-top: -4px;
395
-  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
396
-  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
397
-  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
398
-}
399
-
400
-.fortooltipsec:hover .fortooltiptextsec {
401
-  visibility: visible;
402
-}
403
-
404
-.fileupload {
405
-  display: none;
406
-}
407
-
408
-div > label {
409
-  position: relative;
410
-}
411
-
412
-.uploadflbt {
413
-  width: 411px;
414
-}
415
-
416
-label span {
417
-  display: inline-block;
418
-  min-width: 110px;
419
-  padding: 0px 0px 8px 0px;
420
-}
421
-
422
-.uploadflbt .icon-upload {
423
-  display: inline;
424
-}
425
-
426
-.pfprompt {
427
-  font-size: 17px;
428
-  font-weight: bold;
429
-  color: #6d6c6c;
430
-}
431
-
432
-.fileuploadstl,.filesfromnc {
433
-  display: block;
434
-  font-size: 17px;
435
-  font-weight: bold;
436
-  color: #000000;
437
-}
438
-
439
-#filestotsize {
440
-  display: none;
441
-  position: relative;
442
-  height:auto;
443
-  margin: 0px 0px 16px 0px;
444
-  color: #18bf6e;
445
-  font-size: 15px;
446
-  font-weight: bold;
447
-}
448
-
449
-#filessizetext {
450
-  display: inline;
451
-  position: relative;
452
-  padding-left: 10px;
453
-}
454
-
455
-#fileuploadednm .indivflcls {
456
-  display: inline-block;
457
-  position: relative;
458
-  height:auto;
459
-  max-width: 90%;
460
-  overflow: visible;
461
-  white-space: normal;
462
-  word-break: break-all;
463
-  text-overflow: ellipsis;
464
-  font-size: 17px;
465
-  color: #0e6ba0;
466
-}
467
-
468
-.indivflcls:hover {
469
-  cursor: pointer;
470
-  text-decoration: underline;
471
-}
472
-
473
-.indupfldl {
474
-  position: relative;
475
-  display: inline-block;
476
-  float: right;
477
-  cursor: pointer;
478
-  width: 20px;
479
-  color: #0e6ba0;
480
-  text-align: center;
481
-  font-size: 17px;
482
-}
483
-
484
-#fileuploadednm .indupfldl:hover {
485
-  background-color: #e8f6ff;
486
-  cursor: pointer;
487
-}
488
-
489
-#filespickednc .indivflpckd {
490
-  display: inline-block;
491
-  position: relative;
492
-  height:auto;
493
-  max-width: 90%;
494
-  overflow: visible;
495
-  white-space: normal;
496
-  word-break: break-all;
497
-  text-overflow: ellipsis;
498
-  color: #0e6ba0;
499
-}
500
-
501
-.indivflpckd:hover {
502
-  cursor: pointer;
503
-  text-decoration: underline;
504
-}
505
-
506
-.indpckfldl {
507
-  position: relative;
508
-  display: inline-block;
509
-  float: right;
510
-  cursor: pointer;
511
-  width: 20px;
512
-  color: #0e6ba0;
513
-  text-align: center;
514
-}
515
-
516
-#filespickednc .indpckfldl:hover {
517
-  background-color: #e8f6ff;
518
-  cursor: pointer;
519
-}
520
-
521
-select, button, .button, input:not([type="range"]), textarea, div[contenteditable="true"], .pager li a {
522
-  margin: 0px 0px 0px 0px;
523
- }
524
-
525
-#dirbuttons {
526
-  margin-top: 28px;
527
-}
528
-
529
-button, .button, input[type="button"], input[type="submit"], input[type="reset"] {
530
-  padding: 6px 20px;
531
-  width: auto;
532
-  min-height: 22px;
533
-  cursor: pointer;
534
-  box-sizing: border-box;
535
-  background-color: var(--color-background-dark);
536
-}
537
-
538
-select {
539
-  width: 130px;
540
-  min-height: 28px;
541
-  box-sizing: border-box;
542
-  padding-right: 0px !important;
543
-}
544
-
545
-#uploadfileforfax {
546
-  margin-left: 19px;
547
-}
548
-
549
-#pickFromNext, #uploadFile {
550
-  display: inline-block;
551
-  position: relative;
552
-  font-size: 17px;
553
-  font-weight: bold;
554
-  color: #6d6c6c;
555
-}
556
-
557
-#choosefilen {
558
-  display: inline;
559
-  position: relative;
560
-  margin: 0px 0px 20px 16px;
561
-  padding-top: 15px;
562
-  background-image: url('../img/nextcloud_logo.svg');
563
-  background-repeat: no-repeat;
564
-  background-size: 110% 125%;
565
-  background-position: center center;
566
-  min-width: 66px;
567
-  min-height: 30px;
568
-  cursor:pointer;
569
-}
570
-
571
-#choosefilen:active {
572
-  background-image: url('../img/nextcloud_logo_bright.svg');
573
-  background-repeat: no-repeat;
574
-  background-size: 110% 125%;
575
-  background-position: center center;
576
-  min-width: 66px;
577
-  min-height: 30px;
578
-}
579
-
580
-#checkbalance {
581
-  display: inline;
582
-  position: relative;
583
-  padding-left: 0px;
584
-  margin-top: -1px;
585
-  margin-right: 4px;
586
-  float: right;
587
-  background-image: url('../img/refresh_logo.svg');
588
-  background-repeat: no-repeat;
589
-  background-size: 110% 110%;
590
-  background-position: center center;
591
-  min-width: 24px;
592
-  min-height: 24px;
593
-  cursor: pointer;
594
-  background-color: #FFFFFF;
595
-}
596
-
597
-#selectcalleridbttn {
598
-  display: inline;
599
-  position: relative;
600
-  padding-left: 0px;
601
-  margin-top: 2.6px;
602
-  margin-right: 4px;
603
-  float: right;
604
-  background-image: url('../img/refresh_logo.svg');
605
-  background-repeat: no-repeat;
606
-  background-size: 110% 110%;
607
-  background-position: center center;
608
-  min-width: 24px;
609
-  min-height: 24px;
610
-  cursor: pointer;
611
-  background-color: #FFFFFF;
612
-}
613
-
614
-#faxnumbersdiv #pickid {
615
-  display: inline-block;
616
-  position: relative;
617
-  font-size: 17px;
618
-  font-weight: bold;
619
-  margin: 4px 3px 4px 13px;
620
-  color: #FFFFFF;
621
-}
622
-
623
-#get_notification {
624
-  display: block;
625
-  margin-bottom: 8px;
626
-}
627
-
628
-#get_notification:hover {
629
-  cursor: pointer;
630
-}
631
-
632
-.pax_fax_boxspec {
633
-  display: inline-block;
634
-  box-sizing: content-box;
635
-  margin: 8px 0px !important;
636
-  width: 70%;
637
-  font-size: 14px !important;
638
-}
639
-
640
-.setlabeltext {
641
-  font-size: 15px;
642
-}
643
-
644
-#countryCallCode {
645
-  color: #1b60ba;
646
-}
647
-
648
-#countryCallCode:hover {
649
-  color: #0D3B78;
650
-}
651
-
652
-.openfaxfolder {
653
-  display: block;
654
-  position: relative;
655
-  margin: 10px 0px 10px 0px !important;
656
-  padding: 7px 0px 7px 0px;
657
-  width: 100% !important;
658
-  color: #FFFFFF !important;
659
-  font-size: 15px !important;
660
-  background-color: #CB99C5 !important;
661
-}
662
-
663
-.openfaxfolder:hover {
664
-  border: 2px;
665
-  background-color: #c18bba !important;
666
-}
667
-
668
-.openfaxfolder:active {
669
-  background-color: #b777af !important;
670
-  border: 2px;
671
-  color: #FFFFFF !important;
672
-  border-color: #b777af;
673
-}
674
-
675
-.openfaxfolder:focus {
676
-  background-color: #a3669b !important;
677
-  border: 2px;
678
-  border-color: #a3669b;
679
-}
680
-
681
-.indgenflcls, .indgenpckfls {
682
-  display: block;
683
-  margin: 0px 6px 14px 6px;
684
-}
685 0
\ No newline at end of file
Browse code

added README.md CHANGELOG.txt appinfo/info.xml appinfo/signature.json css/style.css js/sendfax.js templates/navigation/index.php lib/Controller/AuthorApiController.php lib/Controller/PaxfaxController.php

DoubleBastionAdmin authored on 03/09/2022 21:02:20
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,684 @@
1
+/**
2
+ * @copyright 2021 Double Bastion LLC <www.doublebastion.com>
3
+ *
4
+ * @author Double Bastion LLC
5
+ *
6
+ * @license GNU AGPL version 3 or any later version
7
+ *
8
+ * This program is free software; you can redistribute it and/or
9
+ * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
10
+ * License as published by the Free Software Foundation; either
11
+ * version 3 of the License, or any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
17
+ *
18
+ * You should have received a copy of the GNU Affero General Public
19
+ * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
+ *
21
+ */
22
+
23
+#pax_fax_vbar {
24
+  padding: 18px;
25
+  font-family: Calibri, Frutiger, "Myriad Pro", Myriad, sans-serif;
26
+  color: #6d6c6c;
27
+}
28
+
29
+#currentbaldiv {
30
+  display: block;
31
+  position: relative;
32
+  font-size: 17px;
33
+  font-weight: bold;
34
+  padding: 5px 0px 2px 14px;
35
+  margin: 0px 0px 8px 0px;
36
+  color: #FFFFFF;
37
+  background: #3f9dd1;
38
+  border-radius: 20px;
39
+}
40
+
41
+#currentbalance {
42
+  display: inline;
43
+  position: relative;
44
+  padding-left: 10px;
45
+}
46
+
47
+.providername {
48
+  color: #FFFFFF;
49
+}
50
+
51
+.providername:hover {
52
+  color: #003b94;
53
+}
54
+
55
+#faxnumbersdiv {
56
+  display: block;
57
+  position: relative;
58
+  font-size: 17px;
59
+  font-weight: bold;
60
+  height: 30px;
61
+  margin: 0px 0px 20px 0px;
62
+  background: #3f9dd1;
63
+  border-radius: 20px;
64
+}
65
+
66
+#currentfaxnmbrs {
67
+  display: inline-block;
68
+  position: absolute;
69
+  height: 22px !important;
70
+  width: 54%;
71
+  font-size: 14px;
72
+  color: #353535;
73
+  padding: 0px 0px 0px 5px;
74
+  margin: 0.5px 0px 0px 4px;
75
+  -moz-box-sizing: border-box;
76
+  -webkit-box-sizing: border-box;
77
+  box-sizing: border-box;
78
+  background: #fcfcfc;
79
+  border-radius: 20px;
80
+}
81
+
82
+.pflabels {
83
+  font-size: 15px;
84
+  font-weight: bold;
85
+}
86
+
87
+.pfheader {
88
+  display: block;
89
+  position: relative;
90
+  margin: 0px 0px 7px 0px;
91
+  font-size: 17px;
92
+  font-weight: bold;
93
+}
94
+
95
+.faxnbformat {
96
+  display: block;
97
+  position: relative;
98
+  margin: 0px 0px 4px 0px;
99
+  font-size: 17px;
100
+  font-weight: bold;
101
+
102
+}
103
+
104
+.pax_fax_box {
105
+  display: block;
106
+  box-sizing: content-box;
107
+  margin: 8px 0px !important;
108
+  width: 70%;
109
+}
110
+.indtext {
111
+  display: inline-block;
112
+  padding-left: 10px;
113
+}
114
+
115
+#settings-dscr {
116
+  padding-top: 3px;
117
+}
118
+
119
+#pf_upload_msg, #pf_choose_msg, #pf_submit_msg {
120
+  display: block;
121
+  margin: 8px 0px 8px 0px;
122
+  text-align: center;
123
+  font-size: 15px;
124
+  font-weight: bold;
125
+  color: #181918;
126
+  background-color: #a5e5b3;
127
+  border-radius: 3px;
128
+}
129
+
130
+#paxfax_save_msg {
131
+  display: inline;
132
+  color: #181918;
133
+  background-color: #a5e5b3;
134
+  font-weight: bold;
135
+  max-width: 70px;
136
+  text-align: center;
137
+  margin-top: 7px;
138
+}
139
+
140
+#pf_submit_msg {
141
+  margin: 8px 0px 8px 0px;
142
+  padding-left: 5px;
143
+  padding-right: 5px;
144
+}
145
+
146
+#pickedfilename {
147
+  font-size: 13px;
148
+}
149
+
150
+#faxtodiv {
151
+  display: block;
152
+  position: relative;
153
+}
154
+
155
+#faxto {
156
+  display: block;
157
+  width: 97%;
158
+  max-height: 22px;
159
+  margin: 3px 0px 20px 0px;
160
+  padding: 1px 13px 0px 13px;
161
+  color: #565656;
162
+  font-size: 15px;
163
+  font-weight: bold;
164
+  border-radius: 20px;
165
+}
166
+
167
+.up-bttn-wrapper {
168
+  display: block;
169
+  position: relative;
170
+  overflow: hidden;
171
+  padding-top: 20px;
172
+  padding-bottom: 30px;
173
+}
174
+
175
+#submitfax {
176
+  display: block;
177
+  color: white;
178
+  font-weight: bold;
179
+  font-size: 15px;
180
+  background: #3f9dd1;
181
+  padding: 6px 16px 6px 16px;
182
+}
183
+
184
+#submitfax:active {
185
+  background: #00a2f9;
186
+}
187
+
188
+.uploadfiledv {
189
+  position: relative;
190
+  display: inline-block;
191
+  margin: 4px 0px 22px 0px;
192
+}
193
+
194
+#app-content {
195
+  display: block;
196
+  position: absolute;
197
+  width: 100%;
198
+  height: 100%;
199
+}
200
+
201
+#faxfoldersview {
202
+  display: inline-block;
203
+  position: relative;
204
+  width: 100%;
205
+  height: 100%;
206
+  margin-top: -50px;
207
+  background-color: #f4f9ff;
208
+}
209
+
210
+#viewerContainer {
211
+  display: block;
212
+  position: relative;
213
+  width: 100%;
214
+  height: 100%;
215
+}
216
+
217
+#viewer {
218
+  display: block;
219
+  position: relative;
220
+  min-width: 100%;
221
+  min-height: 100%;
222
+}
223
+
224
+#faxdocpreview {
225
+  display: inline-block;
226
+  position: relative;
227
+  width: 100%;
228
+  height: 100%;
229
+  background-color: #f4f9ff;
230
+}
231
+
232
+#docPreviewFaxImg {
233
+  display: block;
234
+  position: relative;
235
+  background-image: url('../img/pax_fax_grey.svg');
236
+  background-repeat: no-repeat;
237
+  background-position: center center;
238
+  width: 100%;
239
+  height: 100%;
240
+}
241
+
242
+#outerContainer {
243
+  display: block;
244
+  position: relative;
245
+  width: 100%;
246
+  height: 100%;
247
+}
248
+
249
+#mainContainer {
250
+  display: block;
251
+  position: relative;
252
+  width: 100%;
253
+  height: 100%;
254
+}
255
+
256
+#app-content #app-content-wrapper {
257
+  display: block;
258
+  position: absolute;
259
+  margin: 0;
260
+  align-items: stretch;
261
+  height: 100%;
262
+  width: 99%;
263
+}
264
+
265
+#content {
266
+  width: 81%;
267
+  display: flex;
268
+}
269
+
270
+#uploadedjpg, #uploadedpng {
271
+  width: auto !important;
272
+  height: auto !important;
273
+}
274
+
275
+.cllridcls {
276
+  position: relative;
277
+  display: inline;
278
+  font-size: 17px;
279
+  color: #000000;
280
+  z-index: 3;
281
+}
282
+
283
+.fortooltipinit {
284
+  position: relative;
285
+  display: inline-block;
286
+  float: right;
287
+  font-size: 15px;
288
+  color: #000000;
289
+  z-index: 3;
290
+}
291
+
292
+.fortooltipinit #infosetid {
293
+  display: block;
294
+  position: relative;
295
+  margin: 4px 9px 0px 0px;
296
+  color: #000000;
297
+  font-size: 21px;
298
+  font-weight: bold;
299
+  font-family: Times New Roman;
300
+  font-style: italic;
301
+}
302
+
303
+.fortooltip {
304
+  position: relative;
305
+  display: inline-block;
306
+  font-size: 15px;
307
+  color: #000000;
308
+  z-index: 2;
309
+}
310
+
311
+.fortooltip #infonumber {
312
+  color: #000000;
313
+  font-size: 21px;
314
+  font-weight: bold;
315
+  font-family: Times New Roman;
316
+  font-style: italic;
317
+  padding: 0px 0px 3px 3px;
318
+}
319
+
320
+.fortooltipsec {
321
+  position: relative;
322
+  display: inline-block;
323
+  font-size: 15px;
324
+  color: #000000;
325
+  padding: 0px 0px 4px 0px;
326
+  z-index: 1;
327
+}
328
+
329
+.fortooltipsec #infoformat {
330
+  color: #000000;
331
+  font-size: 21px;
332
+  font-weight: bold;
333
+  font-family: Times New Roman;
334
+  font-style: italic;
335
+  padding: 0px 0px 3px 3px;
336
+}
337
+
338
+.fortooltipinit .calleridtooltip {
339
+  display: block;
340
+  position: absolute;
341
+  visibility: hidden;
342
+  width: 264px;
343
+  background-color: #f4f4f4;
344
+  font-size: 15px;
345
+  font-weight: bold;
346
+  color: #595959;
347
+  text-align: left;
348
+  border-radius: 1px;
349
+  padding: 5px 5px 5px 8px;
350
+  margin: 0px 0px 0px -214px;
351
+  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
352
+  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
353
+  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
354
+}
355
+
356
+.fortooltipinit:hover .calleridtooltip {
357
+  visibility: visible;
358
+}
359
+
360
+.fortooltip .fortooltiptext {
361
+  display: block;
362
+  position: absolute;
363
+  visibility: hidden;
364
+  width: 256px;
365
+  background-color: #f4f4f4;
366
+  font-size: 15px;
367
+  font-weight: bold;
368
+  color: #595959;
369
+  text-align: left;
370
+  border-radius: 1px;
371
+  padding: 5px 5px 13px 5px;
372
+  margin-top: -4px;
373
+  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
374
+  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
375
+  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
376
+}
377
+
378
+.fortooltip:hover .fortooltiptext {
379
+  visibility: visible;
380
+}
381
+
382
+.fortooltipsec .fortooltiptextsec {
383
+  display: block;
384
+  position: absolute;
385
+  visibility: hidden;
386
+  width: 256px;
387
+  background-color: #f4f4f4;
388
+  font-size: 15px;
389
+  font-weight: bold;
390
+  color: #595959;
391
+  text-align: left;
392
+  border-radius: 1px;
393
+  padding: 5px;
394
+  margin-top: -4px;
395
+  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
396
+  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
397
+  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
398
+}
399
+
400
+.fortooltipsec:hover .fortooltiptextsec {
401
+  visibility: visible;
402
+}
403
+
404
+.fileupload {
405
+  display: none;
406
+}
407
+
408
+div > label {
409
+  position: relative;
410
+}
411
+
412
+.uploadflbt {
413
+  width: 411px;
414
+}
415
+
416
+label span {
417
+  display: inline-block;
418
+  min-width: 110px;
419
+  padding: 0px 0px 8px 0px;
420
+}
421
+
422
+.uploadflbt .icon-upload {
423
+  display: inline;
424
+}
425
+
426
+.pfprompt {
427
+  font-size: 17px;
428
+  font-weight: bold;
429
+  color: #6d6c6c;
430
+}
431
+
432
+.fileuploadstl,.filesfromnc {
433
+  display: block;
434
+  font-size: 17px;
435
+  font-weight: bold;
436
+  color: #000000;
437
+}
438
+
439
+#filestotsize {
440
+  display: none;
441
+  position: relative;
442
+  height:auto;
443
+  margin: 0px 0px 16px 0px;
444
+  color: #18bf6e;
445
+  font-size: 15px;
446
+  font-weight: bold;
447
+}
448
+
449
+#filessizetext {
450
+  display: inline;
451
+  position: relative;
452
+  padding-left: 10px;
453
+}
454
+
455
+#fileuploadednm .indivflcls {
456
+  display: inline-block;
457
+  position: relative;
458
+  height:auto;
459
+  max-width: 90%;
460
+  overflow: visible;
461
+  white-space: normal;
462
+  word-break: break-all;
463
+  text-overflow: ellipsis;
464
+  font-size: 17px;
465
+  color: #0e6ba0;
466
+}
467
+
468
+.indivflcls:hover {
469
+  cursor: pointer;
470
+  text-decoration: underline;
471
+}
472
+
473
+.indupfldl {
474
+  position: relative;
475
+  display: inline-block;
476
+  float: right;
477
+  cursor: pointer;
478
+  width: 20px;
479
+  color: #0e6ba0;
480
+  text-align: center;
481
+  font-size: 17px;
482
+}
483
+
484
+#fileuploadednm .indupfldl:hover {
485
+  background-color: #e8f6ff;
486
+  cursor: pointer;
487
+}
488
+
489
+#filespickednc .indivflpckd {
490
+  display: inline-block;
491
+  position: relative;
492
+  height:auto;
493
+  max-width: 90%;
494
+  overflow: visible;
495
+  white-space: normal;
496
+  word-break: break-all;
497
+  text-overflow: ellipsis;
498
+  color: #0e6ba0;
499
+}
500
+
501
+.indivflpckd:hover {
502
+  cursor: pointer;
503
+  text-decoration: underline;
504
+}
505
+
506
+.indpckfldl {
507
+  position: relative;
508
+  display: inline-block;
509
+  float: right;
510
+  cursor: pointer;
511
+  width: 20px;
512
+  color: #0e6ba0;
513
+  text-align: center;
514
+}
515
+
516
+#filespickednc .indpckfldl:hover {
517
+  background-color: #e8f6ff;
518
+  cursor: pointer;
519
+}
520
+
521
+select, button, .button, input:not([type="range"]), textarea, div[contenteditable="true"], .pager li a {
522
+  margin: 0px 0px 0px 0px;
523
+ }
524
+
525
+#dirbuttons {
526
+  margin-top: 28px;
527
+}
528
+
529
+button, .button, input[type="button"], input[type="submit"], input[type="reset"] {
530
+  padding: 6px 20px;
531
+  width: auto;
532
+  min-height: 22px;
533
+  cursor: pointer;
534
+  box-sizing: border-box;
535
+  background-color: var(--color-background-dark);
536
+}
537
+
538
+select {
539
+  width: 130px;
540
+  min-height: 28px;
541
+  box-sizing: border-box;
542
+  padding-right: 0px !important;
543
+}
544
+
545
+#uploadfileforfax {
546
+  margin-left: 19px;
547
+}
548
+
549
+#pickFromNext, #uploadFile {
550
+  display: inline-block;
551
+  position: relative;
552
+  font-size: 17px;
553
+  font-weight: bold;
554
+  color: #6d6c6c;
555
+}
556
+
557
+#choosefilen {
558
+  display: inline;
559
+  position: relative;
560
+  margin: 0px 0px 20px 16px;
561
+  padding-top: 15px;
562
+  background-image: url('../img/nextcloud_logo.svg');
563
+  background-repeat: no-repeat;
564
+  background-size: 110% 125%;
565
+  background-position: center center;
566
+  min-width: 66px;
567
+  min-height: 30px;
568
+  cursor:pointer;
569
+}
570
+
571
+#choosefilen:active {
572
+  background-image: url('../img/nextcloud_logo_bright.svg');
573
+  background-repeat: no-repeat;
574
+  background-size: 110% 125%;
575
+  background-position: center center;
576
+  min-width: 66px;
577
+  min-height: 30px;
578
+}
579
+
580
+#checkbalance {
581
+  display: inline;
582
+  position: relative;
583
+  padding-left: 0px;
584
+  margin-top: -1px;
585
+  margin-right: 4px;
586
+  float: right;
587
+  background-image: url('../img/refresh_logo.svg');
588
+  background-repeat: no-repeat;
589
+  background-size: 110% 110%;
590
+  background-position: center center;
591
+  min-width: 24px;
592
+  min-height: 24px;
593
+  cursor: pointer;
594
+  background-color: #FFFFFF;
595
+}
596
+
597
+#selectcalleridbttn {
598
+  display: inline;
599
+  position: relative;
600
+  padding-left: 0px;
601
+  margin-top: 2.6px;
602
+  margin-right: 4px;
603
+  float: right;
604
+  background-image: url('../img/refresh_logo.svg');
605
+  background-repeat: no-repeat;
606
+  background-size: 110% 110%;
607
+  background-position: center center;
608
+  min-width: 24px;
609
+  min-height: 24px;
610
+  cursor: pointer;
611
+  background-color: #FFFFFF;
612
+}
613
+
614
+#faxnumbersdiv #pickid {
615
+  display: inline-block;
616
+  position: relative;
617
+  font-size: 17px;
618
+  font-weight: bold;
619
+  margin: 4px 3px 4px 13px;
620
+  color: #FFFFFF;
621
+}
622
+
623
+#get_notification {
624
+  display: block;
625
+  margin-bottom: 8px;
626
+}
627
+
628
+#get_notification:hover {
629
+  cursor: pointer;
630
+}
631
+
632
+.pax_fax_boxspec {
633
+  display: inline-block;
634
+  box-sizing: content-box;
635
+  margin: 8px 0px !important;
636
+  width: 70%;
637
+  font-size: 14px !important;
638
+}
639
+
640
+.setlabeltext {
641
+  font-size: 15px;
642
+}
643
+
644
+#countryCallCode {
645
+  color: #1b60ba;
646
+}
647
+
648
+#countryCallCode:hover {
649
+  color: #0D3B78;
650
+}
651
+
652
+.openfaxfolder {
653
+  display: block;
654
+  position: relative;
655
+  margin: 10px 0px 10px 0px !important;
656
+  padding: 7px 0px 7px 0px;
657
+  width: 100% !important;
658
+  color: #FFFFFF !important;
659
+  font-size: 15px !important;
660
+  background-color: #CB99C5 !important;
661
+}
662
+
663
+.openfaxfolder:hover {
664
+  border: 2px;
665
+  background-color: #c18bba !important;
666
+}
667
+
668
+.openfaxfolder:active {
669
+  background-color: #b777af !important;
670
+  border: 2px;
671
+  color: #FFFFFF !important;
672
+  border-color: #b777af;
673
+}
674
+
675
+.openfaxfolder:focus {
676
+  background-color: #a3669b !important;
677
+  border: 2px;
678
+  border-color: #a3669b;
679
+}
680
+
681
+.indgenflcls, .indgenpckfls {
682
+  display: block;
683
+  margin: 0px 6px 14px 6px;
684
+}
0 685
\ No newline at end of file
Browse code

removed README.md CHANGELOG.txt appinfo/info.xml appinfo/signature.json css/style.css js/sendfax.js templates/navigation/index.php lib/Controller/AuthorApiController.php lib/Controller/PaxfaxController.php

DoubleBastionAdmin authored on 03/09/2022 20:58:28
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,675 +0,0 @@
1
-/**
2
- * @copyright 2021 Double Bastion LLC <www.doublebastion.com>
3
- *
4
- * @author Double Bastion LLC
5
- *
6
- * @license GNU AGPL version 3 or any later version
7
- *
8
- * This program is free software; you can redistribute it and/or
9
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
10
- * License as published by the Free Software Foundation; either
11
- * version 3 of the License, or any later version.
12
- *
13
- * This program is distributed in the hope that it will be useful,
14
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
17
- *
18
- * You should have received a copy of the GNU Affero General Public
19
- * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
- *
21
- */
22
-
23
-#pax_fax_vbar {
24
-  padding: 18px;
25
-  font-family: Calibri, Frutiger, "Myriad Pro", Myriad, sans-serif;
26
-  color: #6d6c6c;
27
-}
28
-
29
-#currentbaldiv {
30
-  display: block;
31
-  position: relative;
32
-  font-size: 17px;
33
-  font-weight: bold;
34
-  padding: 5px 0px 2px 14px;
35
-  margin: 0px 0px 8px 0px;
36
-  color: #FFFFFF;
37
-  background: #3f9dd1;
38
-  border-radius: 20px;
39
-}
40
-
41
-#currentbalance {
42
-  display: inline;
43
-  position: relative;
44
-  padding-left: 10px;
45
-}
46
-
47
-.providername {
48
-  color: #FFFFFF;
49
-}
50
-
51
-.providername:hover {
52
-  color: #003b94;
53
-}
54
-
55
-#faxnumbersdiv {
56
-  display: block;
57
-  position: relative;
58
-  font-size: 17px;
59
-  font-weight: bold;
60
-  height: 30px;
61
-  margin: 0px 0px 20px 0px;
62
-  background: #3f9dd1;
63
-  border-radius: 20px;
64
-}
65
-
66
-#currentfaxnmbrs {
67
-  display: inline-block;
68
-  position: absolute;
69
-  height: 22px !important;
70
-  width: 54%;
71
-  font-size: 14px;
72
-  color: #353535;
73
-  padding: 0px 0px 0px 5px;
74
-  margin: 0.5px 0px 0px 4px;
75
-  -moz-box-sizing: border-box;
76
-  -webkit-box-sizing: border-box;
77
-  box-sizing: border-box;
78
-  background: #fcfcfc;
79
-  border-radius: 20px;
80
-}
81
-
82
-.pflabels {
83
-  font-size: 15px;
84
-  font-weight: bold;
85
-}
86
-
87
-.pfheader {
88
-  display: block;
89
-  position: relative;
90
-  margin: 0px 0px 7px 0px;
91
-  font-size: 17px;
92
-  font-weight: bold;
93
-}
94
-
95
-.faxnbformat {
96
-  display: block;
97
-  position: relative;
98
-  margin: 0px 0px 3px 0px;
99
-  font-size: 17px;
100
-  font-weight: bold;
101
-
102
-}
103
-
104
-.pax_fax_box {
105
-  display: block;
106
-  box-sizing: content-box;
107
-  margin: 8px 0px !important;
108
-  width: 70%;
109
-}
110
-.indtext {
111
-  display: inline-block;
112
-  padding-left: 10px;
113
-}
114
-
115
-#settings-dscr {
116
-  padding-top: 3px;
117
-}
118
-
119
-#pf_upload_msg, #pf_choose_msg, #pf_submit_msg {
120
-  display: block;
121
-  color: #181918;
122
-  background-color: #a5e5b3;
123
-  font-weight: bold;
124
-}
125
-
126
-#paxfax_save_msg {
127
-  display: inline;
128
-  color: #181918;
129
-  background-color: #a5e5b3;
130
-  font-weight: bold;
131
-  max-width: 70px;
132
-  text-align: center;
133
-  margin-top: 7px;
134
-}
135
-
136
-#pf_submit_msg {
137
-  margin: 8px 0px 8px 0px;
138
-  padding-left: 5px;
139
-  padding-right: 5px;
140
-}
141
-
142
-#pickedfilename {
143
-  font-size: 13px;
144
-}
145
-
146
-#faxtodiv {
147
-  display: block;
148
-  position: relative;
149
-}
150
-
151
-#faxto {
152
-  display: block;
153
-  width: 97%;
154
-  max-height: 22px;
155
-  margin: 5px 0px 20px 0px;
156
-  padding: 1px 13px 0px 13px;
157
-  color: #000000;
158
-  font-size: 15px;
159
-  font-weight: bold;
160
-  border-radius: 20px;
161
-}
162
-
163
-.up-bttn-wrapper {
164
-  display: block;
165
-  position: relative;
166
-  overflow: hidden;
167
-  padding-top: 20px;
168
-  padding-bottom: 30px;
169
-}
170
-
171
-#submitfax {
172
-  display: block;
173
-  color: white;
174
-  font-weight: bold;
175
-  font-size: 15px;
176
-  background: #3f9dd1;
177
-  padding: 6px 16px 6px 16px;
178
-}
179
-
180
-#submitfax:active {
181
-  background: #00a2f9;
182
-}
183
-
184
-.uploadfiledv {
185
-  position: relative;
186
-  display: inline-block;
187
-  padding: 7px 0px 22px 0px;
188
-}
189
-
190
-#app-content {
191
-  display: block;
192
-  position: absolute;
193
-  width: 100%;
194
-  height: 100%;
195
-}
196
-
197
-#faxfoldersview {
198
-  display: inline-block;
199
-  position: relative;
200
-  width: 100%;
201
-  height: 100%;
202
-  margin-top: -50px;
203
-  background-color: #f4f9ff;
204
-}
205
-
206
-#viewerContainer {
207
-  display: block;
208
-  position: relative;
209
-  width: 100%;
210
-  height: 100%;
211
-}
212
-
213
-#viewer {
214
-  display: block;
215
-  position: relative;
216
-  min-width: 100%;
217
-  min-height: 100%;
218
-}
219
-
220
-#faxdocpreview {
221
-  display: inline-block;
222
-  position: relative;
223
-  width: 100%;
224
-  height: 100%;
225
-  background-color: #f4f9ff;
226
-}
227
-
228
-#docPreviewFaxImg {
229
-  display: block;
230
-  position: relative;
231
-  background-image: url('../img/pax_fax_grey.svg');
232
-  background-repeat: no-repeat;
233
-  background-position: center center;
234
-  width: 100%;
235
-  height: 100%;
236
-}
237
-
238
-#outerContainer {
239
-  display: block;
240
-  position: relative;
241
-  width: 100%;
242
-  height: 100%;
243
-}
244
-
245
-#mainContainer {
246
-  display: block;
247
-  position: relative;
248
-  width: 100%;
249
-  height: 100%;
250
-}
251
-
252
-#app-content #app-content-wrapper {
253
-  display: block;
254
-  position: absolute;
255
-  margin: 0;
256
-  align-items: stretch;
257
-  height: 100%;
258
-  width: 99%;
259
-}
260
-
261
-#content {
262
-  width: 81%;
263
-  display: flex;
264
-}
265
-
266
-#uploadedjpg, #uploadedpng {
267
-  width: auto !important;
268
-  height: auto !important;
269
-}
270
-
271
-.cllridcls {
272
-  position: relative;
273
-  display: inline;
274
-  font-size: 17px;
275
-  color: #000000;
276
-  z-index: 3;
277
-}
278
-
279
-.fortooltipinit {
280
-  position: relative;
281
-  display: inline-block;
282
-  float: right;
283
-  font-size: 15px;
284
-  color: #000000;
285
-  z-index: 3;
286
-}
287
-
288
-.fortooltipinit #infosetid {
289
-  display: block;
290
-  position: relative;
291
-  margin: 4px 9px 0px 0px;
292
-  color: #000000;
293
-  font-size: 21px;
294
-  font-weight: bold;
295
-  font-family: Times New Roman;
296
-  font-style: italic;
297
-}
298
-
299
-.fortooltip {
300
-  position: relative;
301
-  display: inline-block;
302
-  font-size: 15px;
303
-  color: #000000;
304
-  z-index: 2;
305
-}
306
-
307
-.fortooltip #infonumber {
308
-  color: #000000;
309
-  font-size: 21px;
310
-  font-weight: bold;
311
-  font-family: Times New Roman;
312
-  font-style: italic;
313
-  padding: 0px 0px 3px 3px;
314
-}
315
-
316
-.fortooltipsec {
317
-  position: relative;
318
-  display: inline-block;
319
-  font-size: 15px;
320
-  color: #000000;
321
-  padding: 0px 0px 4px 0px;
322
-  z-index: 1;
323
-}
324
-
325
-.fortooltipsec #infoformat {
326
-  color: #000000;
327
-  font-size: 21px;
328
-  font-weight: bold;
329
-  font-family: Times New Roman;
330
-  font-style: italic;
331
-  padding: 0px 0px 3px 3px;
332
-}
333
-
334
-.fortooltipinit .calleridtooltip {
335
-  display: block;
336
-  position: absolute;
337
-  visibility: hidden;
338
-  width: 264px;
339
-  background-color: #f4f4f4;
340
-  font-size: 15px;
341
-  font-weight: bold;
342
-  color: #595959;
343
-  text-align: left;
344
-  border-radius: 1px;
345
-  padding: 5px 5px 5px 8px;
346
-  margin: 0px 0px 0px -214px;
347
-  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
348
-  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
349
-  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
350
-}
351
-
352
-.fortooltipinit:hover .calleridtooltip {
353
-  visibility: visible;
354
-}
355
-
356
-.fortooltip .fortooltiptext {
357
-  display: block;
358
-  position: absolute;
359
-  visibility: hidden;
360
-  width: 256px;
361
-  background-color: #f4f4f4;
362
-  font-size: 15px;
363
-  font-weight: bold;
364
-  color: #595959;
365
-  text-align: left;
366
-  border-radius: 1px;
367
-  padding: 5px 5px 13px 5px;
368
-  margin-top: -4px;
369
-  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
370
-  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
371
-  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
372
-}
373
-
374
-.fortooltip:hover .fortooltiptext {
375
-  visibility: visible;
376
-}
377
-
378
-.fortooltipsec .fortooltiptextsec {
379
-  display: block;
380
-  position: absolute;
381
-  visibility: hidden;
382
-  width: 256px;
383
-  background-color: #f4f4f4;
384
-  font-size: 15px;
385
-  font-weight: bold;
386
-  color: #595959;
387
-  text-align: left;
388
-  border-radius: 1px;
389
-  padding: 5px;
390
-  margin-top: -4px;
391
-  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
392
-  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
393
-  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
394
-}
395
-
396
-.fortooltipsec:hover .fortooltiptextsec {
397
-  visibility: visible;
398
-}
399
-
400
-.fileupload {
401
-  display: none;
402
-}
403
-
404
-div > label {
405
-  position: relative;
406
-}
407
-
408
-.uploadflbt {
409
-  width: 411px;
410
-}
411
-
412
-label span {
413
-  display: inline-block;
414
-  min-width: 110px;
415
-  padding: 0px 0px 8px 0px;
416
-}
417
-
418
-.uploadflbt .icon-upload {
419
-  display: inline;
420
-}
421
-
422
-.pfprompt {
423
-  font-size: 17px;
424
-  font-weight: bold;
425
-  color: #6d6c6c;
426
-}
427
-
428
-.fileuploadstl,.filesfromnc {
429
-  display: block;
430
-  font-size: 17px;
431
-  font-weight: bold;
432
-  color: #000000;
433
-}
434
-
435
-#filestotsize {
436
-  display: none;
437
-  position: relative;
438
-  height:auto;
439
-  padding: 0px 0px 8px 0px;
440
-  color: #18bf6e;
441
-  font-size: 14px;
442
-  font-weight: bold;
443
-}
444
-
445
-#filessizetext {
446
-  display: inline;
447
-  position: relative;
448
-  padding-left: 10px;
449
-}
450
-
451
-#fileuploadednm .indivflcls {
452
-  display: inline-block;
453
-  position: relative;
454
-  height:auto;
455
-  max-width: 90%;
456
-  overflow: visible;
457
-  white-space: normal;
458
-  word-break: break-all;
459
-  text-overflow: ellipsis;
460
-  font-size: 17px;
461
-  color: #0e6ba0;
462
-}
463
-
464
-.indivflcls:hover {
465
-  cursor: pointer;
466
-  text-decoration: underline;
467
-}
468
-
469
-.indupfldl {
470
-  position: relative;
471
-  display: inline-block;
472
-  float: right;
473
-  cursor: pointer;
474
-  width: 20px;
475
-  color: #0e6ba0;
476
-  text-align: center;
477
-  font-size: 17px;
478
-}
479
-
480
-#fileuploadednm .indupfldl:hover {
481
-  background-color: #e8f6ff;
482
-  cursor: pointer;
483
-}
484
-
485
-#filespickednc .indivflpckd {
486
-  display: inline-block;
487
-  position: relative;
488
-  height:auto;
489
-  max-width: 90%;
490
-  overflow: visible;
491
-  white-space: normal;
492
-  word-break: break-all;
493
-  text-overflow: ellipsis;
494
-  color: #0e6ba0;
495
-}
496
-
497
-.indivflpckd:hover {
498
-  cursor: pointer;
499
-  text-decoration: underline;
500
-}
501
-
502
-.indpckfldl {
503
-  position: relative;
504
-  display: inline-block;
505
-  float: right;
506
-  cursor: pointer;
507
-  width: 20px;
508
-  color: #0e6ba0;
509
-  text-align: center;
510
-}
511
-
512
-#filespickednc .indpckfldl:hover {
513
-  background-color: #e8f6ff;
514
-  cursor: pointer;
515
-}
516
-
517
-select, button, .button, input:not([type="range"]), textarea, div[contenteditable="true"], .pager li a {
518
-  margin: 0px 0px 0px 0px;
519
- }
520
-
521
-#dirbuttons {
522
-  margin-top: 28px;
523
-}
524
-
525
-button, .button, input[type="button"], input[type="submit"], input[type="reset"] {
526
-  padding: 6px 20px;
527
-  width: auto;
528
-  min-height: 22px;
529
-  cursor: pointer;
530
-  box-sizing: border-box;
531
-  background-color: var(--color-background-dark);
532
-}
533
-
534
-select {
535
-  width: 130px;
536
-  min-height: 28px;
537
-  box-sizing: border-box;
538
-  padding-right: 0px !important;
539
-}
540
-
541
-#uploadfileforfax {
542
-  margin-left: 19px;
543
-}
544
-
545
-#pickFromNext, #uploadFile {
546
-  display: inline-block;
547
-  position: relative;
548
-  font-size: 17px;
549
-  font-weight: bold;
550
-  color: #6d6c6c;
551
-}
552
-
553
-#choosefilen {
554
-  display: inline;
555
-  position: relative;
556
-  margin: 0px 0px 20px 16px;
557
-  padding-top: 15px;
558
-  background-image: url('../img/nextcloud_logo.svg');
559
-  background-repeat: no-repeat;
560
-  background-size: 110% 125%;
561
-  background-position: center center;
562
-  min-width: 66px;
563
-  min-height: 30px;
564
-  cursor:pointer;
565
-}
566
-
567
-#choosefilen:active {
568
-  background-image: url('../img/nextcloud_logo_bright.svg');
569
-  background-repeat: no-repeat;
570
-  background-size: 110% 125%;
571
-  background-position: center center;
572
-  min-width: 66px;
573
-  min-height: 30px;
574
-}
575
-
576
-#checkbalance {
577
-  display: inline;
578
-  position: relative;
579
-  padding-left: 0px;
580
-  margin-top: -1px;
581
-  margin-right: 4px;
582
-  float: right;
583
-  background-image: url('../img/refresh_logo.svg');
584
-  background-repeat: no-repeat;
585
-  background-size: 110% 110%;
586
-  background-position: center center;
587
-  min-width: 24px;
588
-  min-height: 24px;
589
-  cursor: pointer;
590
-  background-color: #FFFFFF;
591
-}
592
-
593
-#selectcalleridbttn {
594
-  display: inline;
595
-  position: relative;
596
-  padding-left: 0px;
597
-  margin-top: 2.6px;
598
-  margin-right: 4px;
599
-  float: right;
600
-  background-image: url('../img/refresh_logo.svg');
601
-  background-repeat: no-repeat;
602
-  background-size: 110% 110%;
603
-  background-position: center center;
604
-  min-width: 24px;
605
-  min-height: 24px;
606
-  cursor: pointer;
607
-  background-color: #FFFFFF;
608
-}
609
-
610
-#faxnumbersdiv #pickid {
611
-  display: inline-block;
612
-  position: relative;
613
-  font-size: 17px;
614
-  font-weight: bold;
615
-  margin: 4px 3px 4px 13px;
616
-  color: #FFFFFF;
617
-}
618
-
619
-#get_notification {
620
-  display: block;
621
-  margin-bottom: 8px;
622
-}
623
-
624
-#get_notification:hover {
625
-  cursor: pointer;
626
-}
627
-
628
-.pax_fax_boxspec {
629
-  display: inline-block;
630
-  box-sizing: content-box;
631
-  margin: 8px 0px !important;
632
-  width: 70%;
633
-  font-size: 14px !important;
634
-}
635
-
636
-.setlabeltext {
637
-  font-size: 15px;
638
-}
639
-
640
-#countryCallCode {
641
-  color: #1b60ba;
642
-}
643
-
644
-#countryCallCode:hover {
645
-  color: #0D3B78;
646
-}
647
-
648
-.openfaxfolder {
649
-  display: block;
650
-  position: relative;
651
-  margin: 10px 0px 10px 0px !important;
652
-  padding: 7px 0px 7px 0px;
653
-  width: 100% !important;
654
-  color: #FFFFFF !important;
655
-  font-size: 15px !important;
656
-  background-color: #CB99C5 !important;
657
-}
658
-
659
-.openfaxfolder:hover {
660
-  border: 2px;
661
-  background-color: #c18bba !important;
662
-}
663
-
664
-.openfaxfolder:active {
665
-  background-color: #b777af !important;
666
-  border: 2px;
667
-  color: #FFFFFF !important;
668
-  border-color: #b777af;
669
-}
670
-
671
-.openfaxfolder:focus {
672
-  background-color: #a3669b !important;
673
-  border: 2px;
674
-  border-color: #a3669b;
675
-}
Browse code

Created repository.

DoubleBastionAdmin authored on 01/03/2022 23:31:10
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,675 @@
1
+/**
2
+ * @copyright 2021 Double Bastion LLC <www.doublebastion.com>
3
+ *
4
+ * @author Double Bastion LLC
5
+ *
6
+ * @license GNU AGPL version 3 or any later version
7
+ *
8
+ * This program is free software; you can redistribute it and/or
9
+ * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
10
+ * License as published by the Free Software Foundation; either
11
+ * version 3 of the License, or any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
+ * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
17
+ *
18
+ * You should have received a copy of the GNU Affero General Public
19
+ * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
+ *
21
+ */
22
+
23
+#pax_fax_vbar {
24
+  padding: 18px;
25
+  font-family: Calibri, Frutiger, "Myriad Pro", Myriad, sans-serif;
26
+  color: #6d6c6c;
27
+}
28
+
29
+#currentbaldiv {
30
+  display: block;
31
+  position: relative;
32
+  font-size: 17px;
33
+  font-weight: bold;
34
+  padding: 5px 0px 2px 14px;
35
+  margin: 0px 0px 8px 0px;
36
+  color: #FFFFFF;
37
+  background: #3f9dd1;
38
+  border-radius: 20px;
39
+}
40
+
41
+#currentbalance {
42
+  display: inline;
43
+  position: relative;
44
+  padding-left: 10px;
45
+}
46
+
47
+.providername {
48
+  color: #FFFFFF;
49
+}
50
+
51
+.providername:hover {
52
+  color: #003b94;
53
+}
54
+
55
+#faxnumbersdiv {
56
+  display: block;
57
+  position: relative;
58
+  font-size: 17px;
59
+  font-weight: bold;
60
+  height: 30px;
61
+  margin: 0px 0px 20px 0px;
62
+  background: #3f9dd1;
63
+  border-radius: 20px;
64
+}
65
+
66
+#currentfaxnmbrs {
67
+  display: inline-block;
68
+  position: absolute;
69
+  height: 22px !important;
70
+  width: 54%;
71
+  font-size: 14px;
72
+  color: #353535;
73
+  padding: 0px 0px 0px 5px;
74
+  margin: 0.5px 0px 0px 4px;
75
+  -moz-box-sizing: border-box;
76
+  -webkit-box-sizing: border-box;
77
+  box-sizing: border-box;
78
+  background: #fcfcfc;
79
+  border-radius: 20px;
80
+}
81
+
82
+.pflabels {
83
+  font-size: 15px;
84
+  font-weight: bold;
85
+}
86
+
87
+.pfheader {
88
+  display: block;
89
+  position: relative;
90
+  margin: 0px 0px 7px 0px;
91
+  font-size: 17px;
92
+  font-weight: bold;
93
+}
94
+
95
+.faxnbformat {
96
+  display: block;
97
+  position: relative;
98
+  margin: 0px 0px 3px 0px;
99
+  font-size: 17px;
100
+  font-weight: bold;
101
+
102
+}
103
+
104
+.pax_fax_box {
105
+  display: block;
106
+  box-sizing: content-box;
107
+  margin: 8px 0px !important;
108
+  width: 70%;
109
+}
110
+.indtext {
111
+  display: inline-block;
112
+  padding-left: 10px;
113
+}
114
+
115
+#settings-dscr {
116
+  padding-top: 3px;
117
+}
118
+
119
+#pf_upload_msg, #pf_choose_msg, #pf_submit_msg {
120
+  display: block;
121
+  color: #181918;
122
+  background-color: #a5e5b3;
123
+  font-weight: bold;
124
+}
125
+
126
+#paxfax_save_msg {
127
+  display: inline;
128
+  color: #181918;
129
+  background-color: #a5e5b3;
130
+  font-weight: bold;
131
+  max-width: 70px;
132
+  text-align: center;
133
+  margin-top: 7px;
134
+}
135
+
136
+#pf_submit_msg {
137
+  margin: 8px 0px 8px 0px;
138
+  padding-left: 5px;
139
+  padding-right: 5px;
140
+}
141
+
142
+#pickedfilename {
143
+  font-size: 13px;
144
+}
145
+
146
+#faxtodiv {
147
+  display: block;
148
+  position: relative;
149
+}
150
+
151
+#faxto {
152
+  display: block;
153
+  width: 97%;
154
+  max-height: 22px;
155
+  margin: 5px 0px 20px 0px;
156
+  padding: 1px 13px 0px 13px;
157
+  color: #000000;
158
+  font-size: 15px;
159
+  font-weight: bold;
160
+  border-radius: 20px;
161
+}
162
+
163
+.up-bttn-wrapper {
164
+  display: block;
165
+  position: relative;
166
+  overflow: hidden;
167
+  padding-top: 20px;
168
+  padding-bottom: 30px;
169
+}
170
+
171
+#submitfax {
172
+  display: block;
173
+  color: white;
174
+  font-weight: bold;
175
+  font-size: 15px;
176
+  background: #3f9dd1;
177
+  padding: 6px 16px 6px 16px;
178
+}
179
+
180
+#submitfax:active {
181
+  background: #00a2f9;
182
+}
183
+
184
+.uploadfiledv {
185
+  position: relative;
186
+  display: inline-block;
187
+  padding: 7px 0px 22px 0px;
188
+}
189
+
190
+#app-content {
191
+  display: block;
192
+  position: absolute;
193
+  width: 100%;
194
+  height: 100%;
195
+}
196
+
197
+#faxfoldersview {
198
+  display: inline-block;
199
+  position: relative;
200
+  width: 100%;
201
+  height: 100%;
202
+  margin-top: -50px;
203
+  background-color: #f4f9ff;
204
+}
205
+
206
+#viewerContainer {
207
+  display: block;
208
+  position: relative;
209
+  width: 100%;
210
+  height: 100%;
211
+}
212
+
213
+#viewer {
214
+  display: block;
215
+  position: relative;
216
+  min-width: 100%;
217
+  min-height: 100%;
218
+}
219
+
220
+#faxdocpreview {
221
+  display: inline-block;
222
+  position: relative;
223
+  width: 100%;
224
+  height: 100%;
225
+  background-color: #f4f9ff;
226
+}
227
+
228
+#docPreviewFaxImg {
229
+  display: block;
230
+  position: relative;
231
+  background-image: url('../img/pax_fax_grey.svg');
232
+  background-repeat: no-repeat;
233
+  background-position: center center;
234
+  width: 100%;
235
+  height: 100%;
236
+}
237
+
238
+#outerContainer {
239
+  display: block;
240
+  position: relative;
241
+  width: 100%;
242
+  height: 100%;
243
+}
244
+
245
+#mainContainer {
246
+  display: block;
247
+  position: relative;
248
+  width: 100%;
249
+  height: 100%;
250
+}
251
+
252
+#app-content #app-content-wrapper {
253
+  display: block;
254
+  position: absolute;
255
+  margin: 0;
256
+  align-items: stretch;
257
+  height: 100%;
258
+  width: 99%;
259
+}
260
+
261
+#content {
262
+  width: 81%;
263
+  display: flex;
264
+}
265
+
266
+#uploadedjpg, #uploadedpng {
267
+  width: auto !important;
268
+  height: auto !important;
269
+}
270
+
271
+.cllridcls {
272
+  position: relative;
273
+  display: inline;
274
+  font-size: 17px;
275
+  color: #000000;
276
+  z-index: 3;
277
+}
278
+
279
+.fortooltipinit {
280
+  position: relative;
281
+  display: inline-block;
282
+  float: right;
283
+  font-size: 15px;
284
+  color: #000000;
285
+  z-index: 3;
286
+}
287
+
288
+.fortooltipinit #infosetid {
289
+  display: block;
290
+  position: relative;
291
+  margin: 4px 9px 0px 0px;
292
+  color: #000000;
293
+  font-size: 21px;
294
+  font-weight: bold;
295
+  font-family: Times New Roman;
296
+  font-style: italic;
297
+}
298
+
299
+.fortooltip {
300
+  position: relative;
301
+  display: inline-block;
302
+  font-size: 15px;
303
+  color: #000000;
304
+  z-index: 2;
305
+}
306
+
307
+.fortooltip #infonumber {
308
+  color: #000000;
309
+  font-size: 21px;
310
+  font-weight: bold;
311
+  font-family: Times New Roman;
312
+  font-style: italic;
313
+  padding: 0px 0px 3px 3px;
314
+}
315
+
316
+.fortooltipsec {
317
+  position: relative;
318
+  display: inline-block;
319
+  font-size: 15px;
320
+  color: #000000;
321
+  padding: 0px 0px 4px 0px;
322
+  z-index: 1;
323
+}
324
+
325
+.fortooltipsec #infoformat {
326
+  color: #000000;
327
+  font-size: 21px;
328
+  font-weight: bold;
329
+  font-family: Times New Roman;
330
+  font-style: italic;
331
+  padding: 0px 0px 3px 3px;
332
+}
333
+
334
+.fortooltipinit .calleridtooltip {
335
+  display: block;
336
+  position: absolute;
337
+  visibility: hidden;
338
+  width: 264px;
339
+  background-color: #f4f4f4;
340
+  font-size: 15px;
341
+  font-weight: bold;
342
+  color: #595959;
343
+  text-align: left;
344
+  border-radius: 1px;
345
+  padding: 5px 5px 5px 8px;
346
+  margin: 0px 0px 0px -214px;
347
+  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
348
+  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
349
+  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
350
+}
351
+
352
+.fortooltipinit:hover .calleridtooltip {
353
+  visibility: visible;
354
+}
355
+
356
+.fortooltip .fortooltiptext {
357
+  display: block;
358
+  position: absolute;
359
+  visibility: hidden;
360
+  width: 256px;
361
+  background-color: #f4f4f4;
362
+  font-size: 15px;
363
+  font-weight: bold;
364
+  color: #595959;
365
+  text-align: left;
366
+  border-radius: 1px;
367
+  padding: 5px 5px 13px 5px;
368
+  margin-top: -4px;
369
+  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
370
+  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
371
+  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
372
+}
373
+
374
+.fortooltip:hover .fortooltiptext {
375
+  visibility: visible;
376
+}
377
+
378
+.fortooltipsec .fortooltiptextsec {
379
+  display: block;
380
+  position: absolute;
381
+  visibility: hidden;
382
+  width: 256px;
383
+  background-color: #f4f4f4;
384
+  font-size: 15px;
385
+  font-weight: bold;
386
+  color: #595959;
387
+  text-align: left;
388
+  border-radius: 1px;
389
+  padding: 5px;
390
+  margin-top: -4px;
391
+  -webkit-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
392
+  -moz-box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
393
+  box-shadow: 7px 9px 8px 0px rgba(212,212,212,1);
394
+}
395
+
396
+.fortooltipsec:hover .fortooltiptextsec {
397
+  visibility: visible;
398
+}
399
+
400
+.fileupload {
401
+  display: none;
402
+}
403
+
404
+div > label {
405
+  position: relative;
406
+}
407
+
408
+.uploadflbt {
409
+  width: 411px;
410
+}
411
+
412
+label span {
413
+  display: inline-block;
414
+  min-width: 110px;
415
+  padding: 0px 0px 8px 0px;
416
+}
417
+
418
+.uploadflbt .icon-upload {
419
+  display: inline;
420
+}
421
+
422
+.pfprompt {
423
+  font-size: 17px;
424
+  font-weight: bold;
425
+  color: #6d6c6c;
426
+}
427
+
428
+.fileuploadstl,.filesfromnc {
429
+  display: block;
430
+  font-size: 17px;
431
+  font-weight: bold;
432
+  color: #000000;
433
+}
434
+
435
+#filestotsize {
436
+  display: none;
437
+  position: relative;
438
+  height:auto;
439
+  padding: 0px 0px 8px 0px;
440
+  color: #18bf6e;
441
+  font-size: 14px;
442
+  font-weight: bold;
443
+}
444
+
445
+#filessizetext {
446
+  display: inline;
447
+  position: relative;
448
+  padding-left: 10px;
449
+}
450
+
451
+#fileuploadednm .indivflcls {
452
+  display: inline-block;
453
+  position: relative;
454
+  height:auto;
455
+  max-width: 90%;
456
+  overflow: visible;
457
+  white-space: normal;
458
+  word-break: break-all;
459
+  text-overflow: ellipsis;
460
+  font-size: 17px;
461
+  color: #0e6ba0;
462
+}
463
+
464
+.indivflcls:hover {
465
+  cursor: pointer;
466
+  text-decoration: underline;
467
+}
468
+
469
+.indupfldl {
470
+  position: relative;
471
+  display: inline-block;
472
+  float: right;
473
+  cursor: pointer;
474
+  width: 20px;
475
+  color: #0e6ba0;
476
+  text-align: center;
477
+  font-size: 17px;
478
+}
479
+
480
+#fileuploadednm .indupfldl:hover {
481
+  background-color: #e8f6ff;
482
+  cursor: pointer;
483
+}
484
+
485
+#filespickednc .indivflpckd {
486
+  display: inline-block;
487
+  position: relative;
488
+  height:auto;
489
+  max-width: 90%;
490
+  overflow: visible;
491
+  white-space: normal;
492
+  word-break: break-all;
493
+  text-overflow: ellipsis;
494
+  color: #0e6ba0;
495
+}
496
+
497
+.indivflpckd:hover {
498
+  cursor: pointer;
499
+  text-decoration: underline;
500
+}
501
+
502
+.indpckfldl {
503
+  position: relative;
504
+  display: inline-block;
505
+  float: right;
506
+  cursor: pointer;
507
+  width: 20px;
508
+  color: #0e6ba0;
509
+  text-align: center;
510
+}
511
+
512
+#filespickednc .indpckfldl:hover {
513
+  background-color: #e8f6ff;
514
+  cursor: pointer;
515
+}
516
+
517
+select, button, .button, input:not([type="range"]), textarea, div[contenteditable="true"], .pager li a {
518
+  margin: 0px 0px 0px 0px;
519
+ }
520
+
521
+#dirbuttons {
522
+  margin-top: 28px;
523
+}
524
+
525
+button, .button, input[type="button"], input[type="submit"], input[type="reset"] {
526
+  padding: 6px 20px;
527
+  width: auto;
528
+  min-height: 22px;
529
+  cursor: pointer;
530
+  box-sizing: border-box;
531
+  background-color: var(--color-background-dark);
532
+}
533
+
534
+select {
535
+  width: 130px;
536
+  min-height: 28px;
537
+  box-sizing: border-box;
538
+  padding-right: 0px !important;
539
+}
540
+
541
+#uploadfileforfax {
542
+  margin-left: 19px;
543
+}
544
+
545
+#pickFromNext, #uploadFile {
546
+  display: inline-block;
547
+  position: relative;
548
+  font-size: 17px;
549
+  font-weight: bold;
550
+  color: #6d6c6c;
551
+}
552
+
553
+#choosefilen {
554
+  display: inline;
555
+  position: relative;
556
+  margin: 0px 0px 20px 16px;
557
+  padding-top: 15px;
558
+  background-image: url('../img/nextcloud_logo.svg');
559
+  background-repeat: no-repeat;
560
+  background-size: 110% 125%;
561
+  background-position: center center;
562
+  min-width: 66px;
563
+  min-height: 30px;
564
+  cursor:pointer;
565
+}
566
+
567
+#choosefilen:active {
568
+  background-image: url('../img/nextcloud_logo_bright.svg');
569
+  background-repeat: no-repeat;
570
+  background-size: 110% 125%;
571
+  background-position: center center;
572
+  min-width: 66px;
573
+  min-height: 30px;
574
+}
575
+
576
+#checkbalance {
577
+  display: inline;
578
+  position: relative;
579
+  padding-left: 0px;
580
+  margin-top: -1px;
581
+  margin-right: 4px;
582
+  float: right;
583
+  background-image: url('../img/refresh_logo.svg');
584
+  background-repeat: no-repeat;
585
+  background-size: 110% 110%;
586
+  background-position: center center;
587
+  min-width: 24px;
588
+  min-height: 24px;
589
+  cursor: pointer;
590
+  background-color: #FFFFFF;
591
+}
592
+
593
+#selectcalleridbttn {
594
+  display: inline;
595
+  position: relative;
596
+  padding-left: 0px;
597
+  margin-top: 2.6px;
598
+  margin-right: 4px;
599
+  float: right;
600
+  background-image: url('../img/refresh_logo.svg');
601
+  background-repeat: no-repeat;
602
+  background-size: 110% 110%;
603
+  background-position: center center;
604
+  min-width: 24px;
605
+  min-height: 24px;
606
+  cursor: pointer;
607
+  background-color: #FFFFFF;
608
+}
609
+
610
+#faxnumbersdiv #pickid {
611
+  display: inline-block;
612
+  position: relative;
613
+  font-size: 17px;
614
+  font-weight: bold;
615
+  margin: 4px 3px 4px 13px;
616
+  color: #FFFFFF;
617
+}
618
+
619
+#get_notification {
620
+  display: block;
621
+  margin-bottom: 8px;
622
+}
623
+
624
+#get_notification:hover {
625
+  cursor: pointer;
626
+}
627
+
628
+.pax_fax_boxspec {
629
+  display: inline-block;
630
+  box-sizing: content-box;
631
+  margin: 8px 0px !important;
632
+  width: 70%;
633
+  font-size: 14px !important;
634
+}
635
+
636
+.setlabeltext {
637
+  font-size: 15px;
638
+}
639
+
640
+#countryCallCode {
641
+  color: #1b60ba;
642
+}
643
+
644
+#countryCallCode:hover {
645
+  color: #0D3B78;
646
+}
647
+
648
+.openfaxfolder {
649
+  display: block;
650
+  position: relative;
651
+  margin: 10px 0px 10px 0px !important;
652
+  padding: 7px 0px 7px 0px;
653
+  width: 100% !important;
654
+  color: #FFFFFF !important;
655
+  font-size: 15px !important;
656
+  background-color: #CB99C5 !important;
657
+}
658
+
659
+.openfaxfolder:hover {
660
+  border: 2px;
661
+  background-color: #c18bba !important;
662
+}
663
+
664
+.openfaxfolder:active {
665
+  background-color: #b777af !important;
666
+  border: 2px;
667
+  color: #FFFFFF !important;
668
+  border-color: #b777af;
669
+}
670
+
671
+.openfaxfolder:focus {
672
+  background-color: #a3669b !important;
673
+  border: 2px;
674
+  border-color: #a3669b;
675
+}