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

522 lines 7.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpo_hidden {
2 display: none;
3 }
4
5 /* big button */
6 .wpo_primary_big {
7 padding: 4px 6px !important;
8 font-size: 22px !important;
9 min-height: 34px;
10 min-width: 200px;
11 }
12
13 /* SECTIONS */
14 .wpo_section {
15 clear: both;
16 padding: 0;
17 margin: 0;
18 }
19
20 .wp-optimize-settings {
21 margin-bottom: 16px;
22 }
23
24 /* COLUMN SETUP */
25 .wpo_col {
26 display: block;
27 float: left;
28 margin: 1% 0 1% 1%;
29 }
30
31 .wpo_col:first-child {
32 margin-left: 0;
33 }
34
35 /* GROUPING */
36 .wpo_group:before,
37 .wpo_group:after {
38 content: "";
39 display: table;
40 }
41
42 .wpo_group:after {
43 clear: both;
44 }
45
46 .wpo_half_width {
47 width: 48%;
48 }
49
50 /* GRID OF THREE */
51 .wpo_span_3_of_3 {
52 width: 100%;
53 }
54
55 .wpo_span_2_of_3 {
56 width: 65.3%;
57 }
58
59 .wpo_span_1_of_3 {
60 width: 32.1%;
61 }
62
63 .nav-tab-wrapper {
64 margin: 14px 0px;
65 }
66
67 @media screen and (min-width: 549px) {
68
69 .show_on_default_sizes {
70 display: block !important;
71 }
72
73 .show_on_mobile_sizes {
74 display: none !important;
75 }
76
77 }
78
79 @media screen and (max-width: 548px) {
80
81 .show_on_default_sizes {
82 display: none !important;
83 }
84
85 .show_on_mobile_sizes {
86 display: block !important;
87 }
88
89 }
90
91 @media screen and (max-width: 768px) {
92
93 .wpo_col {
94 margin: 1% 0;
95 }
96
97 .wpo_span_3_of_3 {
98 width: 100%;
99 }
100
101 .wpo_span_2_of_3 {
102 width: 100%;
103 }
104
105 .wpo_span_1_of_3 {
106 width: 100%;
107 }
108
109 .wpo_half_width {
110 width: 100%;
111 }
112
113 }
114
115 .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 {
116 color: #9B0000;
117 }
118
119 td.wp-optimize-settings-optimization-checkbox {
120 width: 18px;
121 padding-left: 4px;
122 padding-right: 0px;
123 }
124
125 .wp-optimize-settings-optimization-checkbox input {
126 margin: 0px;
127 padding: 0px;
128 }
129
130 #retention-period {
131 width: 60px;
132 }
133
134 .wp-optimize-settings-optimization-info {
135 font-size: 80%;
136 padding-left: 32px;
137 font-style: italic;
138 }
139
140 .wp-optimize-settings input[type="checkbox"] {
141 width: 18px;
142 }
143
144 /* Added for the Image on Addons tab*/
145 img.addons {
146 display: block;
147 margin-left: auto;
148 margin-right: auto;
149 height: 44px;
150 }
151
152 .wpo_spinner {
153 width: 18px;
154 height: 18px;
155 padding-left: 10px;
156 display: none;
157 position: relative;
158 top: 4px;
159 }
160
161 .optimization_spinner {
162 width: 20px;
163 height: 20px;
164 }
165
166 #wp-optimize-auto-options {
167 margin: 20px 0 0 28px;
168 }
169
170 .display-none {
171 display: none;
172 }
173
174 .visibility-hidden {
175 visibility: hidden;
176 }
177
178 .margin-one-percent {
179 margin: 1%;
180 }
181
182 #save_done {
183 color: #D94F00;
184 font-size: 250%;
185 }
186
187 .wp-optimize-settings-optimization-info a {
188 text-decoration: underline;
189 }
190
191 .wp-optimize-settings-optimization-run-spinner {
192 position: relative;
193 top: 2px;
194 }
195
196 #wpoptimize_table_list .tablesorter-filter-row {
197 display: none !important;
198 }
199
200 #wp_optimize_table_list_refresh {
201 float: right;
202 }
203
204 #wp_optimize_table_list_refresh:hover {
205 cursor: pointer;
206 }
207
208 #wpoptimize_table_list .optimization_spinner {
209 position: relative;
210 top: 5px;
211 left: 5px;
212 }
213
214 #wpoptimize_table_list_filter {
215 width: 100%;
216 }
217
218 #wpoptimize_table_list_tables_not_found {
219 display: none;
220 }
221
222 #optimize_form .select2-container,
223 #wp-optimize-auto-options .select2-container {
224 width: 50% !important;
225 top: -5px;
226 height: 40px;
227 margin-left: 10px;
228 }
229
230 #wpoptimize_table_list .optimization_done_icon {
231 color: #D94F00;
232 font-size: 200%;
233 display: inline-block;
234 position: relative;
235 top: 5px;
236 left: -20px;
237 }
238
239 #wpo_sitelist_show_moreoptions_cron {
240 font-size: 13px;
241 line-height: 1.5;
242 letter-spacing: 1px;
243 }
244
245 .wpo_unused_image {
246 position: relative;
247 float: left;
248 margin: .5%;
249 width: 32%;
250 text-align: center;
251 background: rgba(220, 220, 220, 0.5);
252 height: 20vh;
253 min-height: 200px;
254 }
255
256 .wpo_unused_image img {
257 max-height: 80%;
258 max-width: 90%;
259 margin: 10px 5px;
260 }
261
262 .wpo_unused_image_checkbox_conatiner {
263 text-align: center;
264 position: absolute;
265 width: 100%;
266 bottom: 7px;
267 }
268
269 #wp-optimize-nav-tab-contents-images .wpo_span_2_of_3 h3 {
270 display: inline-block;
271 }
272
273 #wpo_remove_unused_images_btn {
274 margin-top: 10px;
275 margin-right: 10px;
276 float: right;
277 }
278
279 #wpo_remove_selected_sizes_btn {
280 margin-top: 20px;
281 }
282
283 #wp-optimize-nav-tab-contents-tables a {
284 vertical-align: middle;
285 }
286
287 #wpo_sitelist_moreoptions,
288 #wpo_sitelist_moreoptions_cron {
289 margin: 4px 16px 6px 0;
290 border: 1px dotted;
291 padding: 6px 10px;
292 max-height: 300px;
293 overflow-y: scroll;
294 overflow-x: hidden;
295 }
296
297 #wpo_sitelist_moreoptions {
298 max-height: 150px;
299 margin-right: 0;
300 }
301
302 #wpo_settings_sites_list li,
303 #wpo_settings_sites_list li a {
304 font-size: 13px;
305 line-height: 1.5;
306 }
307
308 #wpo_sitelist_moreoptions_cron li {
309 padding-left: 20px;
310 }
311
312 #wpo_import_error_message {
313 display: none;
314 color: #9B0000;
315 }
316
317 #wpo_import_success_message {
318 display: none;
319 color: #46B450;
320 }
321
322 #wp-optimize-logging-options {
323 margin-top: 10px;
324 }
325
326 /* Logger settings*/
327 .wpo_logging_header {
328 font-weight: bold;
329 border-top: 1px solid #333;
330 border-bottom: 1px solid #333;
331 padding: 5px 0;
332 margin: 0;
333 }
334
335 .wpo_logging_row {
336 border-bottom: 1px solid #A1A2A3;
337 padding: 5px 0;
338 }
339
340 .wpo_logging_logger_title,
341 .wpo_logging_options_title,
342 .wpo_logging_status_title,
343 .wpo_logging_actions_title,
344 .wpo_logging_logger_row,
345 .wpo_logging_options_row,
346 .wpo_logging_status_row,
347 .wpo_logging_actions_row {
348 display: inline-block;
349 }
350
351 .wpo_logging_logger_title,
352 .wpo_logging_logger_row {
353 width: 38%;
354 }
355
356 .wpo_logging_options_title,
357 .wpo_logging_options_row {
358 width: 44%;
359 }
360
361 .wpo_logging_status_title,
362 .wpo_logging_status_row {
363 width: 8%;
364 }
365
366 .wpo_logging_actions_title,
367 .wpo_logging_actions_row {
368 width: 7%;
369 }
370
371 .wpo_logging_actions_row {
372 text-align: right;
373 }
374
375 .wpo_logging_options_row {
376 word-wrap: break-word;
377 }
378
379 #wpo_add_logger_link {
380 clear: both;
381 display: block;
382 cursor: pointer;
383 font-weight: bold;
384 }
385
386 .wpo_logging_actions_row .dashicons-no-alt,
387 .wpo_add_logger_form .dashicons-no-alt {
388 background-color: #F06666;
389 color: #FFF;
390 width: 20px;
391 height: 20px;
392 border-radius: 20px;
393 display: inline-block;
394 cursor: pointer;
395 margin-left: 5px;
396 }
397
398 .wpo_add_logger_form .dashicons-no-alt {
399 margin-top: 12px;
400 margin-right: 10px;
401 float: right;
402 }
403
404 .wpo_logger_type {
405 width: 90%;
406 margin-top: 10px;
407 }
408
409 .wpo_logger_addition_option {
410 width: 100%;
411 margin-top: 5px;
412 }
413
414 .wpo_alert_notice {
415 background-color: #F06666;
416 color: #FFF;
417 padding: 5px;
418 display: block;
419 margin-bottom: 5px;
420 border-radius: 5px;
421 }
422
423 .wpo_error_field {
424 border-color: #F06666 !important;
425 }
426
427 .save_settings_reminder {
428 display: none;
429 color: #333;
430 padding: 5px 10px;
431 border: 1px solid #F00;
432 background-color: #F0A5A4;
433 border-radius: 5px;
434 margin: 15px 0;
435 }
436
437 /* Added for WPO Premium Features tab */
438 .wpo_feature_cont {
439 width: 54.5%;
440 }
441
442 .wpo_plugin_family_cont {
443 width: 44.5%;
444 }
445
446 .wpo_feat_table, .wpo_feat_th, .wpo_feat_table td {
447 border: 1px solid black;
448 border-collapse: collapse;
449 font-size: 120%;
450 background-color: white;
451 text-align: center;
452 }
453
454 .wpo_feat_table p {
455 padding: 0px 10px;
456 margin: 5px 0px;
457 font-size: 16px;
458 }
459
460 .wpo_feat_table h4 {
461 margin: 5px 0px;
462 }
463
464 .wpo_feat_table .dashicons {
465 width: 25px;
466 height: 25px;
467 font-size: 25px;
468 line-height: 1;
469 }
470
471 .wpo_feat_table .dashicons-yes, .wpo_feat_table .updraft-yes {
472 color: green;
473 }
474
475 .wpo_feat_table .dashicons-no-alt, .wpo_feat_table .updraft-no {
476 color: red;
477 }
478
479 .wpo-premium-image {
480 display: none;
481 }
482
483 @media screen and (min-width: 720px) {
484
485 #wpoptimize_table_list_filter {
486 width: 40%;
487 }
488
489 .wpo-premium-image {
490 display: block;
491 float: left;
492 padding: 14px 8px;
493 width: 50px;
494 height: 50px;
495 }
496
497 }
498
499 .other-plugin-title {
500 text-decoration: none;
501 }
502
503 #wpo_remove_selected_sizes {
504 margin-top: 20px;
505 }
506
507 .wpo_unused_images_buttons_wrap {
508 display: none;
509 }
510
511 .wpo_unused_images_container h3 {
512 min-width: 150px;
513 }
514
515 #wpo_unused_images {
516 max-height: 500px;
517 overflow-y: auto;
518 }
519
520 #wpo_unused_images a {
521 outline: none;
522 }