| 1 |
.toplevel_page_wp-database-backup{ |
| 2 |
background: transparent !important; |
| 3 |
} |
| 4 |
.wpdb-header{ |
| 5 |
background-color: #dff0d8; |
| 6 |
} |
| 7 |
.toplevel_page_wp-database-backup .panel { |
| 8 |
margin-bottom: 0 !important; |
| 9 |
} |
| 10 |
.wpdb_log .arrow { |
| 11 |
margin-left: 0px !important; |
| 12 |
} |
| 13 |
.wpdb_download .popover{ |
| 14 |
max-width: 500Px !important; |
| 15 |
background: #f6f7f7 !important; |
| 16 |
padding: 10px !important; |
| 17 |
} |
| 18 |
.wpdbbkp-hide{ |
| 19 |
display:none; |
| 20 |
} |
| 21 |
|
| 22 |
.wpdbbkp-support-button { |
| 23 |
appearance: none; |
| 24 |
-webkit-box-align: center; |
| 25 |
border-radius: 200px; |
| 26 |
bottom: 2%; |
| 27 |
display: block; |
| 28 |
height: 60px; |
| 29 |
max-width: 60px; |
| 30 |
left: 95%; |
| 31 |
-webkit-box-pack: center; |
| 32 |
justify-content: center; |
| 33 |
margin: 0; |
| 34 |
line-height: 60px; |
| 35 |
outline: none; |
| 36 |
padding: 0; |
| 37 |
position: fixed; |
| 38 |
user-select: none; |
| 39 |
z-index: 909999999999; |
| 40 |
background-color: #337ab7 !important; |
| 41 |
border: none; |
| 42 |
color: #fff; |
| 43 |
cursor: pointer; |
| 44 |
min-width: 60px; |
| 45 |
transition: background-color .2s linear 0s,transform .2s linear 0s; |
| 46 |
-webkit-tap-highlight-color: transparent; |
| 47 |
} |
| 48 |
|
| 49 |
.wpdbbkp-support-icon { |
| 50 |
-webkit-box-align: center; |
| 51 |
align-items: center; |
| 52 |
color: #fff; |
| 53 |
cursor: pointer; |
| 54 |
display: flex; |
| 55 |
height: 100%; |
| 56 |
-webkit-box-pack: center; |
| 57 |
justify-content: center; |
| 58 |
left: 0; |
| 59 |
pointer-events: none; |
| 60 |
position: absolute; |
| 61 |
text-indent: -99999px; |
| 62 |
top: 0; |
| 63 |
transition: opacity 80ms linear 0s,transform .16s linear 0s; |
| 64 |
width: 60px; |
| 65 |
will-change: opacity,transform; |
| 66 |
opacity: 1 !important; |
| 67 |
transform: rotate( 0deg ) scale(1) !important; |
| 68 |
} |
| 69 |
|
| 70 |
#db_setting input[type=checkbox]{ |
| 71 |
vertical-align: sub; |
| 72 |
} |
| 73 |
#db_info_link{ |
| 74 |
float:right; |
| 75 |
} |
| 76 |
|
| 77 |
#db_help .panel-group{ |
| 78 |
margin-top:20px; |
| 79 |
} |
| 80 |
.toggle_anchor{ |
| 81 |
text-decoration: none !important; |
| 82 |
} |
| 83 |
#create_backup{ |
| 84 |
margin-bottom:20px; |
| 85 |
} |
| 86 |
|
| 87 |
#wpdbbkp-create-full-backup{ |
| 88 |
margin-bottom: 20px; |
| 89 |
margin-left: 10px; |
| 90 |
} |
| 91 |
|
| 92 |
.bootstrap-wrapper p.submit{ |
| 93 |
margin-left: 15px; |
| 94 |
} |
| 95 |
|
| 96 |
#db_setting .panel-group , #searchreplace .panel-group ,#db_help .panel-group { |
| 97 |
margin-left:20px; |
| 98 |
margin-right:20px; |
| 99 |
} |
| 100 |
|
| 101 |
#wpdbbkp_table_length select{ |
| 102 |
width:100px; |
| 103 |
height:30px; |
| 104 |
margin:6px; |
| 105 |
} |
| 106 |
|
| 107 |
#db_destination .panel-default, #db_info .panel-default{ |
| 108 |
margin:10px 0 !important; |
| 109 |
} |
| 110 |
|
| 111 |
#db_destination .panel-body , #db_info .panel-body{ |
| 112 |
padding:20px; |
| 113 |
} |
| 114 |
.wpdbbkp_notification{ |
| 115 |
padding:0 15px; |
| 116 |
} |
| 117 |
.wpdbbkp_notification_row { |
| 118 |
margin-top: 5px; |
| 119 |
margin-bottom: 5px; |
| 120 |
} |
| 121 |
#wpdbbkp_table_length label, #wpdbbkp_table_filter label{ |
| 122 |
font-weight: inherit; |
| 123 |
display: flex; |
| 124 |
align-items: center; |
| 125 |
} |
| 126 |
|
| 127 |
#db_destination h2 label{ |
| 128 |
font-weight: 500; |
| 129 |
font-size: 14px; |
| 130 |
margin-bottom:0; |
| 131 |
margin-left: 15px; |
| 132 |
margin-top:0; |
| 133 |
color:#777; |
| 134 |
} |
| 135 |
#db_destination h2 { |
| 136 |
margin-top:0; |
| 137 |
margin-bottom:0; |
| 138 |
font-weight: 600; |
| 139 |
} |
| 140 |
|
| 141 |
#db_destination .dashicons-admin-generic{ |
| 142 |
float:right; |
| 143 |
color:#666; |
| 144 |
} |
| 145 |
|
| 146 |
.wpdbbkp-support-label { |
| 147 |
margin-top: 4px; |
| 148 |
float: left; |
| 149 |
width: 70px; |
| 150 |
font-size: 14px; |
| 151 |
} |
| 152 |
|
| 153 |
.wpdbbkp-bio-box:hover { |
| 154 |
box-shadow: 5px 5px 8px #888888; |
| 155 |
} |
| 156 |
|
| 157 |
.wpdbbkp-bio-box { |
| 158 |
background: #fff; |
| 159 |
border: 1px solid #ccc; |
| 160 |
padding: 15px 20px; |
| 161 |
border-radius: 4px; |
| 162 |
margin: 15px 15px 15px 0; |
| 163 |
/* height: 22rem; */ |
| 164 |
padding: 0px 20px; |
| 165 |
} |
| 166 |
|
| 167 |
.toplevel_page_wp-database-backup label .configured{ |
| 168 |
color:green; |
| 169 |
} |
| 170 |
#wp_db_backup_options { |
| 171 |
width:100px; |
| 172 |
} |
| 173 |
.toplevel_page_wp-database-backup .bootstrap-wrapper a { |
| 174 |
box-shadow:none; |
| 175 |
} |
| 176 |
.toplevel_page_wp-database-backup .head-logo{ |
| 177 |
background-color:#eee; |
| 178 |
} |
| 179 |
html { |
| 180 |
scroll-behavior: smooth; |
| 181 |
} |
| 182 |
@media all{ |
| 183 |
.wpdbbkp-wrapper{max-width:100%;width:100%;display:flex;flex-wrap:wrap;margin:auto;} |
| 184 |
.wpdbbkp-wr{width:100%;margin:0 auto;position:relative;} |
| 185 |
.bkp-wpdbbkp-img{background:rgb(255 95 109);width:100%;margin:0 auto;text-align:center;position:relative;line-height:0;height:300px;} |
| 186 |
.sp_ov{left:0;position:absolute;right:0;top:0;} |
| 187 |
.bkp-wpdbbkp-cnt{position:absolute;top:40px;bottom:0;left:40px;right:40px;margin:0 auto;text-align:center;} |
| 188 |
.bkp-wpdbbkp-cnt h1{font-size:60px;color:#fff;font-weight:600;} |
| 189 |
.bkp-wpdbbkp-cnt p{margin-top:0px;color:#371b24;font-size:18px;padding:0 100px;line-height:1.4;font-weight:500;} |
| 190 |
.bkp-wpdbbkp-cnt .buy{border-width:0px!important;font-size:1.25rem;line-height:2;text-decoration:none;background:white!important;border-radius:8px!important;font-size:16px!important;padding:12px 18px;color:rgba(234, 76, 137, 1)!important;font-weight:500;} |
| 191 |
.bkp-wpdbbkp-cnt .buy:hover{box-shadow:0px 2px 2px #999;background:linear-gradient(to left, #fdfc35, #ffe258)!important;} |
| 192 |
.pvf{position:relative;top:-16px;border:1px solid #eee;padding-bottom:40px;} |
| 193 |
.ext{display:grid;grid-template-columns:1fr 1fr 1fr;background:#f9f9f9;padding:45px 0 45px 25px;} |
| 194 |
.ex-1{width:80%;} |
| 195 |
.ex-1 h4{margin:15px 0 12px 0;font-weight:600;font-size:20px;color:rgba(234, 76, 137, 1);} |
| 196 |
.ex-1 p{font-size:14px;font-weight:400;margin:0;color:#000;} |
| 197 |
.pvf-cnt{width:100%;display:inline-block;} |
| 198 |
.pvf-tlt{text-align:center;width:100%;margin:70px 0 60px 0;} |
| 199 |
.pvf-tlt h2{font-size:36px;line-height:1.4;color:#000;font-weight:500;margin:0;} |
| 200 |
.pvf-tlt span{font-size:16px;color:#000;margin-top:15px;display:inline-block;position:relative;top:4px;} |
| 201 |
.pvf-cmp{display:grid;grid-template-columns:1fr 2fr;} |
| 202 |
.fr{border-right:1px solid #eee;} |
| 203 |
.fr h1,.pr h1{font-size:36px;font-weight:700;line-height:1.5;border-bottom:1px solid #efefef;padding:0 0 20px 35px;} |
| 204 |
.pr h1{padding-left:50px;color:rgba(234, 76, 137, 1);} |
| 205 |
.fr-fe{color:#222;padding-top:10px;} |
| 206 |
.fe-1{padding:22px 35px 35px 35px;} |
| 207 |
.fe-1 h4{margin:0 0 10px 0;font-size:20px;line-height:1.4;font-weight:400;color:#000;} |
| 208 |
.fe-1 p{font-size:15px;line-height:1.4;margin:0;color:#333;} |
| 209 |
.pr-fe{padding:34px 35px 35px 35px;} |
| 210 |
.pr-fe span{font-family:georgia;font-size:16px;font-weight:700;color:#000;font-style:italic;line-height:1.3;} |
| 211 |
.fet{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:25px;margin-top:40px;} |
| 212 |
.fe-2{color:#222;} |
| 213 |
.fe-t img{width:22px!important;display:inline-block;vertical-align:middle;} |
| 214 |
.fe-t h4{margin:0;display:inline-block;vertical-align:middle;font-size:19px;color:#000;font-weight:400;line-height:1.4;padding-left:8px;margin-top:-5px;} |
| 215 |
.fe-2 p{font-size:15px;line-height:1.4;margin:0;color:#555;padding-top:8px;} |
| 216 |
.pr-btn{width:100%;display:inline-block;text-align:center;margin:50px 0 25px 0;} |
| 217 |
.pr-btn a{text-decoration:none;color:#fff;padding:12px 35px 17px 35px;display:inline-block;border-radius:5px;font-size:28px;font-weight:500;line-height:1.2;background:-webkit-linear-gradient(to right, #e35796, #fc789f);font-weight:600;background:linear-gradient(to right, #e35796, rgba(234, 76, 137, 1));margin-top:0;box-shadow:0 .15em .65em 0 rgba(0, 0, 0, .25);} |
| 218 |
.wpdbbkp-upg{background:#f5f5f5;padding:60px 10px 0 10px;} |
| 219 |
.upg-t{text-align:center;color:#222;} |
| 220 |
.upg-t h2{margin:0;font-size:35px;color:#060606;line-height:1.3;font-weight:500;} |
| 221 |
.upg-t > span{font-size:14px;line-height:1.2;margin-top:15px;display:inline-block;color:#666;} |
| 222 |
.bkp-pri-lst{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;margin-top:70px;grid-gap:1px;box-shadow:0 10px 15px 1px #ddd;} |
| 223 |
.pri-tb{background:#fff;text-align:center;border:1px solid #f9f9f9;position:relative;} |
| 224 |
.pri-tb:hover{border:1px solid #e04371;} |
| 225 |
.pri-tb a:hover .pri-by{background:#e04371;} |
| 226 |
.pri-tb a:hover .amt{color:#7241a7;} |
| 227 |
.pri-tb a{display:inline-block;text-decoration:none;color:#222;padding:20px 12px;} |
| 228 |
.pri-tb h5{margin:0 0 20px 0;font-size:13px;line-height:1.2;letter-spacing:2px;font-weight:400;color:#000;} |
| 229 |
.pri-tb span{display:inline-block;} |
| 230 |
.pri-tb .amt{font-size:40px;color:#e04371;font-weight:500;margin-bottom:20px;display:block;} |
| 231 |
.pri-tb .d-amt{font-size:24px;color:#666;font-weight:500;margin-bottom:15px;display:none;text-decoration:line-through;} |
| 232 |
.d-amt sup{line-height:0;position:relative;top:7px;} |
| 233 |
.pri-tb .s-amt{font-size:13px;color:#4caf50;font-weight:500;margin-bottom:10px;display:none;} |
| 234 |
.pri-tb .amt sup{font-size:22px;padding:0 4px 0 0;position:relative;top:7px;} |
| 235 |
.pri-tb .bil{color:#aaa;font-size:12px;margin-bottom:20px;} |
| 236 |
.pri-tb .e,.pri-tb .f,.pri-tb .s{font-size:14px;margin-bottom:15px;color:#3b4750;display:block;} |
| 237 |
.pri-tb .bkp-sv{display:none;font-size:12px;color:#fff;background:#4caf50;margin:0 auto;padding:1px 7px 2px 7px;border-radius:45px;} |
| 238 |
.pri-by{font-size:15px;line-height:1.2;background:#333;border-radius:2px;padding:9px 18px 10px 18px;display:inline-block;color:#fff;margin-top:29px;font-weight:500;} |
| 239 |
.bkp-pri-lst .rec{box-shadow:0 1px 40px 0 #ccc;background:#fff;z-index:9;margin-top:-20px;position:relative;} |
| 240 |
.bkp-pri-lst .rec:hover .bkp-rcm{background:#000;color:#fff;} |
| 241 |
.bkp-pri-lst .rec .pri-by{background:#e04371;} |
| 242 |
.bkp-rcm{background:linear-gradient(to right, #e35796, #fc789f);color:#fff;position:absolute;top:-20px;left:0;right:-1px;bottom:auto;padding:2px 0;font-size:11px;letter-spacing:2px;} |
| 243 |
.tru-us{text-align:center;padding:60px 0;margin:0 auto;font-size:16px;color:#222;} |
| 244 |
.tru-us h2{margin:20px 0 0 0;font-size:28px;font-weight:500;} |
| 245 |
.tru-us p{font-size:17px;margin:19px 15% 18px 15%;color:#666;line-height:29px;} |
| 246 |
.tru-us a{font-size:18px;color:#489bff;text-decoration:none;font-weight:400;} |
| 247 |
.wpdbbkpfaq{width:100%;margin:25px 0;} |
| 248 |
.faq-lst{margin-top:50px;display:grid;grid-template-columns:1fr 1fr;} |
| 249 |
.lt{padding-left:50px;} |
| 250 |
.lt,.rt{width:70%;} |
| 251 |
.lt ul,.rt ul{margin:0;} |
| 252 |
.lt ul li,.rt ul li{color:#222;margin-bottom:30px!important;} |
| 253 |
.lt span,.rt span{font-size:17px;font-weight:500;margin-bottom:6px;display:inline-block;} |
| 254 |
.lt p,.rt p{font-size:15px;margin:0;} |
| 255 |
.f-cnt{text-align:center;margin-top:20px;color:#222;} |
| 256 |
.f-cnt span{font-size:17px;margin:8px 0;font-weight:500;} |
| 257 |
.f-cnt p{font-size:15px;margin:6px 0;} |
| 258 |
.f-cnt a{background:#333;color:#fff;padding:15px 30px;text-decoration:none;font-size:18px;font-weight:500;display:inline-block;margin-top:15px;} |
| 259 |
@media (max-width: 1366px){ |
| 260 |
.wpdbbkp-upg{padding:60px 0 0 0;} |
| 261 |
.bkp-wpdbbkp-cnt p{line-height:35px;font-size:18px;} |
| 262 |
} |
| 263 |
@media (max-width: 1280px){ |
| 264 |
.bkp-wpdbbkp-cnt{top:1.3%;} |
| 265 |
} |
| 266 |
@media (max-width: 768px){ |
| 267 |
.ext{grid-template-columns:1fr;grid-gap:30px 0;padding:30px;} |
| 268 |
.pvf-tlt h2{font-size:26px;} |
| 269 |
.pvf-cmp{grid-template-columns:1fr;} |
| 270 |
.pr-btn a{font-size:22px;} |
| 271 |
.bkp-pri-lst{grid-template-columns:1fr 1fr 1fr;} |
| 272 |
.bkp-wpdbbkp-cnt p{line-height:1.5;font-size:16px;margin-top:15px;padding:0 20px;} |
| 273 |
.bkp-wpdbbkp-cnt .buy{font-size:16px;padding:8px 30px;} |
| 274 |
.bkp-wpdbbkp-cnt{top:15px;} |
| 275 |
.bkp-wpdbbkp-cnt h1{font-size:30px;} |
| 276 |
.ex-1{width:100%;} |
| 277 |
.faq-lst{grid-template-columns:1fr;} |
| 278 |
.rt{padding-left:50px;} |
| 279 |
} |
| 280 |
.wpdbbkpfaq h2{margin:40px 0 0 0;font-size:30px;font-weight:500;text-align:center;} |
| 281 |
} |
| 282 |
|
| 283 |
/* The Modal (background) */ |
| 284 |
.wpdbbkp-modal { |
| 285 |
display: none; /* Hidden by default */ |
| 286 |
position: fixed; /* Stay in place */ |
| 287 |
z-index: 1; /* Sit on top */ |
| 288 |
padding-top: 100px; /* Location of the box */ |
| 289 |
left: 0; |
| 290 |
top: 0; |
| 291 |
width: 100%; /* Full width */ |
| 292 |
height: 100%; /* Full height */ |
| 293 |
overflow: auto; /* Enable scroll if needed */ |
| 294 |
background-color: rgb(0,0,0); /* Fallback color */ |
| 295 |
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ |
| 296 |
} |
| 297 |
|
| 298 |
/* Modal Content */ |
| 299 |
.wpdbbkp-modal-content { |
| 300 |
position: relative; |
| 301 |
background-color: #fefefe; |
| 302 |
margin: auto; |
| 303 |
padding: 0; |
| 304 |
border: 1px solid #888; |
| 305 |
width: 80%; |
| 306 |
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); |
| 307 |
-webkit-animation-name: animatetop; |
| 308 |
-webkit-animation-duration: 0.4s; |
| 309 |
animation-name: animatetop; |
| 310 |
animation-duration: 0.4s |
| 311 |
} |
| 312 |
|
| 313 |
/* Add Animation */ |
| 314 |
@-webkit-keyframes animatetop { |
| 315 |
from {top:-300px; opacity:0} |
| 316 |
to {top:0; opacity:1} |
| 317 |
} |
| 318 |
|
| 319 |
@keyframes animatetop { |
| 320 |
from {top:-300px; opacity:0} |
| 321 |
to {top:0; opacity:1} |
| 322 |
} |
| 323 |
|
| 324 |
/* The Close Button */ |
| 325 |
.wpdbbkp-close { |
| 326 |
color: white; |
| 327 |
float: right; |
| 328 |
font-size: 28px; |
| 329 |
font-weight: bold; |
| 330 |
padding-top: 5%; |
| 331 |
} |
| 332 |
|
| 333 |
.wpdbbkp-close:hover, |
| 334 |
.wpdbbkp-close:focus { |
| 335 |
text-decoration: none; |
| 336 |
cursor: pointer; |
| 337 |
} |
| 338 |
|
| 339 |
.wpdbbkp-modal-header { |
| 340 |
padding: 2px 16px; |
| 341 |
background-color: #d43f3a; |
| 342 |
color: white; |
| 343 |
} |
| 344 |
|
| 345 |
.wpdbbkp-modal-body {padding:16px;background-color: #fff;} |
| 346 |
|
| 347 |
.wpdbbkp-modal-footer { |
| 348 |
padding: 5px; |
| 349 |
background-color: #d43f3a; |
| 350 |
color: white; |
| 351 |
} |
| 352 |
.wpdbbkpmodal-content{ |
| 353 |
width: 350px; |
| 354 |
margin: 0 auto; |
| 355 |
margin-top: 10%; |
| 356 |
border: 1px solid black; |
| 357 |
border-radius: 5px; |
| 358 |
} |
| 359 |
.bkpforwp-red{ |
| 360 |
color: red; |
| 361 |
} |
| 362 |
.bkpforwp-green{ |
| 363 |
color: green; |
| 364 |
} |
| 365 |
.bkpforwp-infotable td, .bkpforwp-infotable th{ |
| 366 |
border: 1px solid; |
| 367 |
padding: 2px; |
| 368 |
} |
| 369 |
.bkpforwp-infotable { |
| 370 |
margin-top: 10px; |
| 371 |
} |
| 372 |
.bootstrap-wrapper .fade.in{ |
| 373 |
background: #000000a1; |
| 374 |
z-index: 999999; |
| 375 |
} |
| 376 |
|
| 377 |
#wpdbbkp_offer_modal .modal-dialog{ |
| 378 |
width: 100%; |
| 379 |
max-width: 600px; |
| 380 |
margin: 5% auto; |
| 381 |
} |
| 382 |
#wpdbbkp_offer_modal h3{ |
| 383 |
font-size: 24px; |
| 384 |
font-weight: 600; |
| 385 |
color:#000; |
| 386 |
margin-top: 20px; |
| 387 |
margin-bottom: 30px; |
| 388 |
text-align: center; |
| 389 |
|
| 390 |
} |
| 391 |
#wpdbbkp_offer_modal p{ |
| 392 |
color:#000; |
| 393 |
font-size: 14px; |
| 394 |
margin-bottom: 20px; |
| 395 |
} |
| 396 |
|
| 397 |
.wpdbbkp_offer_container{ |
| 398 |
display: flex; |
| 399 |
justify-content: space-evenly; |
| 400 |
align-items: left; |
| 401 |
margin-bottom: 30px; |
| 402 |
} |
| 403 |
.wpdbbkp_offer_container h4{ |
| 404 |
font-size: 18px; |
| 405 |
font-weight: 600; |
| 406 |
color:#000; |
| 407 |
margin-top: 20px; |
| 408 |
margin-bottom: 10px; |
| 409 |
} |
| 410 |
.wpdbbkp_offer_container ul li{ |
| 411 |
font-size: 14px; |
| 412 |
color:#000; |
| 413 |
margin-top: 15px; |
| 414 |
font-weight: 600; |
| 415 |
} |
| 416 |
.wpdbbkp_offer_container a{ |
| 417 |
color:#fff; |
| 418 |
} |
| 419 |
#wpdbbkp_offer_modal{ |
| 420 |
background-color: #000000a1; |
| 421 |
z-index: 9999999; |
| 422 |
} |