PluginProbe
WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance / 3.2.12
WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance v3.2.12
4.6.1 4.6.0 4.5.5 4.5.4 4.5.3 4.5.2 3.2.20 3.2.21 3.2.22 3.2.3 3.2.5 3.2.6 3.2.7 3.2.9 3.3.0 3.3.1 3.3.2 3.4.0 3.4.1 3.4.2 3.5.0 3.6.0 3.7.0 3.7.1 3.8.0 All 110 releases
wp-optimize / css / admin.css

admin.css in WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance 3.2.12, at css/admin.css

606 lines 10.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpo_hidden {
2 display: none !important;
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 #wp-optimize-wrap .widefat thead th, #wp-optimize-wrap .widefat thead td {
16 border-bottom: 1px solid #E1E1E1;
17 }
18
19 #wp-optimize-wrap .widefat td, #wp-optimize-wrap .widefat th {
20 padding: 8px 10px;
21 }
22
23 /* big button */
24 .wpo_primary_big {
25 padding: 4px 6px !important;
26 font-size: 22px !important;
27 min-height: 34px;
28 min-width: 200px;
29 }
30
31 /* SECTIONS */
32 .wpo_section {
33 clear: both;
34 padding: 0;
35 margin: 0;
36 }
37
38 .wp-optimize-settings {
39 margin-bottom: 16px;
40 }
41
42 .wp-optimize-settings td > label {
43 font-weight: bold;
44 display: block;
45 margin-bottom: 8px;
46 }
47
48 /* COLUMN SETUP */
49 .wpo_col {
50 display: block;
51 float: left;
52 margin: 1% 0 1% 1%;
53 }
54
55 .wpo_col:first-child {
56 margin-left: 0;
57 }
58
59 /* GROUPING */
60 .wpo_group:before,
61 .wpo_group:after {
62 content: "";
63 display: table;
64 }
65
66 .wpo_group:after {
67 clear: both;
68 }
69
70 .wpo_half_width {
71 width: 48%;
72 }
73
74 /* GRID OF THREE */
75 .wpo_span_3_of_3 {
76 width: 100%;
77 }
78
79 .wpo_span_2_of_3 {
80 width: 65.3%;
81 }
82
83 .wpo_span_1_of_3 {
84 width: 32.1%;
85 }
86
87 #wp-optimize-wrap .nav-tab-wrapper {
88 margin: 0;
89 }
90
91 @media screen and (min-width: 549px) {
92 .show_on_default_sizes {
93 display: block !important;
94 }
95 .show_on_mobile_sizes {
96 display: none !important;
97 }
98 }
99 @media screen and (max-width: 548px) {
100 .show_on_default_sizes {
101 display: none !important;
102 }
103 .show_on_mobile_sizes {
104 display: block !important;
105 }
106 }
107 @media screen and (max-width: 768px) {
108 .wpo_col {
109 margin: 1% 0;
110 }
111 .wpo_span_3_of_3 {
112 width: 100%;
113 }
114 .wpo_span_2_of_3 {
115 width: 100%;
116 }
117 .wpo_span_1_of_3 {
118 width: 100%;
119 }
120 .wpo_half_width {
121 width: 100%;
122 }
123 }
124 /* .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 */
125 /* Optimizations tab */
126 .wp-optimize-setting-is-sensitive td > label::before {
127 content: "\f534";
128 font-family: "dashicons";
129 display: inline-block;
130 margin-right: 6px;
131 font-style: normal;
132 line-height: 1;
133 vertical-align: middle;
134 width: 20px;
135 font-size: 18px;
136 height: 20px;
137 text-align: center;
138 color: #72777C;
139 }
140
141 .wpo-run-optimizations__container {
142 margin-bottom: 15px;
143 }
144
145 .wp-optimize-optimizations-table-placeholder {
146 min-height: 80px;
147 }
148
149 td.wp-optimize-settings-optimization-checkbox {
150 width: 18px;
151 padding-left: 4px;
152 padding-right: 0px;
153 }
154
155 .wp-optimize-settings-optimization-checkbox input {
156 margin: 0px;
157 padding: 0px;
158 }
159
160 #retention-period, #revisions-count {
161 width: 60px;
162 }
163
164 .wp-optimize-settings-optimization-info {
165 font-size: 80%;
166 font-style: italic;
167 }
168
169 .wp-optimize-settings input[type=checkbox] {
170 /* width: 18px; */
171 }
172
173 /* Added for the Image on Addons tab*/
174 img.addons {
175 display: block;
176 margin-left: auto;
177 margin-right: auto;
178 margin-bottom: 20px;
179 max-height: 44px;
180 height: auto;
181 max-width: 100%;
182 }
183
184 .wpo_spinner {
185 width: 18px;
186 height: 18px;
187 padding-left: 10px;
188 display: none;
189 position: relative;
190 top: 4px;
191 }
192
193 .optimization_spinner {
194 width: 20px;
195 height: 20px;
196 }
197
198 #wp-optimize-auto-options {
199 margin: 20px 0 0 28px;
200 }
201
202 .display-none {
203 display: none;
204 }
205
206 .visibility-hidden {
207 visibility: hidden;
208 }
209
210 .margin-one-percent {
211 margin: 1%;
212 }
213
214 #save_done, .save-done {
215 color: #D94F00;
216 font-size: 220% !important;
217 }
218
219 .wp-optimize-settings-optimization-info a {
220 text-decoration: underline;
221 }
222
223 .wp-optimize-settings-optimization-run-spinner {
224 position: relative;
225 top: 2px;
226 }
227
228 @media screen and (min-width: 782px) {
229 td.wp-optimize-settings-optimization-run {
230 width: 180px;
231 padding-top: 16px;
232 }
233 }
234 #wpoptimize_table_list .tablesorter-filter-row {
235 display: none !important;
236 }
237
238 #wpoptimize_table_list .optimization_spinner {
239 position: relative;
240 top: 2px;
241 left: 5px;
242 }
243
244 #wpoptimize_table_list .optimization_spinner.visibility-hidden {
245 display: none;
246 }
247
248 #wpoptimize_table_list_filter {
249 width: 100%;
250 margin-bottom: 15px;
251 }
252
253 #wpoptimize_table_list_tables_not_found {
254 display: none;
255 margin: 20px 0;
256 }
257
258 div#wpoptimize_table_list_tables_not_found + h3 {
259 margin-top: 30px;
260 }
261
262 /* Hide First column */
263 #wpoptimize_table_list tr th:first-child,
264 #wpoptimize_table_list tr td:first-child {
265 display: none;
266 }
267
268 #wpoptimize_table_list tr td.no-table {
269 display: table-cell !important;
270 background: #FB8787;
271 font-weight: bold;
272 }
273
274 #optimize_form .select2-container,
275 #wp-optimize-auto-options .select2-container {
276 width: 50% !important;
277 top: -5px;
278 height: 40px;
279 margin-left: 10px;
280 }
281
282 #wpoptimize_table_list .optimization_done_icon {
283 color: #009B24;
284 font-size: 200%;
285 display: inline-block;
286 position: relative;
287 }
288
289 #wpo_sitelist_show_moreoptions_cron {
290 font-size: 13px;
291 line-height: 1.5;
292 letter-spacing: 1px;
293 }
294
295 #wp-optimize-nav-tab-contents-images .wpo_span_2_of_3 h3 {
296 display: inline-block;
297 }
298
299 .wpo_remove_selected_sizes_btn__container {
300 margin-top: 20px;
301 }
302
303 .unused-image-sizes__label {
304 display: block;
305 line-height: 1.6;
306 }
307
308 @media (max-width: 782px) {
309 .unused-image-sizes__label {
310 margin-left: 30px;
311 margin-bottom: 15px;
312 line-height: 1;
313 word-break: break-word;
314 }
315 .unused-image-sizes__label input[type=checkbox] {
316 margin-left: -30px;
317 }
318 body.rtl .unused-image-sizes__label {
319 margin-right: 30px;
320 margin-left: 0;
321 }
322 body.rtl .unused-image-sizes__label input[type=checkbox] {
323 margin-left: 4px;
324 margin-right: -30px;
325 }
326 }
327 #wp-optimize-nav-tab-contents-tables a {
328 vertical-align: middle;
329 }
330
331 #wpo_sitelist_moreoptions,
332 #wpo_sitelist_moreoptions_cron {
333 margin: 4px 16px 6px 0;
334 border: 1px dotted;
335 padding: 6px 10px;
336 max-height: 300px;
337 overflow-y: scroll;
338 overflow-x: hidden;
339 }
340
341 #wpo_sitelist_moreoptions {
342 max-height: 150px;
343 margin-right: 0;
344 }
345
346 #wpo_settings_sites_list li,
347 #wpo_settings_sites_list li a {
348 font-size: 13px;
349 line-height: 1.5;
350 }
351
352 #wpo_sitelist_moreoptions_cron li {
353 padding-left: 20px;
354 }
355
356 #wpo_import_error_message {
357 display: none;
358 color: #9B0000;
359 }
360
361 #wpo_import_success_message {
362 display: none;
363 color: #46B450;
364 }
365
366 #wp-optimize-logging-options {
367 margin-top: 10px;
368 background-color: #FFF;
369 border: 1px solid #CCC;
370 }
371
372 /* Logger settings*/
373 .wpo_logging_header {
374 font-weight: bold;
375 border-bottom: 1px solid #CCC;
376 padding: 12px 6px;
377 margin: 0;
378 }
379
380 .wpo_logging_row {
381 padding: 5px 0;
382 }
383
384 .wpo_logging_row:nth-child(even) {
385 background-color: #F9F9F9;
386 padding: 12px 0px;
387 }
388
389 .wpo_logging_logger_title,
390 .wpo_logging_options_title,
391 .wpo_logging_status_title,
392 .wpo_logging_actions_title,
393 .wpo_logging_logger_row,
394 .wpo_logging_options_row,
395 .wpo_logging_status_row,
396 .wpo_logging_actions_row {
397 display: inline-block;
398 vertical-align: middle;
399 }
400
401 .wpo_logging_logger_title,
402 .wpo_logging_logger_row {
403 width: 38%;
404 }
405
406 .wpo_logging_options_title,
407 .wpo_logging_options_row {
408 width: 44%;
409 }
410
411 .wpo_logging_status_title,
412 .wpo_logging_status_row {
413 width: 8%;
414 }
415
416 .wpo_logging_status_row.active {
417 color: #29AF29;
418 }
419
420 .wpo_logging_status_row.inactive {
421 color: #CDCFD3;
422 }
423
424 .wpo_logging_actions_title,
425 .wpo_logging_actions_row {
426 width: 7%;
427 }
428
429 .wpo_logging_actions_row {
430 text-align: left;
431 }
432
433 .wpo_logging_edit_row {
434 padding: 0px 6px;
435 display: none;
436 float: right;
437 }
438
439 .wpo_logging_edit_row .wpo_delete_logger {
440 margin-right: 5px;
441 }
442
443 .wpo_logging_options_row {
444 word-wrap: break-word;
445 }
446
447 .wpo_logging_actions_row .wpo_edit_logger {
448 color: #0085BA;
449 cursor: pointer;
450 text-decoration: underline;
451 }
452
453 .wpo_logging_actions_row .wpo_delete_logger {
454 color: #F00;
455 cursor: pointer;
456 text-decoration: underline;
457 }
458
459 .wpo_logging_row .wpo_additional_logger_options {
460 padding: 12px 6px;
461 }
462
463 .wpo_logging_row .wpo_additional_logger_options input.wpo_logger_addition_option {
464 margin-bottom: 10px;
465 }
466
467 .wpo_logging_actions_row .dashicons-no-alt,
468 .wpo_add_logger_form .dashicons-no-alt {
469 background-color: #F06666;
470 color: #FFF;
471 width: 20px;
472 height: 20px;
473 border-radius: 20px;
474 display: inline-block;
475 cursor: pointer;
476 margin-left: 5px;
477 }
478
479 .wpo_add_logger_form .dashicons-no-alt {
480 margin-top: 12px;
481 margin-right: 10px;
482 float: right;
483 }
484
485 .wpo_logger_type {
486 width: 90%;
487 margin-top: 10px;
488 }
489
490 .wpo_logger_addition_option {
491 width: 100%;
492 margin-top: 5px;
493 }
494
495 .wpo_alert_notice {
496 background-color: #F06666;
497 color: #FFF;
498 padding: 1em;
499 display: block;
500 margin-bottom: 10px;
501 border-radius: 5px;
502 }
503
504 .wpo_error_field {
505 border-color: #F06666 !important;
506 }
507
508 .save_settings_reminder {
509 display: none;
510 color: #333;
511 padding: 15px 20px;
512 background-color: #F0A5A4;
513 border-radius: 3px;
514 margin: 15px 0;
515 }
516
517 #wpo_remove_selected_sizes {
518 margin-top: 20px;
519 }
520
521 .wpo_unused_images_buttons_wrap {
522 float: right;
523 margin-right: 20px;
524 }
525
526 .wpo_unused_images_container h3 {
527 min-width: 150px;
528 }
529
530 #wpo_unused_images, #wpo_smush_images_grid {
531 max-height: 500px;
532 overflow-y: auto;
533 }
534
535 #wpo_unused_images a {
536 outline: none;
537 }
538
539 #wp-optimize-nav-tab-wpo_database-tables-contents .wpo-take-a-backup {
540 margin-left: 1%;
541 }
542
543 .run-single-table-delete {
544 margin-top: 3px;
545 }
546
547 .wpo-confirm h4 span.table-name {
548 font-style: italic;
549 display: inline-block;
550 background: #EFEFEF;
551 padding: 3px 7px;
552 border-radius: 4px;
553 }
554
555 #wpo_browser_cache_output,
556 #wpo_gzip_compression_output,
557 #wpo_advanced_cache_output {
558 background: #F0F0F0;
559 padding: 10px;
560 border: 1px solid #CCC;
561 white-space: pre-wrap;
562 }
563
564 #wpo_gzip_compression_error_message,
565 .wpo-error {
566 color: #9B0000;
567 }
568
569 .notice.wpo-error__enabling-cache {
570 white-space: pre-wrap;
571 margin-bottom: 15px;
572 }
573
574 .notice.wpo-warnings__enabling-cache {
575 margin-bottom: 15px;
576 }
577
578 .notice.wpo-warnings__enabling-cache ul, .notice.wpo-warnings__enabling-cache ul li {
579 list-style: inside disc;
580 }
581
582 a.loading.wpo-refresh-gzip-status {
583 color: rgba(68, 68, 68, 0.5);
584 text-decoration: none;
585 }
586
587 a.loading.wpo-refresh-gzip-status img.wpo_spinner.display-none {
588 display: inline-block;
589 }
590
591 #wpo_browser_cache_expire_days,
592 #wpo_browser_cache_expire_hours {
593 width: 50px;
594 }
595
596 .wpo-enabled .wpo-disabled {
597 display: none;
598 }
599
600 .wpo-disabled .wpo-enabled {
601 display: none;
602 }
603
604 .wpo-button-wrap {
605 margin-top: 10px;
606 }