PluginProbe
WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance / 3.2.5
WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance v3.2.5
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.5, at css/admin.css

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