| 1 |
.wpo_hidden { |
| 2 |
display: none; |
| 3 |
} |
| 4 |
|
| 5 |
.wpo_info { |
| 6 |
background: #FFF; |
| 7 |
color: #444; |
| 8 |
font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; |
| 9 |
margin: 2em auto; |
| 10 |
padding: 1em 2em; |
| 11 |
max-width: 700px; |
| 12 |
box-shadow: 0 1px 3px rgba(0,0,0,0.13); |
| 13 |
} |
| 14 |
|
| 15 |
/* big button */ |
| 16 |
.wpo_primary_big { |
| 17 |
padding: 4px 6px !important; |
| 18 |
font-size: 22px !important; |
| 19 |
min-height: 34px; |
| 20 |
min-width: 200px; |
| 21 |
} |
| 22 |
|
| 23 |
/* SECTIONS */ |
| 24 |
.wpo_section { |
| 25 |
clear: both; |
| 26 |
padding: 0; |
| 27 |
margin: 0; |
| 28 |
} |
| 29 |
|
| 30 |
.wp-optimize-settings { |
| 31 |
margin-bottom: 16px; |
| 32 |
} |
| 33 |
|
| 34 |
/* COLUMN SETUP */ |
| 35 |
.wpo_col { |
| 36 |
display: block; |
| 37 |
float: left; |
| 38 |
margin: 1% 0 1% 1%; |
| 39 |
} |
| 40 |
|
| 41 |
.wpo_col:first-child { |
| 42 |
margin-left: 0; |
| 43 |
} |
| 44 |
|
| 45 |
/* GROUPING */ |
| 46 |
.wpo_group:before, |
| 47 |
.wpo_group:after { |
| 48 |
content: ""; |
| 49 |
display: table; |
| 50 |
} |
| 51 |
|
| 52 |
.wpo_group:after { |
| 53 |
clear: both; |
| 54 |
} |
| 55 |
|
| 56 |
.wpo_half_width { |
| 57 |
width: 48%; |
| 58 |
} |
| 59 |
|
| 60 |
/* GRID OF THREE */ |
| 61 |
.wpo_span_3_of_3 { |
| 62 |
width: 100%; |
| 63 |
} |
| 64 |
|
| 65 |
.wpo_span_2_of_3 { |
| 66 |
width: 65.3%; |
| 67 |
} |
| 68 |
|
| 69 |
.wpo_span_1_of_3 { |
| 70 |
width: 32.1%; |
| 71 |
} |
| 72 |
|
| 73 |
.nav-tab-wrapper { |
| 74 |
margin: 14px 0px; |
| 75 |
} |
| 76 |
|
| 77 |
@media screen and (min-width: 549px) { |
| 78 |
|
| 79 |
.show_on_default_sizes { |
| 80 |
display: block !important; |
| 81 |
} |
| 82 |
|
| 83 |
.show_on_mobile_sizes { |
| 84 |
display: none !important; |
| 85 |
} |
| 86 |
|
| 87 |
} |
| 88 |
|
| 89 |
@media screen and (max-width: 548px) { |
| 90 |
|
| 91 |
.show_on_default_sizes { |
| 92 |
display: none !important; |
| 93 |
} |
| 94 |
|
| 95 |
.show_on_mobile_sizes { |
| 96 |
display: block !important; |
| 97 |
} |
| 98 |
|
| 99 |
} |
| 100 |
|
| 101 |
@media screen and (max-width: 768px) { |
| 102 |
|
| 103 |
.wpo_col { |
| 104 |
margin: 1% 0; |
| 105 |
} |
| 106 |
|
| 107 |
.wpo_span_3_of_3 { |
| 108 |
width: 100%; |
| 109 |
} |
| 110 |
|
| 111 |
.wpo_span_2_of_3 { |
| 112 |
width: 100%; |
| 113 |
} |
| 114 |
|
| 115 |
.wpo_span_1_of_3 { |
| 116 |
width: 100%; |
| 117 |
} |
| 118 |
|
| 119 |
.wpo_half_width { |
| 120 |
width: 100%; |
| 121 |
} |
| 122 |
|
| 123 |
} |
| 124 |
|
| 125 |
#select_all_optimizations { |
| 126 |
margin-left: -5px; |
| 127 |
} |
| 128 |
|
| 129 |
.wp-optimize-settings-clean-transient label, .wp-optimize-settings-clean-pingbacks label, .wp-optimize-settings-clean-trackbacks label, .wp-optimize-settings-clean-postmeta label, .wp-optimize-settings-clean-orphandata label, .wp-optimize-settings-clean-commentmeta label { |
| 130 |
color: #9B0000; |
| 131 |
} |
| 132 |
|
| 133 |
td.wp-optimize-settings-optimization-checkbox { |
| 134 |
width: 18px; |
| 135 |
padding-left: 4px; |
| 136 |
padding-right: 0px; |
| 137 |
} |
| 138 |
|
| 139 |
.wp-optimize-settings-optimization-checkbox input { |
| 140 |
margin: 0px; |
| 141 |
padding: 0px; |
| 142 |
} |
| 143 |
|
| 144 |
#retention-period { |
| 145 |
width: 60px; |
| 146 |
} |
| 147 |
|
| 148 |
.wp-optimize-settings-optimization-info { |
| 149 |
font-size: 80%; |
| 150 |
padding-left: 32px; |
| 151 |
font-style: italic; |
| 152 |
} |
| 153 |
|
| 154 |
.wp-optimize-settings input[type="checkbox"] { |
| 155 |
width: 18px; |
| 156 |
} |
| 157 |
|
| 158 |
/* Added for the Image on Addons tab*/ |
| 159 |
img.addons { |
| 160 |
display: block; |
| 161 |
margin-left: auto; |
| 162 |
margin-right: auto; |
| 163 |
height: 44px; |
| 164 |
} |
| 165 |
|
| 166 |
.wpo_spinner { |
| 167 |
width: 18px; |
| 168 |
height: 18px; |
| 169 |
padding-left: 10px; |
| 170 |
display: none; |
| 171 |
position: relative; |
| 172 |
top: 4px; |
| 173 |
} |
| 174 |
|
| 175 |
.optimization_spinner { |
| 176 |
width: 20px; |
| 177 |
height: 20px; |
| 178 |
} |
| 179 |
|
| 180 |
#wp-optimize-auto-options { |
| 181 |
margin: 20px 0 0 28px; |
| 182 |
} |
| 183 |
|
| 184 |
.display-none { |
| 185 |
display: none; |
| 186 |
} |
| 187 |
|
| 188 |
.visibility-hidden { |
| 189 |
visibility: hidden; |
| 190 |
} |
| 191 |
|
| 192 |
.margin-one-percent { |
| 193 |
margin: 1%; |
| 194 |
} |
| 195 |
|
| 196 |
#save_done, .save-done { |
| 197 |
color: #D94F00; |
| 198 |
font-size: 250%; |
| 199 |
} |
| 200 |
|
| 201 |
.wp-optimize-settings-optimization-info a { |
| 202 |
text-decoration: underline; |
| 203 |
} |
| 204 |
|
| 205 |
.wp-optimize-settings-optimization-run-spinner { |
| 206 |
position: relative; |
| 207 |
top: 2px; |
| 208 |
} |
| 209 |
|
| 210 |
#wpoptimize_table_list .tablesorter-filter-row { |
| 211 |
display: none !important; |
| 212 |
} |
| 213 |
|
| 214 |
#wp_optimize_table_list_refresh { |
| 215 |
float: right; |
| 216 |
} |
| 217 |
|
| 218 |
#wp_optimize_table_list_refresh:hover { |
| 219 |
cursor: pointer; |
| 220 |
} |
| 221 |
|
| 222 |
#wpoptimize_table_list .optimization_spinner { |
| 223 |
position: relative; |
| 224 |
top: 5px; |
| 225 |
left: 5px; |
| 226 |
} |
| 227 |
|
| 228 |
#wpoptimize_table_list_filter { |
| 229 |
width: 100%; |
| 230 |
} |
| 231 |
|
| 232 |
#wpoptimize_table_list_tables_not_found { |
| 233 |
display: none; |
| 234 |
} |
| 235 |
|
| 236 |
#optimize_form .select2-container, |
| 237 |
#wp-optimize-auto-options .select2-container { |
| 238 |
width: 50% !important; |
| 239 |
top: -5px; |
| 240 |
height: 40px; |
| 241 |
margin-left: 10px; |
| 242 |
} |
| 243 |
|
| 244 |
#wpoptimize_table_list .optimization_done_icon { |
| 245 |
color: #D94F00; |
| 246 |
font-size: 200%; |
| 247 |
display: inline-block; |
| 248 |
position: relative; |
| 249 |
top: 5px; |
| 250 |
left: -20px; |
| 251 |
} |
| 252 |
|
| 253 |
#wpo_sitelist_show_moreoptions_cron { |
| 254 |
font-size: 13px; |
| 255 |
line-height: 1.5; |
| 256 |
letter-spacing: 1px; |
| 257 |
} |
| 258 |
|
| 259 |
.wpo_unused_image, .wpo_smush_image { |
| 260 |
position: relative; |
| 261 |
float: left; |
| 262 |
margin: .5%; |
| 263 |
width: 32%; |
| 264 |
text-align: center; |
| 265 |
background: rgba(220, 220, 220, 0.5); |
| 266 |
height: 20vh; |
| 267 |
min-height: 200px; |
| 268 |
} |
| 269 |
|
| 270 |
.wpo_unused_image img, .wpo_smush_image img { |
| 271 |
max-height: 80%; |
| 272 |
max-width: 90%; |
| 273 |
margin: 10px 5px; |
| 274 |
} |
| 275 |
|
| 276 |
.wpo_unused_image_checkbox_conatiner { |
| 277 |
text-align: center; |
| 278 |
position: absolute; |
| 279 |
width: 100%; |
| 280 |
bottom: 7px; |
| 281 |
} |
| 282 |
|
| 283 |
#wp-optimize-nav-tab-contents-images .wpo_span_2_of_3 h3 { |
| 284 |
display: inline-block; |
| 285 |
} |
| 286 |
|
| 287 |
#wpo_remove_unused_images_btn { |
| 288 |
margin-top: 10px; |
| 289 |
margin-right: 10px; |
| 290 |
float: right; |
| 291 |
} |
| 292 |
|
| 293 |
#wpo_remove_selected_sizes_btn { |
| 294 |
margin-top: 20px; |
| 295 |
} |
| 296 |
|
| 297 |
#wp-optimize-nav-tab-contents-tables a { |
| 298 |
vertical-align: middle; |
| 299 |
} |
| 300 |
|
| 301 |
#wpo_sitelist_moreoptions, |
| 302 |
#wpo_sitelist_moreoptions_cron { |
| 303 |
margin: 4px 16px 6px 0; |
| 304 |
border: 1px dotted; |
| 305 |
padding: 6px 10px; |
| 306 |
max-height: 300px; |
| 307 |
overflow-y: scroll; |
| 308 |
overflow-x: hidden; |
| 309 |
} |
| 310 |
|
| 311 |
#wpo_sitelist_moreoptions { |
| 312 |
max-height: 150px; |
| 313 |
margin-right: 0; |
| 314 |
} |
| 315 |
|
| 316 |
#wpo_settings_sites_list li, |
| 317 |
#wpo_settings_sites_list li a { |
| 318 |
font-size: 13px; |
| 319 |
line-height: 1.5; |
| 320 |
} |
| 321 |
|
| 322 |
#wpo_sitelist_moreoptions_cron li { |
| 323 |
padding-left: 20px; |
| 324 |
} |
| 325 |
|
| 326 |
#wpo_import_error_message { |
| 327 |
display: none; |
| 328 |
color: #9B0000; |
| 329 |
} |
| 330 |
|
| 331 |
#wpo_import_success_message { |
| 332 |
display: none; |
| 333 |
color: #46B450; |
| 334 |
} |
| 335 |
|
| 336 |
#wp-optimize-logging-options { |
| 337 |
margin-top: 10px; |
| 338 |
} |
| 339 |
|
| 340 |
/* Logger settings*/ |
| 341 |
.wpo_logging_header { |
| 342 |
font-weight: bold; |
| 343 |
border-top: 1px solid #333; |
| 344 |
border-bottom: 1px solid #333; |
| 345 |
padding: 5px 0; |
| 346 |
margin: 0; |
| 347 |
} |
| 348 |
|
| 349 |
.wpo_logging_row { |
| 350 |
border-bottom: 1px solid #A1A2A3; |
| 351 |
padding: 5px 0; |
| 352 |
} |
| 353 |
|
| 354 |
.wpo_logging_logger_title, |
| 355 |
.wpo_logging_options_title, |
| 356 |
.wpo_logging_status_title, |
| 357 |
.wpo_logging_actions_title, |
| 358 |
.wpo_logging_logger_row, |
| 359 |
.wpo_logging_options_row, |
| 360 |
.wpo_logging_status_row, |
| 361 |
.wpo_logging_actions_row { |
| 362 |
display: inline-block; |
| 363 |
} |
| 364 |
|
| 365 |
.wpo_logging_logger_title, |
| 366 |
.wpo_logging_logger_row { |
| 367 |
width: 38%; |
| 368 |
} |
| 369 |
|
| 370 |
.wpo_logging_options_title, |
| 371 |
.wpo_logging_options_row { |
| 372 |
width: 44%; |
| 373 |
} |
| 374 |
|
| 375 |
.wpo_logging_status_title, |
| 376 |
.wpo_logging_status_row { |
| 377 |
width: 8%; |
| 378 |
} |
| 379 |
|
| 380 |
.wpo_logging_actions_title, |
| 381 |
.wpo_logging_actions_row { |
| 382 |
width: 7%; |
| 383 |
} |
| 384 |
|
| 385 |
.wpo_logging_actions_row { |
| 386 |
text-align: right; |
| 387 |
} |
| 388 |
|
| 389 |
.wpo_logging_options_row { |
| 390 |
word-wrap: break-word; |
| 391 |
} |
| 392 |
|
| 393 |
#wpo_add_logger_link { |
| 394 |
clear: both; |
| 395 |
display: block; |
| 396 |
cursor: pointer; |
| 397 |
font-weight: bold; |
| 398 |
} |
| 399 |
|
| 400 |
.wpo_logging_actions_row .dashicons-no-alt, |
| 401 |
.wpo_add_logger_form .dashicons-no-alt { |
| 402 |
background-color: #F06666; |
| 403 |
color: #FFF; |
| 404 |
width: 20px; |
| 405 |
height: 20px; |
| 406 |
border-radius: 20px; |
| 407 |
display: inline-block; |
| 408 |
cursor: pointer; |
| 409 |
margin-left: 5px; |
| 410 |
} |
| 411 |
|
| 412 |
.wpo_add_logger_form .dashicons-no-alt { |
| 413 |
margin-top: 12px; |
| 414 |
margin-right: 10px; |
| 415 |
float: right; |
| 416 |
} |
| 417 |
|
| 418 |
.wpo_logger_type { |
| 419 |
width: 90%; |
| 420 |
margin-top: 10px; |
| 421 |
} |
| 422 |
|
| 423 |
.wpo_logger_addition_option { |
| 424 |
width: 100%; |
| 425 |
margin-top: 5px; |
| 426 |
} |
| 427 |
|
| 428 |
.wpo_alert_notice { |
| 429 |
background-color: #F06666; |
| 430 |
color: #FFF; |
| 431 |
padding: 5px; |
| 432 |
display: block; |
| 433 |
margin-bottom: 5px; |
| 434 |
border-radius: 5px; |
| 435 |
} |
| 436 |
|
| 437 |
.wpo_error_field { |
| 438 |
border-color: #F06666 !important; |
| 439 |
} |
| 440 |
|
| 441 |
.save_settings_reminder { |
| 442 |
display: none; |
| 443 |
color: #333; |
| 444 |
padding: 5px 10px; |
| 445 |
border: 1px solid #F00; |
| 446 |
background-color: #F0A5A4; |
| 447 |
border-radius: 5px; |
| 448 |
margin: 15px 0; |
| 449 |
} |
| 450 |
|
| 451 |
/* Added for WPO Premium Features tab */ |
| 452 |
.wpo_feature_cont { |
| 453 |
width: 54.5%; |
| 454 |
} |
| 455 |
|
| 456 |
.wpo_plugin_family_cont { |
| 457 |
width: 44.5%; |
| 458 |
} |
| 459 |
|
| 460 |
.wpo_feat_table, .wpo_feat_th, .wpo_feat_table td { |
| 461 |
border: 1px solid black; |
| 462 |
border-collapse: collapse; |
| 463 |
font-size: 120%; |
| 464 |
background-color: white; |
| 465 |
text-align: center; |
| 466 |
} |
| 467 |
|
| 468 |
.wpo_feat_table p { |
| 469 |
padding: 0px 10px; |
| 470 |
margin: 5px 0px; |
| 471 |
font-size: 16px; |
| 472 |
} |
| 473 |
|
| 474 |
.wpo_feat_table h4 { |
| 475 |
margin: 5px 0px; |
| 476 |
} |
| 477 |
|
| 478 |
.wpo_feat_table .dashicons { |
| 479 |
width: 25px; |
| 480 |
height: 25px; |
| 481 |
font-size: 25px; |
| 482 |
line-height: 1; |
| 483 |
} |
| 484 |
|
| 485 |
.wpo_feat_table .dashicons-yes, .wpo_feat_table .updraft-yes { |
| 486 |
color: green; |
| 487 |
} |
| 488 |
|
| 489 |
.wpo_feat_table .dashicons-no-alt, .wpo_feat_table .updraft-no { |
| 490 |
color: red; |
| 491 |
} |
| 492 |
|
| 493 |
.wpo-premium-image { |
| 494 |
display: none; |
| 495 |
} |
| 496 |
|
| 497 |
@media screen and (min-width: 720px) { |
| 498 |
|
| 499 |
#wpoptimize_table_list_filter { |
| 500 |
width: 40%; |
| 501 |
} |
| 502 |
|
| 503 |
.wpo-premium-image { |
| 504 |
display: block; |
| 505 |
float: left; |
| 506 |
padding: 14px 8px; |
| 507 |
width: 50px; |
| 508 |
height: 50px; |
| 509 |
} |
| 510 |
|
| 511 |
} |
| 512 |
|
| 513 |
.other-plugin-title { |
| 514 |
text-decoration: none; |
| 515 |
} |
| 516 |
|
| 517 |
#wpo_remove_selected_sizes { |
| 518 |
margin-top: 20px; |
| 519 |
} |
| 520 |
|
| 521 |
.wpo_unused_images_buttons_wrap { |
| 522 |
display: none; |
| 523 |
} |
| 524 |
|
| 525 |
.wpo_unused_images_container h3 { |
| 526 |
min-width: 150px; |
| 527 |
} |
| 528 |
|
| 529 |
#wpo_unused_images, #wpo_smush_images_grid { |
| 530 |
max-height: 500px; |
| 531 |
overflow-y: auto; |
| 532 |
} |
| 533 |
|
| 534 |
#wpo_unused_images a { |
| 535 |
outline: none; |
| 536 |
} |