PluginProbe
WPSSO Core – Complete Schema Markup and Meta Tags / 22.7.0
WPSSO Core – Complete Schema Markup and Meta Tags v22.7.0
22.7.0 22.6.1 22.6.0 22.5.3 22.5.2 22.5.1 22.4.0 22.3.0 22.2.1 22.2.0 22.1.3 22.1.2 22.1.1 22.1.0 22.0.0 21.13.3 21.13.2 trunk 21.13.1
← All changes | css/com/settings-page.css +450 -0 22.2.122.7.0 View file →
@@ -1,0 +1,450 @@
1 +
2 +h1 > span.qualifier {
3 + opacity:0.20;
4 + filter:alpha(opacity=20); /* IE8 and earlier. */
5 + font-weight:100;
6 +}
7 +
8 +h1 > div.dashicons-before {
9 + display:inline-block;
10 +}
11 +
12 +h1 > div.dashicons-before::before {
13 + vertical-align:baseline;
14 + width:auto;
15 + height:auto;
16 +}
17 +
18 +.wrap p {
19 + margin:15px 0;
20 +}
21 +
22 +.wrap div.updated p,
23 +.wrap div.error p {
24 + margin:5px;
25 +}
26 +
27 +.wrap div.updated p strong {
28 + font-weight:normal;
29 +}
30 +
31 +.wrap #poststuff .inside {
32 + margin:0;
33 + padding:0;
34 +}
35 +
36 +.has-side-column {
37 + display:table !important;
38 + visibility:visible !important;
39 + width:100%;
40 +}
41 +
42 +.has-side-column #poststuff {
43 + display:table-cell !important;
44 + visibility:visible !important;
45 + vertical-align:top;
46 + width:100%;
47 +}
48 +
49 +#side-column {
50 + display:table-cell !important;
51 + visibility:visible !important;
52 + vertical-align:top;
53 + width:245px;
54 + min-width:245px;
55 + padding:0 0 10px 20px;
56 +}
57 +
58 +#side-column table.side-box {
59 + display:block !important;
60 + visibility:visible !important;
61 + padding:0;
62 + margin:0 0 20px 0;
63 + width:245px;
64 + min-width:245px;
65 + min-height:50px;
66 +}
67 +
68 +#side-column .side-box-header h2 {
69 + margin:0 0 10px 0;
70 +}
71 +
72 +#side-column .side-box-icon {
73 + text-align:center;
74 + margin:10px 0;
75 +}
76 +
77 +#side-column .side-box-content {
78 + margin:10px 0;
79 +}
80 +
81 +#side-column .side-box-content ul {
82 + list-style-type:disc;
83 + margin:10px 0 10px 20px;
84 +}
85 +
86 +#side-column .side-box-content ul li {
87 + margin-bottom:10px;
88 +}
89 +
90 +#side-column .side-box-buttons {
91 + margin:10px 0;
92 +}
93 +
94 +#side-column .button-primary,
95 +#side-column .button-secondary {
96 + width:100%;
97 + margin:5px 0;
98 +}
99 +
100 +.postbox p {
101 + color:#222;
102 +}
103 +
104 +.closed {
105 + height:auto;
106 + min-height:0;
107 +}
108 +
109 +.postbox.closed .hndle {
110 + border-bottom:none;
111 +}
112 +
113 +.display_options_info {
114 + float:right;
115 + font-size:0.6em;
116 + margin:5px 10px;
117 +}
118 +
119 +.follow-icons {
120 + text-align:center;
121 + margin:0 0 15px 0;
122 + width:100%;
123 +}
124 +
125 +.follow-icons img {
126 + vertical-align:middle;
127 + margin:0 2px;
128 +}
129 +
130 +.button-error,
131 +.button-secondary.button-error {
132 + color:#ffffff;
133 + border-color:#990000;
134 + background-color:#ee0000;
135 + padding:0 10px;
136 +}
137 +
138 +.button-error:hover,
139 +.button-secondary.button-error:hover {
140 + color:#ffffff;
141 + background-color:#dd0000;
142 +}
143 +
144 +.wp-core-ui .button-primary,
145 +.wp-core-ui .button-secondary {
146 + -webkit-border-radius:0;
147 + -moz-border-radius:0;
148 + border-radius:0;
149 + -webkit-box-shadow:none;
150 + -moz-box-shadow:none;
151 + box-shadow:none;
152 +}
153 +
154 +.btn_wizard_column {
155 + white-space:nowrap;
156 +}
157 +
158 +.btn_wizard_example {
159 + display:inline-block;
160 + width:136px;
161 + padding:1px;
162 +}
163 +
164 +.btn_wizard_example input[type=radio] {
165 + vertical-align:middle;
166 +}
167 +
168 +.btn_wizard_example img {
169 + vertical-align:middle;
170 + max-height:18px;
171 +}
172 +
173 +#wpbody-content {
174 + padding-bottom:30px;
175 +}
176 +
177 +#wpbody-content #post-body-content {
178 + margin-bottom:20px; /* Default value. */
179 +}
180 +
181 +#wpfooter {
182 + display:none;
183 +}
184 +
185 +.admin-footer-ext,
186 +.admin-footer-host {
187 + display:block;
188 + font-size:0.9em;
189 + opacity:0.5;
190 + filter:alpha(opacity=50); /* IE8 and earlier. */
191 +}
192 +
193 +.admin-footer-ext {
194 + float:left;
195 + text-align:left;
196 +}
197 +
198 +.admin-footer-host {
199 + float:right;
200 + text-align:right;
201 +}
202 +
203 +div.submit-buttons {
204 + position:fixed;
205 + left:0;
206 + bottom:0;
207 + width:calc(100% - 204px);
208 + min-width:761px; /* Match #poststuff. */
209 + margin-left:182px;
210 + text-align:center;
211 + background-color:#fff;
212 + border:1px solid #c3c4c7;
213 +}
214 +
215 +div.has-side-column div.submit-buttons {
216 + width:calc(100% - 469px);
217 +}
218 +
219 +body.folded div.submit-buttons {
220 + width:calc(100% - 80px);
221 + margin-left:58px;
222 +}
223 +
224 +body.folded div.has-side-column div.submit-buttons {
225 + width:calc(100% - 345px);
226 +}
227 +
228 +div.submit-buttons .button-primary,
229 +div.submit-buttons .button-secondary {
230 + margin:5px;
231 + min-width:280px;
232 + min-height:40px;
233 +}
234 +
235 +div.submit-buttons form {
236 + margin:5px;
237 +}
238 +
239 +div.submit-buttons form .button-primary,
240 +div.submit-buttons form .button-secondary {
241 + margin:0;
242 +}
243 +
244 +div.submit-buttons .button-highlight {
245 + color:#006189;
246 + border-color:#0086bc;
247 + background-color:#daeefc;
248 +}
249 +
250 +div.submit-buttons .button-highlight:hover {
251 + border-color:#004f6f;
252 + background-color:#c8e6fb;
253 +}
254 +
255 +div.submit-buttons .button-alt {
256 + color:#646464;
257 + border-color:#afafaf;
258 + background-color:#ededed;
259 +}
260 +
261 +div.submit-buttons .button-alt:hover {
262 + border-color:#959595;
263 + background-color:#f7f7f7;
264 +}
265 +
266 +/*
267 + * Tools and Actions page.
268 + */
269 +body.sso-social-and-search-optimization_page_wpsso-tools #wpbody-content {
270 + padding-bottom:55px;
271 +}
272 +
273 +body.sso-social-and-search-optimization_page_wpsso-tools #wpfooter {
274 + display:block;
275 +}
276 +
277 +#tools-content div.submit-buttons {
278 + position:static;
279 + left:auto;
280 + bottom:auto;
281 + width:auto;
282 + margin:0 0 40px 0;
283 + text-align:left;
284 + background-color:inherit;
285 + border:none;
286 +}
287 +
288 +body.rtl #tools-content div.submit-buttons {
289 + text-align:right;
290 +}
291 +
292 +#tools-content div.submit-buttons input[type=submit],
293 +#tools-content div.submit-buttons input[type=button] {
294 + display:block;
295 + min-width:400px;
296 + margin:10px 0;
297 +}
298 +
299 +#tools-content div.submit-buttons form {
300 + margin:5px 0;
301 +}
302 +
303 +#tools-content div.submit-buttons form .button-primary,
304 +#tools-content div.submit-buttons form .button-secondary {
305 + margin:0;
306 +}
307 +
308 +#tools-content div.submit-buttons form input[type=file] {
309 + color:#646464;
310 + font-size:13px;
311 + line-height:26px;
312 + height:28px;
313 + padding:0;
314 + margin:0 5px;
315 +}
316 +
317 +#tools-content p.status-msg,
318 +#tools-content p.status-msg code {
319 + color:#999;
320 + font-size:0.95em;
321 + line-height:1.4em;
322 + text-align:center;
323 + margin:4px 0;
324 +}
325 +
326 +#tools-content p.status-msg.smaller,
327 +#tools-content p.status-msg.smaller code {
328 + font-size:0.85em;
329 +}
330 +
331 +#tools-content p.left {
332 + text-align:left;
333 +}
334 +
335 +body.rtl #tools-content p.left {
336 + text-align:right;
337 +}
338 +
339 +/*
340 + * Add Person page.
341 + */
342 +#poststuff #post-body-content #add-person-content h2 {
343 + font-size:1.3em;
344 + margin:1em 0;
345 + padding:0;
346 +}
347 +
348 +#add-person-content .form-table textarea {
349 + width:500px;
350 + margin-bottom:6px;
351 +}
352 +
353 +/*
354 + * WooCommerce changes their tabs to icons at 900px.
355 + * WordPress collapses the admin menu at 960px.
356 + * WordPress changes to larger icons at 782px.
357 + *
358 + * WPSSO uses @media max-width values of 1330px, 1200px, 960px, 782px, and 600px.
359 + */
360 +@media screen and ( max-width:1330px ) {
361 +}
362 +
363 +@media screen and ( max-width:1200px ) { /* Move the side info boxes below the metaboxes. */
364 +
365 + .has-side-column {
366 + display:block !important;
367 + }
368 +
369 + .has-side-column #poststuff {
370 + display:block !important;
371 + }
372 +
373 + div.submit-buttons,
374 + div.has-side-column div.submit-buttons {
375 + width:calc(100% - 204px);
376 + margin-left:182px;
377 + }
378 +
379 + body.folded div.submit-buttons,
380 + body.folded div.has-side-column div.submit-buttons {
381 + width:calc(100% - 80px);
382 + margin-left:58px;
383 + }
384 +
385 + #side-column {
386 + display:block !important;
387 + width:100%;
388 + padding:0 0 40px 0;
389 + }
390 +
391 + #side-column table.side-box {
392 + width:50%;
393 + min-width:50%;
394 + margin:0 auto; /* Center the side box. */
395 + padding:0;
396 + }
397 +
398 + #side-column .side-box-header h2 {
399 + text-align:center;
400 + }
401 +
402 + #side-column .side-box-content p {
403 + text-align:center;
404 + }
405 +}
406 +
407 +@media screen and ( max-width:960px ) {
408 +
409 + #side-column table.side-box {
410 + width:60%;
411 + min-width:60%;
412 + }
413 +
414 + div.submit-buttons,
415 + div.has-side-column div.submit-buttons,
416 + body.folded div.submit-buttons,
417 + body.folded div.has-side-column div.submit-buttons {
418 + width:calc(100% - 80px);
419 + margin-left:58px;
420 + }
421 +}
422 +
423 +@media screen and ( max-width:850px ) {
424 +
425 + #side-column table.side-box {
426 + width:70%;
427 + min-width:70%;
428 + }
429 +
430 + div.submit-buttons {
431 + min-width:0; /* Match #poststuff. */
432 + }
433 +}
434 +
435 +@media screen and ( max-width:782px ) {
436 +
437 + #side-column table.side-box {
438 + width:80%;
439 + min-width:80%;
440 + }
441 +
442 + div.submit-buttons,
443 + div.has-side-column div.submit-buttons,
444 + body.folded div.submit-buttons,
445 + body.folded div.has-side-column div.submit-buttons {
446 + width:calc(100% - 24px);
447 + margin-left:10px;
448 + }
449 +}
450 +