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

584 lines 9.2 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 #optimize_form .select2-container,
289 #wp-optimize-auto-options .select2-container {
290 width: 50% !important;
291 top: -5px;
292 height: 40px;
293 margin-left: 10px;
294 }
295
296 #wpoptimize_table_list .optimization_done_icon {
297 color: #009B24;
298 font-size: 200%;
299 display: inline-block;
300 position: relative;
301 }
302
303 #wpo_sitelist_show_moreoptions_cron {
304 font-size: 13px;
305 line-height: 1.5;
306 letter-spacing: 1px;
307 }
308
309 #wp-optimize-nav-tab-contents-images .wpo_span_2_of_3 h3 {
310 display: inline-block;
311 }
312
313 .wpo_remove_selected_sizes_btn__container {
314 margin-top: 20px;
315 }
316
317 .unused-image-sizes__label {
318 display: block;
319 line-height: 1.6;
320 }
321
322 @media (max-width: 782px) {
323
324 .unused-image-sizes__label {
325 margin-left: 30px;
326 margin-bottom: 15px;
327 line-height: 1;
328 word-break: break-word;
329 }
330
331 .unused-image-sizes__label input[type=checkbox] {
332 margin-left: -30px;
333 }
334
335 body.rtl .unused-image-sizes__label {
336 margin-right: 30px;
337 margin-left: 0;
338 }
339
340 body.rtl .unused-image-sizes__label input[type=checkbox] {
341 margin-left: 4px;
342 margin-right: -30px;
343 }
344
345 }
346
347 #wp-optimize-nav-tab-contents-tables a {
348 vertical-align: middle;
349 }
350
351 #wpo_sitelist_moreoptions,
352 #wpo_sitelist_moreoptions_cron {
353 margin: 4px 16px 6px 0;
354 border: 1px dotted;
355 padding: 6px 10px;
356 max-height: 300px;
357 overflow-y: scroll;
358 overflow-x: hidden;
359 }
360
361 #wpo_sitelist_moreoptions {
362 max-height: 150px;
363 margin-right: 0;
364 }
365
366 #wpo_settings_sites_list li,
367 #wpo_settings_sites_list li a {
368 font-size: 13px;
369 line-height: 1.5;
370 }
371
372 #wpo_sitelist_moreoptions_cron li {
373 padding-left: 20px;
374 }
375
376 #wpo_import_error_message {
377 display: none;
378 color: #9B0000;
379 }
380
381 #wpo_import_success_message {
382 display: none;
383 color: #46B450;
384 }
385
386 #wp-optimize-logging-options {
387 margin-top: 10px;
388 }
389
390 /* Logger settings*/
391 .wpo_logging_header {
392 font-weight: bold;
393 border-top: 1px solid #333;
394 border-bottom: 1px solid #333;
395 padding: 5px 0;
396 margin: 0;
397 }
398
399 .wpo_logging_row {
400 border-bottom: 1px solid #A1A2A3;
401 padding: 5px 0;
402 }
403
404 .wpo_logging_logger_title,
405 .wpo_logging_options_title,
406 .wpo_logging_status_title,
407 .wpo_logging_actions_title,
408 .wpo_logging_logger_row,
409 .wpo_logging_options_row,
410 .wpo_logging_status_row,
411 .wpo_logging_actions_row {
412 display: inline-block;
413 vertical-align: middle;
414 }
415
416 .wpo_logging_logger_title,
417 .wpo_logging_logger_row {
418 width: 38%;
419 }
420
421 .wpo_logging_options_title,
422 .wpo_logging_options_row {
423 width: 44%;
424 }
425
426 .wpo_logging_status_title,
427 .wpo_logging_status_row {
428 width: 8%;
429 }
430
431 .wpo_logging_actions_title,
432 .wpo_logging_actions_row {
433 width: 7%;
434 }
435
436 .wpo_logging_actions_row {
437 text-align: right;
438 }
439
440 .wpo_logging_options_row {
441 word-wrap: break-word;
442 }
443
444 .wpo_logging_actions_row .dashicons-no-alt,
445 .wpo_add_logger_form .dashicons-no-alt {
446 background-color: #F06666;
447 color: #FFF;
448 width: 20px;
449 height: 20px;
450 border-radius: 20px;
451 display: inline-block;
452 cursor: pointer;
453 margin-left: 5px;
454 }
455
456 .wpo_add_logger_form .dashicons-no-alt {
457 margin-top: 12px;
458 margin-right: 10px;
459 float: right;
460 }
461
462 .wpo_logger_type {
463 width: 90%;
464 margin-top: 10px;
465 }
466
467 .wpo_logger_addition_option {
468 width: 100%;
469 margin-top: 5px;
470 }
471
472 .wpo_alert_notice {
473 background-color: #F06666;
474 color: #FFF;
475 padding: 1em;
476 display: block;
477 margin-bottom: 10px;
478 border-radius: 5px;
479 }
480
481 .wpo_error_field {
482 border-color: #F06666 !important;
483 }
484
485 .save_settings_reminder {
486 display: none;
487 color: #333;
488 padding: 15px 20px;
489 background-color: #F0A5A4;
490 border-radius: 3px;
491 margin: 15px 0;
492 }
493
494 #wpo_remove_selected_sizes {
495 margin-top: 20px;
496 }
497
498 .wpo_unused_images_buttons_wrap {
499 float: right;
500 margin-right: 20px;
501 }
502
503 .wpo_unused_images_container h3 {
504 min-width: 150px;
505 }
506
507 #wpo_unused_images, #wpo_smush_images_grid {
508 max-height: 500px;
509 overflow-y: auto;
510 }
511
512 #wpo_unused_images a {
513 outline: none;
514 }
515
516 #wp-optimize-nav-tab-wpo_database-tables-contents .wpo-take-a-backup {
517 margin-left: 1%;
518 }
519
520 .run-single-table-delete {
521 margin-top: 3px;
522 }
523
524 .wpo-confirm h4 span.table-name {
525 font-style: italic;
526 display: inline-block;
527 background: #EFEFEF;
528 padding: 3px 7px;
529 border-radius: 4px;
530 }
531
532 #wpo_browser_cache_output,
533 #wpo_gzip_compression_output,
534 #wpo_advanced_cache_output {
535 background: #F0F0F0;
536 padding: 10px;
537 border: 1px solid #CCC;
538 white-space: pre-wrap;
539 }
540
541 #wpo_gzip_compression_error_message,
542 .wpo-error {
543 color: #9B0000;
544 }
545
546 .notice.wpo-error__enabling-cache {
547 white-space: pre-wrap;
548 margin-bottom: 15px;
549 }
550
551 .notice.wpo-warnings__enabling-cache {
552 margin-bottom: 15px;
553 }
554
555 .notice.wpo-warnings__enabling-cache ul, .notice.wpo-warnings__enabling-cache ul li {
556 list-style: inside disc;
557 }
558
559 a.loading.wpo-refresh-gzip-status {
560 color: rgba(68, 68, 68, 0.5);
561 text-decoration: none;
562 }
563
564 a.loading.wpo-refresh-gzip-status img.wpo_spinner.display-none {
565 display: inline-block;
566 }
567
568 #wpo_browser_cache_expire_days,
569 #wpo_browser_cache_expire_hours {
570 width: 50px;
571 }
572
573 .wpo-enabled .wpo-disabled {
574 display: none;
575 }
576
577 .wpo-disabled .wpo-enabled {
578 display: none;
579 }
580
581 .wpo-button-wrap {
582 margin-top: 10px;
583 }
584