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

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