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

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