PluginProbe ʕ •ᴥ•ʔ
Meta Box / 5.9.5
Meta Box v5.9.5
trunk 4.1.10 4.1.11 4.10 4.10.1 4.10.2 4.10.3 4.10.4 4.11 4.11.1 4.11.2 4.12.1 4.12.4 4.12.5 4.12.6 4.13.0 4.13.1 4.13.2 4.13.3 4.13.4 4.14.0 4.14.1 4.14.10 4.14.11 4.14.2 4.14.4 4.14.5 4.14.6 4.14.7 4.14.8 4.14.9 4.15.0 4.15.1 4.15.2 4.15.3 4.15.4 4.15.5 4.15.6 4.15.7 4.15.8 4.15.9 4.16.0 4.16.1 4.16.2 4.16.3 4.17.0 4.17.1 4.17.2 4.17.3 4.18.0 4.18.1 4.18.2 4.18.3 4.18.4 4.2 4.2.1 4.2.2 4.2.3 4.2.4 4.3 4.3.1 4.3.10 4.3.11 4.3.2 4.3.3 4.3.4 4.3.5 4.3.6 4.3.7 4.3.8 4.3.9 4.4.0 4.4.1 4.4.3 4.5 4.5.1 4.5.2 4.5.3 4.5.4 4.5.5 4.5.6 4.5.7 4.6 4.7 4.7.1 4.7.2 4.7.3 4.8.0 4.8.1 4.8.2 4.8.3 4.8.4 4.8.5 4.8.6 4.8.7 4.9 4.9.1 4.9.2 4.9.3 4.9.4 4.9.5 4.9.6 4.9.7 4.9.8 5.0.0 5.0.1 5.1.0 5.1.1 5.1.2 5.10.0 5.10.1 5.10.10 5.10.11 5.10.12 5.10.13 5.10.14 5.10.15 5.10.16 5.10.17 5.10.18 5.10.19 5.10.2 5.10.3 5.10.4 5.10.5 5.10.6 5.10.7 5.10.8 5.10.9 5.11.0 5.11.1 5.11.2 5.11.3 5.11.4 5.12.0 5.2.0 5.2.1 5.2.10 5.2.2 5.2.3 5.2.4 5.2.5 5.2.6 5.2.7 5.2.8 5.2.9 5.3.0 5.3.1 5.3.10 5.3.2 5.3.3 5.3.4 5.3.5 5.3.6 5.3.7 5.3.8 5.3.9 5.4.0 5.4.1 5.4.2 5.4.3 5.4.4 5.4.5 5.4.6 5.4.7 5.4.8 5.5.0 5.5.1 5.6.0 5.6.1 5.6.10 5.6.11 5.6.12 5.6.13 5.6.14 5.6.15 5.6.16 5.6.17 5.6.18 5.6.2 5.6.3 5.6.4 5.6.5 5.6.6 5.6.7 5.6.8 5.6.9 5.7.0 5.7.1 5.7.2 5.7.3 5.7.4 5.7.5 5.8.0 5.8.1 5.8.2 5.9.0 5.9.1 5.9.10 5.9.11 5.9.2 5.9.3 5.9.4 5.9.5 5.9.6 5.9.7 5.9.8 5.9.9
meta-box / css / style.css
meta-box / css Last commit date
fontawesome 2 years ago jqueryui 2 years ago select2 7 years ago autocomplete.css 6 years ago background.css 4 years ago button-group.css 3 years ago color.css 7 years ago date.css 3 years ago divider.css 4 years ago fieldset-text.css 8 years ago file-input.css 4 years ago file.css 3 years ago heading.css 4 years ago icon.css 2 years ago image-select.css 8 years ago image.css 4 years ago input-list.css 3 years ago input.css 2 years ago key-value.css 4 years ago map.css 7 years ago media.css 3 years ago modal.css 3 years ago oembed.css 7 years ago osm-frontend.css 3 years ago osm.css 7 years ago range.css 4 years ago select-advanced.css 4 years ago select-tree.css 3 years ago select.css 6 years ago slider.css 4 years ago style-rtl.css 7 years ago style.css 2 years ago switch.css 3 years ago text-list.css 4 years ago upload.css 6 years ago video.css 4 years ago wysiwyg.css 4 years ago
style.css
183 lines
1 /* Styles for 'normal' meta boxes
2 -------------------------------------------------------------- */
3
4 /* Clearfix for field */
5 .rwmb-field {
6 display: flex;
7 }
8 .rwmb-field:not(:last-of-type) {
9 margin: 0 0 12px;
10 }
11 .rwmb-label {
12 width: 25%;
13 }
14 .rwmb-input {
15 flex: 1;
16 }
17
18 .rwmb-label > label {
19 font-weight: 600;
20 }
21 .rwmb-required {
22 color: #dc3232;
23 font-weight: bold;
24 margin-left: 3px;
25 }
26
27 .rwmb-input h4 {
28 margin: 0;
29 }
30 .rwmb-input input:not([size]),
31 .rwmb-input-group,
32 .rwmb-input select,
33 .rwmb-input .select2-container,
34 .rwmb-input textarea:not([cols]) {
35 width: 100%;
36 box-sizing: border-box;
37 }
38 .rwmb-input input[type="checkbox"],
39 .rwmb-input input[type="radio"] {
40 width: 1em;
41 }
42 .rwmb-input input[type="button"] {
43 width: auto;
44 }
45 .rwmb-input input:not([type="checkbox"]):not([type="radio"]),
46 .rwmb-input textarea,
47 .rwmb-input select {
48 max-width: 100%;
49 margin-inline: 0;
50 }
51 .rwmb-textarea {
52 resize: vertical;
53 }
54
55 /* Clone */
56 .rwmb-clone {
57 min-height: 24px;
58 margin-bottom: 12px;
59 padding-right: 24px;
60 position: relative;
61 clear: both;
62 background: #fff;
63 }
64 .rwmb-clone > input[type='radio'],
65 .rwmb-clone > input[type='checkbox'] {
66 margin: 6px 0 0 4px;
67 }
68 .rwmb-button.remove-clone {
69 text-decoration: none;
70 color: #ccc;
71 display: inline-block;
72 position: absolute;
73 top: 0;
74 right: 0;
75 width: 20px;
76 height: 20px;
77 transition: color 200ms;
78 }
79 .rwmb-button.remove-clone .dashicons {
80 font-size: 20px;
81 }
82 .rwmb-button.remove-clone:hover {
83 color: #dc3232;
84 }
85 .remove-clone:focus {
86 outline: 0;
87 box-shadow: none;
88 }
89 .rwmb-button.add-clone {
90 margin-top: 4px;
91 }
92 .rwmb-clone-icon {
93 cursor: move;
94 background: url(../img/drag_icon.gif) no-repeat;
95 height: 23px;
96 width: 15px;
97 vertical-align: top;
98 display: inline-block;
99 position: absolute;
100 left: 0;
101 top: 0;
102 }
103 .rwmb-sort-clone {
104 padding-left: 15px;
105 }
106
107 /* jQuery validation */
108 p.rwmb-error {
109 color: #dc3232;
110 margin: 4px 0;
111 clear: both;
112 }
113 input.rwmb-error.rwmb-error,
114 textarea.rwmb-error,
115 select.rwmb-error {
116 border-color: #dc3232;
117 background: #ffebe8;
118 }
119
120 /* Utilities
121 -------------------------------------------------------------- */
122 .rwmb-sortable-placeholder {
123 background: #fcf8e3;
124 border: 1px solid #faebcc;
125 display: block;
126 }
127
128
129 /* Styles for 'side' meta boxes
130 -------------------------------------------------------------- */
131 #side-sortables .rwmb-field {
132 flex-direction: column;
133 }
134 #side-sortables .rwmb-label {
135 width: 100%;
136 margin-bottom: 4px;
137 }
138
139 /* Mobile style */
140 @media (max-width: 782px) {
141 .rwmb-field {
142 flex-direction: column;
143 }
144 .rwmb-label {
145 width: 100%;
146 margin-bottom: 4px;
147 }
148 .rwmb-input input[type="radio"],
149 .rwmb-input input[type="checkbox"] {
150 width: 1.5625rem;
151 }
152 }
153
154 /* Seamless style
155 --------------------------------------------------------------*/
156 .rwmb-seamless {
157 background: none;
158 border: none;
159 box-shadow: none;
160 }
161 .rwmb-seamless .inside.inside {
162 padding-left: 0;
163 padding-right: 0;
164 }
165 .postbox.rwmb-seamless .hndle,
166 .postbox.rwmb-seamless .handlediv,
167 .postbox.rwmb-seamless .postbox-header {
168 display: none;
169 }
170 .rwmb-seamless .rwmb-clone {
171 background: none;
172 }
173
174 /* CSS fixes
175 --------------------------------------------------------------*/
176 /* Fix color picker field is hidden by the post editor at after_title position. https://metabox.io/support/topic/bug-color-picker-field-is-showed-below-the-title-field/ */
177 .postarea {
178 position: relative;
179 z-index: 0;
180 }
181 .rwmb-hidden-wrapper {
182 display: none;
183 }