PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.2
Jetpack – WP Security, Backup, Speed, & Growth v16.2
16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 All 503 releases
← All changes | modules/sharedaddy/admin-sharing.css +141 -97 12.9.516.2 View file →
@@ -8,9 +8,9 @@
8 8 float: left;
9 9 }
10 10
11 11 #services-config h3 {
12 - font-weight: normal;
12 + font-weight: 400;
13 13 font-size: 15px;
14 14 margin: 0;
15 15 padding: 8px 10px;
16 16 overflow: hidden;
@@ -17,9 +17,11 @@
17 17 white-space: nowrap;
18 18 color: #464646;
19 19 }
20 20
21 -#available-services, #enabled-services, #live-preview {
21 +#available-services,
22 +#enabled-services,
23 +#live-preview {
22 24 padding: 0;
23 25 width: 100%;
24 26 padding-top: 20px;
25 27 border-spacing: 0;
@@ -32,10 +34,11 @@
32 34 #enabled-services {
33 35 padding-bottom: 20px;
34 36 }
35 37
36 -#available-services, #enabled-services {
37 - border-bottom: 2px solid #cccccc;
38 +#available-services,
39 +#enabled-services {
40 + border-bottom: 2px solid #ccc;
38 41 }
39 42
40 43 #live-preview {
41 44 border-bottom: 1px solid #dcdcde;
@@ -41,11 +44,13 @@
41 44 border-bottom: 1px solid #dcdcde;
42 45 padding-bottom: 60px;
43 46 }
44 47
45 -#available-services h3, #enabled-services h3, #live-preview h3 {
46 - padding: 0px;
47 - margin-top: 0px;
48 +#available-services h3,
49 +#enabled-services h3,
50 +#live-preview h3 {
51 + padding: 0;
52 + margin-top: 0;
48 53 margin-bottom: 1em;
49 54 }
50 55
51 56 body.settings_page_sharing .description {
@@ -58,9 +63,9 @@
58 63 font-style: italic;
59 64 }
60 65
61 66 body.settings_page_sharing .services {
62 - padding: 0px 20px;
67 + padding: 0 20px;
63 68 vertical-align: top;
64 69 }
65 70
66 71 body.settings_page_sharing .services ul li {
@@ -78,10 +83,11 @@
78 83 margin-bottom: 0;
79 84 }
80 85
81 86 /* Generic style */
82 -#available-services .service, #enabled-services .service {
83 - color: #2C3338 !important;
87 +#available-services .service,
88 +#enabled-services .service {
89 + color: #2c3338 !important;
84 90 display: inline-block;
85 91 font-family: "Open Sans", sans-serif;
86 92 font-size: 13px;
87 93 font-weight: 500;
@@ -92,14 +98,16 @@
92 98 background: #fff;
93 99 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12);
94 100 }
95 101
96 -#available-services .service .options-left, #enabled-services .service .options-left {
102 +#available-services .service .options-left,
103 +#enabled-services .service .options-left {
97 104 align-items: center;
98 105 display: flex;
99 106 }
100 107
101 -#available-services .service:hover, #enabled-services .service:hover {
108 +#available-services .service:hover,
109 +#enabled-services .service:hover {
102 110 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.22);
103 111 }
104 112
105 113 #available-services .service.share-deprecated,
@@ -113,11 +121,11 @@
113 121 display: none;
114 122 }
115 123
116 124 /* Generic style icons */
117 -li.service span:before {
125 +li.service span::before {
118 126 -webkit-font-smoothing: antialiased;
119 - font: normal 18px/1 'social-logos';
127 + font: 400 18px/1 social-logos;
120 128 position: relative;
121 129 top: -1px;
122 130 margin-right: 6px;
123 131 width: 16px;
@@ -122,55 +130,72 @@
122 130 margin-right: 6px;
123 131 width: 16px;
124 132 height: 16px;
125 133 }
126 -li.service.share-print span:before {
127 - content: '\f469';
134 +
135 +li.service.share-print span::before {
136 + content: "\f469";
128 137 }
129 -li.service.share-digg span:before {
130 - content: '\f221';
138 +
139 +li.service.share-digg span::before {
140 + content: "\f221";
131 141 }
132 -li.service.share-email span:before {
133 - content: '\f410';
142 +
143 +li.service.share-email span::before {
144 + content: "\f410";
134 145 }
135 -li.service.share-linkedin span:before {
136 - content: '\f207';
146 +
147 +li.service.share-linkedin span::before {
148 + content: "\f207";
137 149 }
138 -li.service.share-twitter span:before {
139 - content: '\f202';
150 +
151 +li.service.share-x span::before,
152 +li.service.share-twitter span::before {
153 + content: "\f10e";
140 154 }
141 -li.service.share-reddit span:before {
142 - content: '\f222';
155 +
156 +li.service.share-reddit span::before {
157 + content: "\f222";
143 158 }
144 -li.service.share-tumblr span:before {
145 - content: '\f214';
159 +
160 +li.service.share-tumblr span::before {
161 + content: "\f214";
146 162 }
147 -li.service.share-pocket span:before {
148 - content: '\f224';
163 +
164 +li.service.share-pinterest span::before {
165 + content: "\f209";
149 166 }
150 -li.service.share-pinterest span:before {
151 - content: '\f209';
167 +
168 +li.service.share-facebook span::before {
169 + content: "\f203";
152 170 }
153 -li.service.share-facebook span:before {
154 - content: '\f203';
171 +
172 +li.service.share-press-this span::before { /* Fixme: remove this button in favor of reblog */
173 + content: "\f205";
155 174 }
156 -li.service.share-press-this span:before { /* Fixme: remove this button in favor of reblog */
157 - content: '\f205';
175 +
176 +li.service.share-telegram span::before {
177 + content: "\f606";
158 178 }
159 -li.service.share-telegram span:before {
160 - content: '\f606';
179 +
180 +li.service.share-threads span::before {
181 + content: "\f10d";
161 182 }
162 -li.service.share-jetpack-whatsapp span:before {
163 - content: '\f608';
183 +
184 +li.service.share-jetpack-whatsapp span::before {
185 + content: "\f608";
164 186 }
165 -li.service.share-mastodon span:before {
166 - content: '\f10a';
187 +
188 +li.service.share-mastodon span::before {
189 + content: "\f10a";
167 190 }
168 -li.service.share-nextdoor span:before {
169 - content: '\f10c';
191 +
192 +li.service.share-nextdoor span::before {
193 + content: "\f10c";
170 194 }
171 -li.service.share-x span:before {
172 - content: '\f10e';
195 +
196 +li.service.share-bluesky span::before {
197 + content: "\f10f";
173 198 }
174 199
175 200 /**
176 201 * Preview section
@@ -181,9 +206,10 @@
181 206 flex-wrap: wrap;
182 207 float: left;
183 208 }
184 209
185 -body.settings_page_sharing ul.preview li.preview-item, body.settings_page_sharing ul.preview li.preview-item a {
210 +body.settings_page_sharing ul.preview li.preview-item,
211 +body.settings_page_sharing ul.preview li.preview-item a {
186 212 cursor: default;
187 213 text-decoration: none;
188 214 }
189 215
@@ -201,27 +227,27 @@
201 227 text-decoration: none;
202 228 }
203 229
204 230 .services ul li.end-fix {
205 - clear:both;
206 - float:none;
207 - visibility:hidden;
208 - padding:0;
209 - margin:0;
210 - height:20px;
211 - width:0;
231 + clear: both;
232 + float: none;
233 + visibility: hidden;
234 + padding: 0;
235 + margin: 0;
236 + height: 20px;
237 + width: 0;
212 238 }
213 239
214 -#enabled-services h2{
215 - font-size:20px;
216 - padding-top:0px;
217 - font-weight: normal !important;
240 +#enabled-services h2 {
241 + font-size: 20px;
242 + padding-top: 0;
243 + font-weight: 400 !important;
218 244 color: #999;
219 245 }
220 246
221 247 body.settings_page_sharing #live-preview h2 {
222 - font-size:20px;
223 - font-weight: normal !important;
248 + font-size: 20px;
249 + font-weight: 400 !important;
224 250 color: #e3e3e3;
225 251 }
226 252
227 253 body.settings_page_sharing .clearing {
@@ -241,21 +267,21 @@
241 267 padding: 10px 14px 8px 10px;
242 268 margin-left: -24px;
243 269 display: none;
244 270 border-top: 1px #e3e3e3 solid;
245 - margin-top:4px;
271 + margin-top: 4px;
246 272 }
247 273
248 274 body.settings_page_sharing .utility {
249 275 float: right;
250 - padding-top:10px;
276 + padding-top: 10px;
251 277 padding-right: 10px;
252 278 font-size: 10px;
253 279 }
254 280
255 -body.settings_page_sharing .advanced input[type=submit] {
281 +body.settings_page_sharing .advanced input[type="submit"] {
256 282 float: left;
257 - margin-top:10px;
283 + margin-top: 10px;
258 284 margin-right: 10px;
259 285 }
260 286
261 287 .services li.dropzone {
@@ -291,9 +317,9 @@
291 317
292 318
293 319 /* Official button previews */
294 320 .preview li.preview-item {
295 - background-position: 0px 5px;
321 + background-position: 0 5px;
296 322 cursor: default;
297 323 }
298 324
299 325 .preview .option-smart-on {
@@ -302,10 +328,10 @@
302 328
303 329 .preview-digg .option-smart-on {
304 330 background: url(images/smart-digg.png) no-repeat top left;
305 331 background-size: 76px 17px;
306 - width:76px;
307 - height:17px;
332 + width: 76px;
333 + height: 17px;
308 334 margin-top: 2px;
309 335 }
310 336
311 337 .preview-facebook .option-smart-on {
@@ -310,25 +336,26 @@
310 336
311 337 .preview-facebook .option-smart-on {
312 338 background: url(images/smart-like.png) no-repeat top left;
313 339 background-size: 85px 20px;
314 - width:85px;
315 - height:20px;
340 + width: 85px;
341 + height: 20px;
316 342 margin-left: -4px;
317 343 }
318 344
319 -.preview-twitter .option-smart-on {
320 - background: url(images/smart-twitter.png?1) no-repeat top left;
345 +.preview-twitter .option-smart-on,
346 +.preview-x .option-smart-on {
347 + background: url(images/smart-x.png?1) no-repeat top left;
321 348 background-size: 60px 20px;
322 - width:60px;
323 - height:20px;
349 + width: 60px;
350 + height: 20px;
324 351 }
325 352
326 353 .preview-linkedin .option-smart-on {
327 354 background: url(images/linkedin-smart.png) no-repeat top center;
328 355 background-size: 99px 18px;
329 - width:99px;
330 - height:20px;
356 + width: 99px;
357 + height: 20px;
331 358 }
332 359
333 360 .preview-tumblr .option-smart-on {
334 361 background: url(images/smart-tumblr.png) no-repeat top left;
@@ -343,15 +370,8 @@
343 370 width: 39px;
344 371 height: 20px;
345 372 }
346 373
347 -.preview-pocket .option-smart-on {
348 - background: url(images/smart-pocket.png) no-repeat top left;
349 - background-size: 60px 20px;
350 - width: 60px;
351 - height: 20px;
352 -}
353 -
354 374 .preview-item.share-deprecated {
355 375 opacity: 0.5;
356 376 }
357 377
@@ -358,11 +378,11 @@
358 378 .preview-item.share-deprecated a span {
359 379 text-decoration: line-through;
360 380 }
361 381
362 -@media
363 -(-webkit-min-device-pixel-ratio: 1.25),
364 -(min-resolution: 120dpi) {
382 +@media (-webkit-min-device-pixel-ratio: 1.25),
383 + (min-resolution: 120dpi) {
384 +
365 385 .preview-digg .option-smart-on {
366 386 background-image: url(images/smart-digg@2x.png);
367 387 }
368 388
@@ -369,10 +389,11 @@
369 389 .preview-facebook .option-smart-on {
370 390 background-image: url(images/smart-like@2x.png);
371 391 }
372 392
373 - .preview-twitter .option-smart-on {
374 - background-image: url(images/smart-twitter@2x.png?1);
393 + .preview-twitter .option-smart-on,
394 + .preview-x .option-smart-on {
395 + background-image: url(images/smart-x@2x.png?1);
375 396 }
376 397
377 398 .preview-linkedin .option-smart-on {
378 399 background-image: url(images/linkedin-smart@2x.png);
@@ -385,11 +406,8 @@
385 406 .preview-pinterest .option-smart-on {
386 407 background-image: url(images/smart-pinterest@2x.png);
387 408 }
388 409
389 - .preview-pocket .option-smart-on {
390 - background-image: url(images/smart-pocket@2x.png);
391 - }
392 410 }
393 411
394 412 /**
395 413 * Overflow sharing dialog
@@ -401,10 +419,10 @@
401 419
402 420 .sharing-hidden li.share-end {
403 421 clear: both;
404 422 height: 0;
405 - padding: 0px !important;
406 - margin: 0px !important;
423 + padding: 0 !important;
424 + margin: 0 !important;
407 425 width: 0;
408 426 visibility: hidden;
409 427 float: none;
410 428 }
@@ -409,9 +427,9 @@
409 427 float: none;
410 428 }
411 429
412 430 .preview .sharing-label {
413 - font-weight: bold;
431 + font-weight: 700;
414 432 border: 0;
415 433 padding: 4px 6px 0 0;
416 434 }
417 435
@@ -417,14 +435,12 @@
417 435
418 436 #services-config a.remove {
419 437 background: #dcdcde;
420 438 color: #fff;
421 - padding: 0px 4px 2px;
439 + padding: 0 4px 2px;
422 440 border-radius: 15px;
423 - -moz-border-radius: 15px;
424 - -webkit-border-radius: 15px;
425 441 text-decoration: none;
426 - font-weight: bold;
442 + font-weight: 700;
427 443 font-size: 10px;
428 444 }
429 445
430 446 #services-config a.remove:hover {
@@ -436,5 +452,33 @@
436 452 display: inline-block;
437 453 overflow: hidden;
438 454 width: 0;
439 455 text-indent: 100%;
456 +}
457 +
458 +.sharing-block-message__items-wrapper {
459 + display: flex;
460 + flex-wrap: wrap;
461 + column-gap: 6rem;
462 +}
463 +
464 +
465 +.sharing-block-message__buttons-wrapper .button {
466 + margin-right: 1rem;
467 +}
468 +
469 +.sharing-block-message__buttons-wrapper .button-primary:visited {
470 + color: #fff;
471 +}
472 +
473 +.admin-sharing-settings__block-theme-description {
474 + margin-top: 1rem;
475 + font-style: italic;
476 +}
477 +
478 +a.dops-card__link {
479 + cursor: pointer;
480 +}
481 +
482 +.settings-sharing__block-theme-description {
483 + font-style: italic;
440 484 }