PluginProbe ʕ •ᴥ•ʔ
Custom Post Type UI / 1.19.2
Custom Post Type UI v1.19.2
1.19.2 1.19.1 1.19.0 trunk 0.7.0.0 0.7.1.0 0.7.2.0 0.8.0.0 0.8.1 0.8.2 0.8.3 0.8.4 0.8.5 0.9.0 0.9.5 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1.0 1.1.1 1.1.2 1.1.3 1.10.0 1.10.1 1.10.2 1.11.0 1.11.1 1.11.2 1.12.0 1.12.1 1.13.0 1.13.1 1.13.2 1.13.3 1.13.4 1.13.5 1.13.6 1.13.7 1.14.0 1.15.0 1.15.1 1.16.0 1.17.0 1.17.1 1.17.2 1.17.3 1.18.0 1.18.1 1.18.2 1.18.3 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.0 1.6.1 1.6.2 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.8.0 1.8.1 1.8.2 1.9.0 1.9.1 1.9.2
custom-post-type-ui / build / cptui-styles.css
custom-post-type-ui / build Last commit date
vanilla-icon-picker 3 weeks ago cptui-editor.asset.php 3 weeks ago cptui-editor.js 3 weeks ago cptui-editor.js.map 3 weeks ago cptui-styles.css 3 weeks ago cptui-styles.css.map 3 weeks ago cptui-styles.min.css 3 weeks ago cptui-styles.min.css.map 3 weeks ago cptui.asset.php 3 weeks ago cptui.js 3 weeks ago cptui.js.map 3 weeks ago cptui.min.js 3 weeks ago cptui.min.js.map 3 weeks ago dashicons.json 3 weeks ago
cptui-styles.css
654 lines
1 @charset "UTF-8";
2 .posttypesui, .taxonomiesui {
3 width: calc(100% - 300px);
4 }
5 .posttypesui .cptui-section:first-child, .taxonomiesui .cptui-section:first-child {
6 margin-top: 30px;
7 }
8 .posttypesui .postbox-container, .taxonomiesui .postbox-container {
9 width: 100%;
10 }
11 .posttypesui .postbox .toggle-indicator:before, .taxonomiesui .postbox .toggle-indicator:before {
12 content: "\f142";
13 display: inline-block;
14 font: normal 20px/1 dashicons;
15 speak: none;
16 -webkit-font-smoothing: antialiased;
17 -moz-osx-font-smoothing: grayscale;
18 text-decoration: none !important;
19 }
20 .posttypesui .postbox.closed .handlediv .toggle-indicator::before, .taxonomiesui .postbox.closed .handlediv .toggle-indicator::before {
21 content: "\f140";
22 }
23 .posttypesui .postbox .hndle, .taxonomiesui .postbox .hndle {
24 cursor: pointer;
25 }
26 .posttypesui .required, .taxonomiesui .required {
27 color: rgb(255, 0, 0);
28 }
29
30 .cptui-table td.outer {
31 vertical-align: top;
32 width: 50%;
33 }
34 .cptui-table input[type=text] {
35 width: 75%;
36 }
37 .cptui-table .question:hover {
38 cursor: pointer;
39 }
40 .cptui-table th p {
41 font-weight: 400;
42 font-size: 12px;
43 }
44 .cptui-table .cptui-slug-details {
45 margin-top: 15px;
46 }
47 .cptui-table #slugchanged, .cptui-table #slugexists {
48 color: red;
49 font-weight: bold;
50 }
51 .cptui-table #slugchanged.hidemessage, .cptui-table #slugexists.hidemessage {
52 display: none;
53 }
54
55 .cptui-support #support .question {
56 font-size: 18px;
57 font-weight: bold;
58 }
59 .cptui-support #support .question:before {
60 content: "\f139";
61 display: inline-block;
62 font: normal 25px/1 "dashicons";
63 margin-left: -25px;
64 position: absolute;
65 -webkit-font-smoothing: antialiased;
66 }
67 :dir(rtl) .cptui-support #support .question:before {
68 content: "\f141";
69 margin-left: 0;
70 margin-right: -25px;
71 }
72 .cptui-support #support .question.active:before {
73 content: "\f140";
74 }
75 .cptui-support #support .answer {
76 margin: 10px 0 0 20px;
77 }
78 .cptui-support #support ol li {
79 list-style: none;
80 }
81 .cptui-support #support li {
82 position: relative;
83 }
84
85 .cptui-field-description {
86 font-style: italic;
87 }
88
89 #cptui_select_post_type,
90 #cptui_select_taxonomy {
91 margin-top: 15px;
92 }
93
94 .cptui_post_import,
95 .cptui_tax_import {
96 height: 200px;
97 margin-bottom: 10px;
98 resize: vertical;
99 width: 100%;
100 }
101 :dir(rtl) .cptui_post_import,
102 :dir(rtl) .cptui_tax_import {
103 direction: ltr;
104 }
105
106 .cptui_post_type_get_code,
107 .cptui_tax_get_code {
108 height: 300px;
109 resize: vertical;
110 }
111 :dir(rtl) .cptui_post_type_get_code,
112 :dir(rtl) .cptui_tax_get_code {
113 direction: ltr;
114 }
115
116 .about-wrap .cptui-feature {
117 overflow: visible !important;
118 *zoom: 1;
119 }
120 .about-wrap .cptui-feature:before, .about-wrap .cptui-feature:after {
121 content: " ";
122 display: table;
123 }
124 .about-wrap .cptui-feature:after {
125 clear: both;
126 }
127 .about-wrap h3 + .cptui-feature {
128 margin-top: 0;
129 }
130 .about-wrap .changelog h2 {
131 text-align: center;
132 }
133 .about-wrap .feature-rest div {
134 width: 50% !important;
135 padding-right: 100px;
136 -moz-box-sizing: border-box;
137 box-sizing: border-box;
138 margin: 0 !important;
139 }
140 .about-wrap .feature-rest div.last-feature {
141 padding-left: 100px;
142 padding-right: 0;
143 }
144 .about-wrap .feature-rest div.icon {
145 width: 0 !important;
146 padding: 0;
147 margin: 0;
148 }
149 .about-wrap .feature-rest div.icon:before {
150 font-weight: normal;
151 width: 100%;
152 font-size: 170px;
153 line-height: 125px;
154 color: #9c5d90;
155 display: inline-block;
156 position: relative;
157 text-align: center;
158 speak: none;
159 margin: 0 0 0 -100px;
160 content: "\e01d";
161 -webkit-font-smoothing: antialiased;
162 -moz-osx-font-smoothing: grayscale;
163 }
164
165 .about-wrap .about-integrations {
166 background: #fff;
167 margin: 20px 0;
168 padding: 1px 20px 10px;
169 }
170 .about-wrap .changelog h4 {
171 line-height: 1.4;
172 }
173 .about-wrap .cptui-about-text {
174 margin-bottom: 1em !important;
175 margin-right: 0;
176 max-width: calc(100% - 173px);
177 }
178
179 .cptui-pro-callout {
180 background: linear-gradient(135deg, #2271b1 0%, #6a3fa0 100%);
181 border-radius: 8px;
182 box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
183 color: #fff;
184 margin: 24px 0 32px;
185 padding: 32px 36px;
186 }
187 .cptui-pro-callout__header {
188 border-bottom: 1px solid rgba(255, 255, 255, 0.18);
189 margin-bottom: 24px;
190 padding-bottom: 24px;
191 text-align: center;
192 }
193 .cptui-pro-callout__title {
194 color: #fff;
195 font-size: 32px;
196 font-weight: 600;
197 line-height: 1.2;
198 margin: 0 0 12px;
199 }
200 .cptui-pro-callout__tagline {
201 font-size: 16px;
202 line-height: 1.5;
203 margin: 0 auto 20px;
204 max-width: 720px;
205 opacity: 0.92;
206 }
207 .cptui-pro-callout__cta {
208 margin: 0;
209 }
210 .cptui-pro-callout__cta .button-primary.button-hero {
211 background: #fff;
212 border-color: #fff;
213 box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
214 color: #2271b1;
215 font-weight: 600;
216 text-shadow: none;
217 }
218 .cptui-pro-callout__cta .button-primary.button-hero:hover, .cptui-pro-callout__cta .button-primary.button-hero:focus {
219 background: #f6f7f7;
220 border-color: #f6f7f7;
221 color: #135e96;
222 }
223 .cptui-pro-callout__features {
224 display: grid;
225 gap: 20px;
226 grid-template-columns: repeat(3, 1fr);
227 list-style: none;
228 margin: 0;
229 padding: 0;
230 }
231 .cptui-pro-callout__feature {
232 background: rgba(255, 255, 255, 0.08);
233 border: 1px solid rgba(255, 255, 255, 0.16);
234 border-radius: 6px;
235 margin: 0;
236 padding: 16px 18px;
237 }
238 .cptui-pro-callout__feature-title {
239 color: #fff;
240 font-size: 15px;
241 font-weight: 600;
242 margin: 0 0 6px;
243 }
244 .cptui-pro-callout__feature-desc {
245 font-size: 13px;
246 line-height: 1.5;
247 margin: 0;
248 opacity: 0.92;
249 }
250 @media screen and (max-width: 768px) {
251 .cptui-pro-callout {
252 padding: 24px 20px;
253 }
254 .cptui-pro-callout__title {
255 font-size: 24px;
256 }
257 .cptui-pro-callout__features {
258 grid-template-columns: 1fr;
259 }
260 }
261
262 .email-octopus-form-row input::placeholder {
263 color: #cccccc;
264 }
265
266 .email-octopus-form-row-hp {
267 visibility: hidden;
268 }
269
270 .cptui-intro-devblock {
271 display: flex;
272 flex-direction: row;
273 }
274
275 .cptui-help {
276 color: #424242;
277 margin-left: 4px;
278 opacity: 0.5;
279 text-decoration: none;
280 width: 16px;
281 }
282 fieldset .cptui-help {
283 position: relative;
284 top: 4px;
285 }
286 .cptui-help:hover {
287 color: #0074a2;
288 opacity: 1;
289 }
290 .cptui-help:focus {
291 box-shadow: none;
292 }
293
294 #menu_icon_preview {
295 float: right;
296 padding-left: 8px;
297 }
298 #menu_icon_preview img {
299 display: block;
300 height: 20px;
301 width: 20px;
302 }
303
304 .visuallyhidden {
305 position: absolute;
306 left: -10000px;
307 top: auto;
308 width: 1px;
309 height: 1px;
310 overflow: hidden;
311 }
312
313 .cptui-spacer {
314 display: block;
315 margin-top: 25px;
316 }
317
318 .email-octopus-form-wrapper {
319 background: #fff;
320 margin-bottom: 10px;
321 padding: 20px;
322 }
323 .email-octopus-form-wrapper label {
324 margin-bottom: 10px;
325 }
326
327 .wdsoctosignup h2 {
328 text-align: left;
329 }
330
331 .wdspromos {
332 float: right;
333 margin-left: 20px;
334 margin-top: 10px;
335 width: 275px;
336 }
337 :dir(rtl) .wdspromos {
338 float: left;
339 margin-left: 0;
340 margin-right: 20px;
341 }
342
343 .cptui-promo-hero,
344 .cptui-promo-card,
345 .cptui-promo-secondary,
346 .cptui-promo-remove-ads {
347 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
348 }
349
350 .cptui-promo-hero {
351 background: #fff;
352 border: 1px solid #dcdcde;
353 border-left: 4px solid #534AB7;
354 border-radius: 8px;
355 box-sizing: border-box;
356 margin: 16px 0;
357 padding: 18px;
358 }
359 .cptui-promo-hero__badge {
360 background: #534AB7;
361 border-radius: 4px;
362 color: #fff;
363 display: inline-block;
364 font-size: 10px;
365 font-weight: 700;
366 letter-spacing: 0.12em;
367 padding: 3px 9px;
368 text-transform: uppercase;
369 }
370 .cptui-promo-hero__title {
371 color: #1d2327;
372 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
373 font-size: 19px;
374 font-weight: 700;
375 line-height: 1.25;
376 margin: 12px 0 14px;
377 }
378 .cptui-promo-hero__tagline {
379 color: #50575e;
380 font-size: 12.5px;
381 line-height: 1.5;
382 margin: 0 0 14px;
383 }
384 .cptui-promo-hero__features {
385 list-style: none;
386 margin: 0 0 14px;
387 padding: 0;
388 }
389 .cptui-promo-hero__features li {
390 color: #1d2327;
391 font-size: 12.5px;
392 line-height: 1.45;
393 margin: 0 0 10px;
394 padding-left: 24px;
395 position: relative;
396 }
397 .cptui-promo-hero__features li::before {
398 background: #EEEDFE;
399 border-radius: 50%;
400 color: #534AB7;
401 content: "";
402 font-size: 10px;
403 font-weight: 700;
404 height: 16px;
405 left: 0;
406 line-height: 16px;
407 position: absolute;
408 text-align: center;
409 top: 1px;
410 width: 16px;
411 }
412 .cptui-promo-hero__features li:last-child {
413 margin-bottom: 0;
414 }
415 .cptui-promo-hero__feature-title {
416 display: block;
417 font-weight: 600;
418 }
419 .cptui-promo-hero__feature-detail {
420 color: #50575e;
421 display: block;
422 font-size: 11.5px;
423 font-weight: 400;
424 line-height: 1.4;
425 margin-top: 2px;
426 }
427 .cptui-promo-hero__guarantee {
428 background: #EEEDFE;
429 border-radius: 4px;
430 color: #423a8f;
431 font-size: 11px;
432 font-weight: 600;
433 margin: 14px 0;
434 padding: 7px 10px;
435 text-align: center;
436 }
437 .cptui-promo-hero__cta {
438 background: #534AB7;
439 border: 1px solid #534AB7;
440 border-radius: 4px;
441 box-sizing: border-box;
442 color: #fff;
443 display: block;
444 font-size: 13px;
445 font-weight: 600;
446 padding: 10px 16px;
447 text-align: center;
448 text-decoration: none;
449 transition: background-color 0.15s, border-color 0.15s;
450 width: 100%;
451 }
452 .cptui-promo-hero__cta:hover, .cptui-promo-hero__cta:focus {
453 background: #3F36A0;
454 border-color: #3F36A0;
455 color: #fff;
456 }
457 .cptui-promo-hero__cta:focus {
458 box-shadow: 0 0 0 2px rgba(83, 74, 183, 0.35);
459 outline: none;
460 }
461
462 .cptui-promo-secondary {
463 margin: 24px 0;
464 }
465 .cptui-promo-secondary__heading {
466 border-top: 1px solid #c3c4c7;
467 color: #1d2327;
468 font-size: 11px;
469 font-weight: 700;
470 letter-spacing: 0.1em;
471 margin: 0 0 14px;
472 padding-top: 14px;
473 text-transform: uppercase;
474 }
475 .cptui-promo-secondary__list {
476 display: flex;
477 flex-direction: column;
478 gap: 12px;
479 }
480 .cptui-promo-secondary--about {
481 margin-bottom: 30px;
482 }
483 .cptui-promo-secondary--about .cptui-promo-secondary__list {
484 flex-direction: row;
485 flex-wrap: wrap;
486 gap: 18px;
487 }
488 .cptui-promo-secondary--about .cptui-promo-card {
489 flex: 1 1 220px;
490 }
491
492 .cptui-promo-card {
493 background: #fff;
494 border: 1px solid #c3c4c7;
495 border-left: 3px solid #2271b1;
496 border-radius: 4px;
497 box-sizing: border-box;
498 padding: 12px 14px;
499 }
500 .cptui-promo-card__title {
501 color: #1d2327;
502 font-size: 13.5px;
503 font-weight: 700;
504 line-height: 1.3;
505 margin: 0 0 6px;
506 }
507 .cptui-promo-card__tagline {
508 color: #2c3338;
509 font-size: 12px;
510 line-height: 1.5;
511 margin: 0 0 8px;
512 }
513 .cptui-promo-card__cta {
514 color: #2271b1;
515 font-size: 12px;
516 font-weight: 600;
517 text-decoration: none;
518 }
519 .cptui-promo-card__cta:hover, .cptui-promo-card__cta:focus {
520 color: #135e96;
521 text-decoration: underline;
522 }
523
524 .cptui-promo-remove-ads {
525 margin: 18px 0 0;
526 text-align: center;
527 }
528 .cptui-promo-remove-ads a {
529 color: #646970;
530 font-size: 11px;
531 text-decoration: underline;
532 }
533 .cptui-promo-remove-ads a:hover, .cptui-promo-remove-ads a:focus {
534 color: #1d2327;
535 }
536
537 .no-js #cptui_choose_icon {
538 display: none;
539 }
540
541 .cptui-listings th {
542 font-weight: bold;
543 }
544 .cptui-listings .post-type-listing th {
545 width: 16.66667%;
546 }
547 .cptui-listings .taxonomy-listing th {
548 width: 20%;
549 }
550
551 #poststuff {
552 min-width: 463px;
553 }
554
555 .dashicon-picker-container {
556 position: absolute;
557 width: 220px;
558 height: 252px;
559 font-size: 14px;
560 background-color: #fff;
561 box-shadow: -1px 2px 5px 3px rgba(0, 0, 0, 0.41);
562 overflow: hidden;
563 padding: 5px;
564 box-sizing: border-box;
565 }
566 .dashicon-picker-container ul {
567 margin: 0 0 10px;
568 padding: 0;
569 }
570 .dashicon-picker-container ul .dashicons {
571 width: 20px;
572 height: 20px;
573 font-size: 20px;
574 }
575 .dashicon-picker-container ul li {
576 display: inline-block;
577 margin: 5px;
578 float: left;
579 }
580 .dashicon-picker-container ul li a {
581 display: block;
582 text-decoration: none;
583 color: #373737;
584 padding: 5px 5px;
585 border: 1px solid #dfdfdf;
586 }
587 .dashicon-picker-container ul li a:hover {
588 border-color: #999;
589 background: #efefef;
590 }
591
592 .dashicon-picker-control {
593 height: 32px;
594 }
595 .dashicon-picker-control a {
596 padding: 5px;
597 text-decoration: none;
598 line-height: 32px;
599 width: 25px;
600 }
601 .dashicon-picker-control a span {
602 display: inline;
603 vertical-align: middle;
604 }
605 .dashicon-picker-control input {
606 font-size: 12px;
607 width: 140px;
608 }
609
610 .cptui-back-to-top {
611 position: fixed;
612 bottom: 30px;
613 right: 20px;
614 z-index: 10;
615 transition: 0.25s all ease-in-out;
616 opacity: 0;
617 visibility: hidden;
618 }
619 .cptui-back-to-top.show {
620 opacity: 1;
621 visibility: visible;
622 }
623
624 @media screen and (min-width: 769px) {
625 .cptui-badge {
626 margin-top: -42px;
627 height: 173px;
628 width: 173px;
629 color: #fafafa;
630 font-weight: bold;
631 font-size: 14px;
632 text-align: center;
633 margin-bottom: 10px;
634 background: url(../images/cptui-icon-173x173.png) no-repeat;
635 background-size: contain;
636 }
637 }
638 @media screen and (max-width: 768px) {
639 .cptui-table #description {
640 width: 100%;
641 }
642 .cptui-promo-secondary--about .cptui-promo-secondary__list {
643 flex-direction: column;
644 }
645 .cptui-table td.outer {
646 width: 100%;
647 }
648 #cptui_debug_info_email {
649 width: 100%;
650 }
651 }
652
653 /*# sourceMappingURL=cptui-styles.css.map */
654