PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 6.2.2
Jetpack – WP Security, Backup, Speed, & Growth v6.2.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 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 6.2.2, at modules/sharedaddy/admin-sharing.css

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