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