PluginProbe ʕ •ᴥ•ʔ
JetBackup – Backup, Restore & Migrate / 2.0.3
JetBackup – Backup, Restore & Migrate v2.0.3
3.1.22.3 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.8.1 1.4.9 1.5.0 1.5.1 1.5.1.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.0 1.6.10 1.6.11 1.6.12 1.6.13 1.6.15 1.6.5.1 1.6.8.8 1.6.9 1.6.9.1 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7.5 2.0.8.7 2.0.9.11 2.0.9.14 2.0.9.15 2.0.9.6 2.0.9.7 2.0.9.9 3.1.10.7 3.1.11.1 3.1.12.3 3.1.13.4 3.1.14.17 3.1.15.4 3.1.16.1 3.1.17.5 3.1.18.10 3.1.18.8 3.1.18.9 3.1.19.8 3.1.20.3 3.1.21.3 3.1.7.9 3.1.9.2 trunk 1.1.90 1.1.91 1.2.0 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2
backup / public / css / styles.css
backup / public / css Last commit date
default 3 years ago bgstyle.less.css 3 years ago bgstyle.wordpress.css 3 years ago bootstrap-switch.min.css 3 years ago fonts.css 3 years ago jquery.rateyo.css 3 years ago main.css 3 years ago popupTheme.css 3 years ago spinner.css 3 years ago styles.css 3 years ago
styles.css
646 lines
1 .bg-container {
2 float: left;
3 background-color: #333;
4 margin-top: 20px;
5 width: calc(100% - 20px);
6 border: 0px #5c5c5c solid;
7 position: relative;
8 }
9
10 #bg-wrapper {
11 float: left;
12 width: 100%;
13 position: relative;
14 font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
15 font-size: 15px;
16 line-height: 1.42857143;
17 color: #333333;
18 }
19
20 #bg-wrapper a {
21 font-size: 15px;
22 color: #ff6c2c;
23 text-decoration: none;
24 }
25
26 #bg-wrapper a:hover,
27 #bg-wrapper a:focus {
28 color: #165ba8;
29 text-decoration: underline;
30 }
31
32 .bg-try-again {
33 color: #ff6c2c !important;
34 margin-right: 20px;
35 }
36
37 .bg-try-again:hover {
38 text-decoration: none !important;
39 }
40
41 .bg-content {
42 margin-left: 210px;
43 min-height: 540px;
44 background-color: #fff;
45 padding: 15px;
46 position: relative;
47 }
48
49
50 .bg-content-dark {
51 background-color: transparent;
52 }
53
54 .bg-content-full-width {
55 margin: 0;
56 }
57
58 .bg-sidebar {
59 width: 210px;
60 float: left;
61 margin-left: -100%;
62 background-color: #3d3d3d;
63 }
64
65 .bg-form-control {
66 box-shadow: none !important;
67 border-bottom: 2px solid #000000 !important;
68 border-right: 0px solid #000000 !important;
69 border-top: 0px solid #000000 !important;
70 border-left: 0px solid #000000 !important;
71 display: block;
72 width: 100%;
73 padding-left: 0px !important;
74 padding-top: 16px;
75 padding-bottom: 16px;
76 font-size: 18px;
77 border-radius: 0 !important;
78 }
79
80 .sg-action-menu-arrow {
81 width: 11px;
82 height: 6px;
83 background-image: url("../img/action-menu-arrow.png");
84 background-repeat: no-repeat;
85 position: absolute;
86 right: 17px;
87 top: 20px;
88 display: none;
89 }
90
91 .bg-login-content label {
92 font-size: 16px;
93 line-height: 16px;
94 font-weight: bold;
95 }
96
97 .sg-button-wrapper {
98 margin-right: 0 !important;
99 width: 100% !important;
100 }
101
102 .sg-login-logo {
103 margin-left: 20px;
104 }
105
106 #bg-wrapper .bg-btn {
107 display: inline-block;
108 margin-bottom: 0;
109 font-weight: normal;
110 text-align: center;
111 vertical-align: middle;
112 touch-action: manipulation;
113 cursor: pointer;
114 background-image: none;
115 border: 1px solid transparent;
116 white-space: nowrap;
117 padding: 10px 18px;
118 font-size: 15px;
119 line-height: 1.42857143;
120 border-radius: 0;
121 -webkit-user-select: none;
122 -moz-user-select: none;
123 }
124
125 #bg-wrapper .bg-btn:hover {
126 text-decoration: none;
127 }
128
129 #bg-wrapper .bg-btn-success {
130 color: #fff;
131 background-color: #3fb618;
132 border-color: #3fb618;
133 }
134
135 #bg-wrapper .bg-btn-success:hover,
136 #bg-wrapper .bg-btn-success:focus,
137 #bg-wrapper .bg-btn-success.focus,
138 #bg-wrapper .bg-btn-success:active,
139 #bg-wrapper .bg-btn-success.active {
140 color: #fff;
141 background-color: #2f8912;
142 border-color: #2c8011;
143 }
144
145 #bg-wrapper .bg-btn-primary {
146 color: #fff;
147 background-color: #2780e3;
148 border-color: #2780e3;
149 }
150
151 #bg-wrapper .bg-btn-primary:hover,
152 #bg-wrapper .bg-btn-primary:focus,
153 #bg-wrapper .bg-btn-primary.focus,
154 #bg-wrapper .bg-btn-primary:active,
155 #bg-wrapper .bg-btn-primary.active {
156 color: #fff;
157 background-color: #1967be;
158 border-color: #1862b5;
159 }
160
161 .bg-text-primary,
162 .bg-text-primary:hover {
163 color: #2780e3;
164 }
165
166 .bg-text-success,
167 .bg-text-success:hover {
168 color: #3fb618;
169 }
170
171 .sg-text-success {
172 color: #009F30;
173 }
174
175 .sg-remove-backup {
176 background-image: url("../img/delete-icon.png");
177 background-size: contain;
178 background-repeat: no-repeat;
179 width: 16px;
180 height: 19px;
181 text-decoration: none !important;
182 display: inline-block;
183 cursor: pointer;
184 }
185
186 .sg-bg-download-button {
187 background-image: url("../img/download-backup.png");
188 background-size: contain;
189 background-repeat: no-repeat;
190 width: 16px;
191 height: 19px;
192 text-decoration: none !important;
193 display: inline-block;
194 cursor: pointer;
195 }
196
197 .sg-restore-button {
198 background-image: url("../img/restore-backup.png");
199 background-size: contain;
200 background-repeat: no-repeat;
201 width: 16px;
202 height: 19px;
203 text-decoration: none !important;
204 display: inline-block;
205 cursor: pointer;
206 }
207
208 .sg-bg-download-button,
209 .sg-restore-button {
210 margin-left: 15px;
211 }
212
213 .bg-text-danger,
214 .bg-text-danger:hover {
215 color: #ff0039;
216 }
217
218 .bg-text-warning,
219 .bg-text-warning:hover {
220 color: #ff7518;
221 }
222
223 .bg-text-info,
224 .bg-text-info:hover {
225 color: #9954bb;
226 }
227
228 .bg-pull-right {
229 float: right;
230 }
231
232 .bg-pull-left {
233 float: left;
234 }
235
236 .bg-text-center {
237 text-align: center;
238 }
239
240 .bg-tooltip {
241 position: relative;
242 display: inline-block;
243 font-size: 15px;
244 color: #ff6c2c;
245 cursor: pointer;
246 }
247
248 .bg-tooltip .bg-tooltiptext {
249 visibility: hidden;
250 width: 140px;
251 background-color: #333;
252 color: #fff;
253 text-align: center;
254 padding: 5px;
255 border-radius: 6px;
256 bottom: 100%;
257 left: 50%;
258 margin-left: -75px;
259 position: absolute;
260 z-index: 1;
261 }
262
263 .bg-tooltip:hover .bg-tooltiptext {
264 visibility: visible;
265 }
266
267 .bg-tooltip .bg-tooltiptext::after {
268 content: " ";
269 position: absolute;
270 top: 100%;
271 left: 50%;
272 margin-left: -5px;
273 border-width: 5px;
274 border-style: solid;
275 border-color: #333 transparent transparent transparent;
276 }
277
278 /* General screen related styles */
279
280 .bg-logged-msg-container {
281 float: right;
282 font-size: 12px;
283 display: inline-block;
284 margin-top: 18px;
285 margin-left: 5px;
286 }
287
288 /* Login screen related styles */
289
290 .bg-login-container {
291 width: 330px;
292 margin: 51px auto;
293 overflow: auto;
294 }
295
296 .bg-login-container h1 {
297 font-size: 22.5px;
298 font-weight: normal;
299 margin-bottom: 20px;
300 margin-top: 0;
301 }
302
303 .bg-login-container .bg-tooltip {
304 padding: 10px 0;
305 display: inline-block;
306 }
307
308 .bg-login-content {
309 padding: 25px;
310 background-color: #fff;
311 overflow: auto;
312 }
313
314 #bg-login-error {
315 display: none;
316 }
317
318 /* Assign license screen related styles */
319
320 .bg-license-container {
321 width: 420px;
322 margin: 51px auto;
323 overflow: auto;
324 }
325
326 .bg-license-container h1 {
327 font-size: 22.5px;
328 font-weight: normal;
329 margin-bottom: 10px;
330 margin-top: 0;
331 }
332
333 .bg-license-container .bg-tooltip {
334 padding: 10px 0;
335 display: inline-block;
336 }
337
338 .bg-license-content {
339 background-color: #fff;
340 overflow: auto;
341 box-sizing: border-box;
342 }
343
344 .bg-file-icon {
345 background-image: url("default/fileicon.png") !important;
346 background-size: cover;
347 width: 15px !important;
348 height: 15px !important;
349 line-height: 15px !important;
350 margin-top: 5px !important;
351 }
352
353 .bg-folder-icon {
354 background-image: url("default/foldericon.png") !important;
355 background-size: cover;
356 width: 15px !important;
357 height: 15px !important;
358 line-height: 15px !important;
359 margin-top: 5px !important;
360 }
361
362 .bg-no-icon {
363 background: none !important;
364 width: 5px !important;
365 }
366
367 .sg-switch-container .bootstrap-switch-default {
368 background-color: #000000 !important;
369 color: #FFFFFF !important;
370 }
371
372 p.bg-license-btn-wrapper {
373 margin-top: 37px;
374 text-align: center !important;
375 }
376
377 p.bg-license-btn-wrapper a.btn {
378 margin: 0 8px;
379 font-weight: normal !important;
380 text-decoration: none !important;
381 }
382
383 p.bg-license-btn-wrapper a.btn-primary:focus,
384 p.bg-license-btn-wrapper a.btn-primary:hover {
385 color: #ffffff !important;
386 }
387
388 #link-btn {
389 margin-top: 30px;
390 }
391
392 select#product {
393 margin-top: 2px;
394 text-indent: 4px;
395 }
396
397 .bg-license-content {
398 text-align: center;
399 }
400
401 .bg-license-content.sg-wrapper-less {
402 margin-top: 0 !important;
403 }
404
405 .sg-top-info {
406 height: 66px;
407 padding-right: 44px;
408 }
409
410 .sg-backup-page-title {
411 margin-top: 0px !important;
412 font-weight: bold !important;
413 margin-bottom: 36px !important;
414 }
415
416 .sg-bg-show {
417 display: block !important;
418 }
419
420 .sg-info-wrapper {
421 line-height: 1;
422 margin-top: 27px;
423 }
424
425 .sg-info-wrapper label {
426 margin-top: 0;
427 }
428
429 label.sg-user-info {
430 font-weight: normal;
431 }
432
433 .sg-info-content-wrapper label {
434 font-size: 18px;
435 }
436
437 .sg-settings-container label {
438 font-weight: normal;
439 }
440
441 #sg-email {
442 padding-right: 0;
443 }
444
445 .sg-cloud-icon {
446 background-size: contain;
447 background-repeat: no-repeat;
448 display: inline-block;
449 width: 17px;
450 height: 16px;
451 margin-top: 3px;
452 margin-right: 18px;
453 }
454
455 .sg-cloud-backup-guard {
456 background-image: url("../img/backup-cloud-icon.png");
457 }
458
459 .sg-cloud-dropbox {
460 background-image: url("../img/cloud-dropbox.png");
461 }
462
463 .sg-cloud-google-drive {
464 background-image: url("../img/cloud-google-drive.png");
465 }
466
467 .sg-cloud-ftp {
468 background-image: url("../img/cloud-ftp.png");
469 }
470
471 .sg-cloud-amazon {
472 background-image: url("../img/cloud-amazon.png");
473 }
474
475 .sg-cloud-one-drive {
476 background-image: url("../img/cloud-onedrive.png");
477 }
478
479 .sg-cloud-pcloud {
480 background-image: url("../img/cloud-pcloud.png");
481 }
482
483 .sg-cloud-box {
484 background-image: url("../img/cloud-box.png");
485 }
486
487 .sg-cancel-backup {
488 background-image: url("../img/stop-action.png");
489 background-size: contain;
490 background-repeat: no-repeat;
491 width: 16px;
492 height: 19px;
493 text-decoration: none !important;
494 display: inline-block;
495 cursor: pointer;
496 }
497
498 .sg-cloud-icon-wrapper,
499 .sg-cloud-label-wrapper {
500 display: inline-block;
501 vertical-align: top;
502 height: 39px;
503 line-height: 1;
504 font-weight: normal;
505 }
506
507 .sg-cloud-label-with-info {
508 display: inline-block;
509 }
510
511 .sg-schedule-icon {
512 text-decoration: none !important;
513 background-repeat: no-repeat;
514 background-size: contain;
515 display: inline-block;
516 cursor: pointer;
517 width: 24px;
518 height: 24px;
519 }
520
521 .sg-schedule-edit {
522 background-image: url("../img/edit-icon.png");
523 }
524
525 .sg-schedule-delete {
526 background-image: url("../img/delete-icon.png");
527 margin-left: 21px;
528 }
529
530 .sg-schedule-pending {
531 color: #ff6c2c !important;
532 }
533
534 .sg-schedule-inactive {
535 color: #A4A4A4 !important;
536 }
537
538 #sg-save-settings {
539 margin-top: 47px;
540 margin-bottom: 23px;
541 width: 132px;
542 }
543
544 /* Generated by Glyphter (http://www.glyphter.com) on Thu Jul 30 2020*/
545 @font-face {
546 font-family: 'GlyphterBG';
547 src: url('../fonts/Glyphter.eot');
548 src: url('../fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
549 url('../fonts/Glyphter.woff') format('woff'),
550 url('../fonts/Glyphter.ttf') format('truetype'),
551 url('../fonts/Glyphter.svg#GlyphterBG') format('svg');
552 font-weight: normal;
553 font-style: normal;
554 }
555
556 [class*='sg-backup-']:before {
557 display: inline-block;
558 font-family: 'GlyphterBG' !important;
559 font-style: normal;
560 font-weight: normal;
561 line-height: 1;
562 -webkit-font-smoothing: antialiased;
563 -moz-osx-font-smoothing: grayscale
564 }
565
566 /*Video tutorials font*/
567 @font-face {
568 font-family: 'MenuGlyphter';
569 src: url('../fonts/MenuGlyphter.eot');
570 src: url('../fonts/MenuGlyphter.eot?#iefix') format('embedded-opentype'),
571 url('../fonts/MenuGlyphter.woff') format('woff'),
572 url('../fonts/MenuGlyphter.ttf') format('truetype'),
573 url('../fonts/MenuGlyphter.svg#MenuGlyphter') format('svg');
574 font-weight: normal;
575 font-style: normal;
576 }
577
578 [class*='sg-backup-menu-']:before {
579 display: inline-block;
580 font-family: 'MenuGlyphter';
581 font-style: normal;
582 font-weight: normal;
583 line-height: 1;
584 -webkit-font-smoothing: antialiased;
585 -moz-osx-font-smoothing: grayscale;
586 margin-right: 15px;
587 }
588
589 .sg-backup-menu-video:before {
590 content: '\0041';
591 }
592
593 .sg-backup-cross:before {
594 content: '\0041';
595 }
596
597 .sg-backup-report:before {
598 content: '\0042';
599 }
600
601 .sg-backup-delete:before {
602 content: '\0043';
603 }
604
605 .sg-backup-import:before {
606 content: '\0044';
607 }
608
609 .sg-backup-start:before {
610 content: '\0045';
611 }
612
613 .sg-backup-migrate:before {
614 content: '\0046';
615 }
616
617 .sg-backup-action-buttons {
618 display: flex !important;
619 vertical-align: middle;
620 line-height: 1 !important;
621 font-weight: normal !important;
622 }
623
624 span.sg-backup-buttons-content {
625 display: inline-block;
626 vertical-align: middle !important;
627 }
628
629 .sg-backup-buttons-text {
630 margin-left: 10px;
631 }
632
633 .sg-blue-label {
634 color: #0021C8 !important;
635 }
636
637 .jb-orange-label {
638 color: #ff6c2c !important;
639 }
640
641 [disabled]#sg-delete-multi-backups,
642 [disabled]#sg-backup-with-migration {
643 background-color: #A4A4A4 !important;
644 border-color: #A4A4A4 !important;
645 }
646