PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 7.6
Jetpack – WP Security, Backup, Speed, & Growth v7.6
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 in Jetpack – WP Security, Backup, Speed, & Growth 7.6, at modules/sharedaddy/admin-sharing.css

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