PluginProbe ʕ •ᴥ•ʔ
JetBackup – Backup, Restore & Migrate / 1.5.2
JetBackup – Backup, Restore & Migrate v1.5.2
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 5 years ago bgstyle.less.css 5 years ago bgstyle.wordpress.css 5 years ago bootstrap-switch.min.css 5 years ago bootstrap.css 5 years ago deactivationSurvey.css 5 years ago fonts.css 5 years ago jquery.rateyo.css 5 years ago main.css 5 years ago popupTheme.css 5 years ago spinner.css 5 years ago styles.css 5 years ago
styles.css
591 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: #0021C8;
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: #0021C8 !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: #0021C8;
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 #link-btn {
378 margin-top: 30px;
379 }
380
381 select#product {
382 margin-top: 2px;
383 text-indent: 4px;
384 }
385
386 .bg-license-content {
387 text-align: center;
388 }
389
390 .bg-license-content.sg-wrapper-less {
391 margin-top: 0 !important;
392 }
393
394 .sg-top-info {
395 height: 66px;
396 padding-right: 44px;
397 }
398
399 .sg-backup-page-title {
400 margin-top: 0px !important;
401 font-weight: bold !important;
402 margin-bottom: 36px !important;
403 }
404
405 .sg-bg-show {
406 display: block !important;
407 }
408
409 .sg-info-wrapper {
410 line-height: 1;
411 margin-top: 27px;
412 }
413
414 .sg-info-wrapper label {
415 margin-top: 0;
416 }
417 label.sg-user-info {
418 font-weight: normal;
419 }
420
421 .sg-info-content-wrapper label {
422 font-size: 18px;
423 }
424
425 .sg-settings-container label {
426 font-weight: normal;
427 }
428
429 #sg-email {
430 padding-right: 0;
431 }
432
433 .sg-cloud-icon {
434 background-size: contain;
435 background-repeat: no-repeat;
436 display: inline-block;
437 width: 17px;
438 height: 16px;
439 margin-top: 3px;
440 margin-right: 18px;
441 }
442
443 .sg-cloud-backup-guard {
444 background-image: url("../img/backup-cloud-icon.png");
445 }
446 .sg-cloud-dropbox {
447 background-image: url("../img/cloud-dropbox.png");
448 }
449 .sg-cloud-google-drive {
450 background-image: url("../img/cloud-google-drive.png");
451 }
452 .sg-cloud-ftp {
453 background-image: url("../img/cloud-ftp.png");
454 }
455 .sg-cloud-amazon {
456 background-image: url("../img/cloud-amazon.png");
457 }
458 .sg-cloud-one-drive {
459 background-image: url("../img/cloud-onedrive.png");
460 }
461 .sg-cancel-backup {
462 background-image: url("../img/stop-action.png");
463 background-size: contain;
464 background-repeat: no-repeat;
465 width: 16px;
466 height: 19px;
467 text-decoration: none !important;
468 display: inline-block;
469 cursor: pointer;
470 }
471
472 .sg-cloud-icon-wrapper,
473 .sg-cloud-label-wrapper {
474 display: inline-block;
475 vertical-align: top;
476 height: 39px;
477 line-height: 1;
478 font-weight: normal;
479 }
480
481 .sg-cloud-label-with-info {
482 display: inline-block;
483 }
484
485 .sg-schedule-icon {
486 text-decoration: none !important;
487 background-repeat: no-repeat;
488 background-size: contain;
489 display: inline-block;
490 cursor: pointer;
491 width: 24px;
492 height: 24px;
493 }
494
495 .sg-schedule-edit {
496 background-image: url("../img/edit-icon.png");
497 }
498
499 .sg-schedule-delete {
500 background-image: url("../img/delete-icon.png");
501 margin-left: 21px;
502 }
503
504 .sg-schedule-pending {
505 color: #0021C8 !important;
506 }
507
508 .sg-schedule-inactive {
509 color: #A4A4A4 !important;
510 }
511
512 #sg-save-settings {
513 margin-top: 47px;
514 margin-bottom: 23px;
515 width: 132px;
516 }
517
518 /* Generated by Glyphter (http://www.glyphter.com) on Thu Jul 30 2020*/
519 @font-face {
520 font-family: 'Glyphter';
521 src: url('../fonts/Glyphter.eot');
522 src: url('../fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
523 url('../fonts/Glyphter.woff') format('woff'),
524 url('../fonts/Glyphter.ttf') format('truetype'),
525 url('../fonts/Glyphter.svg#Glyphter') format('svg');
526 font-weight: normal;
527 font-style: normal;
528 }
529 [class*='sg-backup-']:before{
530 display: inline-block;
531 font-family: 'Glyphter';
532 font-style: normal;
533 font-weight: normal;
534 line-height: 1;
535 -webkit-font-smoothing: antialiased;
536 -moz-osx-font-smoothing: grayscale
537 }
538 /*Video tutorials font*/
539 @font-face {
540 font-family: 'MenuGlyphter';
541 src: url('../fonts/MenuGlyphter.eot');
542 src: url('../fonts/MenuGlyphter.eot?#iefix') format('embedded-opentype'),
543 url('../fonts/MenuGlyphter.woff') format('woff'),
544 url('../fonts/MenuGlyphter.ttf') format('truetype'),
545 url('../fonts/MenuGlyphter.svg#MenuGlyphter') format('svg');
546 font-weight: normal;
547 font-style: normal;
548 }
549 [class*='sg-backup-menu-']:before{
550 display: inline-block;
551 font-family: 'MenuGlyphter';
552 font-style: normal;
553 font-weight: normal;
554 line-height: 1;
555 -webkit-font-smoothing: antialiased;
556 -moz-osx-font-smoothing: grayscale;
557 margin-right: 15px;
558 }
559
560 .sg-backup-menu-video:before{content:'\0041';}
561
562 .sg-backup-cross:before{content:'\0041';}
563 .sg-backup-report:before{content:'\0042';}
564 .sg-backup-delete:before{content:'\0043';}
565 .sg-backup-import:before{content:'\0044';}
566 .sg-backup-start:before{content:'\0045';}
567 .sg-backup-migrate:before{content:'\0046';}
568
569 .sg-backup-action-buttons {
570 display: flex !important;
571 vertical-align: middle;
572 line-height: 1 !important;
573 font-weight: normal !important;
574 }
575 span.sg-backup-buttons-content {
576 display: inline-block;
577 vertical-align: middle !important;
578 }
579
580 .sg-backup-buttons-text {
581 margin-left: 10px;
582 }
583 .sg-blue-label {
584 color: #0021C8 !important;
585 }
586
587 [disabled]#sg-delete-multi-backups,
588 [disabled]#sg-backup-with-migration {
589 background-color: #A4A4A4 !important;
590 border-color: #A4A4A4 !important;
591 }