Jetpack by WordPress.com - Version 3.5.4

Version Description

Release Date: May 26, 2016

  • Important security update. Please upgrade immediately.
Download this release

Release Info

Developer samhotchkiss
Plugin Icon 128x128 Jetpack by WordPress.com
Version 3.5.4
Comparing to
See all releases

Code changes from version 3.4.4 to 3.5.4

Files changed (56) hide show
  1. _inc/genericons/genericons/example.html +0 -719
  2. _inc/jetpack-modules.models.js +1 -1
  3. _inc/jp.js +1 -1
  4. _inc/lib/admin-pages/class.jetpack-landing-page.php +0 -3
  5. class.jetpack-admin.php +41 -10
  6. class.jetpack-network.php +6 -0
  7. class.jetpack-post-images.php +7 -5
  8. class.jetpack-twitter-cards.php +8 -2
  9. class.jetpack.php +140 -120
  10. class.json-api-endpoints.php +210 -10
  11. class.json-api.php +9 -0
  12. css/dashboard-widget-rtl.css +29 -18
  13. css/dashboard-widget-rtl.min.css +1 -1
  14. css/dashboard-widget.css +28 -17
  15. css/dashboard-widget.css.map +1 -1
  16. css/dashboard-widget.min.css +1 -1
  17. css/dashboard-widget.min.css.map +1 -1
  18. css/jetpack-admin-rtl.css +1 -7
  19. css/jetpack-admin-rtl.min.css +1 -1
  20. css/jetpack-admin.css +0 -6
  21. css/jetpack-admin.css.map +1 -1
  22. css/jetpack-admin.min.css +1 -1
  23. css/jetpack-admin.min.css.map +1 -1
  24. css/jetpack-banners-rtl.css +26 -6
  25. css/jetpack-banners-rtl.min.css +1 -1
  26. css/jetpack-banners.css +25 -5
  27. css/jetpack-banners.css.map +1 -1
  28. css/jetpack-banners.min.css +1 -1
  29. css/jetpack-banners.min.css.map +1 -1
  30. css/jetpack-icons.css +1 -1
  31. css/jetpack-icons.min.css +1 -1
  32. css/jetpack-icons.min.css.map +1 -1
  33. css/jetpack-rtl.css +1 -1
  34. css/jetpack.css +1 -1
  35. functions.compat.php +24 -0
  36. functions.opengraph.php +4 -16
  37. functions.photon.php +27 -1
  38. jetpack.php +2 -2
  39. json-api-config.php +1 -0
  40. json-endpoints.php +611 -0
  41. json-endpoints/class.wpcom-json-api-get-site-endpoint.php +37 -6
  42. json-endpoints/class.wpcom-json-api-get-taxonomies-endpoint.php +2 -2
  43. json-endpoints/class.wpcom-json-api-list-media-v1-1-endpoint.php +10 -8
  44. json-endpoints/class.wpcom-json-api-list-posts-v1-1-endpoint.php +4 -1
  45. json-endpoints/class.wpcom-json-api-menus-v1-1-endpoint.php +697 -0
  46. json-endpoints/class.wpcom-json-api-post-v1-1-endpoint.php +6 -2
  47. json-endpoints/class.wpcom-json-api-update-comment-endpoint.php +1 -1
  48. json-endpoints/class.wpcom-json-api-update-post-endpoint.php +47 -7
  49. json-endpoints/class.wpcom-json-api-update-post-v1-1-endpoint.php +59 -8
  50. json-endpoints/class.wpcom-json-api-update-post-v1-2-endpoint.php +572 -0
  51. json-endpoints/jetpack/class.jetpack-json-api-plugins-list-endpoint.php +1 -0
  52. json-endpoints/jetpack/class.jetpack-json-api-updates-status-endpoint.php +1 -1
  53. languages/jetpack-af.mo +0 -0
  54. languages/jetpack-af.po +0 -5563
  55. languages/jetpack-ar.mo +0 -0
  56. languages/jetpack-ar.po +0 -2470
_inc/genericons/genericons/example.html DELETED
@@ -1,719 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>Genericons</title>
5
- <link rel="stylesheet" href="genericons.css">
6
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
7
- <style type="text/css">
8
- /**
9
- * Example page CSS
10
- */
11
-
12
- body {
13
- font-family: sans-serif;
14
- line-height: 1.5;
15
- margin: 0;
16
- color: #2f2d2c;
17
- background: #fff;
18
- font-size: 11pt;
19
- }
20
-
21
- a {
22
- color: #2f2d2c;
23
- }
24
-
25
- h4 {
26
- margin-top: 40px;
27
- }
28
-
29
- #iconlist {
30
- clear: both;
31
- margin-bottom: 20px;
32
- }
33
-
34
- #iconlist div {
35
- padding: 10px;
36
- overflow: hidden;
37
- white-space: nowrap;
38
- font-size: 32px;
39
- line-height: 1;
40
- position: relative;
41
- width: 32px;
42
- height: 32px;
43
- }
44
-
45
- #iconlist div:before {
46
- margin-right: 20px;
47
- }
48
-
49
- #iconlist div:hover {
50
- cursor: pointer;
51
- color: #e4c05c;
52
- }
53
-
54
- #primary {
55
- background: #e4c05c;
56
- overflow: hidden;
57
- }
58
-
59
- #content {
60
- position: relative;
61
- color: #fff;
62
- max-width: 980px;
63
- padding: 0 10px;
64
- margin: 0 auto;
65
- }
66
-
67
- #icons {
68
- background: #fbfbfb;
69
- }
70
-
71
- #icons #iconlist {
72
- max-width: 980px;
73
- box-sizing: border-box;
74
- -moz-box-sizing:border-box;
75
- -webkit-box-sizing:border-box;
76
- padding: 20px 0;
77
- margin: 0 auto;
78
- }
79
-
80
- #glyph {
81
- float: left;
82
- width: 50%;
83
- box-sizing: border-box;
84
- -moz-box-sizing:border-box;
85
- -webkit-box-sizing:border-box;
86
- -ms-box-sizing:border-box;
87
- padding: 20px 0;
88
- }
89
-
90
- #glyph .info {
91
- float: right;
92
- width: 180px;
93
- padding: 36px 0 0 0;
94
- }
95
-
96
- #glyph .info a {
97
- color: #2f2d2c;
98
- display: block;
99
- padding: 8px 0 8px 15px;
100
- }
101
-
102
- #glyph .info strong {
103
- font-weight: normal;
104
- display: block;
105
- padding: 8px 0;
106
- }
107
-
108
- #glyph .genericon {
109
- font-size: 256px;
110
- width: 256px;
111
- height: 256px;
112
- overflow: visible;
113
- float: left;
114
- }
115
-
116
- .description {
117
- margin-top: 50px;
118
- width: 48%;
119
- float: right;
120
- padding-left: 40px;
121
- margin-left: 2%;
122
- box-sizing: border-box;
123
- -moz-box-sizing:border-box;
124
- -webkit-box-sizing:border-box;
125
- -ms-box-sizing:border-box;
126
- background-size: 4px 4px;
127
- }
128
-
129
- #primary h2 {
130
- color: white;
131
- margin: 0 auto;
132
- padding: 22px 0 0 20px;
133
- max-width: 980px;
134
- font-size: 2em;
135
- }
136
-
137
- #primary h2 span {
138
- display: block;
139
- font-weight: normal;
140
- font-size: 12pt;
141
- }
142
-
143
- #footer {
144
- clear: both;
145
- max-width: 980px;
146
- margin: 80px auto;
147
- text-align: center;
148
- text-transform: uppercase;
149
- letter-spacing: .1em;
150
- font-size: 7pt;
151
- color: #ddd;
152
- }
153
-
154
- #footer a {
155
- color: #ccc;
156
- display: inline-block;
157
- width: 150px;
158
- overflow: hidden;
159
- text-indent: 100%;
160
- position: relative;
161
- top: 2px;
162
- opacity: .3;
163
- background-repeat: no-repeat;
164
- background-position: center top;
165
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjQsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTUwcHgiIGhlaWdodD0iMTRweCIgdmlld0JveD0iMTAgMCAxNTAgMTQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMTAgMCAxNTAgMTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iIzQ0NDQ0NCIgZD0iTTY1LjQzOCwxMi41Yy0zLjYyNiwwLTUuOTc2LTIuNjEyLTUuOTc2LTUuMzMxVjYuODMxYzAtMi43NjUsMi4zNTEtNS4zMyw1Ljk3Ni01LjMzDQoJCWMzLjY0MSwwLDUuOTksMi41NjUsNS45OSw1LjMzdjAuMzM5QzcxLjQyOCw5Ljg4OCw2OS4wNzksMTIuNSw2NS40MzgsMTIuNXogTTY5LjQ5Miw2Ljg2MWMwLTEuOTgtMS40NDQtMy43NDgtNC4wNTUtMy43NDgNCgkJcy00LjA0LDEuNzY4LTQuMDQsMy43NDh2MC4yNDZjMCwxLjk4MSwxLjQyOSwzLjc3OSw0LjA0LDMuNzc5czQuMDU1LTEuNzk4LDQuMDU1LTMuNzc5VjYuODYxeiIvPg0KCTxwYXRoIGZpbGw9IiM0NDQ0NDQiIGQ9Ik0yNC40OTgsMTIuMWwtMS4zNTItMi41MzVoLTYuMDA3TDE1LjgzNCwxMi4xaC0yLjAyOGw1LjUzMS0xMC4yM2gxLjU5N2w1LjYyMiwxMC4yM0gyNC40OThMMjQuNDk4LDEyLjF6DQoJCSBNMjAuMDksMy44NjZsLTIuMjI4LDQuMzAxaDQuNTMxTDIwLjA5LDMuODY2eiIvPg0KCTxwYXRoIGZpbGw9IiM0NDQ0NDQiIGQ9Ik0zNS4yODEsMTIuNWMtMy42NzEsMC01LjM3Ni0xLjk5Ni01LjM3Ni00LjY1NFYxLjg3aDEuOTA0djYuMDA2YzAsMS44OTEsMS4yNDUsMy4wMTMsMy42MSwzLjAxMw0KCQljMi40MjgsMCwzLjQyNi0xLjEyMiwzLjQyNi0zLjAxM1YxLjg3aDEuOTJ2NS45NzZDNDAuNzY3LDEwLjM4LDM5LjEzOCwxMi41LDM1LjI4MSwxMi41eiIvPg0KCTxwYXRoIGZpbGw9IiM0NDQ0NDQiIGQ9Ik01MS40NTgsMy40NjdWMTIuMWgtMS45MTlWMy40NjdoLTQuNDcxVjEuODdoMTAuODZ2MS41OThMNTEuNDU4LDMuNDY3TDUxLjQ1OCwzLjQ2N3oiLz4NCgk8cGF0aCBmaWxsPSIjNDQ0NDQ0IiBkPSJNODguNTQzLDEyLjFWNC4wMDRsLTAuNTA5LDAuODkxTDgzLjc0OSwxMi4xaC0wLjkzN2wtNC4yNC03LjIwNWwtMC41MDYtMC44OTFWMTIuMWgtMS44NzVWMS44N2gyLjY1OA0KCQlsNC4wNCw3LjAyMWwwLjQ3NiwwLjg2bDAuNDc3LTAuODZsMy45OTQtNy4wMjFoMi42MjdWMTIuMUg4OC41NDNMODguNTQzLDEyLjF6Ii8+DQoJPHBhdGggZmlsbD0iIzQ0NDQ0NCIgZD0iTTEwNC45NzgsMTIuMWwtMS4zNTItMi41MzVoLTYuMDA4TDk2LjMxMywxMi4xaC0yLjAyOGw1LjUzMS0xMC4yMzFoMS41OTlsNS42MjIsMTAuMjMxSDEwNC45Nzh6DQoJCSBNMTAwLjU3LDMuODY2bC0yLjIyOCw0LjMwMWg0LjUyOUwxMDAuNTcsMy44NjZ6Ii8+DQoJPHBhdGggZmlsbD0iIzQ0NDQ0NCIgZD0iTTExNC43NzgsMy40NjdWMTIuMWgtMS45MlYzLjQ2N2gtNC40N1YxLjg3aDEwLjg2djEuNTk4TDExNC43NzgsMy40NjdMMTE0Ljc3OCwzLjQ2N3oiLz4NCgk8cGF0aCBmaWxsPSIjNDQ0NDQ0IiBkPSJNMTI4Ljg2NiwzLjQ2N1YxMi4xaC0xLjkxOVYzLjQ2N2gtNC40NzJWMS44N2gxMC44NnYxLjU5OEwxMjguODY2LDMuNDY3TDEyOC44NjYsMy40Njd6Ii8+DQoJPHBhdGggZmlsbD0iIzQ0NDQ0NCIgZD0iTTEzOC4wNjcsMTIuMVYyLjgzN2MwLjc2OSwwLDEuMDc2LTAuNDE1LDEuMDc2LTAuOTY4aDAuODE0VjEyLjFIMTM4LjA2N0wxMzguMDY3LDEyLjF6Ii8+DQoJPHBhdGggZmlsbD0iIzQ0NDQ0NCIgZD0iTTE1NC45OTYsNC43NTdjLTAuOTIxLTAuODQ1LTIuMjc0LTEuNjQ0LTQuMTAyLTEuNjQ0Yy0yLjczMywwLTQuMjcsMS44NzUtNC4yNywzLjgyNXYwLjINCgkJYzAsMS45MzcsMS41NTEsMy43NDgsNC40MDgsMy43NDhjMS43MDUsMCwzLjExOC0wLjgxNCw0LjAwOS0xLjY0NGwxLjE1MiwxLjIxNWMtMS4xMjEsMS4xMDctMy4wMjYsMi4wNDMtNS4yODUsMi4wNDMNCgkJYy0zLjg3LDAtNi4yMjMtMi41MjEtNi4yMjMtNS4yODRWNi44NzdjMC0yLjc2NiwyLjU2Ni01LjM3Nyw2LjMxNC01LjM3N2MyLjE2NywwLDQuMTM2LDAuOTA2LDUuMTk0LDIuMDQzTDE1NC45OTYsNC43NTd6Ii8+DQoJPHBhdGggZmlsbD0iIzQ0NDQ0NCIgZD0iTTY2LjcwMiw1LjA2YzAuMzQ3LDAuMjI0LDAuNDQ0LDAuNjg3LDAuMjE5LDEuMDM3TDY1LjE2OSw4LjgxYy0wLjIyNSwwLjM0Ny0wLjY4OCwwLjQ0OC0xLjAzMywwLjIyOWwwLDANCgkJQzYzLjc5LDguODEyLDYzLjY5Miw4LjM1MSw2My45MTcsOGwxLjc1MS0yLjcxM0M2NS44OTMsNC45MzgsNjYuMzU1LDQuODM3LDY2LjcwMiw1LjA2TDY2LjcwMiw1LjA2eiIvPg0KPC9nPg0KPC9zdmc+DQo=');
166
- }
167
-
168
- #footer a:hover {
169
- opacity: 1;
170
- }
171
-
172
- pre, code {
173
- font: 14px/1.5 monospace;
174
- }
175
-
176
- .code {
177
- display: block;
178
- font: 14px/1.5 monospace;
179
- width: 600px;
180
- white-space: pre;
181
- border: 1px solid #ccc;
182
- padding: 10px;
183
- overflow: auto;
184
- min-height: 110px;
185
- }
186
-
187
- #iconlist .new, #iconlist .update {
188
- position: relative;
189
- }
190
-
191
- #iconlist .new:after, #iconlist .update:after {
192
- color: #e4c05c;
193
- display: block;
194
- content: "NEW";
195
- font: bold 8px/1 sans-serif;
196
- position: absolute;
197
- top: 0px;
198
- text-align: center;
199
- z-index: 10;
200
- width: 100%;
201
- }
202
-
203
- #iconlist .update:after {
204
- content: "UPDATE";
205
- left: -1px;
206
- }
207
-
208
- body.searching #iconlist span.update:after, body.searching #iconlist span.new:after {
209
- display: none;
210
- }
211
-
212
- #search {
213
- border: 0;
214
- border-radius: 2px;
215
- position: absolute;
216
- right: 20px;
217
- font: 11pt sans-serif;
218
- padding: 10px;
219
- top: 20px;
220
- background: rgba(255,255,255,.8);
221
- }
222
-
223
- #search:focus {
224
- background: #fff;
225
- outline: none;
226
- }
227
-
228
- .genericon-404 {
229
- display: none !important; /* This is an easter egg */
230
- }
231
-
232
- .genericon:after {
233
- content: attr(alt);
234
- display: block;
235
- font-size: 9px;
236
- color: #999;
237
- text-align: center;
238
- }
239
-
240
- .hideUACs.genericon:after {
241
- content: none;
242
- }
243
-
244
-
245
- @media only screen and ( max-width: 900px ) {
246
-
247
- #glyph {
248
- float: none;
249
- width: 100%;
250
- }
251
-
252
- #glyph .info {
253
- width: 30%;
254
- }
255
- #glyph .genericon {
256
- width: 70%;
257
- }
258
-
259
- .description {
260
- clear: both;
261
- width: 100%;
262
- background: none;
263
- padding-left: 0;
264
- float: none;
265
- }
266
-
267
- }
268
- </style>
269
- <script type="text/javascript">
270
- /**
271
- * Example page JS
272
- */
273
-
274
- function copyToClipboard ( text, copyMode ) {
275
- if ( copyMode == "css" ) {
276
- window.prompt( "Copy this, then paste in your CSS :before selector.", text );
277
- } else if ( copyMode == "html" ) {
278
- window.prompt( "Copy this, then paste in your HTML.", text );
279
- } else {
280
- window.prompt( "Copy this, then paste in your Photoshop textfield.", text );
281
- }
282
- }
283
-
284
- function pickRandomIcon() {
285
- var divs = jQuery("#iconlist div").get().sort(function(){
286
- return Math.round(Math.random())-0.5;
287
- }).slice(0,1);
288
-
289
- attr = jQuery(divs).attr('alt');
290
- cssclass = jQuery(divs).attr('class');
291
- displayGlyph( attr, cssclass );
292
-
293
- }
294
-
295
- function displayGlyph( attr, cssclass ) {
296
-
297
- // set permalink
298
- var permalink = cssclass.split(' genericon-')[1];
299
- window.location.hash = permalink;
300
-
301
- // css copy string
302
- csstext = "content: \'\\" + attr + "';";
303
-
304
- // html copy string
305
- htmltext = '<span class="' + cssclass + '"></span>';
306
-
307
- // glyph copy string
308
- glyphtemp = "&#x" + attr + ";";
309
- jQuery('#temp').html( glyphtemp );
310
- glyphtext = jQuery('#temp').text();
311
-
312
- // final output
313
- output = '<div class="' + cssclass + '"></div>'
314
- + '<div class="info">'
315
- + '<strong>&larr; ' + cssclass.split( ' ' )[1] + '</strong>'
316
- + '<a href="javascript:copyToClipboard(csstext, \'css\')">Copy CSS</a>'
317
- + '<a href="javascript:copyToClipboard(htmltext, \'html\')">Copy HTML</a>'
318
- + '<a href="javascript:copyToClipboard(glyphtext)">Copy Glyph</a>'
319
- + '</div>';
320
-
321
- jQuery( '#glyph' ).html( output );
322
-
323
- }
324
-
325
- function sortUnicode ( a, b ) {
326
- var numberA = jQuery(a).attr('alt').replace('f', '');
327
- var numberB = jQuery(b).attr('alt').replace('f', '');
328
- var contentA =parseInt( numberA, 16 );
329
- var contentB =parseInt( numberB, 16 );
330
- return (contentA < contentB) ? -1 : (contentA > contentB) ? 1 : 0;
331
- }
332
-
333
- jQuery(document).ready(function() {
334
-
335
- // pick random icon if no permalink, otherwise go to permalink
336
- if ( window.location.hash ) {
337
- permalink = "genericon-" + window.location.hash.split('#')[1];
338
- attr = jQuery( '.' + permalink ).attr( 'alt' );
339
- cssclass = jQuery( '.' + permalink ).attr('class');
340
- displayGlyph( attr, cssclass );
341
- } else {
342
- pickRandomIcon();
343
- }
344
-
345
- jQuery( '#iconlist div' ).click(function() {
346
-
347
- attr = jQuery( this ).attr( 'alt' );
348
- cssclass = jQuery( this ).attr( 'class' );
349
-
350
- displayGlyph( attr, cssclass );
351
-
352
- });
353
-
354
- var $rows = jQuery('#iconlist div');
355
- jQuery('#search').keyup(function() {
356
-
357
- // remove update text when using search
358
- jQuery('body').addClass('searching');
359
-
360
- var val = jQuery.trim(jQuery(this).val()).replace(/ +/g, ' ').toLowerCase();
361
-
362
- $rows.show().filter(function() {
363
- var text = jQuery(this).text().replace(/\s+/g, ' ').toLowerCase();
364
- return !~text.indexOf(val);
365
- }).hide();
366
- });
367
-
368
- jQuery('input#search').focus();
369
-
370
- // sort based on number
371
- jQuery('#iconlist div').sort( sortUnicode ).appendTo('#iconlist');
372
-
373
- });
374
-
375
- function toggleUACs() {
376
- jQuery('.genericon').toggleClass('hideUACs');
377
- }
378
- </script>
379
- </head>
380
-
381
- <body>
382
-
383
- <div id="main">
384
-
385
- <div id="primary">
386
- <div id="content">
387
-
388
- <h2>Genericons <span>&mdash; A free, GPL, flexible icon font for blogs!</span></h2>
389
-
390
- <input placeholder="Filter..." name="search" id="search" type="text" value="" maxlength="150" />
391
-
392
- <div id="glyph">
393
- </div>
394
-
395
- <div class="description">
396
- <p>Genericons are vector icons embedded in a webfont designed to be clean and simple keeping with a generic aesthetic. Use for instant HiDPI or to easily change colors on the fly.</p>
397
- </div>
398
-
399
- </div>
400
- </div>
401
-
402
- <div id="icons">
403
- <div id="iconlist">
404
-
405
- <!-- note, the text inside the HTML elements is purely for the seach -->
406
-
407
- <div alt="f423" class="genericon genericon-404" title="genericon-404">404</div>
408
-
409
- <div alt="f508" class="genericon genericon-activity" title="genericon-activity">activity</div>
410
-
411
- <div alt="f509" class="genericon genericon-anchor" title="genericon-anchor">anchor</div>
412
-
413
- <div alt="f101" class="genericon genericon-aside" title="genericon-aside">aside</div>
414
-
415
- <div alt="f416" class="genericon genericon-attachment" title="genericon-attachment">attachment</div>
416
-
417
- <div alt="f109" class="genericon genericon-audio" title="genericon-audio">audio</div>
418
-
419
- <div alt="f471" class="genericon genericon-bold" title="genericon-bold">bold</div>
420
-
421
- <div alt="f444" class="genericon genericon-book" title="genericon-book">book</div>
422
-
423
- <div alt="f50a" class="genericon genericon-bug" title="genericon-bug">bug</div>
424
-
425
- <div alt="f447" class="genericon genericon-cart" title="genericon-cart">cart</div>
426
-
427
- <div alt="f301" class="genericon genericon-category" title="genericon-category">category</div>
428
-
429
- <div alt="f108" class="genericon genericon-chat" title="genericon-chat">chat</div>
430
-
431
- <div alt="f418" class="genericon genericon-checkmark" title="genericon-checkmark">checkmark</div>
432
-
433
- <div alt="f405" class="genericon genericon-close" title="genericon-close">close</div>
434
-
435
- <div alt="f406" class="genericon genericon-close-alt" title="genericon-close-alt">close-alt</div>
436
-
437
- <div alt="f426" class="genericon genericon-cloud" title="genericon-cloud">cloud</div>
438
-
439
- <div alt="f440" class="genericon genericon-cloud-download" title="genericon-cloud-download">cloud-download</div>
440
-
441
- <div alt="f441" class="genericon genericon-cloud-upload" title="genericon-cloud-upload">cloud-upload</div>
442
-
443
- <div alt="f462" class="genericon genericon-code" title="genericon-code">code</div>
444
-
445
- <div alt="f216" class="genericon genericon-codepen" title="genericon-codepen">codepen</div>
446
-
447
- <div alt="f445" class="genericon genericon-cog" title="genericon-cog">cog</div>
448
-
449
- <div alt="f432" class="genericon genericon-collapse" title="genericon-collapse">collapse</div>
450
-
451
- <div alt="f300" class="genericon genericon-comment" title="genericon-comment">comment</div>
452
-
453
- <div alt="f305" class="genericon genericon-day" title="genericon-day">day</div>
454
-
455
- <div alt="f221" class="genericon genericon-digg" title="genericon-digg">digg</div>
456
-
457
- <div alt="f443" class="genericon genericon-document" title="genericon-document">document</div>
458
-
459
- <div alt="f428" class="genericon genericon-dot" title="genericon-dot">dot</div>
460
-
461
- <div alt="f502" class="genericon genericon-downarrow" title="genericon-downarrow">downarrow</div>
462
-
463
- <div alt="f50b" class="genericon genericon-download" title="genericon-download">download</div>
464
-
465
- <div alt="f436" class="genericon genericon-draggable" title="genericon-draggable">draggable</div>
466
-
467
- <div alt="f201" class="genericon genericon-dribbble" title="genericon-dribbble">dribbble</div>
468
-
469
- <div alt="f225" class="genericon genericon-dropbox" title="genericon-dropbox">dropbox</div>
470
-
471
- <div alt="f433" class="genericon genericon-dropdown" title="genericon-dropdown">dropdown</div>
472
-
473
- <div alt="f434" class="genericon genericon-dropdown-left" title="genericon-dropdown-left">dropdown-left</div>
474
-
475
- <div alt="f411" class="genericon genericon-edit" title="genericon-edit">edit</div>
476
-
477
- <div alt="f476" class="genericon genericon-ellipsis" title="genericon-ellipsis">ellipsis</div>
478
-
479
- <div alt="f431" class="genericon genericon-expand" title="genericon-expand">expand</div>
480
-
481
- <div alt="f442" class="genericon genericon-external" title="genericon-external">external</div>
482
-
483
- <div alt="f203" class="genericon genericon-facebook" title="genericon-facebook">facebook</div>
484
-
485
- <div alt="f204" class="genericon genericon-facebook-alt" title="genericon-facebook-alt">facebook-alt</div>
486
-
487
- <div alt="f458" class="genericon genericon-fastforward" title="genericon-fastforward">fastforward</div>
488
-
489
- <div alt="f413" class="genericon genericon-feed" title="genericon-feed">feed</div>
490
-
491
- <div alt="f468" class="genericon genericon-flag" title="genericon-flag">flag</div>
492
-
493
- <div alt="f211" class="genericon genericon-flickr" title="genericon-flickr">flickr</div>
494
-
495
- <div alt="f226" class="genericon genericon-foursquare" title="genericon-foursquare">foursquare</div>
496
-
497
- <div alt="f474" class="genericon genericon-fullscreen" title="genericon-fullscreen">fullscreen</div>
498
-
499
- <div alt="f103" class="genericon genericon-gallery" title="genericon-gallery">gallery</div>
500
-
501
- <div alt="f200" class="genericon genericon-github" title="genericon-github">github</div>
502
-
503
- <div alt="f206" class="genericon genericon-googleplus" title="genericon-googleplus">googleplus</div>
504
-
505
- <div alt="f218" class="genericon genericon-googleplus-alt" title="genericon-googleplus-alt">googleplus-alt</div>
506
-
507
- <div alt="f50c" class="genericon genericon-handset" title="genericon-handset">handset</div>
508
-
509
- <div alt="f461" class="genericon genericon-heart" title="genericon-heart">heart</div>
510
-
511
- <div alt="f457" class="genericon genericon-help" title="genericon-help">help</div>
512
-
513
- <div alt="f404" class="genericon genericon-hide" title="genericon-hide">hide</div>
514
-
515
- <div alt="f505" class="genericon genericon-hierarchy" title="genericon-hierarchy">hierarchy</div>
516
-
517
- <div alt="f409" class="genericon genericon-home" title="genericon-home">home</div>
518
-
519
- <div alt="f102" class="genericon genericon-image" title="genericon-image">image</div>
520
-
521
- <div alt="f455" class="genericon genericon-info" title="genericon-info">info</div>
522
-
523
- <div alt="f215" class="genericon genericon-instagram" title="genericon-instagram">instagram</div>
524
-
525
- <div alt="f472" class="genericon genericon-italic" title="genericon-italic">italic</div>
526
-
527
- <div alt="f427" class="genericon genericon-key" title="genericon-key">key</div>
528
-
529
- <div alt="f503" class="genericon genericon-leftarrow" title="genericon-leftarrow">leftarrow</div>
530
-
531
- <div alt="f107" class="genericon genericon-link" title="genericon-link">link</div>
532
-
533
- <div alt="f207" class="genericon genericon-linkedin" title="genericon-linkedin">linkedin</div>
534
-
535
- <div alt="f208" class="genericon genericon-linkedin-alt" title="genericon-linkedin-alt">linkedin-alt</div>
536
-
537
- <div alt="f417" class="genericon genericon-location" title="genericon-location">location</div>
538
-
539
- <div alt="f470" class="genericon genericon-lock" title="genericon-lock">lock</div>
540
-
541
- <div alt="f410" class="genericon genericon-mail" title="genericon-mail">mail</div>
542
-
543
- <div alt="f422" class="genericon genericon-maximize" title="genericon-maximize">maximize</div>
544
-
545
- <div alt="f419" class="genericon genericon-menu" title="genericon-menu">menu</div>
546
-
547
- <div alt="f50d" class="genericon genericon-microphone" title="genericon-microphone">microphone</div>
548
-
549
- <div alt="f421" class="genericon genericon-minimize" title="genericon-minimize">minimize</div>
550
-
551
- <div alt="f50e" class="genericon genericon-minus" title="genericon-minus">minus</div>
552
-
553
- <div alt="f307" class="genericon genericon-month" title="genericon-month">month</div>
554
-
555
- <div alt="f50f" class="genericon genericon-move" title="genericon-move">move</div>
556
-
557
- <div alt="f429" class="genericon genericon-next" title="genericon-next">next</div>
558
-
559
- <div alt="f456" class="genericon genericon-notice" title="genericon-notice">notice</div>
560
-
561
- <div alt="f506" class="genericon genericon-paintbrush" title="genericon-paintbrush">paintbrush</div>
562
-
563
- <div alt="f219" class="genericon genericon-path" title="genericon-path">path</div>
564
-
565
- <div alt="f448" class="genericon genericon-pause" title="genericon-pause">pause</div>
566
-
567
- <div alt="f437" class="genericon genericon-phone" title="genericon-phone">phone</div>
568
-
569
- <div alt="f473" class="genericon genericon-picture" title="genericon-picture">picture</div>
570
-
571
- <div alt="f308" class="genericon genericon-pinned" title="genericon-pinned">pinned</div>
572
-
573
- <div alt="f209" class="genericon genericon-pinterest" title="genericon-pinterest">pinterest</div>
574
-
575
- <div alt="f210" class="genericon genericon-pinterest-alt" title="genericon-pinterest-alt">pinterest-alt</div>
576
-
577
- <div alt="f452" class="genericon genericon-play" title="genericon-play">play</div>
578
-
579
- <div alt="f439" class="genericon genericon-plugin" title="genericon-plugin">plugin</div>
580
-
581
- <div alt="f510" class="genericon genericon-plus" title="genericon-plus">plus</div>
582
-
583
- <div alt="f224" class="genericon genericon-pocket" title="genericon-pocket">pocket</div>
584
-
585
- <div alt="f217" class="genericon genericon-polldaddy" title="genericon-polldaddy">polldaddy</div>
586
-
587
- <div alt="f460" class="genericon genericon-portfolio" title="genericon-portfolio">portfolio</div>
588
-
589
- <div alt="f430" class="genericon genericon-previous" title="genericon-previous">previous</div>
590
-
591
- <div alt="f469" class="genericon genericon-print" title="genericon-print">print</div>
592
-
593
- <div alt="f106" class="genericon genericon-quote" title="genericon-quote">quote</div>
594
-
595
- <div alt="f511" class="genericon genericon-rating-empty" title="genericon-rating-empty">rating-empty</div>
596
-
597
- <div alt="f512" class="genericon genericon-rating-full" title="genericon-rating-full">rating-full</div>
598
-
599
- <div alt="f513" class="genericon genericon-rating-half" title="genericon-rating-half">rating-half</div>
600
-
601
- <div alt="f222" class="genericon genericon-reddit" title="genericon-reddit">reddit</div>
602
-
603
- <div alt="f420" class="genericon genericon-refresh" title="genericon-refresh">refresh</div>
604
-
605
- <div alt="f412" class="genericon genericon-reply" title="genericon-reply">reply</div>
606
-
607
- <div alt="f466" class="genericon genericon-reply-alt" title="genericon-reply-alt">reply-alt</div>
608
-
609
- <div alt="f467" class="genericon genericon-reply-single" title="genericon-reply-single">reply-single</div>
610
-
611
- <div alt="f459" class="genericon genericon-rewind" title="genericon-rewind">rewind</div>
612
-
613
- <div alt="f501" class="genericon genericon-rightarrow" title="genericon-rightarrow">rightarrow</div>
614
-
615
- <div alt="f400" class="genericon genericon-search" title="genericon-search">search</div>
616
-
617
- <div alt="f438" class="genericon genericon-send-to-phone" title="genericon-send-to-phone">send-to-phone</div>
618
-
619
- <div alt="f454" class="genericon genericon-send-to-tablet" title="genericon-send-to-tablet">send-to-tablet</div>
620
-
621
- <div alt="f415" class="genericon genericon-share" title="genericon-share">share</div>
622
-
623
- <div alt="f403" class="genericon genericon-show" title="genericon-show">show</div>
624
-
625
- <div alt="f514" class="genericon genericon-shuffle" title="genericon-shuffle">shuffle</div>
626
-
627
- <div alt="f507" class="genericon genericon-sitemap" title="genericon-sitemap">sitemap</div>
628
-
629
- <div alt="f451" class="genericon genericon-skip-ahead" title="genericon-skip-ahead">skip-ahead</div>
630
-
631
- <div alt="f450" class="genericon genericon-skip-back" title="genericon-skip-back">skip-back</div>
632
-
633
- <div alt="f220" class="genericon genericon-skype" title="genericon-skype">skype</div>
634
-
635
- <div alt="f424" class="genericon genericon-spam" title="genericon-spam">spam</div>
636
-
637
- <div alt="f515" class="genericon genericon-spotify" title="genericon-spotify">spotify</div>
638
-
639
- <div alt="f100" class="genericon genericon-standard" title="genericon-standard">standard</div>
640
-
641
- <div alt="f408" class="genericon genericon-star" title="genericon-star">star</div>
642
-
643
- <div alt="f105" class="genericon genericon-status" title="genericon-status">status</div>
644
-
645
- <div alt="f449" class="genericon genericon-stop" title="genericon-stop">stop</div>
646
-
647
- <div alt="f223" class="genericon genericon-stumbleupon" title="genericon-stumbleupon">stumbleupon</div>
648
-
649
- <div alt="f463" class="genericon genericon-subscribe" title="genericon-subscribe">subscribe</div>
650
-
651
- <div alt="f465" class="genericon genericon-subscribed" title="genericon-subscribed">subscribed</div>
652
-
653
- <div alt="f425" class="genericon genericon-summary" title="genericon-summary">summary</div>
654
-
655
- <div alt="f453" class="genericon genericon-tablet" title="genericon-tablet">tablet</div>
656
-
657
- <div alt="f302" class="genericon genericon-tag" title="genericon-tag">tag</div>
658
-
659
- <div alt="f303" class="genericon genericon-time" title="genericon-time">time</div>
660
-
661
- <div alt="f435" class="genericon genericon-top" title="genericon-top">top</div>
662
-
663
- <div alt="f407" class="genericon genericon-trash" title="genericon-trash">trash</div>
664
-
665
- <div alt="f214" class="genericon genericon-tumblr" title="genericon-tumblr">tumblr</div>
666
-
667
- <div alt="f516" class="genericon genericon-twitch" title="genericon-twitch">twitch</div>
668
-
669
- <div alt="f202" class="genericon genericon-twitter" title="genericon-twitter">twitter</div>
670
-
671
- <div alt="f446" class="genericon genericon-unapprove" title="genericon-unapprove">unapprove</div>
672
-
673
- <div alt="f464" class="genericon genericon-unsubscribe" title="genericon-unsubscribe">unsubscribe</div>
674
-
675
- <div alt="f401" class="genericon genericon-unzoom" title="genericon-unzoom">unzoom</div>
676
-
677
- <div alt="f500" class="genericon genericon-uparrow" title="genericon-uparrow">uparrow</div>
678
-
679
- <div alt="f304" class="genericon genericon-user" title="genericon-user">user</div>
680
-
681
- <div alt="f104" class="genericon genericon-video" title="genericon-video">video</div>
682
-
683
- <div alt="f517" class="genericon genericon-videocamera" title="genericon-videocamera">videocamera</div>
684
-
685
- <div alt="f212" class="genericon genericon-vimeo" title="genericon-vimeo">vimeo</div>
686
-
687
- <div alt="f414" class="genericon genericon-warning" title="genericon-warning">warning</div>
688
-
689
- <div alt="f475" class="genericon genericon-website" title="genericon-website">website</div>
690
-
691
- <div alt="f306" class="genericon genericon-week" title="genericon-week">week</div>
692
-
693
- <div alt="f205" class="genericon genericon-wordpress" title="genericon-wordpress">wordpress</div>
694
-
695
- <div alt="f504" class="genericon genericon-xpost" title="genericon-xpost">xpost</div>
696
-
697
- <div alt="f213" class="genericon genericon-youtube" title="genericon-youtube">youtube</div>
698
-
699
- <div alt="f402" class="genericon genericon-zoom" title="genericon-zoom">zoom</div>
700
-
701
-
702
- </div>
703
-
704
- <div id="temp" style="display: none;"></div>
705
-
706
- </div>
707
-
708
- <div id="footer">
709
-
710
- <p>An <a href="http://automattic.com" rel="nofollow">Automattic</a> Portrayal</p>
711
- <p>No designers were harmed in the making of this icon font.</p>
712
-
713
-
714
- </div>
715
-
716
- </div>
717
-
718
- </body>
719
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
_inc/jetpack-modules.models.js CHANGED
@@ -36,7 +36,7 @@ window.jetpackModules.models = (function( window, $, _, Backbone ) {
36
 
37
  if ( m_search.length ) {
38
  items = _.filter( items, function( item ) {
39
- var search_text = item.name + ' ' + item.description;
40
  return ( -1 !== search_text.toLowerCase().indexOf( m_search ) );
41
  } );
42
  }
36
 
37
  if ( m_search.length ) {
38
  items = _.filter( items, function( item ) {
39
+ var search_text = item.name + ' ' + item.description + ' ' + item.long_description + ' ' + item.search_terms + ' ' + item.jumpstart_desc + ' ' + item.module_tags;
40
  return ( -1 !== search_text.toLowerCase().indexOf( m_search ) );
41
  } );
42
  }
_inc/jp.js CHANGED
@@ -65,7 +65,7 @@
65
 
66
  // Hide the successful connection message after a little bit
67
  setTimeout( function(){
68
- jQuery( '.jetpack-message' ).hide( 600 );
69
  }, 6000);
70
 
71
  // Modal events
65
 
66
  // Hide the successful connection message after a little bit
67
  setTimeout( function(){
68
+ jQuery( '.jetpack-message:not(.stay-visible)' ).hide( 600 );
69
  }, 6000);
70
 
71
  // Modal events
_inc/lib/admin-pages/class.jetpack-landing-page.php CHANGED
@@ -6,9 +6,6 @@ class Jetpack_Landing_Page extends Jetpack_Admin_Page {
6
  protected $dont_show_if_not_active = false;
7
 
8
  function get_page_hook() {
9
- // @todo: Remove in Jetpack class itself.
10
- remove_action( 'admin_menu', array( $this->jetpack, 'admin_menu' ), 999 );
11
-
12
  $title = _x( 'Jetpack', 'The menu item label', 'jetpack' );
13
 
14
  list( $jetpack_version ) = explode( ':', Jetpack_Options::get_option( 'version' ) );
6
  protected $dont_show_if_not_active = false;
7
 
8
  function get_page_hook() {
 
 
 
9
  $title = _x( 'Jetpack', 'The menu item label', 'jetpack' );
10
 
11
  list( $jetpack_version ) = explode( ':', Jetpack_Options::get_option( 'version' ) );
class.jetpack-admin.php CHANGED
@@ -25,19 +25,18 @@ class Jetpack_Admin {
25
  $this->jetpack = Jetpack::init();
26
 
27
  jetpack_require_lib( 'admin-pages/class.jetpack-landing-page' );
28
- jetpack_require_lib( 'admin-pages/class.jetpack-settings-page' );
29
-
30
- // Initialize objects building landing and settings pages
31
  $this->landing_page = new Jetpack_Landing_Page;
 
 
32
  $this->settings_page = new Jetpack_Settings_Page;
33
 
34
  // Add hooks for admin menus
35
  add_action( 'admin_menu', array( $this->landing_page, 'add_actions' ), 998 );
36
  add_action( 'jetpack_admin_menu', array( $this, 'admin_menu_debugger' ) );
37
- add_action( 'jetpack_admin_menu', array( $this->settings_page, 'add_actions' ) );
38
 
39
  // Add redirect to current page for activation/deactivation of modules
40
- add_action( 'jetpack_pre_activate_module', array( $this, 'fix_redirect' ) );
41
  add_action( 'jetpack_pre_deactivate_module', array( $this, 'fix_redirect' ) );
42
 
43
  // Add module bulk actions handler
@@ -45,12 +44,13 @@ class Jetpack_Admin {
45
  }
46
 
47
  static function sort_requires_connection_last( $module1, $module2 ) {
48
- if ( $module1['requires_connection'] == $module2['requires_connection'] )
49
  return 0;
50
- if ( $module1['requires_connection'] )
51
  return 1;
52
- if ( $module2['requires_connection'] )
53
  return -1;
 
54
 
55
  return 0;
56
  }
@@ -93,7 +93,35 @@ class Jetpack_Admin {
93
  } else {
94
  do_action( 'jetpack_module_more_info_' . $module );
95
  }
96
- $module_array['long_description'] = ob_get_clean();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
 
98
  $module_array['configurable'] = false;
99
  if ( current_user_can( 'manage_options' ) && apply_filters( 'jetpack_module_configurable_' . $module, false ) ) {
@@ -169,7 +197,10 @@ class Jetpack_Admin {
169
  }
170
  }
171
 
172
- function fix_redirect() {
 
 
 
173
  if ( wp_get_referer() ) {
174
  add_filter( 'wp_redirect', 'wp_get_referer' );
175
  }
25
  $this->jetpack = Jetpack::init();
26
 
27
  jetpack_require_lib( 'admin-pages/class.jetpack-landing-page' );
 
 
 
28
  $this->landing_page = new Jetpack_Landing_Page;
29
+
30
+ jetpack_require_lib( 'admin-pages/class.jetpack-settings-page' );
31
  $this->settings_page = new Jetpack_Settings_Page;
32
 
33
  // Add hooks for admin menus
34
  add_action( 'admin_menu', array( $this->landing_page, 'add_actions' ), 998 );
35
  add_action( 'jetpack_admin_menu', array( $this, 'admin_menu_debugger' ) );
36
+ add_action( 'jetpack_admin_menu', array( $this->settings_page, 'add_actions' ) );
37
 
38
  // Add redirect to current page for activation/deactivation of modules
39
+ add_action( 'jetpack_pre_activate_module', array( $this, 'fix_redirect' ), 10, 2 );
40
  add_action( 'jetpack_pre_deactivate_module', array( $this, 'fix_redirect' ) );
41
 
42
  // Add module bulk actions handler
44
  }
45
 
46
  static function sort_requires_connection_last( $module1, $module2 ) {
47
+ if ( $module1['requires_connection'] == $module2['requires_connection'] ) {
48
  return 0;
49
+ } elseif ( $module1['requires_connection'] ) {
50
  return 1;
51
+ } elseif ( $module2['requires_connection'] ) {
52
  return -1;
53
+ }
54
 
55
  return 0;
56
  }
93
  } else {
94
  do_action( 'jetpack_module_more_info_' . $module );
95
  }
96
+
97
+ /**
98
+ * Filter the long description of a module.
99
+ *
100
+ * @since 3.5.0
101
+ *
102
+ * @param string ob_get_clean() The module long description.
103
+ * @param string $module The module name.
104
+ */
105
+ $module_array['long_description'] = apply_filters( 'jetpack_long_module_description', ob_get_clean(), $module );
106
+
107
+ ob_start();
108
+ /**
109
+ * Filter the search terms for a module
110
+ *
111
+ * Search terms are be typically added to a module in module-info.php.
112
+ *
113
+ * Use syntax:
114
+ * function jetpack_$module_search_terms( $terms ) {
115
+ * $terms = _x( 'term 1, term 2', 'search terms', 'jetpack' );
116
+ * return $terms;
117
+ * }
118
+ * add_filter( 'jetpack_search_terms_$module', 'jetpack_$module_search_terms' );
119
+ *
120
+ * @since 3.5.0
121
+ * @param string The search terms (comma separated)
122
+ */
123
+ echo apply_filters( 'jetpack_search_terms_' . $module, '' );
124
+ $module_array['search_terms'] = ob_get_clean();
125
 
126
  $module_array['configurable'] = false;
127
  if ( current_user_can( 'manage_options' ) && apply_filters( 'jetpack_module_configurable_' . $module, false ) ) {
197
  }
198
  }
199
 
200
+ function fix_redirect( $module, $redirect = true ) {
201
+ if ( ! $redirect ) {
202
+ return;
203
+ }
204
  if ( wp_get_referer() ) {
205
  add_filter( 'wp_redirect', 'wp_get_referer' );
206
  }
class.jetpack-network.php CHANGED
@@ -517,6 +517,12 @@ class Jetpack_Network {
517
  $main_active = $jp->is_active();
518
  restore_current_blog();
519
 
 
 
 
 
 
 
520
  /*
521
  * Ensure the main blog is connected as all other subsite blog
522
  * connections will feed off this one
517
  $main_active = $jp->is_active();
518
  restore_current_blog();
519
 
520
+ // If we are in dev mode, just show the notice and bail
521
+ if ( Jetpack::is_development_mode() ) {
522
+ Jetpack::show_development_mode_notice();
523
+ return;
524
+ }
525
+
526
  /*
527
  * Ensure the main blog is connected as all other subsite blog
528
  * connections will feed off this one
class.jetpack-post-images.php CHANGED
@@ -313,9 +313,7 @@ class Jetpack_PostImages {
313
 
314
  $permalink = get_permalink( $post_id );
315
 
316
- if ( function_exists( 'jetpack_has_site_icon' ) && jetpack_has_site_icon() ) {
317
- $url = jetpack_site_icon_url( null, $size, $default = false );
318
- } elseif ( function_exists( 'blavatar_domain' ) && function_exists( 'blavatar_exists' ) && function_exists( 'blavatar_url' ) ) {
319
  $domain = blavatar_domain( $permalink );
320
 
321
  if ( ! blavatar_exists( $domain ) ) {
@@ -323,6 +321,10 @@ class Jetpack_PostImages {
323
  }
324
 
325
  $url = blavatar_url( $domain, 'img', $size );
 
 
 
 
326
  }
327
 
328
  return array( array(
@@ -345,8 +347,8 @@ class Jetpack_PostImages {
345
  $post = get_post( $post_id );
346
  $permalink = get_permalink( $post_id );
347
 
348
- if ( function_exists( 'get_avatar_url' ) ) {
349
- $url = get_avatar_url( $post->post_author, $size, $default, true );
350
  if ( $url && is_array( $url ) ) {
351
  $url = $url[0];
352
  }
313
 
314
  $permalink = get_permalink( $post_id );
315
 
316
+ if ( function_exists( 'blavatar_domain' ) && function_exists( 'blavatar_exists' ) && function_exists( 'blavatar_url' ) ) {
 
 
317
  $domain = blavatar_domain( $permalink );
318
 
319
  if ( ! blavatar_exists( $domain ) ) {
321
  }
322
 
323
  $url = blavatar_url( $domain, 'img', $size );
324
+ } elseif ( function_exists( 'jetpack_has_site_icon' ) && jetpack_has_site_icon() ) {
325
+ $url = jetpack_site_icon_url( null, $size, $default = false );
326
+ } else {
327
+ return array();
328
  }
329
 
330
  return array( array(
347
  $post = get_post( $post_id );
348
  $permalink = get_permalink( $post_id );
349
 
350
+ if ( function_exists( 'wpcom_get_avatar_url' ) ) {
351
+ $url = wpcom_get_avatar_url( $post->post_author, $size, $default, true );
352
  if ( $url && is_array( $url ) ) {
353
  $url = $url[0];
354
  }
class.jetpack-twitter-cards.php CHANGED
@@ -28,7 +28,9 @@ class Jetpack_Twitter_Cards {
28
  $site_tag = self::site_tag();
29
  $site_tag = apply_filters( 'jetpack_sharing_twitter_via', $site_tag, ( is_singular() ? $post->ID : null ) );
30
  $site_tag = apply_filters( 'jetpack_twitter_cards_site_tag', $site_tag, $og_tags );
31
- $og_tags['twitter:site'] = self::sanitize_twitter_user( $site_tag );
 
 
32
 
33
  if ( ! is_singular() || ! empty( $og_tags['twitter:card'] ) ) {
34
  return $og_tags;
@@ -196,7 +198,11 @@ class Jetpack_Twitter_Cards {
196
  static function site_tag() {
197
  $site_tag = get_option( 'jetpack-twitter-cards-site-tag' );
198
  if ( empty( $site_tag ) ) {
199
- $site_tag = ( defined( 'IS_WPCOM' ) && IS_WPCOM ) ? 'wordpressdotcom' : 'jetpack';
 
 
 
 
200
  }
201
  return $site_tag;
202
  }
28
  $site_tag = self::site_tag();
29
  $site_tag = apply_filters( 'jetpack_sharing_twitter_via', $site_tag, ( is_singular() ? $post->ID : null ) );
30
  $site_tag = apply_filters( 'jetpack_twitter_cards_site_tag', $site_tag, $og_tags );
31
+ if ( ! empty( $site_tag ) ) {
32
+ $og_tags['twitter:site'] = self::sanitize_twitter_user( $site_tag );
33
+ }
34
 
35
  if ( ! is_singular() || ! empty( $og_tags['twitter:card'] ) ) {
36
  return $og_tags;
198
  static function site_tag() {
199
  $site_tag = get_option( 'jetpack-twitter-cards-site-tag' );
200
  if ( empty( $site_tag ) ) {
201
+ if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) {
202
+ return 'wordpressdotcom';
203
+ } else {
204
+ return;
205
+ }
206
  }
207
  return $site_tag;
208
  }
class.jetpack.php CHANGED
@@ -94,58 +94,73 @@ class Jetpack {
94
  */
95
  private $conflicting_plugins = array(
96
  'comments' => array(
97
- 'Intense Debate' => 'intensedebate/intensedebate.php',
98
- 'Disqus' => 'disqus-comment-system/disqus.php',
99
- 'Livefyre' => 'livefyre-comments/livefyre.php',
100
- 'Comments Evolved for WordPress' => 'gplus-comments/comments-evolved.php',
101
- 'Google+ Comments' => 'google-plus-comments/google-plus-comments.php',
102
- 'WP-SpamShield Anti-Spam' => 'wp-spamshield/wp-spamshield.php',
103
  ),
104
  'contact-form' => array(
105
- 'Contact Form 7' => 'contact-form-7/wp-contact-form-7.php',
106
- 'Gravity Forms' => 'gravityforms/gravityforms.php',
107
- 'Contact Form Plugin' => 'contact-form-plugin/contact_form.php',
108
- 'Easy Contact Forms' => 'easy-contact-forms/easy-contact-forms.php',
109
- 'Fast Secure Contact Form' => 'si-contact-form/si-contact-form.php',
110
  ),
111
  'minileven' => array(
112
- 'WPtouch' => 'wptouch/wptouch.php',
113
  ),
114
  'latex' => array(
115
- 'LaTeX for WordPress' => 'latex/latex.php',
116
- 'Youngwhans Simple Latex' => 'youngwhans-simple-latex/yw-latex.php',
117
- 'Easy WP LaTeX' => 'easy-wp-latex-lite/easy-wp-latex-lite.php',
118
- 'MathJax-LaTeX' => 'mathjax-latex/mathjax-latex.php',
119
- 'Enable Latex' => 'enable-latex/enable-latex.php',
120
- 'WP QuickLaTeX' => 'wp-quicklatex/wp-quicklatex.php',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  ),
122
  'random-redirect' => array(
123
- 'Random Redirect 2' => 'random-redirect-2/random-redirect.php',
124
  ),
125
  'related-posts' => array(
126
- 'YARPP' => 'yet-another-related-posts-plugin/yarpp.php',
127
- 'WordPress Related Posts' => 'wordpress-23-related-posts-plugin/wp_related_posts.php',
128
- 'nrelate Related Content' => 'nrelate-related-content/nrelate-related.php',
129
- 'Contextual Related Posts' => 'contextual-related-posts/contextual-related-posts.php',
130
- 'Related Posts for WordPress' => 'microkids-related-posts/microkids-related-posts.php',
131
- 'outbrain' => 'outbrain/outbrain.php',
132
- 'Shareaholic' => 'shareaholic/shareaholic.php',
133
- 'Sexybookmarks' => 'sexybookmarks/shareaholic.php',
134
  ),
135
  'sharedaddy' => array(
136
- 'AddThis' => 'addthis/addthis_social_widget.php',
137
- 'Add To Any' => 'add-to-any/add-to-any.php',
138
- 'ShareThis' => 'share-this/sharethis.php',
139
- 'Shareaholic' => 'shareaholic/shareaholic.php',
140
  ),
141
  'verification-tools' => array(
142
- 'WordPress SEO by Yoast' => 'wordpress-seo/wp-seo.php',
143
- 'WordPress SEO Premium by Yoast' => 'wordpress-seo-premium/wp-seo-premium.php',
144
- 'All in One SEO Pack' => 'all-in-one-seo-pack/all_in_one_seo_pack.php',
145
  ),
146
  'widget-visibility' => array(
147
- 'Widget Logic' => 'widget-logic/widget_logic.php',
148
- 'Dynamic Widgets' => 'dynamic-widgets/dynamic-widgets.php',
149
  ),
150
  );
151
 
@@ -503,7 +518,6 @@ class Jetpack {
503
 
504
  add_filter( 'xmlrpc_blog_options', array( $this, 'xmlrpc_options' ) );
505
 
506
- add_action( 'admin_menu', array( $this, 'admin_menu' ), 999 ); // run late so that other plugins hooking into this menu don't get left out
507
  add_action( 'admin_init', array( $this, 'admin_init' ) );
508
  add_action( 'admin_init', array( $this, 'dismiss_jetpack_notice' ) );
509
 
@@ -528,8 +542,6 @@ class Jetpack {
528
  add_action( 'customize_controls_enqueue_scripts', array( $this, 'devicepx' ) );
529
  add_action( 'admin_enqueue_scripts', array( $this, 'devicepx' ) );
530
 
531
- // add_action( 'jetpack_admin_menu', array( $this, 'admin_menu_modules' ) );
532
-
533
  add_action( 'jetpack_activate_module', array( $this, 'activate_module_actions' ) );
534
 
535
  add_action( 'plugins_loaded', array( $this, 'extra_oembed_providers' ), 100 );
@@ -1271,18 +1283,16 @@ class Jetpack {
1271
  * @return null
1272
  */
1273
  public static function perform_security_reporting() {
1274
- $last_run = Jetpack_Options::get_option( 'last_security_report' );
1275
 
1276
- $fifteen_minutes_ago = time() - ( 15 * MINUTE_IN_SECONDS );
1277
-
1278
- if( $last_run > $fifteen_minutes_ago ) {
1279
  return;
1280
  }
1281
 
1282
  do_action( 'jetpack_security_report' );
1283
 
1284
  Jetpack_Options::update_option( 'security_report', self::$security_report );
1285
- Jetpack_Options::update_option( 'last_security_report', time() );
1286
  }
1287
 
1288
  /**
@@ -1785,6 +1795,23 @@ class Jetpack {
1785
  $mod['feature'] = array( self::translate_module_tag( 'Other' ) );
1786
  }
1787
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1788
  return $mod;
1789
  }
1790
 
@@ -1974,7 +2001,7 @@ class Jetpack {
1974
  }
1975
 
1976
  public static function activate_module( $module, $exit = true, $redirect = true ) {
1977
- do_action( 'jetpack_pre_activate_module', $module, $exit );
1978
 
1979
  $jetpack = Jetpack::init();
1980
 
@@ -2364,11 +2391,13 @@ p {
2364
 
2365
  add_action( 'load-index.php', array( $this, 'prepare_manage_jetpack_notice' ) );
2366
  }
2367
- /* Toggle this off as it's not ready for prime time just yet.
2368
- if( current_user_can( 'manage_options' ) && self::check_identity_crisis() ) {
2369
- add_action( 'admin_notices', array( $this, 'alert_identity_crisis' ) );
 
2370
  }
2371
- /**/
 
2372
 
2373
  if ( current_user_can( 'manage_options' ) && 'ALWAYS' == JETPACK_CLIENT__HTTPS && ! self::permit_ssl() ) {
2374
  add_action( 'admin_notices', array( $this, 'alert_required_ssl_fail' ) );
@@ -2466,54 +2495,6 @@ p {
2466
  }
2467
  }
2468
 
2469
- function admin_menu() {
2470
- list( $jetpack_version ) = explode( ':', Jetpack_Options::get_option( 'version' ) );
2471
- if (
2472
- $jetpack_version
2473
- &&
2474
- $jetpack_version != JETPACK__VERSION
2475
- &&
2476
- ( $new_modules = Jetpack::get_default_modules( $jetpack_version, JETPACK__VERSION ) )
2477
- &&
2478
- is_array( $new_modules )
2479
- &&
2480
- ( $new_modules_count = count( $new_modules ) )
2481
- &&
2482
- ( Jetpack::is_active() || Jetpack::is_development_mode() )
2483
- ) {
2484
- $new_modules_count_i18n = number_format_i18n( $new_modules_count );
2485
- $span_title = esc_attr( sprintf( _n( 'One New Jetpack Module', '%s New Jetpack Modules', $new_modules_count, 'jetpack' ), $new_modules_count_i18n ) );
2486
- $title = sprintf( 'Jetpack %s', "<span class='update-plugins count-{$new_modules_count}' title='$span_title'><span class='update-count'>$new_modules_count_i18n</span></span>" );
2487
- } else {
2488
- $title = __( 'Jetpack', 'jetpack' );
2489
- }
2490
-
2491
- $hook = add_menu_page( 'Jetpack', $title, 'read', 'jetpack', array( $this, 'admin_page' ), 'div' );
2492
-
2493
- $debugger_hook = add_submenu_page( null, __( 'Jetpack Debugging Center', 'jetpack' ), '', 'manage_options', 'jetpack-debugger', array( $this, 'debugger_page' ) );
2494
- add_action( "admin_head-$debugger_hook", array( 'Jetpack_Debugger', 'jetpack_debug_admin_head' ) );
2495
-
2496
- add_action( "load-$hook", array( $this, 'admin_page_load' ) );
2497
-
2498
- add_action( "load-$hook", array( $this, 'admin_help' ) );
2499
- add_action( "admin_head-$hook", array( $this, 'admin_head' ) );
2500
- add_filter( 'custom_menu_order', array( $this, 'admin_menu_order' ) );
2501
- add_filter( 'menu_order', array( $this, 'jetpack_menu_order' ) );
2502
-
2503
- add_action( "admin_print_styles-$hook", array( $this, 'admin_styles' ) );
2504
-
2505
- add_action( "admin_print_scripts-$hook", array( $this, 'admin_scripts' ) );
2506
-
2507
- /**
2508
- * Allows adding additional submenus items to the Jetpack menu in the Dashboard.
2509
- *
2510
- * @since 1.1.0
2511
- *
2512
- * @param string $hook The global $pagenow value specifying the filename. See Core load-* action.
2513
- */
2514
- do_action( 'jetpack_admin_menu', $hook );
2515
- }
2516
-
2517
  function add_remote_request_handlers() {
2518
  add_action( 'wp_ajax_nopriv_jetpack_upload_file', array( $this, 'remote_request_handlers' ) );
2519
  }
@@ -2699,11 +2680,13 @@ p {
2699
  $jp_menu_order = array();
2700
 
2701
  foreach ( $menu_order as $index => $item ) {
2702
- if ( $item != 'jetpack' )
2703
  $jp_menu_order[] = $item;
 
2704
 
2705
- if ( $index == 0 )
2706
  $jp_menu_order[] = 'jetpack';
 
2707
  }
2708
 
2709
  return $jp_menu_order;
@@ -2753,8 +2736,9 @@ p {
2753
  }
2754
 
2755
  function admin_connect_notice() {
2756
- // Don't show the connect notice on the jetpack settings page.
2757
- if ( empty( $_GET['page'] ) || 'jetpack' !== $_GET['page'] )
 
2758
  return;
2759
 
2760
  if ( ! current_user_can( 'jetpack_connect' ) )
@@ -2920,6 +2904,28 @@ p {
2920
  );
2921
  }
2922
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2923
  /*
2924
  * Registration flow:
2925
  * 1 - ::admin_page_load() action=register
@@ -3041,7 +3047,7 @@ p {
3041
  check_admin_referer( 'jetpack-disconnect' );
3042
  Jetpack::log( 'disconnect' );
3043
  Jetpack::disconnect();
3044
- wp_safe_redirect( Jetpack::admin_url() );
3045
  exit;
3046
  case 'reconnect' :
3047
  if ( ! current_user_can( 'jetpack_reconnect' ) ) {
@@ -4441,10 +4447,14 @@ p {
4441
  'id' => (int) $json->jetpack_id,
4442
  'blog_token' => (string) $json->jetpack_secret,
4443
  'public' => $jetpack_public,
4444
- 'jumpstart' => 'new_connection'
4445
  )
4446
  );
4447
 
 
 
 
 
 
4448
  return true;
4449
  }
4450
 
@@ -4512,7 +4522,8 @@ p {
4512
  return false;
4513
  }
4514
 
4515
- if ( 0 !== strpos( $token->secret, "$token_key." ) ) {
 
4516
  return false;
4517
  }
4518
 
@@ -4551,7 +4562,7 @@ p {
4551
  return false;
4552
  } else if ( is_wp_error( $signature ) ) {
4553
  return $signature;
4554
- } else if ( $signature !== $_GET['signature'] ) {
4555
  return false;
4556
  }
4557
 
@@ -4888,13 +4899,15 @@ p {
4888
  // Explode hostname on '.'
4889
  $exploded_host = explode( '.', $host );
4890
 
4891
- // Retreive the name and TLD
4892
- $name = $exploded_host[ count( $exploded_host ) - 2 ];
4893
- $tld = $exploded_host[ count( $exploded_host ) - 1 ];
4894
-
4895
- // Rebuild domain excluding subdomains
4896
- $domain = $name . '.' . $tld;
4897
-
 
 
4898
  // Array of Automattic domains
4899
  $domain_whitelist = array( 'wordpress.com', 'wp.com' );
4900
 
@@ -5535,7 +5548,7 @@ p {
5535
  *
5536
  * @since 3.2
5537
  **/
5538
- public function implode_frontend_css() {
5539
  $do_implode = true;
5540
  if ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) {
5541
  $do_implode = false;
@@ -5548,9 +5561,11 @@ p {
5548
  return;
5549
  }
5550
 
5551
- // We do not want to use the imploded file in dev mode
5552
- if ( Jetpack::is_development_mode() ) {
5553
- return;
 
 
5554
  }
5555
 
5556
  // Do not use the imploded file if sharing css was dequeued via the sharing settings screen
@@ -5749,7 +5764,7 @@ p {
5749
  <div class="protect">
5750
  <?php if ( Jetpack::is_module_active( 'protect' ) ) : ?>
5751
  <h3><?php echo number_format_i18n( get_site_option( 'jetpack_protect_blocked_attempts', 0 ) ); ?></h3>
5752
- <p><?php echo esc_html_x( 'blocked malicious login attempts', '{#} blocked malicious login attempts -- number is on a prior line, text is a caption.', 'jetpack' ); ?></p>
5753
  <?php elseif ( current_user_can( 'jetpack_activate_modules' ) && ! self::is_development_mode() ) : ?>
5754
  <a href="<?php echo esc_url( wp_nonce_url( Jetpack::admin_url( array( 'action' => 'activate', 'module' => 'protect' ) ), 'jetpack_activate-protect' ) ); ?>" class="button button-jetpack" title="<?php esc_attr_e( 'Jetpack Protect helps to keep you secure from brute-force login attacks.', 'jetpack' ); ?>">
5755
  <?php esc_html_e( 'Activate Jetpack Protect', 'jetpack' ); ?>
@@ -5762,7 +5777,7 @@ p {
5762
  <div class="akismet">
5763
  <?php if ( is_plugin_active( 'akismet/akismet.php' ) ) : ?>
5764
  <h3><?php echo number_format_i18n( get_option( 'akismet_spam_count', 0 ) ); ?></h3>
5765
- <p><?php echo esc_html_x( 'spam comments blocked by Akismet.', '{#} spam comments blocked by Akismet -- number is on a prior line, text is a caption.', 'jetpack' ); ?></p>
5766
  <?php elseif ( current_user_can( 'activate_plugins' ) && ! is_wp_error( validate_plugin( 'akismet/akismet.php' ) ) ) : ?>
5767
  <a href="<?php echo esc_url( wp_nonce_url( add_query_arg( array( 'action' => 'activate', 'plugin' => 'akismet/akismet.php' ), admin_url( 'plugins.php' ) ), 'activate-plugin_akismet/akismet.php' ) ); ?>" class="button button-jetpack">
5768
  <?php esc_html_e( 'Activate Akismet', 'jetpack' ); ?>
@@ -5779,15 +5794,20 @@ p {
5779
  public function dashboard_widget_connect_to_wpcom() {
5780
  ?>
5781
  <div class="wpcom-connect">
 
 
 
 
 
5782
  <h3><?php esc_html_e( 'Boost traffic, enhance security, and improve performance.', 'jetpack' ); ?></h3>
5783
  <p><?php esc_html_e( 'Jetpack connects your site to WordPress.com to give you traffic and customization tools, enhanced security, speed boosts, and more.', 'jetpack' ); ?></p>
5784
 
5785
  <div class="actions">
5786
- <a href="<?php echo $this->build_connect_url() ?>" class="button button-jetpack">
5787
  <?php esc_html_e( 'Connect to WordPress.com', 'jetpack' ); ?>
5788
  </a>
5789
  <?php if ( current_user_can( 'activate_plugins' ) ) : ?>
5790
- <small><a href="<?php echo esc_url( wp_nonce_url( Jetpack::admin_url( 'jetpack-notice=dismiss' ), 'jetpack-deactivate' ) ); ?>">
5791
  <?php esc_html_e( 'or, deactivate Jetpack', 'jetpack' ); ?>
5792
  </a></small>
5793
  <?php endif; ?>
94
  */
95
  private $conflicting_plugins = array(
96
  'comments' => array(
97
+ 'Intense Debate' => 'intensedebate/intensedebate.php',
98
+ 'Disqus' => 'disqus-comment-system/disqus.php',
99
+ 'Livefyre' => 'livefyre-comments/livefyre.php',
100
+ 'Comments Evolved for WordPress' => 'gplus-comments/comments-evolved.php',
101
+ 'Google+ Comments' => 'google-plus-comments/google-plus-comments.php',
102
+ 'WP-SpamShield Anti-Spam' => 'wp-spamshield/wp-spamshield.php',
103
  ),
104
  'contact-form' => array(
105
+ 'Contact Form 7' => 'contact-form-7/wp-contact-form-7.php',
106
+ 'Gravity Forms' => 'gravityforms/gravityforms.php',
107
+ 'Contact Form Plugin' => 'contact-form-plugin/contact_form.php',
108
+ 'Easy Contact Forms' => 'easy-contact-forms/easy-contact-forms.php',
109
+ 'Fast Secure Contact Form' => 'si-contact-form/si-contact-form.php',
110
  ),
111
  'minileven' => array(
112
+ 'WPtouch' => 'wptouch/wptouch.php',
113
  ),
114
  'latex' => array(
115
+ 'LaTeX for WordPress' => 'latex/latex.php',
116
+ 'Youngwhans Simple Latex' => 'youngwhans-simple-latex/yw-latex.php',
117
+ 'Easy WP LaTeX' => 'easy-wp-latex-lite/easy-wp-latex-lite.php',
118
+ 'MathJax-LaTeX' => 'mathjax-latex/mathjax-latex.php',
119
+ 'Enable Latex' => 'enable-latex/enable-latex.php',
120
+ 'WP QuickLaTeX' => 'wp-quicklatex/wp-quicklatex.php',
121
+ ),
122
+ 'protect' => array(
123
+ 'Limit Login Attempts' => 'limit-login-attempts/limit-login-attempts.php',
124
+ 'Captcha' => 'captcha/captcha.php',
125
+ 'Brute Force Login Protection' => 'brute-force-login-protection/brute-force-login-protection.php',
126
+ 'Login Security Solution' => 'login-security-solution/login-security-solution.php',
127
+ 'WPSecureOps Brute Force Protect' => 'wpsecureops-bruteforce-protect/wpsecureops-bruteforce-protect.php',
128
+ 'BulletProof Security' => 'bulletproof-security/bulletproof-security.php',
129
+ 'SiteGuard WP Plugin' => 'siteguard/siteguard.php',
130
+ 'Security-protection' => 'security-protection/security-protection.php',
131
+ 'Login Security' => 'login-security/login-security.php',
132
+ 'Botnet Attack Blocker' => 'botnet-attack-blocker/botnet-attack-blocker.php',
133
+ 'Wordfence Security' => 'wordfence/wordfence.php',
134
+ 'All In One WP Security & Firewall' => 'all-in-one-wp-security-and-firewall/wp-security.php',
135
+ 'iThemes Security' => 'better-wp-security/better-wp-security.php',
136
  ),
137
  'random-redirect' => array(
138
+ 'Random Redirect 2' => 'random-redirect-2/random-redirect.php',
139
  ),
140
  'related-posts' => array(
141
+ 'YARPP' => 'yet-another-related-posts-plugin/yarpp.php',
142
+ 'WordPress Related Posts' => 'wordpress-23-related-posts-plugin/wp_related_posts.php',
143
+ 'nrelate Related Content' => 'nrelate-related-content/nrelate-related.php',
144
+ 'Contextual Related Posts' => 'contextual-related-posts/contextual-related-posts.php',
145
+ 'Related Posts for WordPress' => 'microkids-related-posts/microkids-related-posts.php',
146
+ 'outbrain' => 'outbrain/outbrain.php',
147
+ 'Shareaholic' => 'shareaholic/shareaholic.php',
148
+ 'Sexybookmarks' => 'sexybookmarks/shareaholic.php',
149
  ),
150
  'sharedaddy' => array(
151
+ 'AddThis' => 'addthis/addthis_social_widget.php',
152
+ 'Add To Any' => 'add-to-any/add-to-any.php',
153
+ 'ShareThis' => 'share-this/sharethis.php',
154
+ 'Shareaholic' => 'shareaholic/shareaholic.php',
155
  ),
156
  'verification-tools' => array(
157
+ 'WordPress SEO by Yoast' => 'wordpress-seo/wp-seo.php',
158
+ 'WordPress SEO Premium by Yoast' => 'wordpress-seo-premium/wp-seo-premium.php',
159
+ 'All in One SEO Pack' => 'all-in-one-seo-pack/all_in_one_seo_pack.php',
160
  ),
161
  'widget-visibility' => array(
162
+ 'Widget Logic' => 'widget-logic/widget_logic.php',
163
+ 'Dynamic Widgets' => 'dynamic-widgets/dynamic-widgets.php',
164
  ),
165
  );
166
 
518
 
519
  add_filter( 'xmlrpc_blog_options', array( $this, 'xmlrpc_options' ) );
520
 
 
521
  add_action( 'admin_init', array( $this, 'admin_init' ) );
522
  add_action( 'admin_init', array( $this, 'dismiss_jetpack_notice' ) );
523
 
542
  add_action( 'customize_controls_enqueue_scripts', array( $this, 'devicepx' ) );
543
  add_action( 'admin_enqueue_scripts', array( $this, 'devicepx' ) );
544
 
 
 
545
  add_action( 'jetpack_activate_module', array( $this, 'activate_module_actions' ) );
546
 
547
  add_action( 'plugins_loaded', array( $this, 'extra_oembed_providers' ), 100 );
1283
  * @return null
1284
  */
1285
  public static function perform_security_reporting() {
1286
+ $no_check_needed = get_site_transient( 'security_report_performed_recently' );
1287
 
1288
+ if ( $no_check_needed ) {
 
 
1289
  return;
1290
  }
1291
 
1292
  do_action( 'jetpack_security_report' );
1293
 
1294
  Jetpack_Options::update_option( 'security_report', self::$security_report );
1295
+ set_site_transient( 'security_report_performed_recently', 1, 15 * MINUTE_IN_SECONDS );
1296
  }
1297
 
1298
  /**
1795
  $mod['feature'] = array( self::translate_module_tag( 'Other' ) );
1796
  }
1797
 
1798
+ /**
1799
+ * Filter the feature array on a module
1800
+ *
1801
+ * This filter allows you to control where each module is filtered: Recommended,
1802
+ * Jumpstart, and the default "Other" listing.
1803
+ *
1804
+ * @since 3.5
1805
+ *
1806
+ * @param array $mod['feature'] The areas to feature this module:
1807
+ * 'Jumpstart' adds to the "Jumpstart" option to activate many modules at once
1808
+ * 'Recommended' shows on the main Jetpack admin screen
1809
+ * 'Other' should be the default if no other value is in the array
1810
+ * @param string $module The slug of the module, e.g. sharedaddy
1811
+ * @param array $mod All the currently assembled module data
1812
+ */
1813
+ $mod['feature'] = apply_filters( 'jetpack_module_feature', $mod['feature'], $module, $mod );
1814
+
1815
  return $mod;
1816
  }
1817
 
2001
  }
2002
 
2003
  public static function activate_module( $module, $exit = true, $redirect = true ) {
2004
+ do_action( 'jetpack_pre_activate_module', $module, $exit, $redirect );
2005
 
2006
  $jetpack = Jetpack::init();
2007
 
2391
 
2392
  add_action( 'load-index.php', array( $this, 'prepare_manage_jetpack_notice' ) );
2393
  }
2394
+
2395
+ // If the plugin has just been disconnected from WP.com, show the survey notice
2396
+ if ( isset( $_GET['disconnected'] ) && 'true' === $_GET['disconnected'] ) {
2397
+ add_action( 'jetpack_notices', array( $this, 'disconnect_survey_notice' ) );
2398
  }
2399
+
2400
+ // add_action( 'admin_notices', array( $this, 'alert_identity_crisis' ) );
2401
 
2402
  if ( current_user_can( 'manage_options' ) && 'ALWAYS' == JETPACK_CLIENT__HTTPS && ! self::permit_ssl() ) {
2403
  add_action( 'admin_notices', array( $this, 'alert_required_ssl_fail' ) );
2495
  }
2496
  }
2497
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2498
  function add_remote_request_handlers() {
2499
  add_action( 'wp_ajax_nopriv_jetpack_upload_file', array( $this, 'remote_request_handlers' ) );
2500
  }
2680
  $jp_menu_order = array();
2681
 
2682
  foreach ( $menu_order as $index => $item ) {
2683
+ if ( $item != 'jetpack' ) {
2684
  $jp_menu_order[] = $item;
2685
+ }
2686
 
2687
+ if ( $index == 0 ) {
2688
  $jp_menu_order[] = 'jetpack';
2689
+ }
2690
  }
2691
 
2692
  return $jp_menu_order;
2736
  }
2737
 
2738
  function admin_connect_notice() {
2739
+ // Don't show the connect notice anywhere but the plugins.php after activating
2740
+ $current = get_current_screen();
2741
+ if ( 'plugins' !== $current->parent_base )
2742
  return;
2743
 
2744
  if ( ! current_user_can( 'jetpack_connect' ) )
2904
  );
2905
  }
2906
 
2907
+ /**
2908
+ * Show the survey link when the user has just disconnected Jetpack.
2909
+ */
2910
+ function disconnect_survey_notice() {
2911
+ ?>
2912
+ <div class="wrap">
2913
+ <div id="message" class="jetpack-message stay-visible">
2914
+ <div class="squeezer">
2915
+ <h4>
2916
+ <?php _e( 'You have successfully disconnected Jetpack.', 'jetpack' ); ?>
2917
+ <br />
2918
+ <?php echo sprintf(
2919
+ __( 'Would you tell us why? Just <a href="%s">answering two simple questions</a> would help us improve Jetpack.', 'jetpack' ),
2920
+ 'https://jetpack.me/survey-disconnected/" target="_blank'
2921
+ ); ?>
2922
+ </h4>
2923
+ </div>
2924
+ </div>
2925
+ </div>
2926
+ <?php
2927
+ }
2928
+
2929
  /*
2930
  * Registration flow:
2931
  * 1 - ::admin_page_load() action=register
3047
  check_admin_referer( 'jetpack-disconnect' );
3048
  Jetpack::log( 'disconnect' );
3049
  Jetpack::disconnect();
3050
+ wp_safe_redirect( Jetpack::admin_url( 'disconnected=true' ) );
3051
  exit;
3052
  case 'reconnect' :
3053
  if ( ! current_user_can( 'jetpack_reconnect' ) ) {
4447
  'id' => (int) $json->jetpack_id,
4448
  'blog_token' => (string) $json->jetpack_secret,
4449
  'public' => $jetpack_public,
 
4450
  )
4451
  );
4452
 
4453
+ // Initialize Jump Start for the first and only time.
4454
+ if ( ! Jetpack_Options::get_option( 'jumpstart' ) ) {
4455
+ Jetpack_Options::update_option( 'jumpstart', 'new_connection' );
4456
+ };
4457
+
4458
  return true;
4459
  }
4460
 
4522
  return false;
4523
  }
4524
 
4525
+ $token_check = "$token_key.";
4526
+ if ( ! hash_equals( substr( $token->secret, 0, strlen( $token_check ) ), $token_check ) ) {
4527
  return false;
4528
  }
4529
 
4562
  return false;
4563
  } else if ( is_wp_error( $signature ) ) {
4564
  return $signature;
4565
+ } else if ( ! hash_equals( $signature, $_GET['signature'] ) ) {
4566
  return false;
4567
  }
4568
 
4899
  // Explode hostname on '.'
4900
  $exploded_host = explode( '.', $host );
4901
 
4902
+ // Retrieve the name and TLD
4903
+ if ( count( $exploded_host ) > 1 ) {
4904
+ $name = $exploded_host[ count( $exploded_host ) - 2 ];
4905
+ $tld = $exploded_host[ count( $exploded_host ) - 1 ];
4906
+ // Rebuild domain excluding subdomains
4907
+ $domain = $name . '.' . $tld;
4908
+ } else {
4909
+ $domain = $host;
4910
+ }
4911
  // Array of Automattic domains
4912
  $domain_whitelist = array( 'wordpress.com', 'wp.com' );
4913
 
5548
  *
5549
  * @since 3.2
5550
  **/
5551
+ public function implode_frontend_css( $travis_test = false ) {
5552
  $do_implode = true;
5553
  if ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) {
5554
  $do_implode = false;
5561
  return;
5562
  }
5563
 
5564
+ // We do not want to use the imploded file in dev mode, or if not connected
5565
+ if ( Jetpack::is_development_mode() || ! self::is_active() ) {
5566
+ if ( ! $travis_test ) {
5567
+ return;
5568
+ }
5569
  }
5570
 
5571
  // Do not use the imploded file if sharing css was dequeued via the sharing settings screen
5764
  <div class="protect">
5765
  <?php if ( Jetpack::is_module_active( 'protect' ) ) : ?>
5766
  <h3><?php echo number_format_i18n( get_site_option( 'jetpack_protect_blocked_attempts', 0 ) ); ?></h3>
5767
+ <p><?php echo esc_html_x( 'Blocked malicious login attempts', '{#} Blocked malicious login attempts -- number is on a prior line, text is a caption.', 'jetpack' ); ?></p>
5768
  <?php elseif ( current_user_can( 'jetpack_activate_modules' ) && ! self::is_development_mode() ) : ?>
5769
  <a href="<?php echo esc_url( wp_nonce_url( Jetpack::admin_url( array( 'action' => 'activate', 'module' => 'protect' ) ), 'jetpack_activate-protect' ) ); ?>" class="button button-jetpack" title="<?php esc_attr_e( 'Jetpack Protect helps to keep you secure from brute-force login attacks.', 'jetpack' ); ?>">
5770
  <?php esc_html_e( 'Activate Jetpack Protect', 'jetpack' ); ?>
5777
  <div class="akismet">
5778
  <?php if ( is_plugin_active( 'akismet/akismet.php' ) ) : ?>
5779
  <h3><?php echo number_format_i18n( get_option( 'akismet_spam_count', 0 ) ); ?></h3>
5780
+ <p><?php echo esc_html_x( 'Spam comments blocked by Akismet.', '{#} Spam comments blocked by Akismet -- number is on a prior line, text is a caption.', 'jetpack' ); ?></p>
5781
  <?php elseif ( current_user_can( 'activate_plugins' ) && ! is_wp_error( validate_plugin( 'akismet/akismet.php' ) ) ) : ?>
5782
  <a href="<?php echo esc_url( wp_nonce_url( add_query_arg( array( 'action' => 'activate', 'plugin' => 'akismet/akismet.php' ), admin_url( 'plugins.php' ) ), 'activate-plugin_akismet/akismet.php' ) ); ?>" class="button button-jetpack">
5783
  <?php esc_html_e( 'Activate Akismet', 'jetpack' ); ?>
5794
  public function dashboard_widget_connect_to_wpcom() {
5795
  ?>
5796
  <div class="wpcom-connect">
5797
+ <div class="jp-emblem">
5798
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0" y="0" viewBox="0 0 172.9 172.9" enable-background="new 0 0 172.9 172.9" xml:space="preserve">
5799
+ <path d="M86.4 0C38.7 0 0 38.7 0 86.4c0 47.7 38.7 86.4 86.4 86.4s86.4-38.7 86.4-86.4C172.9 38.7 134.2 0 86.4 0zM83.1 106.6l-27.1-6.9C49 98 45.7 90.1 49.3 84l33.8-58.5V106.6zM124.9 88.9l-33.8 58.5V66.3l27.1 6.9C125.1 74.9 128.4 82.8 124.9 88.9z"/>
5800
+ </svg>
5801
+ </div>
5802
  <h3><?php esc_html_e( 'Boost traffic, enhance security, and improve performance.', 'jetpack' ); ?></h3>
5803
  <p><?php esc_html_e( 'Jetpack connects your site to WordPress.com to give you traffic and customization tools, enhanced security, speed boosts, and more.', 'jetpack' ); ?></p>
5804
 
5805
  <div class="actions">
5806
+ <a href="<?php echo $this->build_connect_url() ?>" class="button button-primary">
5807
  <?php esc_html_e( 'Connect to WordPress.com', 'jetpack' ); ?>
5808
  </a>
5809
  <?php if ( current_user_can( 'activate_plugins' ) ) : ?>
5810
+ <small><a href="<?php echo esc_url( wp_nonce_url( Jetpack::admin_url( 'jetpack-notice=dismiss' ), 'jetpack-deactivate' ) ); ?>" title="Deactivate Jetpack">
5811
  <?php esc_html_e( 'or, deactivate Jetpack', 'jetpack' ); ?>
5812
  </a></small>
5813
  <?php endif; ?>
class.json-api-endpoints.php CHANGED
@@ -95,13 +95,15 @@ abstract class WPCOM_JSON_API_Endpoint {
95
  var $custom_fields_filtering = false;
96
 
97
  /**
98
- * @var bool Set to true if the endpoint accepts all cross origin requests
99
- * You probably should not set this flag. If you are thinking of setting it,
100
- * then discuss it with someone:
101
- * http://operationapi.wordpress.com/2014/06/25/patch-allowing-endpoints-to-do-cross-origin-requests/
102
  */
103
  var $allow_cross_origin_request = false;
104
 
 
 
 
 
 
105
  function __construct( $args ) {
106
  $defaults = array(
107
  'in_testing' => false,
@@ -129,6 +131,7 @@ abstract class WPCOM_JSON_API_Endpoint {
129
  'can_use_user_details_instead_of_blog_membership' => false,
130
  'custom_fields_filtering' => false,
131
  'allow_cross_origin_request' => false,
 
132
  );
133
 
134
  $args = wp_parse_args( $args, $defaults );
@@ -157,6 +160,8 @@ abstract class WPCOM_JSON_API_Endpoint {
157
 
158
  $this->allow_cross_origin_request = (bool) $args['allow_cross_origin_request'];
159
 
 
 
160
  $this->version = $args['version'];
161
 
162
  $this->required_scope = $args['required_scope'];
@@ -564,6 +569,17 @@ abstract class WPCOM_JSON_API_Endpoint {
564
  );
565
  $return[$key] = (array) $this->cast_and_filter( $value, $docs, false, $for_output );
566
  break;
 
 
 
 
 
 
 
 
 
 
 
567
 
568
  default :
569
  $method_name = $type['type'] . '_docs';
@@ -601,8 +617,8 @@ abstract class WPCOM_JSON_API_Endpoint {
601
  }
602
 
603
  /**
604
- * Checks if the endpoint is publicly displayable
605
- */
606
  function is_publicly_documentable() {
607
  return '__do_not_document' !== $this->group && true !== $this->in_testing;
608
  }
@@ -1045,7 +1061,7 @@ EOPHP;
1045
  return null;
1046
  $is_jetpack = true === apply_filters( 'is_jetpack_site', false, get_current_blog_id() );
1047
  $post_id = $author->ID;
1048
- if ( $is_jetpack && ( defined( 'IS_WPCOM' ) && IS_WPCOM ) ) {
1049
  $ID = get_post_meta( $post_id, '_jetpack_post_author_external_id', true );
1050
  $email = get_post_meta( $post_id, '_jetpack_author_email', true );
1051
  $login = '';
@@ -1163,13 +1179,17 @@ EOPHP;
1163
  'title' => $media_item->post_title,
1164
  'caption' => $media_item->post_excerpt,
1165
  'description' => $media_item->post_content,
1166
- 'alt' => get_post_meta( $media_item->ID, '_wp_attachment_image_alt', true )
 
1167
  );
1168
 
1169
  if ( in_array( $ext, array( 'jpg', 'jpeg', 'png', 'gif' ) ) ) {
1170
  $metadata = wp_get_attachment_metadata( $media_item->ID );
1171
  $response['height'] = $metadata['height'];
1172
  $response['width'] = $metadata['width'];
 
 
 
1173
  $response['exif'] = $metadata['image_meta'];
1174
  }
1175
 
@@ -1187,6 +1207,18 @@ EOPHP;
1187
  if ( function_exists( 'video_get_info_by_blogpostid' ) ) {
1188
  $info = video_get_info_by_blogpostid( $this->api->get_blog_id_for_output(), $media_id );
1189
 
 
 
 
 
 
 
 
 
 
 
 
 
1190
  $response['videopress_guid'] = $info->guid;
1191
  $response['videopress_processing_done'] = true;
1192
  if ( '0000-00-00 00:00:00' == $info->finish_date_gmt ) {
@@ -1195,6 +1227,8 @@ EOPHP;
1195
  }
1196
  }
1197
 
 
 
1198
  $response['meta'] = (object) array(
1199
  'links' => (object) array(
1200
  'self' => (string) $this->get_media_link( $this->api->get_blog_id_for_output(), $media_id ),
@@ -1443,19 +1477,177 @@ EOPHP;
1443
  return false;
1444
  }
1445
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1446
  function get_link() {
1447
  $args = func_get_args();
1448
  $format = array_shift( $args );
1449
- array_unshift( $args, $this->api->public_api_scheme, WPCOM_JSON_API__BASE );
 
1450
  $path = array_pop( $args );
 
1451
  if ( $path ) {
1452
  $path = '/' . ltrim( $path, '/' );
1453
  }
 
1454
  $args[] = $path;
1455
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1456
  // http, WPCOM_JSON_API__BASE, ... , path
1457
  // %s , %s , $format, %s
1458
- return esc_url_raw( vsprintf( "%s://%s$format%s", $args ) );
1459
  }
1460
 
1461
  function get_me_link( $path = '' ) {
@@ -1745,6 +1937,14 @@ EOPHP;
1745
  return $users > 1;
1746
  }
1747
 
 
 
 
 
 
 
 
 
1748
  /**
1749
  * Return endpoint response
1750
  *
95
  var $custom_fields_filtering = false;
96
 
97
  /**
98
+ * @var bool Set to true if the endpoint accepts all cross origin requests. You probably should not set this flag.
 
 
 
99
  */
100
  var $allow_cross_origin_request = false;
101
 
102
+ /**
103
+ * @var bool Set to true if the endpoint can recieve unauthorized POST requests.
104
+ */
105
+ var $allow_unauthorized_request = false;
106
+
107
  function __construct( $args ) {
108
  $defaults = array(
109
  'in_testing' => false,
131
  'can_use_user_details_instead_of_blog_membership' => false,
132
  'custom_fields_filtering' => false,
133
  'allow_cross_origin_request' => false,
134
+ 'allow_unauthorized_request' => false,
135
  );
136
 
137
  $args = wp_parse_args( $args, $defaults );
160
 
161
  $this->allow_cross_origin_request = (bool) $args['allow_cross_origin_request'];
162
 
163
+ $this->allow_unauthorized_request = (bool) $args['allow_unauthorized_request'];
164
+
165
  $this->version = $args['version'];
166
 
167
  $this->required_scope = $args['required_scope'];
569
  );
570
  $return[$key] = (array) $this->cast_and_filter( $value, $docs, false, $for_output );
571
  break;
572
+ case 'sharing_button_service':
573
+ $docs = array(
574
+ 'ID' => '(string) The service identifier',
575
+ 'name' => '(string) The service name',
576
+ 'class_name' => '(string) Class name for custom style sharing button elements',
577
+ 'genericon' => '(string) The Genericon unicode character for the custom style sharing button icon',
578
+ 'preview_smart' => '(string) An HTML snippet of a rendered sharing button smart preview',
579
+ 'preview_smart_js' => '(string) An HTML snippet of the page-wide initialization scripts used for rendering the sharing button smart preview'
580
+ );
581
+ $return[$key] = (array) $this->cast_and_filter( $value, $docs, false, $for_output );
582
+ break;
583
 
584
  default :
585
  $method_name = $type['type'] . '_docs';
617
  }
618
 
619
  /**
620
+ * Checks if the endpoint is publicly displayable
621
+ */
622
  function is_publicly_documentable() {
623
  return '__do_not_document' !== $this->group && true !== $this->in_testing;
624
  }
1061
  return null;
1062
  $is_jetpack = true === apply_filters( 'is_jetpack_site', false, get_current_blog_id() );
1063
  $post_id = $author->ID;
1064
+ if ( $is_jetpack && ( defined( 'IS_WPCOM' ) && IS_WPCOM ) ) {
1065
  $ID = get_post_meta( $post_id, '_jetpack_post_author_external_id', true );
1066
  $email = get_post_meta( $post_id, '_jetpack_author_email', true );
1067
  $login = '';
1179
  'title' => $media_item->post_title,
1180
  'caption' => $media_item->post_excerpt,
1181
  'description' => $media_item->post_content,
1182
+ 'alt' => get_post_meta( $media_item->ID, '_wp_attachment_image_alt', true ),
1183
+ 'thumbnails' => array()
1184
  );
1185
 
1186
  if ( in_array( $ext, array( 'jpg', 'jpeg', 'png', 'gif' ) ) ) {
1187
  $metadata = wp_get_attachment_metadata( $media_item->ID );
1188
  $response['height'] = $metadata['height'];
1189
  $response['width'] = $metadata['width'];
1190
+ foreach ( $metadata['sizes'] as $size => $size_details ) {
1191
+ $response['thumbnails'][ $size ] = dirname( $response['URL'] ) . '/' . $size_details['file'];
1192
+ }
1193
  $response['exif'] = $metadata['image_meta'];
1194
  }
1195
 
1207
  if ( function_exists( 'video_get_info_by_blogpostid' ) ) {
1208
  $info = video_get_info_by_blogpostid( $this->api->get_blog_id_for_output(), $media_id );
1209
 
1210
+ // Thumbnails
1211
+ if ( function_exists( 'video_format_done' ) && function_exists( 'video_image_url_by_guid' ) ) {
1212
+ $response['thumbnails'] = array( 'fmt_hd' => '', 'fmt_dvd' => '', 'fmt_std' => '' );
1213
+ foreach ( $response['thumbnails'] as $size => $thumbnail_url ) {
1214
+ if ( video_format_done( $info, $size ) ) {
1215
+ $response['thumbnails'][ $size ] = video_image_url_by_guid( $info->guid, $size );
1216
+ } else {
1217
+ unset( $response['thumbnails'][ $size ] );
1218
+ }
1219
+ }
1220
+ }
1221
+
1222
  $response['videopress_guid'] = $info->guid;
1223
  $response['videopress_processing_done'] = true;
1224
  if ( '0000-00-00 00:00:00' == $info->finish_date_gmt ) {
1227
  }
1228
  }
1229
 
1230
+ $response['thumbnails'] = (object) $response['thumbnails'];
1231
+
1232
  $response['meta'] = (object) array(
1233
  'links' => (object) array(
1234
  'self' => (string) $this->get_media_link( $this->api->get_blog_id_for_output(), $media_id ),
1477
  return false;
1478
  }
1479
 
1480
+ /**
1481
+ * Try to find the closest supported version of an endpoint to the current endpoint
1482
+ *
1483
+ * For example, if we were looking at the path /animals/panda:
1484
+ * - if the current endpoint is v1.3 and there is a v1.3 of /animals/%s available, we return 1.3
1485
+ * - if the current endpoint is v1.3 and there is no v1.3 of /animals/%s known, we fall back to the
1486
+ * maximum available version of /animals/%s, e.g. 1.1
1487
+ *
1488
+ * This method is used in get_link() to construct meta links for API responses.
1489
+ *
1490
+ * @param $path string The current endpoint path, relative to the version
1491
+ * @param $method string Request method used to access the endpoint path
1492
+ * @return string The current version, or otherwise the maximum version available
1493
+ */
1494
+ function get_closest_version_of_endpoint( $path, $request_method = 'GET' ) {
1495
+
1496
+ $path = untrailingslashit( $path );
1497
+
1498
+ // /help is a special case - always use the current request version
1499
+ if ( wp_endswith( $path, '/help' ) ) {
1500
+ return $this->api->version;
1501
+ }
1502
+
1503
+ $endpoint_path_versions = $this->get_endpoint_path_versions();
1504
+ $last_path_segment = $this->get_last_segment_of_relative_path( $path );
1505
+ $max_version_found = null;
1506
+
1507
+ foreach ( $endpoint_path_versions as $endpoint_last_path_segment => $endpoints ) {
1508
+
1509
+ // Does the last part of the path match the path key? (e.g. 'posts')
1510
+ // If the last part contains a placeholder (e.g. %s), we want to carry on
1511
+ if ( $last_path_segment != $endpoint_last_path_segment && ! strstr( $endpoint_last_path_segment, '%' ) ) {
1512
+ continue;
1513
+ }
1514
+
1515
+ foreach ( $endpoints as $endpoint ) {
1516
+ // Does the request method match?
1517
+ if ( ! in_array( $request_method, $endpoint['request_methods'] ) ) {
1518
+ continue;
1519
+ }
1520
+
1521
+ $endpoint_path = untrailingslashit( $endpoint['path'] );
1522
+ $endpoint_path_regex = str_replace( array( '%s', '%d' ), array( '([^/?&]+)', '(\d+)' ), $endpoint_path );
1523
+
1524
+ if ( ! preg_match( "#^$endpoint_path_regex\$#", $path, $matches ) ) {
1525
+ continue;
1526
+ }
1527
+
1528
+ // Make sure the endpoint exists at the same version
1529
+ if ( version_compare( $this->api->version, $endpoint['min_version'], '>=') &&
1530
+ version_compare( $this->api->version, $endpoint['max_version'], '<=') ) {
1531
+ return $this->api->version;
1532
+ }
1533
+
1534
+ // If the endpoint doesn't exist at the same version, record the max version we found
1535
+ if ( empty( $max_version_found ) || version_compare( $max_version_found, $endpoint['max_version'], '<' ) ) {
1536
+ $max_version_found = $endpoint['max_version'];
1537
+ }
1538
+ }
1539
+ }
1540
+
1541
+ // If the endpoint version is less than the requested endpoint version, return the max version found
1542
+ if ( ! empty( $max_version_found ) ) {
1543
+ return $max_version_found;
1544
+ }
1545
+
1546
+ // Otherwise, use the API version of the current request
1547
+ return $this->api->version;
1548
+ }
1549
+
1550
+ /**
1551
+ * Get an array of endpoint paths with their associated versions
1552
+ *
1553
+ * The result is cached for 30 minutes.
1554
+ *
1555
+ * @return array Array of endpoint paths, min_versions and max_versions, keyed by last segment of path
1556
+ **/
1557
+ protected function get_endpoint_path_versions() {
1558
+
1559
+ // Do we already have the result of this method in the cache?
1560
+ $cache_result = get_transient( 'endpoint_path_versions' );
1561
+
1562
+ if ( ! empty ( $cache_result ) ) {
1563
+ return $cache_result;
1564
+ }
1565
+
1566
+ /*
1567
+ * Create a map of endpoints and their min/max versions keyed by the last segment of the path (e.g. 'posts')
1568
+ * This reduces the search space when finding endpoint matches in get_closest_version_of_endpoint()
1569
+ */
1570
+ $endpoint_path_versions = array();
1571
+
1572
+ foreach ( $this->api->endpoints as $key => $endpoint_objects ) {
1573
+
1574
+ // The key contains a serialized path, min_version and max_version
1575
+ list( $path, $min_version, $max_version ) = unserialize( $key );
1576
+
1577
+ // Grab the last component of the relative path to use as the top-level key
1578
+ $last_path_segment = $this->get_last_segment_of_relative_path( $path );
1579
+
1580
+ $endpoint_path_versions[ $last_path_segment ][] = array(
1581
+ 'path' => $path,
1582
+ 'min_version' => $min_version,
1583
+ 'max_version' => $max_version,
1584
+ 'request_methods' => array_keys( $endpoint_objects )
1585
+ );
1586
+ }
1587
+
1588
+ set_transient(
1589
+ 'endpoint_path_versions',
1590
+ $endpoint_path_versions,
1591
+ (HOUR_IN_SECONDS / 2)
1592
+ );
1593
+
1594
+ return $endpoint_path_versions;
1595
+ }
1596
+
1597
+ /**
1598
+ * Grab the last segment of a relative path
1599
+ *
1600
+ * @param string $path Path
1601
+ * @return string Last path segment
1602
+ */
1603
+ protected function get_last_segment_of_relative_path( $path) {
1604
+ $path_parts = array_filter( explode( '/', $path ) );
1605
+
1606
+ if ( empty( $path_parts ) ) {
1607
+ return null;
1608
+ }
1609
+
1610
+ return end( $path_parts );
1611
+ }
1612
+
1613
+ /**
1614
+ * Generate a URL to an endpoint
1615
+ *
1616
+ * Used to construct meta links in API responses
1617
+ *
1618
+ * @param mixed $args Optional arguments to be appended to URL
1619
+ * @return string Endpoint URL
1620
+ **/
1621
  function get_link() {
1622
  $args = func_get_args();
1623
  $format = array_shift( $args );
1624
+ $base = WPCOM_JSON_API__BASE;
1625
+
1626
  $path = array_pop( $args );
1627
+
1628
  if ( $path ) {
1629
  $path = '/' . ltrim( $path, '/' );
1630
  }
1631
+
1632
  $args[] = $path;
1633
 
1634
+ // Escape any % in args before using sprintf
1635
+ $escaped_args = array();
1636
+ foreach ( $args as $arg_key => $arg_value ) {
1637
+ $escaped_args[ $arg_key ] = str_replace( '%', '%%', $arg_value );
1638
+ }
1639
+
1640
+ $relative_path = vsprintf( "$format%s", $escaped_args );
1641
+
1642
+ if ( ! wp_startswith( $relative_path, '.' ) ) {
1643
+ // Generic version. Match the requested version as best we can
1644
+ $api_version = $this->get_closest_version_of_endpoint( $relative_path );
1645
+ $base = substr( $base, 0, - 1 ) . $api_version;
1646
+ }
1647
+
1648
  // http, WPCOM_JSON_API__BASE, ... , path
1649
  // %s , %s , $format, %s
1650
+ return esc_url_raw( sprintf( "%s://%s$relative_path", $this->api->public_api_scheme, $base ) );
1651
  }
1652
 
1653
  function get_me_link( $path = '' ) {
1937
  return $users > 1;
1938
  }
1939
 
1940
+ function allows_cross_origin_requests() {
1941
+ return 'GET' == $this->method || $this->allow_cross_origin_request;
1942
+ }
1943
+
1944
+ function allows_unauthorized_requests( $origin, $complete_access_origins ) {
1945
+ return 'GET' == $this->method || ( $this->allow_unauthorized_request && in_array( $origin, $complete_access_origins ) );
1946
+ }
1947
+
1948
  /**
1949
  * Return endpoint response
1950
  *
class.json-api.php CHANGED
@@ -28,6 +28,9 @@ class WPCOM_JSON_API {
28
  var $trapped_error = null;
29
  var $did_output = false;
30
 
 
 
 
31
  static function init( $method = null, $url = null, $post_body = null ) {
32
  if ( !self::$self ) {
33
  $class = function_exists( 'get_called_class' ) ? get_called_class() : __CLASS__;
@@ -205,6 +208,12 @@ class WPCOM_JSON_API {
205
  $endpoint_path = $endpoint_path_versions[0];
206
  $endpoint_min_version = $endpoint_path_versions[1];
207
  $endpoint_max_version = $endpoint_path_versions[2];
 
 
 
 
 
 
208
  foreach ( $methods as $method ) {
209
  if ( !isset( $endpoints_by_method[$method] ) ) {
210
  continue;
28
  var $trapped_error = null;
29
  var $did_output = false;
30
 
31
+ /**
32
+ * @return WPCOM_JSON_API instance
33
+ */
34
  static function init( $method = null, $url = null, $post_body = null ) {
35
  if ( !self::$self ) {
36
  $class = function_exists( 'get_called_class' ) ? get_called_class() : __CLASS__;
208
  $endpoint_path = $endpoint_path_versions[0];
209
  $endpoint_min_version = $endpoint_path_versions[1];
210
  $endpoint_max_version = $endpoint_path_versions[2];
211
+
212
+ // Make sure max_version is not less than min_version
213
+ if ( version_compare( $endpoint_max_version, $endpoint_min_version, '<' ) ) {
214
+ $endpoint_max_version = $endpoint_min_version;
215
+ }
216
+
217
  foreach ( $methods as $method ) {
218
  if ( !isset( $endpoints_by_method[$method] ) ) {
219
  continue;
css/dashboard-widget-rtl.css CHANGED
@@ -10,15 +10,6 @@
10
  -moz-box-sizing: border-box;
11
  box-sizing: border-box;
12
  }
13
- #jetpack_summary_widget .hndle:before {
14
- font-family: 'jetpack';
15
- content: '\f102';
16
- font-size: 175%;
17
- vertical-align: middle;
18
- margin-left: 0.2em;
19
- color: #81a844;
20
- font-weight: 100;
21
- }
22
  #jetpack_summary_widget .inside {
23
  margin: 0;
24
  padding: 0;
@@ -30,23 +21,43 @@
30
  padding: .75em;
31
  }
32
  #jetpack_summary_widget .wpcom-connect {
33
- background: #95bc59 url("../images/the-cloud.svg") center bottom repeat-x;
34
- padding-bottom: 1.25em;
35
- min-height: 200px;
 
 
 
 
 
 
 
 
 
36
  }
 
37
  #jetpack_summary_widget .wpcom-connect h3,
38
  #jetpack_summary_widget .wpcom-connect p {
39
- color: #fff;
40
- padding: 0 12px;
41
- margin: 8px 0;
42
- text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
 
 
 
 
 
 
43
  }
44
  #jetpack_summary_widget .wpcom-connect .actions {
45
  text-align: center;
 
46
  }
47
  #jetpack_summary_widget .wpcom-connect .actions small {
48
  display: block;
49
  }
 
 
 
50
  #jetpack_summary_widget .button-jetpack {
51
  background: #81a844;
52
  border-color: #658435;
@@ -75,7 +86,7 @@
75
  text-shadow: none !important;
76
  }
77
  #jetpack_summary_widget footer {
78
- background: #f4f4f4;
79
  padding: .75em;
80
  overflow: hidden;
81
  border-top: 1px solid #ccc;
@@ -103,6 +114,6 @@
103
  }
104
 
105
  /*# sourceMappingURL=dashboard-widget.css.map */
106
- #jetpack_summary_widget *{-moz-box-sizing:border-box;box-sizing:border-box}#jetpack_summary_widget .hndle:before{font-family:'jetpack';content:'\f102';font-size:175%;vertical-align:middle;margin-left:0.2em;color:#81a844;font-weight:100}#jetpack_summary_widget .inside{margin:0;padding:0;font-family:"proxima-nova", "Open Sans", Helvetica, Arial, sans-serif}#jetpack_summary_widget .stats,#jetpack_summary_widget .widgets,#jetpack_summary_widget .wpcom-connect{padding:.75em}#jetpack_summary_widget .wpcom-connect{background:#95bc59 url("../images/the-cloud.svg") center bottom repeat-x;padding-bottom:1.25em;min-height:200px}#jetpack_summary_widget .wpcom-connect h3,#jetpack_summary_widget .wpcom-connect p{color:#fff;padding:0 12px;margin:8px 0;text-shadow:0 -1px 2px rgba(0,0,0,0.3)}#jetpack_summary_widget .wpcom-connect .actions{text-align:center}#jetpack_summary_widget .wpcom-connect .actions small{display:block}#jetpack_summary_widget .button-jetpack{background:#81a844;border-color:#658435;color:#fff;box-shadow:inset 0 1px 0 #a5c672,0 1px 0 rgba(0,0,0,0.15)}#jetpack_summary_widget .button-jetpack:hover,#jetpack_summary_widget .button-jetpack:focus{background:#73963d;border-color:#57722e;color:#fff;box-shadow:inset 0 1px 0 #9abf60}#jetpack_summary_widget .button-jetpack:focus{box-shadow:inset 0 1px 0 #9abf60,0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}#jetpack_summary_widget .button-jetpack:active{background:#658435;border-color:#57722e;color:#fff;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}#jetpack_summary_widget .button-jetpack[disabled],#jetpack_summary_widget .button-jetpack:disabled,#jetpack_summary_widget .button-jetpack.button-primary-disabled,#jetpack_summary_widget .button-jetpack.disabled{color:#cdd1c7 !important;background:#6b8b38 !important;border-color:#57722e !important;text-shadow:none !important}#jetpack_summary_widget footer{background:#f4f4f4;padding:.75em;overflow:hidden;border-top:1px solid #ccc}#jetpack_summary_widget footer .protect,#jetpack_summary_widget footer .akismet{width:50%;float:right;text-align:right}#jetpack_summary_widget footer h3{font-size:1.5em;font-weight:normal;margin:0;padding:0}#jetpack_summary_widget footer p{margin:0;padding:0}#jetpack_summary_widget footer section{margin:0;padding:0;text-align:center}
107
 
108
  /*# sourceMappingURL=dashboard-widget.min.css.map */
10
  -moz-box-sizing: border-box;
11
  box-sizing: border-box;
12
  }
 
 
 
 
 
 
 
 
 
13
  #jetpack_summary_widget .inside {
14
  margin: 0;
15
  padding: 0;
21
  padding: .75em;
22
  }
23
  #jetpack_summary_widget .wpcom-connect {
24
+ background: #fafafa;
25
+ text-align: center;
26
+ }
27
+ #jetpack_summary_widget .wpcom-connect .jp-emblem {
28
+ padding: 5px 0 0 0;
29
+ }
30
+ #jetpack_summary_widget .wpcom-connect svg {
31
+ width: 40px;
32
+ height: 40px;
33
+ }
34
+ #jetpack_summary_widget .wpcom-connect svg path {
35
+ fill: #81a844;
36
  }
37
+ #jetpack_summary_widget .wpcom-connect .jp-emblem,
38
  #jetpack_summary_widget .wpcom-connect h3,
39
  #jetpack_summary_widget .wpcom-connect p {
40
+ width: 100%;
41
+ }
42
+ #jetpack_summary_widget .wpcom-connect h3 {
43
+ font-size: 1.25em;
44
+ font-weight: 400;
45
+ }
46
+ #jetpack_summary_widget .wpcom-connect p {
47
+ color: #777;
48
+ margin-top: 0;
49
+ padding: 0 15px;
50
  }
51
  #jetpack_summary_widget .wpcom-connect .actions {
52
  text-align: center;
53
+ padding: 15px 0 10px 0;
54
  }
55
  #jetpack_summary_widget .wpcom-connect .actions small {
56
  display: block;
57
  }
58
+ #jetpack_summary_widget .wpcom-connect .actions small a {
59
+ color: #999;
60
+ }
61
  #jetpack_summary_widget .button-jetpack {
62
  background: #81a844;
63
  border-color: #658435;
86
  text-shadow: none !important;
87
  }
88
  #jetpack_summary_widget footer {
89
+ background: #fafafa;
90
  padding: .75em;
91
  overflow: hidden;
92
  border-top: 1px solid #ccc;
114
  }
115
 
116
  /*# sourceMappingURL=dashboard-widget.css.map */
117
+ #jetpack_summary_widget *{-moz-box-sizing:border-box;box-sizing:border-box}#jetpack_summary_widget .inside{margin:0;padding:0;font-family:"proxima-nova", "Open Sans", Helvetica, Arial, sans-serif}#jetpack_summary_widget .stats,#jetpack_summary_widget .widgets,#jetpack_summary_widget .wpcom-connect{padding:.75em}#jetpack_summary_widget .wpcom-connect{background:#fafafa;text-align:center}#jetpack_summary_widget .wpcom-connect .jp-emblem{padding:5px 0 0 0}#jetpack_summary_widget .wpcom-connect svg{width:40px;height:40px}#jetpack_summary_widget .wpcom-connect svg path{fill:#81a844}#jetpack_summary_widget .wpcom-connect .jp-emblem,#jetpack_summary_widget .wpcom-connect h3,#jetpack_summary_widget .wpcom-connect p{width:100%}#jetpack_summary_widget .wpcom-connect h3{font-size:1.25em;font-weight:400}#jetpack_summary_widget .wpcom-connect p{color:#777;margin-top:0;padding:0 15px}#jetpack_summary_widget .wpcom-connect .actions{text-align:center;padding:15px 0 10px 0}#jetpack_summary_widget .wpcom-connect .actions small{display:block}#jetpack_summary_widget .wpcom-connect .actions small a{color:#999}#jetpack_summary_widget .button-jetpack{background:#81a844;border-color:#658435;color:#fff;box-shadow:inset 0 1px 0 #a5c672,0 1px 0 rgba(0,0,0,0.15)}#jetpack_summary_widget .button-jetpack:hover,#jetpack_summary_widget .button-jetpack:focus{background:#73963d;border-color:#57722e;color:#fff;box-shadow:inset 0 1px 0 #9abf60}#jetpack_summary_widget .button-jetpack:focus{box-shadow:inset 0 1px 0 #9abf60,0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}#jetpack_summary_widget .button-jetpack:active{background:#658435;border-color:#57722e;color:#fff;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}#jetpack_summary_widget .button-jetpack[disabled],#jetpack_summary_widget .button-jetpack:disabled,#jetpack_summary_widget .button-jetpack.button-primary-disabled,#jetpack_summary_widget .button-jetpack.disabled{color:#cdd1c7 !important;background:#6b8b38 !important;border-color:#57722e !important;text-shadow:none !important}#jetpack_summary_widget footer{background:#fafafa;padding:.75em;overflow:hidden;border-top:1px solid #ccc}#jetpack_summary_widget footer .protect,#jetpack_summary_widget footer .akismet{width:50%;float:right;text-align:right}#jetpack_summary_widget footer h3{font-size:1.5em;font-weight:normal;margin:0;padding:0}#jetpack_summary_widget footer p{margin:0;padding:0}#jetpack_summary_widget footer section{margin:0;padding:0;text-align:center}
118
 
119
  /*# sourceMappingURL=dashboard-widget.min.css.map */
css/dashboard-widget-rtl.min.css CHANGED
@@ -1,3 +1,3 @@
1
- #jetpack_summary_widget *{-moz-box-sizing:border-box;box-sizing:border-box}#jetpack_summary_widget .hndle:before{font-family:'jetpack';content:'\f102';font-size:175%;vertical-align:middle;margin-left:0.2em;color:#81a844;font-weight:100}#jetpack_summary_widget .inside{margin:0;padding:0;font-family:"proxima-nova", "Open Sans", Helvetica, Arial, sans-serif}#jetpack_summary_widget .stats,#jetpack_summary_widget .widgets,#jetpack_summary_widget .wpcom-connect{padding:.75em}#jetpack_summary_widget .wpcom-connect{background:#95bc59 url("../images/the-cloud.svg") center bottom repeat-x;padding-bottom:1.25em;min-height:200px}#jetpack_summary_widget .wpcom-connect h3,#jetpack_summary_widget .wpcom-connect p{color:#fff;padding:0 12px;margin:8px 0;text-shadow:0 -1px 2px rgba(0,0,0,0.3)}#jetpack_summary_widget .wpcom-connect .actions{text-align:center}#jetpack_summary_widget .wpcom-connect .actions small{display:block}#jetpack_summary_widget .button-jetpack{background:#81a844;border-color:#658435;color:#fff;box-shadow:inset 0 1px 0 #a5c672,0 1px 0 rgba(0,0,0,0.15)}#jetpack_summary_widget .button-jetpack:hover,#jetpack_summary_widget .button-jetpack:focus{background:#73963d;border-color:#57722e;color:#fff;box-shadow:inset 0 1px 0 #9abf60}#jetpack_summary_widget .button-jetpack:focus{box-shadow:inset 0 1px 0 #9abf60,0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}#jetpack_summary_widget .button-jetpack:active{background:#658435;border-color:#57722e;color:#fff;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}#jetpack_summary_widget .button-jetpack[disabled],#jetpack_summary_widget .button-jetpack:disabled,#jetpack_summary_widget .button-jetpack.button-primary-disabled,#jetpack_summary_widget .button-jetpack.disabled{color:#cdd1c7 !important;background:#6b8b38 !important;border-color:#57722e !important;text-shadow:none !important}#jetpack_summary_widget footer{background:#f4f4f4;padding:.75em;overflow:hidden;border-top:1px solid #ccc}#jetpack_summary_widget footer .protect,#jetpack_summary_widget footer .akismet{width:50%;float:right;text-align:right}#jetpack_summary_widget footer h3{font-size:1.5em;font-weight:normal;margin:0;padding:0}#jetpack_summary_widget footer p{margin:0;padding:0}#jetpack_summary_widget footer section{margin:0;padding:0;text-align:center}
2
 
3
  /*# sourceMappingURL=dashboard-widget.min.css.map */
1
+ #jetpack_summary_widget *{-moz-box-sizing:border-box;box-sizing:border-box}#jetpack_summary_widget .inside{margin:0;padding:0;font-family:"proxima-nova", "Open Sans", Helvetica, Arial, sans-serif}#jetpack_summary_widget .stats,#jetpack_summary_widget .widgets,#jetpack_summary_widget .wpcom-connect{padding:.75em}#jetpack_summary_widget .wpcom-connect{background:#fafafa;text-align:center}#jetpack_summary_widget .wpcom-connect .jp-emblem{padding:5px 0 0 0}#jetpack_summary_widget .wpcom-connect svg{width:40px;height:40px}#jetpack_summary_widget .wpcom-connect svg path{fill:#81a844}#jetpack_summary_widget .wpcom-connect .jp-emblem,#jetpack_summary_widget .wpcom-connect h3,#jetpack_summary_widget .wpcom-connect p{width:100%}#jetpack_summary_widget .wpcom-connect h3{font-size:1.25em;font-weight:400}#jetpack_summary_widget .wpcom-connect p{color:#777;margin-top:0;padding:0 15px}#jetpack_summary_widget .wpcom-connect .actions{text-align:center;padding:15px 0 10px 0}#jetpack_summary_widget .wpcom-connect .actions small{display:block}#jetpack_summary_widget .wpcom-connect .actions small a{color:#999}#jetpack_summary_widget .button-jetpack{background:#81a844;border-color:#658435;color:#fff;box-shadow:inset 0 1px 0 #a5c672,0 1px 0 rgba(0,0,0,0.15)}#jetpack_summary_widget .button-jetpack:hover,#jetpack_summary_widget .button-jetpack:focus{background:#73963d;border-color:#57722e;color:#fff;box-shadow:inset 0 1px 0 #9abf60}#jetpack_summary_widget .button-jetpack:focus{box-shadow:inset 0 1px 0 #9abf60,0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}#jetpack_summary_widget .button-jetpack:active{background:#658435;border-color:#57722e;color:#fff;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}#jetpack_summary_widget .button-jetpack[disabled],#jetpack_summary_widget .button-jetpack:disabled,#jetpack_summary_widget .button-jetpack.button-primary-disabled,#jetpack_summary_widget .button-jetpack.disabled{color:#cdd1c7 !important;background:#6b8b38 !important;border-color:#57722e !important;text-shadow:none !important}#jetpack_summary_widget footer{background:#fafafa;padding:.75em;overflow:hidden;border-top:1px solid #ccc}#jetpack_summary_widget footer .protect,#jetpack_summary_widget footer .akismet{width:50%;float:right;text-align:right}#jetpack_summary_widget footer h3{font-size:1.5em;font-weight:normal;margin:0;padding:0}#jetpack_summary_widget footer p{margin:0;padding:0}#jetpack_summary_widget footer section{margin:0;padding:0;text-align:center}
2
 
3
  /*# sourceMappingURL=dashboard-widget.min.css.map */
css/dashboard-widget.css CHANGED
@@ -10,15 +10,6 @@
10
  -moz-box-sizing: border-box;
11
  box-sizing: border-box;
12
  }
13
- #jetpack_summary_widget .hndle:before {
14
- font-family: 'jetpack';
15
- content: '\f102';
16
- font-size: 175%;
17
- vertical-align: middle;
18
- margin-right: 0.2em;
19
- color: #81a844;
20
- font-weight: 100;
21
- }
22
  #jetpack_summary_widget .inside {
23
  margin: 0;
24
  padding: 0;
@@ -30,23 +21,43 @@
30
  padding: .75em;
31
  }
32
  #jetpack_summary_widget .wpcom-connect {
33
- background: #95bc59 url("../images/the-cloud.svg") center bottom repeat-x;
34
- padding-bottom: 1.25em;
35
- min-height: 200px;
 
 
 
 
 
 
 
 
 
36
  }
 
37
  #jetpack_summary_widget .wpcom-connect h3,
38
  #jetpack_summary_widget .wpcom-connect p {
39
- color: #fff;
40
- padding: 0 12px;
41
- margin: 8px 0;
42
- text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 
 
 
 
 
 
43
  }
44
  #jetpack_summary_widget .wpcom-connect .actions {
45
  text-align: center;
 
46
  }
47
  #jetpack_summary_widget .wpcom-connect .actions small {
48
  display: block;
49
  }
 
 
 
50
  #jetpack_summary_widget .button-jetpack {
51
  background: #81a844;
52
  border-color: #658435;
@@ -75,7 +86,7 @@
75
  text-shadow: none !important;
76
  }
77
  #jetpack_summary_widget footer {
78
- background: #f4f4f4;
79
  padding: .75em;
80
  overflow: hidden;
81
  border-top: 1px solid #ccc;
10
  -moz-box-sizing: border-box;
11
  box-sizing: border-box;
12
  }
 
 
 
 
 
 
 
 
 
13
  #jetpack_summary_widget .inside {
14
  margin: 0;
15
  padding: 0;
21
  padding: .75em;
22
  }
23
  #jetpack_summary_widget .wpcom-connect {
24
+ background: #fafafa;
25
+ text-align: center;
26
+ }
27
+ #jetpack_summary_widget .wpcom-connect .jp-emblem {
28
+ padding: 5px 0 0 0;
29
+ }
30
+ #jetpack_summary_widget .wpcom-connect svg {
31
+ width: 40px;
32
+ height: 40px;
33
+ }
34
+ #jetpack_summary_widget .wpcom-connect svg path {
35
+ fill: #81a844;
36
  }
37
+ #jetpack_summary_widget .wpcom-connect .jp-emblem,
38
  #jetpack_summary_widget .wpcom-connect h3,
39
  #jetpack_summary_widget .wpcom-connect p {
40
+ width: 100%;
41
+ }
42
+ #jetpack_summary_widget .wpcom-connect h3 {
43
+ font-size: 1.25em;
44
+ font-weight: 400;
45
+ }
46
+ #jetpack_summary_widget .wpcom-connect p {
47
+ color: #777;
48
+ margin-top: 0;
49
+ padding: 0 15px;
50
  }
51
  #jetpack_summary_widget .wpcom-connect .actions {
52
  text-align: center;
53
+ padding: 15px 0 10px 0;
54
  }
55
  #jetpack_summary_widget .wpcom-connect .actions small {
56
  display: block;
57
  }
58
+ #jetpack_summary_widget .wpcom-connect .actions small a {
59
+ color: #999;
60
+ }
61
  #jetpack_summary_widget .button-jetpack {
62
  background: #81a844;
63
  border-color: #658435;
86
  text-shadow: none !important;
87
  }
88
  #jetpack_summary_widget footer {
89
+ background: #fafafa;
90
  padding: .75em;
91
  overflow: hidden;
92
  border-top: 1px solid #ccc;
css/dashboard-widget.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["dashboard-widget.css","../scss/templates/_dashboard-widget.scss","../scss/atoms/colors/_colors.scss","../scss/_utilities/mixins/_button.scss"],"names":[],"mappings":"AAAA;;;GAGE;ACDD;;;IAKC;ADCF;ECCG,6BAAgB;EAAhB,wBAAgB;EDClB;AACD;ECCG,wBAAmB;EACnB,kBCTY;EDUZ,iBAAgB;EDCjB,wBAAuB;ECGxB,qBAAA;EACC,gBAAS;EACT,kBAAU;EDDX;AACD;ECIC,WAAA;EDFC,YAAW;EACX,wECGc;EDFf;AACD;;;ECOE,gBAAc;EDHf;AACD;ECKE,2EAAA;EDHA,wBAAuB;ECKtB,mBChCS;EF6BX;AACD;;EAEE,aAAY;ECMZ,iBAAA;EACC,eAAY;EDJb,2CAA0C;ECMzC;ADJH;EACE,oBAAmB;ECSpB;ADPD;EGrCC,gBAAc;EHuCd;AACD;EACE,qBAAoB;EGrCrB,uBAAA;EAEC,cAAY;EACZ,gEAA0C;EHsC3C;AACD;EACE,qBAAoB;EGnCrB,uBAAA;EACC,cAAY;EHqCZ,mCAAkC;EGhCnC;AHkCD;EGhCE,2FAA0C;EHkC3C;AACD;EACE,qBAAoB;EG7BrB,uBAAA;EAIC,cAAO;EACP,6GAAkD;EH4BnD;AACD;EACE,2BAA0B;ECd3B,gCAAO;EACN,kCAAmB;EACnB,8BAAc;EDgBf;AACD;EACE,qBAAoB;ECbpB,gBAAA;EDeA,kBAAiB;ECbhB,4BAAU;EDeZ;AACD;;ECXE,YAAA;EACC,aAAW;EACX,kBAAa;EDcf;AACD;EACE,kBAAiB;ECXjB,qBAAA;EACC,WAAS;EACT,YAAU;EDaZ;ACVC;EACC,WAAS;EACT,YAAU;EDYZ;AACD;EACE,WAAU;EACV,YAAW;EACX,oBAAmB;EACpB","file":"dashboard-widget.css"}
1
+ {"version":3,"sources":["dashboard-widget.css","../scss/templates/_dashboard-widget.scss","../scss/atoms/colors/_colors.scss","../scss/_utilities/mixins/_button.scss"],"names":[],"mappings":"AAAA;;;GAGE;ACDD;;;IAIA;ADED;ECAE,6BAAU;EAAV,wBAAU;EDEX;AACD;ECCC,WAAA;EDCC,YAAW;EACX,wECAc;EDCf;AACD;;;ECIE,gBAAY;EDAb;ACEC;EACC,qBAAkB;EDAnB,oBAAmB;ECGnB;ADDF;ECGG,oBAAY;EDDd;ACEE;EACC,aC1BI;EF0BN,cAAa;ECIb;ADFF;EACE,eAAc;EACf;AACD;;;ECOG,aAAW;EDHb;ACMC;EACC,mBAAW;EACX,kBAAa;EDJf;AACD;ECOE,aAAA;EACC,eAAY;EACZ,iBAAS;EDLX;ACME;EACC,oBAAc;EDJhB,wBAAuB;ECKrB;ADHJ;EACE,gBAAe;ECShB;ADPD;EGhDC,aAAY;EHkDZ;AACD;EACE,qBAAoB;EGhDrB,uBAAA;EAEC,cAAY;EACZ,gEAA0C;EHiD3C;AACD;EACE,qBAAoB;EG9CrB,uBAAA;EACC,cAAY;EHgDZ,mCAAkC;EG3CnC;AH6CD;EG3CE,2FAA0C;EH6C3C;AACD;EACE,qBAAoB;EGxCrB,uBAAA;EAIC,cAAO;EACP,6GAAkD;EHuCnD;AACD;EACE,2BAA0B;ECd3B,gCAAO;EACN,kCAAmB;EACnB,8BAAc;EDgBf;AACD;EACE,qBAAoB;ECdpB,gBAAA;EDgBA,kBAAiB;ECdhB,4BAAU;EDgBZ;AACD;;ECZE,YAAA;EACC,aAAW;EACX,kBAAa;EDef;AACD;EACE,kBAAiB;ECZjB,qBAAA;EACC,WAAS;EACT,YAAU;EDcZ;ACXC;EACC,WAAS;EACT,YAAU;EDaZ;AACD;EACE,WAAU;EACV,YAAW;EACX,oBAAmB;EACpB","file":"dashboard-widget.css"}
css/dashboard-widget.min.css CHANGED
@@ -1,3 +1,3 @@
1
- #jetpack_summary_widget *{-moz-box-sizing:border-box;box-sizing:border-box}#jetpack_summary_widget .hndle:before{font-family:'jetpack';content:'\f102';font-size:175%;vertical-align:middle;margin-right:0.2em;color:#81a844;font-weight:100}#jetpack_summary_widget .inside{margin:0;padding:0;font-family:"proxima-nova", "Open Sans", Helvetica, Arial, sans-serif}#jetpack_summary_widget .stats,#jetpack_summary_widget .widgets,#jetpack_summary_widget .wpcom-connect{padding:.75em}#jetpack_summary_widget .wpcom-connect{background:#95bc59 url("../images/the-cloud.svg") center bottom repeat-x;padding-bottom:1.25em;min-height:200px}#jetpack_summary_widget .wpcom-connect h3,#jetpack_summary_widget .wpcom-connect p{color:#fff;padding:0 12px;margin:8px 0;text-shadow:0 1px 2px rgba(0,0,0,0.3)}#jetpack_summary_widget .wpcom-connect .actions{text-align:center}#jetpack_summary_widget .wpcom-connect .actions small{display:block}#jetpack_summary_widget .button-jetpack{background:#81a844;border-color:#658435;color:#fff;box-shadow:inset 0 1px 0 #a5c672,0 1px 0 rgba(0,0,0,0.15)}#jetpack_summary_widget .button-jetpack:hover,#jetpack_summary_widget .button-jetpack:focus{background:#73963d;border-color:#57722e;color:#fff;box-shadow:inset 0 1px 0 #9abf60}#jetpack_summary_widget .button-jetpack:focus{box-shadow:inset 0 1px 0 #9abf60,0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}#jetpack_summary_widget .button-jetpack:active{background:#658435;border-color:#57722e;color:#fff;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}#jetpack_summary_widget .button-jetpack[disabled],#jetpack_summary_widget .button-jetpack:disabled,#jetpack_summary_widget .button-jetpack.button-primary-disabled,#jetpack_summary_widget .button-jetpack.disabled{color:#cdd1c7 !important;background:#6b8b38 !important;border-color:#57722e !important;text-shadow:none !important}#jetpack_summary_widget footer{background:#f4f4f4;padding:.75em;overflow:hidden;border-top:1px solid #ccc}#jetpack_summary_widget footer .protect,#jetpack_summary_widget footer .akismet{width:50%;float:left;text-align:left}#jetpack_summary_widget footer h3{font-size:1.5em;font-weight:normal;margin:0;padding:0}#jetpack_summary_widget footer p{margin:0;padding:0}#jetpack_summary_widget footer section{margin:0;padding:0;text-align:center}
2
 
3
  /*# sourceMappingURL=dashboard-widget.min.css.map */
1
+ #jetpack_summary_widget *{-moz-box-sizing:border-box;box-sizing:border-box}#jetpack_summary_widget .inside{margin:0;padding:0;font-family:"proxima-nova", "Open Sans", Helvetica, Arial, sans-serif}#jetpack_summary_widget .stats,#jetpack_summary_widget .widgets,#jetpack_summary_widget .wpcom-connect{padding:.75em}#jetpack_summary_widget .wpcom-connect{background:#fafafa;text-align:center}#jetpack_summary_widget .wpcom-connect .jp-emblem{padding:5px 0 0 0}#jetpack_summary_widget .wpcom-connect svg{width:40px;height:40px}#jetpack_summary_widget .wpcom-connect svg path{fill:#81a844}#jetpack_summary_widget .wpcom-connect .jp-emblem,#jetpack_summary_widget .wpcom-connect h3,#jetpack_summary_widget .wpcom-connect p{width:100%}#jetpack_summary_widget .wpcom-connect h3{font-size:1.25em;font-weight:400}#jetpack_summary_widget .wpcom-connect p{color:#777;margin-top:0;padding:0 15px}#jetpack_summary_widget .wpcom-connect .actions{text-align:center;padding:15px 0 10px 0}#jetpack_summary_widget .wpcom-connect .actions small{display:block}#jetpack_summary_widget .wpcom-connect .actions small a{color:#999}#jetpack_summary_widget .button-jetpack{background:#81a844;border-color:#658435;color:#fff;box-shadow:inset 0 1px 0 #a5c672,0 1px 0 rgba(0,0,0,0.15)}#jetpack_summary_widget .button-jetpack:hover,#jetpack_summary_widget .button-jetpack:focus{background:#73963d;border-color:#57722e;color:#fff;box-shadow:inset 0 1px 0 #9abf60}#jetpack_summary_widget .button-jetpack:focus{box-shadow:inset 0 1px 0 #9abf60,0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}#jetpack_summary_widget .button-jetpack:active{background:#658435;border-color:#57722e;color:#fff;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}#jetpack_summary_widget .button-jetpack[disabled],#jetpack_summary_widget .button-jetpack:disabled,#jetpack_summary_widget .button-jetpack.button-primary-disabled,#jetpack_summary_widget .button-jetpack.disabled{color:#cdd1c7 !important;background:#6b8b38 !important;border-color:#57722e !important;text-shadow:none !important}#jetpack_summary_widget footer{background:#fafafa;padding:.75em;overflow:hidden;border-top:1px solid #ccc}#jetpack_summary_widget footer .protect,#jetpack_summary_widget footer .akismet{width:50%;float:left;text-align:left}#jetpack_summary_widget footer h3{font-size:1.5em;font-weight:normal;margin:0;padding:0}#jetpack_summary_widget footer p{margin:0;padding:0}#jetpack_summary_widget footer section{margin:0;padding:0;text-align:center}
2
 
3
  /*# sourceMappingURL=dashboard-widget.min.css.map */
css/dashboard-widget.min.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../scss/templates/_dashboard-widget.scss","../scss/_utilities/mixins/_button.scss"],"names":[],"mappings":"AAEC,0BACC,2BAAA,CAIA,qBAAA,CAAA,qCACC,sBACA,CAAA,eACA,CAAA,cACA,CAAA,qBACA,CAAA,kBACA,CAAA,aACA,CAAA,eAIF,CAAA,+BACC,SACA,CAAA,SACA,CAAA,qEAGD,CAAA,sGAGC,cAGD,CAAA,sCACC,yEACA,CAAA,qBACA,CAAA,gBAEA,CAAA,kFAEC,WACA,CAAA,cACA,CAAA,YACA,CAAA,qCAGD,CAAA,+CACC,kBAEA,CAAA,qDACC,cAKH,CAAA,uCC7CA,mBACA,CAAA,oBACA,CAAA,UACA,CAAA,yDAEA,CAAA,2FAEC,mBACA,CAAA,oBACA,CAAA,UACA,CAAA,gCAGD,CAAA,6CACC,oFAKD,CAAA,8CACC,mBACA,CAAA,oBACA,CAAA,UACA,CAAA,kGAKD,CAAA,mNAIC,yBACA,CAAA,6BACA,CAAA,+BACA,CAAA,2BDcD,CAAA,8BACC,mBACA,CAAA,aACA,CAAA,eACA,CAAA,yBAGA,CAAA,+EAEC,UACA,CAAA,UACA,CAAA,eAGD,CAAA,iCACC,gBACA,CAAA,kBACA,CAAA,QACA,CAAA,SAGD,CAAA,gCACC,SACA,CAAA,SAGD,CAAA,sCACC,SACA,CAAA,SACA,CAAA,iBAAkB,CAAA","file":"dashboard-widget.min.css"}
1
+ {"version":3,"sources":["../scss/templates/_dashboard-widget.scss","../scss/_utilities/mixins/_button.scss"],"names":[],"mappings":"AAEC,0BACC,2BAAA,CAGD,qBAAA,CAAA,+BACC,SACA,CAAA,SACA,CAAA,qEAGD,CAAA,sGAGC,cAGD,CAAA,sCACC,mBACA,CAAA,iBAEA,CAAA,iDACC,kBAGD,CAAA,0CACC,WACA,CAAA,WACA,CAAA,+CACC,aAIF,CAAA,oIAGC,WAGD,CAAA,yCACC,iBACA,CAAA,eAGD,CAAA,wCACC,WACA,CAAA,YACA,CAAA,cAGD,CAAA,+CACC,kBACA,CAAA,qBACA,CAAA,qDACC,cACA,CAAA,uDACC,WAMJ,CAAA,uCCxDA,mBACA,CAAA,oBACA,CAAA,UACA,CAAA,yDAEA,CAAA,2FAEC,mBACA,CAAA,oBACA,CAAA,UACA,CAAA,gCAGD,CAAA,6CACC,oFAKD,CAAA,8CACC,mBACA,CAAA,oBACA,CAAA,UACA,CAAA,kGAKD,CAAA,mNAIC,yBACA,CAAA,6BACA,CAAA,+BACA,CAAA,2BDyBD,CAAA,8BACC,mBACA,CAAA,aACA,CAAA,eACA,CAAA,yBAEA,CAAA,+EAEC,UACA,CAAA,UACA,CAAA,eAGD,CAAA,iCACC,gBACA,CAAA,kBACA,CAAA,QACA,CAAA,SAGD,CAAA,gCACC,SACA,CAAA,SAGD,CAAA,sCACC,SACA,CAAA,SACA,CAAA,iBAAkB,CAAA","file":"dashboard-widget.min.css"}
css/jetpack-admin-rtl.css CHANGED
@@ -1224,9 +1224,6 @@ ul#adminmenu a.toplevel_page_jetpack:after {
1224
  border-color: #8ac9e8;
1225
  background: #f8fcfe;
1226
  }
1227
- .module:nth-of-type(n+10) {
1228
- display: none;
1229
- }
1230
  .module h3 {
1231
  cursor: pointer;
1232
  margin: 0 0 0.5em;
@@ -1244,9 +1241,6 @@ ul#adminmenu a.toplevel_page_jetpack:after {
1244
  border-color: #8ac9e8;
1245
  background: #f8fcfe;
1246
  }
1247
- .module:nth-of-type(n+10) {
1248
- display: none;
1249
- }
1250
  .module.active {
1251
  border-color: #2ea2cc;
1252
  box-shadow: inset -4px 0 0 #2ea2cc;
@@ -2901,6 +2895,6 @@ ul#adminmenu a.toplevel_page_jetpack:after {
2901
  }
2902
 
2903
  /*# sourceMappingURL=jetpack-admin.css.map */
2904
- .j-row{width:100%;margin:0 auto}.j-row:before,.j-row:after{content:" ";display:table}.j-row:after{clear:both}.j-col{padding:0.85em;width:100%;float:right;position:relative}@media only screen{.j-sm-1{width:8.33333%}.j-sm-2{width:16.66667%}.j-sm-3{width:25%}.j-sm-4{width:33.33333%}.j-sm-5{width:41.66667%}.j-sm-6{width:50%}.j-sm-7{width:58.33333%}.j-sm-8{width:66.66667%}.j-sm-9{width:75%}.j-sm-10{width:83.33333%}.j-sm-11{width:91.66667%}.j-sm-12{width:100%}}@media (min-width: 530px){.j-md-1{width:8.33333%}.j-md-2{width:16.66667%}.j-md-3{width:25%}.j-md-4{width:33.33333%}.j-md-5{width:41.66667%}.j-md-6{width:50%}.j-md-7{width:58.33333%}.j-md-8{width:66.66667%}.j-md-9{width:75%}.j-md-10{width:83.33333%}.j-md-11{width:91.66667%}.j-md-12{width:100%}}@media (min-width: 782px){.j-lrg-1{width:8.33333%}.j-lrg-2{width:16.66667%}.j-lrg-3{width:25%}.j-lrg-4{width:33.33333%}.j-lrg-5{width:41.66667%}.j-lrg-6{width:50%}.j-lrg-7{width:58.33333%}.j-lrg-8{width:66.66667%}.j-lrg-9{width:75%}.j-lrg-10{width:83.33333%}.j-lrg-11{width:91.66667%}.j-lrg-12{width:100%}}body,button,input,select,textarea{color:#222;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.4;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:#222;clear:both}a{color:#0d72b2;transition:color .2s;text-decoration:none}a:visited{color:#0d72b2}a:hover{color:#0f92e5}a:focus{outline:thin dotted}address{margin:0 0 1.5em}abbr[title],acronym{cursor:help}ins{background:#eee;text-decoration:none}dt{font-weight:700}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}@-webkit-keyframes "grow"{0%{-webkit-transform:scale(0.3);transform:scale(0.3)}60%{-webkit-transform:scale(1.15);transform:scale(1.15)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes "grow"{0%{-webkit-transform:scale(0.3);transform:scale(0.3)}60%{-webkit-transform:scale(1.15);transform:scale(1.15)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes "candy"{0%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.15);transform:scale(1.15)}60%{-webkit-transform:scale(0.95);transform:scale(0.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes "candy"{0%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.15);transform:scale(1.15)}60%{-webkit-transform:scale(0.95);transform:scale(0.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes "flyer"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(680px, -680px, 0px);transform:translate3d(680px, -680px, 0px)}}@keyframes "flyer"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(680px, -680px, 0px);transform:translate3d(680px, -680px, 0px)}}.button,.download-jetpack{transition:all .1s ease-in-out}.jp-button,.jp-button--settings{display:inline-block;position:relative;padding:0.76923em 1.46154em;color:#efefef;font:800 0.9285714286em/1 'Open Sans', Helvetica, sans-serif;text-shadow:0 -1px 1px rgba(0,0,0,0.2);background:#6f7476;border-radius:3px}.jp-button:visited,.jp-button--settings:visited{color:#efefef}.jp-button:hover,.jp-button--settings:hover,.jp-button:focus,.jp-button--settings:focus{color:#fff;background:#57972d}.jp-button:active,.jp-button--settings:active{background:#57972d;opacity:0.8}.jp-button--settings{background:#93b45f;color:#e8eedf}.jp-button--settings:visited{color:#e8eedf}.jp-button--settings:hover,.jp-button--settings:focus{background:#9fbd72;color:#fff}.jp-button--settings.current{background:#3c6621;color:#fff;box-shadow:inset 0 2px 0 #365A1F, inset 0 1px 3px #3c6621}.download-jetpack{display:inline-block;position:relative;padding:0.64286em 0.85714em 0.53571em;color:#fff;font:400 20px/1 "proxima-nova", 'Open Sans', Helvetica, sans-serif;background:#518d2a;z-index:3;border-radius:6px;box-shadow:0 6px 0 #3e6c20,0 6px 3px rgba(0,0,0,0.4)}.download-jetpack:visited{color:#fff}.download-jetpack:hover,.download-jetpack:focus{color:#fff;background:#57972d;box-shadow:0 6px 0 #3e6c20,0 6px 3px rgba(0,0,0,0.4)}.download-jetpack:active{top:6px;box-shadow:0 0px 0 #3e6c20,0 0 0 rgba(0,0,0,0.4)}.download-jetpack:active:after{top:-6px}.download-jetpack:before{content:'';display:inline-block;position:relative;top:-2px;margin-left:13px;width:30px;height:30px;vertical-align:middle;background:url("../images/connect-plug.svg") center center no-repeat;background-size:100%}.download-jetpack:after{content:'';position:absolute;top:0;right:0;width:100%;height:100%}@media (max-width: 1147px){.download-jetpack{font-size:1.28571em}.download-jetpack:before{top:-1px;width:23px;height:23px}}@media (max-width: 900px){.download-jetpack:active{top:0}}@media (max-width: 530px){.download-jetpack{font-size:1.21429em;font-weight:600}.download-jetpack:before{width:19px;height:19px;margin-left:9px}}#searchsubmit{display:inline-block;border:none;position:relative;padding:0.71429em 1.5em;color:#efefef;font:800 0.8em/1 'Open Sans', Helvetica, sans-serif;text-shadow:0 -1px 1px rgba(0,0,0,0.2);background:#6f7476;outline:none;border-radius:3px}#searchsubmit:visited{color:#efefef}#searchsubmit:hover,#searchsubmit:focus{color:#fff;background:#2aa0d5}#searchsubmit:active{opacity:0.7}@font-face{font-family:'automatticons';src:url("../_inc/fonts/automatticons/automatticons.eot");src:url("../_inc/fonts/automatticons/automatticons.eot?#iefix") format("embedded-opentype"),url("../_inc/fonts/automatticons/automatticons.woff") format("woff"),url("../_inc/fonts/automatticons/automatticons.ttf") format("truetype"),url("../_inc/fonts/automatticons/automatticons.svg#automatticonsregular") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.eot");src:url("../_inc/fonts/jetpack/jetpack.eot?#iefix") format("embedded-opentype"),url("../_inc/fonts/jetpack/jetpack.woff") format("woff"),url("../_inc/fonts/jetpack/jetpack.ttf") format("truetype"),url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg")}}.nav-horizontal a{display:inline-block}.nav-horizontal li{position:relative;float:right}.nav-horizontal ul{margin:0;padding:0}*,*:before,*:after{-moz-box-sizing:border-box;box-sizing:border-box}::-moz-selection{background:#91bd51;color:#fff;text-shadow:none}::selection{background:#91bd51;color:#fff;text-shadow:none}#wpbody-content{padding-bottom:0}#wpcontent{margin-right:160px;padding:0}ul#adminmenu a.toplevel_page_jetpack:after{border-left-color:#81a844}.folded #wpcontent{margin-right:36px}#wpfooter{display:none}.jp-content{background:#f9f9f9;margin:0;height:auto;min-height:100%;width:100%;width:100%;-webkit-font-smoothing:antialiased}.jp-content .wrapper{background:#f9f9f9}@media (max-width: 900px){#wpcontent,.auto-fold #wpcontent,.auto-fold #wpfooter,.modal,.configure .frame.top.fixed{margin-right:36px;padding-right:0}}@media (max-width: 782px){#wpcontent,.auto-fold #wpcontent,.auto-fold #wpfooter,.modal,.configure .frame.top.fixed{margin-right:0}}@media (max-width: 782px){.configure .frame.top.fixed{padding-right:0}}.wrap.inner,.page-content{max-width:950px;margin:0 auto}.wrap.inner li,.page-content li{line-height:23px}@media (max-width: 530px){.page-content{margin-top:0}}@media (max-width: 1147px){.wrap.inner{background:#f9f9f9;padding:15px}}@media (max-width: 530px){.wrap.inner{margin-top:1.71429em}}.jetpack_page_jetpack_modules .header-nav{margin:0}.jetpack_page_jetpack_modules .page-content{max-width:1200px;min-height:500px;margin:0}.page-content.about{position:relative;z-index:10}@media (max-width: 1147px){.page-content.about{background:#f9f9f9;padding:15px}}@media (max-width: 1147px){.page-content.configure{background:#f9f9f9}}.footer nav{max-width:550px;margin:0 auto}.header{right:0;left:0;background:#81a844}.header-nav li{line-height:60px}.header-nav a{padding:0 0.71429em;line-height:24px}.header-nav .jetpack-logo a{display:inline-block;position:relative;width:214px;margin-left:6px;background:url(../images/jetpack-logo.png) center center no-repeat;background:url(../images/jetpack-logo.svg) center center no-repeat,none;background-size:183px auto;color:#fff;line-height:60px;font-weight:normal}.header-nav .jetpack-logo a span{text-indent:-9999px;visibility:hidden}.header-nav .jetpack-logo a:before{content:'';position:absolute;top:0;right:0;width:100%;height:100%;background-size:183px 32px}.header-nav .jetpack-modules+.jetpack-modules{margin-right:15px}.main-nav{float:right}.main-nav li{margin:0}@media (max-width: 900px){.main-nav{font-size:13px}}.user-nav{float:left}.user-nav li{margin:0}.jetpack-pagestyles #screen-meta{margin:0}.jetpack-pagestyles #screen-meta-links .screen-meta-toggle{z-index:2}.jetpack-pagestyles #screen-options-link-wrap,.jetpack-pagestyles #contextual-help-link-wrap{border:none}.jetpack-pagestyles .update-nag{display:none}.masthead{position:relative;text-align:center;z-index:1;background-color:#81a844;background-image:linear-gradient(top, #81a844, #8eb74e)}.masthead.hasbutton .flyer{bottom:-270px}.masthead.hasbutton .subhead{margin-top:175px}@media (max-width: 530px){.masthead.hasbutton .subhead{margin-top:105px;padding:0}}.masthead h1,.masthead h2{margin:0 auto}.masthead h1{padding:2.5em 0 1.11111em;max-width:21.94444em;color:#fff;font:300 2.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;position:relative;text-shadow:0 -1px 1px rgba(0,0,0,0.12);z-index:3}.masthead h1+.flyby{margin-top:180px}@media (max-width: 1147px){.masthead h1{padding-top:1.83333em;font-size:2.14286em}}@media (max-width: 782px){.masthead h1{max-width:600px;font-size:28px}}@media (max-width: 530px){.masthead h1{margin:0 15px;padding:31px 0 15px 0;font-size:21px;font-weight:400}}.jetpack-connected .masthead h1{margin-bottom:33px;max-width:600px}.flyby{position:relative;max-width:1200px;margin:0 auto}@media (max-width: 900px){.flyby{display:none}}.flyer{position:absolute;bottom:-200px;right:4%;z-index:1;-webkit-animation:flyer 3.4s 2s ease-in-out;animation:flyer 3.4s 2s ease-in-out}.flyer:nth-child(2){right:49%;width:120px;height:131px;-webkit-animation-delay:4.6s;animation-delay:4.6s;-webkit-animation-duration:2.4s;animation-duration:2.4s}.flyer:nth-child(3){right:23%;width:60px;height:66px;-webkit-animation-delay:5.8s;animation-delay:5.8s;-webkit-animation-duration:4.5s;animation-duration:4.5s}.subhead{position:relative;margin-top:105px;padding:4em 0;background:#f9f9f9;z-index:2}.subhead h2{max-width:460px;color:#5d6d74;font:400 1.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 900px){.subhead h2{max-width:428px;font-size:20px}}@media (max-width: 530px){.subhead h2{display:none}}.subhead:after{content:'';position:absolute;bottom:100%;right:0;margin-bottom:-1px;width:100%;height:228px;background:url("../images/the-cloud.svg") center bottom repeat-x;pointer-events:none;z-index:-1}@media (max-width: 1147px){.subhead{margin-top:122px;padding:70px 0 49px}.subhead:after{background-size:160% auto}}@media (max-width: 900px){.subhead{margin-top:122px;padding:70px 0 49px}}@media (max-width: 530px){.subhead{margin-top:83px;padding:47px 15px 39px}}.clouds-sm{height:100px;position:relative;text-align:center;z-index:1;background-color:#81a844;background-image:linear-gradient(top, #81a844, #89b348)}.clouds-sm:after{content:'';position:absolute;bottom:0;right:0;margin-bottom:-1px;width:100%;height:137px;background:url("../images/the-cloud-sm.svg") center bottom repeat-x;pointer-events:none;z-index:2}@media (max-width: 530px){.clouds-sm{height:90px}}.featured{border-top:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6;background:#fff;position:relative;padding:2.0em 1em 4.6em 1em;text-align:center;z-index:1}.featured:before{content:"";display:block;position:absolute;top:0;height:100%;z-index:-1}.featured .features,.featured .modules{margin:0 auto;display:inline-block}@media (max-width: 530px){.featured{display:none}}.featured h2,.module-grid h2{margin-top:1em;color:#5d6d74;font:300 2em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-align:center}@media (max-width: 900px){.featured h2,.module-grid h2{font-size:30px}}@media (max-width: 782px){.featured h2,.module-grid h2{font-size:28px}}.features,.modules{margin:0 -5px}.feature,.module{position:relative;float:right;margin:0 5px 10px;width:310px;transition:all .2s ease-in-out}@media (max-width: 1147px){.feature,.module{margin:.75% 1.5% .75% 0;width:32.333333%;transition:none}.feature:nth-child(3n+1),.module:nth-child(3n+1){margin-right:0}.feature:hover,.module:hover{top:0;box-shadow:none}}.feature{-webkit-transform:translateZ(0);transform:translateZ(0)}.feature h3{margin:0 0 0.58824em;color:#697b84;font-size:1.21429em;line-height:1em;font-weight:800}.feature p{margin:0;color:#6e818a}.feature:before{content:'';position:absolute;bottom:0;right:0;width:100%;height:10px;background:rgba(0,0,0,0.02);z-index:-1;-webkit-transform:translateZ(0);transform:translateZ(0);transition:all .2s ease-in-out}.feature:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.feature:hover h3{color:#1a8dba}.feature:hover .feature-img{border:1px solid #ccc;border-bottom:none}.feature:hover .no-border{border:none}.feature:hover:before{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@media (max-width: 1147px){.feature:hover h3{color:#6e818a}.feature:hover .feature-img{border:1px solid #ddd;border-bottom:none}.feature:hover .no-border{border:none}}.feature .feature-img{padding-top:52%;width:100%;height:auto;border:1px solid #ddd;border-bottom:none}.feature .feature-img.custom-css{background:url("../images/custom-css.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.custom-css{background-image:url("../images/custom-css@2x.jpg")}}.feature .feature-img.wordpress-connect{background:url("../images/wordpress-connect.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.wordpress-connect{background-image:url("../images/wordpress-connect@2x.jpg")}}.feature .feature-img.wordpress-stats{background:url("../images/wordpress-stats.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.wordpress-stats{background-image:url("../images/wordpress-stats@2x.jpg")}}.feature .feature-img.no-border{border:none;padding-bottom:1px}.feature-description{display:block;padding:1em 1.07143em 1.07143em;border:1px solid #ddd;background:#f5f5f5}.feature:hover .feature-description{background:#fff;border-color:#ccc}@media (max-width: 1147px){.feature:hover .feature-description{border:1px solid #ddd;background:#f5f5f5}}@media (max-width: 900px){.feature-description{min-height:115px}}.cat{clear:both;margin-bottom:23px}.cat h3{font-size:24px;font-weight:300;margin:0 6px 13px 0;text-align:right}.cat .clear{clear:both}.module-grid{text-align:center}.module-grid h2{margin:1em 0}@media (max-width: 530px){.module-grid h2{padding-top:16px;margin-top:0;font-size:25px}}#module-search{position:relative;width:100%;max-width:40.71429em;margin:0 auto 1.07143em;overflow:hidden}#jetpack-search{margin:0;padding:11px 16px 11px 16px;width:100%;border:1px solid #c9ced0;border-radius:3px;background:#fff;color:#5c6671;line-height:1.3}#jetpack-search:focus{color:#5c6671;outline:none}#jetpack-search:focus+label{background:transparent;opacity:0}#jetpack-search::-webkit-input-placeholder{color:#a8acae}#jetpack-search :-moz-placeholder{color:#a8acae}#jetpack-search::-moz-placeholder{color:#a8acae}#jetpack-search:-ms-input-placeholder{color:#a8acae}#jetpack-search+label{position:absolute;top:1px;left:1px;bottom:1px;width:48px;color:#abafb1;text-indent:-9999px;pointer-events:none;border-radius:3px;transition:all .2s ease-in-out}#jetpack-search+label:after{content:'\f400';position:absolute;left:11px;text-align:left;top:4px;font-size:1.71429em;font-weight:normal;font-family:"genericons"}.jp-filter{margin-bottom:2.85714em;color:#6f7476}.jp-filter a{display:inline-block;position:relative;padding:0.76923em 1.46154em;color:#aaa;font:600 0.92857em/1 "Open Sans", Helvetica, Arial, sans-serif;text-shadow:0 -1px 1px rgba(255,255,255,0.2);background:#eee;border-radius:3px;background-clip:padding-box}.jp-filter a.selected,.jp-filter a:hover,.jp-filter a:focus{color:#efefef;text-shadow:0 -1px 1px rgba(0,0,0,0.2);background:#6f7476}@media (max-width: 530px){.jp-filter a{padding:0.76em 1em}}.module{display:block;padding:0.71429em 1.07143em 1em;text-align:right;border:1px solid #dae0e2;background:#fff;box-shadow:0 0 0 rgba(0,0,0,0.03);transition:opacity 2s ease-in}.module:hover{border-color:#8ac9e8;background:#f8fcfe}.module:nth-of-type(n+10){display:none}.module h3{cursor:pointer;margin:0 0 0.5em;color:#1a8dba;font-size:1.14286em;line-height:1.4em;font-weight:700}.module p{margin:0;color:#686f72;font-size:0.85714em}.module:hover,.module:focus{border-color:#8ac9e8;background:#f8fcfe}.module:nth-of-type(n+10){display:none}.module.active{border-color:#2ea2cc;box-shadow:inset -4px 0 0 #2ea2cc}.module.active:hover{border-color:#69bedd;box-shadow:inset -4px 0 0 #69bedd}@media (max-width: 1147px){.cat .module:nth-child(3n+1){margin:.75% 1.5% .75% 0}.cat .module:nth-child(3n - 1){margin-right:0}}@media (max-width: 900px){.cat .module{margin:1% 2% 1% 0}.cat .module:nth-child(2n+1){margin:1% 2% 1% 0}.cat .module:nth-child(2n+0){margin-right:0}}@media (max-width: 530px){.cat .module{margin:5px 0}.cat .module:nth-child(2n+1){margin-right:0}.cat .module:nth-child(2n+0){margin-right:0}}@media (max-width: 900px){.module{margin:1% 2% 1% 0;width:49%}.module:nth-child(3n+1){margin-right:2%}.module:nth-child(2n+1){margin-right:0}}@media (max-width: 530px){.module{margin:5px 0;width:100%}.module:nth-child(3n+1){margin-right:0}.module:nth-child(2n+1){margin-right:0}}.new{position:relative}.new:after{content:'NEW';position:absolute;top:-8px;left:-8px;padding-top:10px;width:32px;height:32px;color:#fff;font-size:8px;font-weight:800;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,0.2);background:url("../images/new-badge.svg") center center no-repeat;background-size:100%;border-radius:50%}.paid{display:inline-block;position:relative;top:5px;margin-right:10px;padding:1px 4px 0 6px;height:13px;color:#fff;font:700 10px/1 "Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 1px 0 rgba(0,0,0,0.05);background:#d0d0d0;vertical-align:top}.paid:before,.paid:after{position:absolute;top:0;left:100%;font:normal 14px/14px "genericons"}.paid:before{content:'\f503';color:#d0d0d0;text-shadow:none}.paid:after{content:'\f428';margin-left:-5px;font-size:11px}.rtl .paid:before{content:'\f501'}.load-more{margin:2.71429em 0 6.15385em}.set{display:none}.show.set{display:block}.loading{bottom:50%;position:absolute;top:50%;width:100%}.loading span{color:#999}.modal{background:#fff;position:fixed;top:52px;bottom:20px;left:20px;right:20px;margin-right:160px;display:none;box-shadow:0 1px 20px 5px rgba(0,0,0,0.1);z-index:500}.modal .close{position:absolute;top:0;left:0;font:300 1.71429em "genericons" !important;color:#777;content:'\f405';display:inline-block;padding:0.28571em 0.71429em 0.42857em;z-index:5}.modal .close:hover{background:#eee;opacity:0.8}.modal .close:active{background:#eee;opacity:0.4}.modal #jp-post-flair{display:none}.modal .content-container{position:absolute;top:0;left:0;bottom:0;right:0;overflow:auto;padding:2.14286em}.modal .content{margin:0 auto;max-width:900px;text-align:right}.modal h2{text-align:right;margin-top:0;color:#5d6d74;font:300 32px "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 530px){.modal h2{font-size:26px}}.modal h5{clear:right}.modal p{font-size:1.23077em}.modal footer{position:absolute;right:0;bottom:0;width:100%;padding:12px 20px;border-top:1px solid #ddd;background:#fff;text-align:left}.modal footer ul{margin:0}.modal footer li{display:inline-block;margin:0}.modal .button-secondary,.modal .button-primary:active{vertical-align:baseline}@media (max-width: 900px){.modal{bottom:5%;margin-right:36px;font-size:80%}.modal .content{top:38px}}@media (max-width: 782px){.modal{top:66px;margin-right:0}}@media (max-width: 600px){.modal{top:10px;left:10px;bottom:10px;right:10px}}.jp-info-img{float:left;margin:0 30px 30px 0}.jp-info-img img{border:1px solid #ddd;max-width:100%;height:auto}.jp-info-img img:first-child{margin-top:0}@media (max-width: 782px){.jp-info-img{float:none;margin:0 0 15px}}.content-container.modal-footer{bottom:53px}.shade{background:#000;bottom:0;cursor:pointer;display:none;right:0;opacity:0.2;position:fixed;left:0;top:0;z-index:11}.entry-title,.page-template-default h1{margin-top:0.61111em;color:#5d6d74;font:300 2.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 530px){.entry-title,.page-template-default h1{font-size:2em}}.blog h3,.single h3,.page-template-default h2{margin-top:0.61111em;color:#5d6d74;font:300 1.9em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 530px){.blog h3,.single h3,.page-template-default h2{font-size:1.4em}}.page-template-default p{line-height:1.71429em}.blog .type-post,.page-template-default .type-page,.single .type-post,.single .type-jetpack_support{float:right;width:70%}.footer{margin-top:1.42857em;position:relative;padding:10em 0 4.28571em;text-align:center}.footer:before,.footer:after{content:'';position:absolute;right:0;pointer-events:none}.footer:before{top:0;margin-top:-1px;width:100%;height:195px}.footer:after{bottom:0;width:100%;height:50px;background:url("../images/the-footcloud.svg") center bottom no-repeat;background-size:auto 45px;z-index:1}.footer .download-jetpack{margin-bottom:33px}@media (max-width: 1147px){.footer{padding-top:165px;padding-bottom:0}.footer:before{background-size:160% auto}.footer:after{display:none}.footer ul{float:none;overflow:hidden}}@media (max-width: 900px){.footer{padding-top:146px}}@media (max-width: 782px){.footer{margin-top:0}}@media (max-width: 530px){.footer{margin-top:0;padding-top:135px}}@media (max-width: 320px){.footer{padding-top:76px}}.footer nav{max-width:100%}.footer nav a,.footer nav a:visited{padding:4px 6px;color:#999}.footer nav a:hover,.footer nav a:focus,.footer nav a:visited:hover,.footer nav a:visited:focus{color:#81A844}@media (max-width: 1147px){.footer nav{border:none;padding:0}.footer nav a:hover,.footer nav a:focus,.footer nav a:visited:hover,.footer nav a:visited:focus{color:#fff}}@media (max-width: 530px){.footer nav li{display:block;float:none;margin:0;text-align:right}.footer nav a{display:block;padding:0 16px;line-height:44px}}.primary{padding:25px 15px 10px 15px;border-bottom:1px solid #eee}.secondary-footer{margin:0 auto}.secondary-footer li{margin-left:5px}@media (max-width: 1147px){.secondary-footer{margin:0 30px;padding:8px 15px 30px}}@media (max-width: 530px){.secondary-footer{margin:0;padding:0;border:none;font-weight:400}.secondary-footer a{border-top:1px solid #eee}}.footer .a8c-attribution{margin:0;padding:0 6px;color:#bbb;font-size:0.78571em;font-family:"Gill Sans","Gill Sans MT","Open Sans",Helvetica,Arial,sans-serif;text-transform:uppercase}.footer .a8c-attribution a{display:inline-block;position:relative;padding:4px 16px;left:9999px;outline:0}.footer .a8c-attribution a:after{content:'A';position:absolute;top:2px;left:-9999px;height:100%;color:#999;font-size:1.54545em;font-family:"automatticons";text-align:center}.footer .a8c-attribution a:hover:after{-webkit-animation:candy .4s ease-in-out;animation:candy .4s ease-in-out}.secondary{padding:10px 15px 0 15px}.jetpack-message{background:#8eb74e;border:1px solid #73963d;margin:33px auto 0;max-width:90%;position:relative;z-index:2}.jetpack-message.is-opt-in{margin:50px 0 0;max-width:100%;padding:10px 15px;background:#fff;border:0;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);font-size:13px;text-align:center}.subhead .jetpack-message.is-opt-in{margin:0;padding-bottom:0;background:transparent;box-shadow:none}.subhead .jetpack-message.is-opt-in .jp-button,.subhead .jetpack-message.is-opt-in .jp-button--settings{display:inline-block}.jetpack-message.is-opt-in p{color:#3c4549}.jetpack-message.is-opt-in .jp-button,.jetpack-message.is-opt-in .jp-button--settings{margin-top:15px;display:none}.jetpack-message h4{color:#fff;margin:0}.jetpack-message p{color:#fff;margin:0;opacity:0.7}.jetpack-message .squeezer{padding:23px 80px 23px 23px;position:relative;text-align:right}.jetpack-message .squeezer:before{color:#fff;content:'\f418';font-family:'Genericons';font-size:33px;height:33px;right:25px;opacity:0.6;position:absolute;top:23px;top:calc( 50% - 22px )}@media (max-width: 530px){.jetpack-message .squeezer{padding:23px}.jetpack-message .squeezer:before{display:none}}.jetpack-message .squeezer a{color:#FFF;border-bottom:1px solid #D5E4BD}.jetpack-message .squeezer a:hover{border-bottom:1px solid #F1F6E9}.jetpack-message.error .squeezer:before,.jetpack-message.jetpack-err .squeezer:before{content:'\f414'}.configure-module .jetpack-message{max-width:100%}.modules h3.icon,.jetpack-modules .info a{width:auto}.modules h3.icon:before,.jetpack-modules .info a:before{display:inline-block;position:relative;top:1px;right:-3px;margin-left:2px;opacity:0.8;font:normal 20px "genericons";vertical-align:top}.jetpack-modules .info a:before{margin-top:1px}.latex:before,.jetpack-modules #latex .info a:before{content:'\f408'}.carousel:before,.jetpack-modules #carousel .info a:before{content:'\f102'}.modules h3.contact-form:before,.jetpack-modules #contact-form .info a:before{content:'\f175';font:normal 20px "dashicons"}.modules h3.custom-css:before,.jetpack-modules #custom-css .info a:before{content:'\f100';font:normal 20px "dashicons"}.modules h3.enhanced-distribution:before,.jetpack-modules #enhanced-distribution .info a:before{content:'\f237';font:normal 20px "dashicons"}.modules h3.widgets:before,.jetpack-modules #widgets .info a:before{content:'\f116';font:normal 20px "dashicons"}.modules h3.gravatar-hovercards:before,.jetpack-modules #gravatar-hovercards .info a:before{content:'G';font-family:"automatticons"}.infinite-scroll:before,.jetpack-modules #infinite-scroll .info a:before{content:'\f408'}.comments:before,.jetpack-modules #comments .info a:before{content:'\f108'}.sso:before,.jetpack-modules #sso .info a:before{content:'\f205'}.json-api:before,.jetpack-modules #json-api .info a:before{content:'\f415'}.likes:before,.jetpack-modules #likes .info a:before{content:'\f408'}.markdown:before,.jetpack-modules #markdown .info a:before{content:'\f462'}.minileven:before,.jetpack-modules #minileven .info a:before{content:'\f453'}.manage:before,.jetpack-modules #manage .info a:before{content:'\f205'}.monitor:before,.jetpack-modules #monitor .info a:before{content:'\f468'}.notes:before,.jetpack-modules #notes .info a:before{content:'\f300'}.omnisearch:before,.jetpack-modules #omnisearch .info a:before{content:'\f400'}.photon:before,.jetpack-modules #photon .info a:before{content:'\f403'}.post-by-email:before,.jetpack-modules #post-by-email .info a:before{content:'\f410'}.protect:before,.jetpack-modules #protect .info a:before{content:'\f470';position:relative;top:-1px}.modules h3.publicize:before,.jetpack-modules #publicize .info a:before{content:'\f237';font:normal 20px "dashicons"}.related-posts:before,.jetpack-modules #related-posts .info a:before{content:'\f420'}.sharedaddy:before,.jetpack-modules #sharedaddy .info a:before{content:'\f415'}.shortcodes:before,.jetpack-modules #shortcodes .info a:before{content:'\f100'}.verification-tools:before,.jetpack-modules #verification-tools .info a:before{content:'\f425'}.after-the-deadline:before,.jetpack-modules #after-the-deadline .info a:before{content:'\f411'}.subscriptions:before,.jetpack-modules #subscriptions .info a:before{content:'\f410'}.tiled-gallery:before,.jetpack-modules #tiled-gallery .info a:before{content:'\f103'}.modules h3.vaultpress:before,.jetpack-modules #vaultpress .info a:before{content:'V';font-family:"automatticons"}.videopress:before,.jetpack-modules #videopress .info a:before{content:'\f104'}.modules h3.widget-visibility:before,.jetpack-modules #widget-visibility .info a:before{content:'\f116';font:normal 20px "dashicons"}.stats:before,.jetpack-modules #stats .info a:before{content:'\f205'}.shortlinks:before,.jetpack-modules #shortlinks .info a:before{content:'\f107'}.modules h3.custom-content-types:before,.jetpack-modules #custom-content-types .info a:before{content:'\f498';font:normal 20px "dashicons"}.modules h3.site-icon:before,.jetpack-modules #site-icon .info a:before{content:'\f475'}@media (max-width: 782px){.blog .type-post,.page-template-default .type-page,.single .type-post,.single .type-jetpack_support{width:100%}}@media (max-width: 600px){.clouds-sm{display:none}}@media (max-width: 530px){.wrap.inner.jp-support .jp-support-column-left{width:100%}.wrap.inner.jp-support .jp-support-column-left .widget-text{margin-left:0;width:100%}.wrap.inner.jp-support .jp-support-column-right{width:100%}}@media screen and (max-width: 400px){.jp-frame .header-nav{padding-bottom:10px}.jp-frame .header-nav li{line-height:30px}.jp-frame .header-nav .jetpack-logo{width:100%;text-align:center}.jp-frame .header-nav .jetpack-modules{margin:0;width:50%;text-align:left;padding:0 5px}.jp-frame .header-nav .jetpack-modules+.jetpack-modules{text-align:right}}@media (max-width: 320px){.jetpack_page_jetpack_modules .wrap{padding:0 0 1em}}.page-content.configure{margin-top:0}.configure .frame.top{border:none;box-shadow:none;padding-top:1.42857em;position:relative;top:auto}.configure .frame.top.fixed{background:#f9f9f9;border-bottom:1px solid #e9e9e9;padding-right:160px;margin-top:-6px;position:fixed;left:0;top:32px;width:100%;z-index:4;box-shadow:0 2px 2px -2px #eee}@media (max-width: 782px){.configure .frame.top.fixed{border:none;box-shadow:none;padding-top:1.42857em;position:relative;top:auto}}@media (max-width: 600px){.configure .frame.top.fixed{top:0}}.configure .frame.top .tablenav.top{float:right}@media (max-width: 900px){.configure .frame.top .tablenav.top .actions{display:block}}@media (max-width: 782px){.configure .frame.top .tablenav.top .actions{margin-top:6px}}.jp-frame-top-fixed .configure{padding-top:94px}.filter-search{display:none;float:left;margin-top:10px}@media (max-width: 782px){.filter-search{display:block}}@media (max-width: 530px){.filter-search{display:none}}.module-actions.landing-page{float:left;margin-left:15px}.module-actions.landing-page a{font-size:0.6em}.table-bordered.jetpack-modules{border:none;margin-bottom:0}.table-bordered.jetpack-modules tr.jetpack-module th{border-right:0;padding:14px 4px 0}.table-bordered.jetpack-modules tr.jetpack-module th input{display:block}.table-bordered.jetpack-modules tr.jetpack-module:hover .genericon{display:inline-block}.table-bordered.jetpack-modules tr.jetpack-module:hover td .row-actions span a{opacity:1}.table-bordered.jetpack-modules tr.jetpack-module.active th,.table-bordered.jetpack-modules tr.jetpack-module.active td{background:#f7fcfe}.table-bordered.jetpack-modules tr.jetpack-module.active th{border-right:4px solid #2ea2cc;padding-right:0px}.table-bordered.jetpack-modules tr.jetpack-module.active td:first-child{border-right:4px solid #2ea2cc}.table-bordered.jetpack-modules tr.jetpack-module.unavailable{opacity:0.3}.table-bordered.jetpack-modules tr.jetpack-module.unavailable input{display:none}.table-bordered.jetpack-modules tr.jetpack-module#vaultpress{opacity:1}.table-bordered.jetpack-modules tr.jetpack-module th,.table-bordered.jetpack-modules tr.jetpack-module td{background:#fff;margin:0;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.1)}.table-bordered.jetpack-modules tr.jetpack-module td{padding:10px 14px 8px 10px;line-height:25px}.table-bordered.jetpack-modules tr.jetpack-module td:first-child{border-right:4px solid #fff}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{float:left;padding:0 0 1px;visibility:visible}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span{margin-right:5px}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a{opacity:0}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a:focus{opacity:1}@media (max-width: 530px){.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{display:none}}@media (max-width: 782px){.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{display:block;padding-right:10px;visibility:visible}}.table-bordered.jetpack-modules>thead>tr>th{border:0;vertical-align:middle}.table-bordered.jetpack-modules>thead>tr>th:last-child{padding-left:0}@media (max-width: 782px){.table-bordered.jetpack-modules>thead>tr>th:last-child{padding-right:0}}.table-bordered.jetpack-modules td{background:#fff}.table-bordered.jetpack-modules #doaction{margin-top:0}@media (max-width: 782px){.table-bordered.jetpack-modules #doaction{padding:10px 7px}}.table-bordered.jetpack-modules .checkall{margin-top:1px}.table-bordered.jetpack-modules .filter-search{margin-top:8px}.table-bordered.jetpack-modules .genericon{color:#999;display:none;margin:7px 3px 0}@media (max-width: 900px){.table-bordered.jetpack-modules .genericon{display:inline-block}}.table-bordered.jetpack-modules .med{width:70px}.table-bordered.jetpack-modules .sm{width:30px}@media (max-width: 782px){.table-bordered.jetpack-modules .check-column{width:50px}}.fixed-top .check-column{padding:8px 10px 0 10px;width:2.2em}.wrap{margin:0;padding:0 1.5em 1em;overflow:hidden}.wrap h2{font-size:24px;font-weight:400}.wrap .manage-left{float:right;margin:0;padding:0;width:63%}.wrap .manage-left table{width:100%}.wrap .manage-left th{font-weight:400}@media (max-width: 782px){.wrap .manage-left{width:100%}}.wrap .manage-right{margin:0;padding:0;float:left;width:35%;z-index:1}.wrap .manage-right p{font-size:12px;font-weight:bold;color:#bbb;padding-top:2px;text-transform:uppercase;letter-spacing:1px;clear:right}.wrap .manage-right .bumper{margin-right:33px}.wrap .manage-right.show{display:block;position:fixed;overflow-y:auto;overflow-x:hidden;position:absolute}.wrap .manage-right .search-bar{margin-bottom:18px;max-width:300px}.wrap .manage-right p.search-box{float:none;height:auto;margin-bottom:0;position:relative}.wrap .manage-right p.search-box input[type='search']{padding:0 8px;width:90%;line-height:initial}@media (max-width: 782px){.wrap .manage-right p.search-box input[type='search']{float:right;padding:9px 8px}}.wrap .manage-left p.search-box input[type="submit"]{display:none}.wrap .manage-right .button-group .button{outline:none}.wrap .manage-right .subsubsub{margin:0;padding:0}.wrap .manage-right .subsubsub a{padding:0;line-height:inherit}.wrap .manage-right .subsubsub .current{padding:1px 5px;border-radius:2px;margin-right:-5px;background:#0D72B2;color:#FFF}.wrap .manage-right .subsubsub .current .count{color:#BCD7E7;font-weight:200}.wrap .manage-right .subsubsub li{display:block;text-align:right}@media (max-width: 782px){.wrap .manage-right{background:#fff;bottom:0;display:none;min-width:300px;position:fixed;left:0;top:0;z-index:13;box-shadow:0 1px 20px 5px rgba(0,0,0,0.1)}.wrap .manage-right .bumper{margin:13px}.wrap .manage-right .navbar-form{margin:0;padding:0}}.configure-module p{font-size:14px}.configure-module p.success,.configure-module p.error{color:#fff;padding:10px}.configure-module p.success{background-color:#81a844}.configure-module p.error{background-color:#d94f4f}.protect-status p{font-size:16px}.protect-status strong{display:inline-block;margin-top:10px;background:#fff;padding:10px;border:1px #ddd solid;font-size:16px;color:#000;max-width:100%}.protect-status.attn{color:#d94f4f}.protect-status.working{color:#81a844}#non-editable-whitelist{margin-top:15px}.protect-whitelist textarea{width:100%;min-height:150px}#editable-whitelist .whitelist-table{width:100%}.configure-module input[disabled]{opacity:.5}.configure-module input.button-primary{font-weight:bold}.whitelist-table{border-top:1px solid;border-left:1px solid;border-color:#ddd;background-color:#fff}.whitelist-table td,.whitelist-table th{padding:10px;margin:0;border-bottom:1px solid;border-right:1px solid;border-color:#ddd;font-size:14px}.whitelist-table th.heading{font-weight:bold;color:#5d6d74;text-align:right;background-color:#eee}.whitelist-table td.item-actions{border-right:none;text-align:left}.whitelist-table .toolbar{padding:0}.whitelist-table .add-btn{text-align:center;width:10%;border-right:1px #ddd solid}.ip-address,.enter-ip{width:90%;text-align:right;vertical-align:middle}.delete-ip-address{text-align:center;border:0;background:transparent;color:#6f7476;box-shadow:none;font-size:20px;margin:0;padding:0;cursor:pointer;border-radius:2px}.delete-ip-address:hover{background:#eee}.toolbar div{float:right;padding:10px}@media only screen and (min-width: 1100px){#non-editable-whitelist{width:28%;float:left;margin-top:0}.protect-whitelist{width:65%;float:right}}@media only screen and (max-width: 1130px){.enter-ip input[type="text"]{max-width:175px}}@media only screen and (max-width: 1250px) and (min-width: 1065px), (max-width: 730px) and (min-width: 600px){.enter-ip{width:85%}.add-btn{width:15%}}@media only screen and (max-width: 782px){.add-btn{text-align:left}.add-btn .ip-add{margin-top:4px;margin-bottom:3px}}@media only screen and (max-width: 730px){.add-btn{text-align:center}}@media only screen and (max-width: 665px) and (min-width: 600px){.enter-ip input[type="text"]{max-width:165px}}@media only screen and (max-width: 600px){.toolbar div{width:100%}.add-btn{border-top:1px #ddd solid}.enter-ip{text-align:center}.enter-ip strong{display:block;margin-bottom:5px}.enter-ip input[type="text"]{width:100%;max-width:100%}.add-btn input,.enter-ip .button{width:50%;margin:0 auto}.enter-ip .button{margin-top:10px}}@media only screen and (max-width: 400px){.protect-status strong{font-size:12px;overflow:auto}.add-btn input,.enter-ip .button{width:100%}}.jp-content .hide{display:none}.jp-content .pointer{cursor:pointer}.jp-content .landing{margin:0 auto;z-index:2;position:relative}.jp-content h1{font:300 2.57143em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;position:relative;z-index:3;width:100%;text-align:center}.jp-content h1.success{color:#81a844}.jp-content .footer{padding-top:0;margin-top:0;background-image:none}.jp-content .footer:before{height:inherit}.jp-content .more-info:before{content:none}.landing .wpcom-connect{min-height:400px}.wpcom-connect .j-col{padding:0}.wpcom-connect .connect-desc{padding-left:25px}.wpcom-connect .connect-btn{text-align:center}.module-grid h2{color:#000;font:300 2.57143em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif}.download-jetpack{margin-top:1em !important}#jump-start-area{margin-top:35px;padding-right:60px;padding-left:60px;background:#fefefe;border:1px #dae0e2 solid;padding-bottom:20px}#jump-start-area #jumpstart-cta,#jump-start-area .jumpstart-desc{padding:0}#jump-start-area p{font-size:14px;line-height:185%}#jump-start-area .spinner{float:none;margin:0 auto;position:absolute;bottom:0;height:100%;width:100%;background-position:50% 56%;background-color:rgba(254,254,254,0.99);display:block;opacity:.9}.jumpstart-message p{padding-left:25px}.jumpstart-desc{text-align:right}#jumpstart-cta{text-align:center}.dismiss-jumpstart{color:#999;font-size:14px}#jumpstart-cta .button,#jumpstart-cta .button-primary{margin:1em;font-size:18px;height:45px !important;padding:8px 15px 1px}#jumpstart-cta .button-primary{display:block;margin:35px 20px 5px 20px}#jp-config-list{position:relative;padding-top:15px;padding-bottom:15px;margin-right:-15px;margin-left:-15px}#jp-config-list .j-col{padding:15px}#jp-config-list strong{display:inline-block}#jp-config-list small{display:block;margin-top:5px;line-height:150%}#jp-config-list .close{position:absolute;top:10px;left:0;text-transform:uppercase;font-weight:bold;display:block;z-index:5}.jp-config-status{text-transform:uppercase;font-size:10px;font-weight:bold;line-height:100%;color:#fff;background:#9fbd72;border-radius:2px;padding:2px 4px;display:inline-block}.miguel{display:none;position:fixed;opacity:.35;bottom:-200px;right:0;z-index:1;-webkit-animation:miguel 3.4s 0s ease-in-out;animation:miguel 3.4s 0s ease-in-out}.miguel:nth-child(2){right:49%;width:120px;height:131px;-webkit-animation-duration:2.4s;animation-duration:2.4s;-webkit-animation-delay:0s;animation-delay:0s}.miguel:nth-child(3){right:23%;width:60px;height:66px;-webkit-animation-duration:4.5s;animation-duration:4.5s;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes "miguel"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(900px, -900px, 0px);transform:translate3d(900px, -900px, 0px)}}@keyframes "miguel"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(900px, -900px, 0px);transform:translate3d(900px, -900px, 0px)}}@media (max-width: 1147px){.jp-content .landing{padding:0 2em}.jp-content .footer{padding-top:1.5em}}@media (max-width: 782px){#jumpstart-cta .button-primary{margin:10px 0 5px 0}#jump-start-area .spinner{background-position:50% 35%}}@media (max-width: 530px){.jp-content .landing{padding:0 .5em}#jump-start-area{padding:0 1em}.jumpstart-message p{padding-left:0}#jumpstart-cta .button-primary{margin:0 0 5px 0;padding-bottom:10px}.footer .a8c-attribution a:after{top:6px}}.nav-horizontal:before,.features:before,.modules:before,.load-more:before,.nav-horizontal:after,.features:after,.modules:after,.load-more:after{content:"";display:table}.nav-horizontal:after,.features:after,.modules:after,.load-more:after{clear:both}
2905
 
2906
  /*# sourceMappingURL=jetpack-admin.min.css.map */
1224
  border-color: #8ac9e8;
1225
  background: #f8fcfe;
1226
  }
 
 
 
1227
  .module h3 {
1228
  cursor: pointer;
1229
  margin: 0 0 0.5em;
1241
  border-color: #8ac9e8;
1242
  background: #f8fcfe;
1243
  }
 
 
 
1244
  .module.active {
1245
  border-color: #2ea2cc;
1246
  box-shadow: inset -4px 0 0 #2ea2cc;
2895
  }
2896
 
2897
  /*# sourceMappingURL=jetpack-admin.css.map */
2898
+ .j-row{width:100%;margin:0 auto}.j-row:before,.j-row:after{content:" ";display:table}.j-row:after{clear:both}.j-col{padding:0.85em;width:100%;float:right;position:relative}@media only screen{.j-sm-1{width:8.33333%}.j-sm-2{width:16.66667%}.j-sm-3{width:25%}.j-sm-4{width:33.33333%}.j-sm-5{width:41.66667%}.j-sm-6{width:50%}.j-sm-7{width:58.33333%}.j-sm-8{width:66.66667%}.j-sm-9{width:75%}.j-sm-10{width:83.33333%}.j-sm-11{width:91.66667%}.j-sm-12{width:100%}}@media (min-width: 530px){.j-md-1{width:8.33333%}.j-md-2{width:16.66667%}.j-md-3{width:25%}.j-md-4{width:33.33333%}.j-md-5{width:41.66667%}.j-md-6{width:50%}.j-md-7{width:58.33333%}.j-md-8{width:66.66667%}.j-md-9{width:75%}.j-md-10{width:83.33333%}.j-md-11{width:91.66667%}.j-md-12{width:100%}}@media (min-width: 782px){.j-lrg-1{width:8.33333%}.j-lrg-2{width:16.66667%}.j-lrg-3{width:25%}.j-lrg-4{width:33.33333%}.j-lrg-5{width:41.66667%}.j-lrg-6{width:50%}.j-lrg-7{width:58.33333%}.j-lrg-8{width:66.66667%}.j-lrg-9{width:75%}.j-lrg-10{width:83.33333%}.j-lrg-11{width:91.66667%}.j-lrg-12{width:100%}}body,button,input,select,textarea{color:#222;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.4;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:#222;clear:both}a{color:#0d72b2;transition:color .2s;text-decoration:none}a:visited{color:#0d72b2}a:hover{color:#0f92e5}a:focus{outline:thin dotted}address{margin:0 0 1.5em}abbr[title],acronym{cursor:help}ins{background:#eee;text-decoration:none}dt{font-weight:700}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}@-webkit-keyframes "grow"{0%{-webkit-transform:scale(0.3);transform:scale(0.3)}60%{-webkit-transform:scale(1.15);transform:scale(1.15)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes "grow"{0%{-webkit-transform:scale(0.3);transform:scale(0.3)}60%{-webkit-transform:scale(1.15);transform:scale(1.15)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes "candy"{0%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.15);transform:scale(1.15)}60%{-webkit-transform:scale(0.95);transform:scale(0.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes "candy"{0%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.15);transform:scale(1.15)}60%{-webkit-transform:scale(0.95);transform:scale(0.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes "flyer"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(680px, -680px, 0px);transform:translate3d(680px, -680px, 0px)}}@keyframes "flyer"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(680px, -680px, 0px);transform:translate3d(680px, -680px, 0px)}}.button,.download-jetpack{transition:all .1s ease-in-out}.jp-button,.jp-button--settings{display:inline-block;position:relative;padding:0.76923em 1.46154em;color:#efefef;font:800 0.9285714286em/1 'Open Sans', Helvetica, sans-serif;text-shadow:0 -1px 1px rgba(0,0,0,0.2);background:#6f7476;border-radius:3px}.jp-button:visited,.jp-button--settings:visited{color:#efefef}.jp-button:hover,.jp-button--settings:hover,.jp-button:focus,.jp-button--settings:focus{color:#fff;background:#57972d}.jp-button:active,.jp-button--settings:active{background:#57972d;opacity:0.8}.jp-button--settings{background:#93b45f;color:#e8eedf}.jp-button--settings:visited{color:#e8eedf}.jp-button--settings:hover,.jp-button--settings:focus{background:#9fbd72;color:#fff}.jp-button--settings.current{background:#3c6621;color:#fff;box-shadow:inset 0 2px 0 #365A1F, inset 0 1px 3px #3c6621}.download-jetpack{display:inline-block;position:relative;padding:0.64286em 0.85714em 0.53571em;color:#fff;font:400 20px/1 "proxima-nova", 'Open Sans', Helvetica, sans-serif;background:#518d2a;z-index:3;border-radius:6px;box-shadow:0 6px 0 #3e6c20,0 6px 3px rgba(0,0,0,0.4)}.download-jetpack:visited{color:#fff}.download-jetpack:hover,.download-jetpack:focus{color:#fff;background:#57972d;box-shadow:0 6px 0 #3e6c20,0 6px 3px rgba(0,0,0,0.4)}.download-jetpack:active{top:6px;box-shadow:0 0px 0 #3e6c20,0 0 0 rgba(0,0,0,0.4)}.download-jetpack:active:after{top:-6px}.download-jetpack:before{content:'';display:inline-block;position:relative;top:-2px;margin-left:13px;width:30px;height:30px;vertical-align:middle;background:url("../images/connect-plug.svg") center center no-repeat;background-size:100%}.download-jetpack:after{content:'';position:absolute;top:0;right:0;width:100%;height:100%}@media (max-width: 1147px){.download-jetpack{font-size:1.28571em}.download-jetpack:before{top:-1px;width:23px;height:23px}}@media (max-width: 900px){.download-jetpack:active{top:0}}@media (max-width: 530px){.download-jetpack{font-size:1.21429em;font-weight:600}.download-jetpack:before{width:19px;height:19px;margin-left:9px}}#searchsubmit{display:inline-block;border:none;position:relative;padding:0.71429em 1.5em;color:#efefef;font:800 0.8em/1 'Open Sans', Helvetica, sans-serif;text-shadow:0 -1px 1px rgba(0,0,0,0.2);background:#6f7476;outline:none;border-radius:3px}#searchsubmit:visited{color:#efefef}#searchsubmit:hover,#searchsubmit:focus{color:#fff;background:#2aa0d5}#searchsubmit:active{opacity:0.7}@font-face{font-family:'automatticons';src:url("../_inc/fonts/automatticons/automatticons.eot");src:url("../_inc/fonts/automatticons/automatticons.eot?#iefix") format("embedded-opentype"),url("../_inc/fonts/automatticons/automatticons.woff") format("woff"),url("../_inc/fonts/automatticons/automatticons.ttf") format("truetype"),url("../_inc/fonts/automatticons/automatticons.svg#automatticonsregular") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.eot");src:url("../_inc/fonts/jetpack/jetpack.eot?#iefix") format("embedded-opentype"),url("../_inc/fonts/jetpack/jetpack.woff") format("woff"),url("../_inc/fonts/jetpack/jetpack.ttf") format("truetype"),url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg")}}.nav-horizontal a{display:inline-block}.nav-horizontal li{position:relative;float:right}.nav-horizontal ul{margin:0;padding:0}*,*:before,*:after{-moz-box-sizing:border-box;box-sizing:border-box}::-moz-selection{background:#91bd51;color:#fff;text-shadow:none}::selection{background:#91bd51;color:#fff;text-shadow:none}#wpbody-content{padding-bottom:0}#wpcontent{margin-right:160px;padding:0}ul#adminmenu a.toplevel_page_jetpack:after{border-left-color:#81a844}.folded #wpcontent{margin-right:36px}#wpfooter{display:none}.jp-content{background:#f9f9f9;margin:0;height:auto;min-height:100%;width:100%;width:100%;-webkit-font-smoothing:antialiased}.jp-content .wrapper{background:#f9f9f9}@media (max-width: 900px){#wpcontent,.auto-fold #wpcontent,.auto-fold #wpfooter,.modal,.configure .frame.top.fixed{margin-right:36px;padding-right:0}}@media (max-width: 782px){#wpcontent,.auto-fold #wpcontent,.auto-fold #wpfooter,.modal,.configure .frame.top.fixed{margin-right:0}}@media (max-width: 782px){.configure .frame.top.fixed{padding-right:0}}.wrap.inner,.page-content{max-width:950px;margin:0 auto}.wrap.inner li,.page-content li{line-height:23px}@media (max-width: 530px){.page-content{margin-top:0}}@media (max-width: 1147px){.wrap.inner{background:#f9f9f9;padding:15px}}@media (max-width: 530px){.wrap.inner{margin-top:1.71429em}}.jetpack_page_jetpack_modules .header-nav{margin:0}.jetpack_page_jetpack_modules .page-content{max-width:1200px;min-height:500px;margin:0}.page-content.about{position:relative;z-index:10}@media (max-width: 1147px){.page-content.about{background:#f9f9f9;padding:15px}}@media (max-width: 1147px){.page-content.configure{background:#f9f9f9}}.footer nav{max-width:550px;margin:0 auto}.header{right:0;left:0;background:#81a844}.header-nav li{line-height:60px}.header-nav a{padding:0 0.71429em;line-height:24px}.header-nav .jetpack-logo a{display:inline-block;position:relative;width:214px;margin-left:6px;background:url(../images/jetpack-logo.png) center center no-repeat;background:url(../images/jetpack-logo.svg) center center no-repeat,none;background-size:183px auto;color:#fff;line-height:60px;font-weight:normal}.header-nav .jetpack-logo a span{text-indent:-9999px;visibility:hidden}.header-nav .jetpack-logo a:before{content:'';position:absolute;top:0;right:0;width:100%;height:100%;background-size:183px 32px}.header-nav .jetpack-modules+.jetpack-modules{margin-right:15px}.main-nav{float:right}.main-nav li{margin:0}@media (max-width: 900px){.main-nav{font-size:13px}}.user-nav{float:left}.user-nav li{margin:0}.jetpack-pagestyles #screen-meta{margin:0}.jetpack-pagestyles #screen-meta-links .screen-meta-toggle{z-index:2}.jetpack-pagestyles #screen-options-link-wrap,.jetpack-pagestyles #contextual-help-link-wrap{border:none}.jetpack-pagestyles .update-nag{display:none}.masthead{position:relative;text-align:center;z-index:1;background-color:#81a844;background-image:linear-gradient(top, #81a844, #8eb74e)}.masthead.hasbutton .flyer{bottom:-270px}.masthead.hasbutton .subhead{margin-top:175px}@media (max-width: 530px){.masthead.hasbutton .subhead{margin-top:105px;padding:0}}.masthead h1,.masthead h2{margin:0 auto}.masthead h1{padding:2.5em 0 1.11111em;max-width:21.94444em;color:#fff;font:300 2.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;position:relative;text-shadow:0 -1px 1px rgba(0,0,0,0.12);z-index:3}.masthead h1+.flyby{margin-top:180px}@media (max-width: 1147px){.masthead h1{padding-top:1.83333em;font-size:2.14286em}}@media (max-width: 782px){.masthead h1{max-width:600px;font-size:28px}}@media (max-width: 530px){.masthead h1{margin:0 15px;padding:31px 0 15px 0;font-size:21px;font-weight:400}}.jetpack-connected .masthead h1{margin-bottom:33px;max-width:600px}.flyby{position:relative;max-width:1200px;margin:0 auto}@media (max-width: 900px){.flyby{display:none}}.flyer{position:absolute;bottom:-200px;right:4%;z-index:1;-webkit-animation:flyer 3.4s 2s ease-in-out;animation:flyer 3.4s 2s ease-in-out}.flyer:nth-child(2){right:49%;width:120px;height:131px;-webkit-animation-delay:4.6s;animation-delay:4.6s;-webkit-animation-duration:2.4s;animation-duration:2.4s}.flyer:nth-child(3){right:23%;width:60px;height:66px;-webkit-animation-delay:5.8s;animation-delay:5.8s;-webkit-animation-duration:4.5s;animation-duration:4.5s}.subhead{position:relative;margin-top:105px;padding:4em 0;background:#f9f9f9;z-index:2}.subhead h2{max-width:460px;color:#5d6d74;font:400 1.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 900px){.subhead h2{max-width:428px;font-size:20px}}@media (max-width: 530px){.subhead h2{display:none}}.subhead:after{content:'';position:absolute;bottom:100%;right:0;margin-bottom:-1px;width:100%;height:228px;background:url("../images/the-cloud.svg") center bottom repeat-x;pointer-events:none;z-index:-1}@media (max-width: 1147px){.subhead{margin-top:122px;padding:70px 0 49px}.subhead:after{background-size:160% auto}}@media (max-width: 900px){.subhead{margin-top:122px;padding:70px 0 49px}}@media (max-width: 530px){.subhead{margin-top:83px;padding:47px 15px 39px}}.clouds-sm{height:100px;position:relative;text-align:center;z-index:1;background-color:#81a844;background-image:linear-gradient(top, #81a844, #89b348)}.clouds-sm:after{content:'';position:absolute;bottom:0;right:0;margin-bottom:-1px;width:100%;height:137px;background:url("../images/the-cloud-sm.svg") center bottom repeat-x;pointer-events:none;z-index:2}@media (max-width: 530px){.clouds-sm{height:90px}}.featured{border-top:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6;background:#fff;position:relative;padding:2.0em 1em 4.6em 1em;text-align:center;z-index:1}.featured:before{content:"";display:block;position:absolute;top:0;height:100%;z-index:-1}.featured .features,.featured .modules{margin:0 auto;display:inline-block}@media (max-width: 530px){.featured{display:none}}.featured h2,.module-grid h2{margin-top:1em;color:#5d6d74;font:300 2em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-align:center}@media (max-width: 900px){.featured h2,.module-grid h2{font-size:30px}}@media (max-width: 782px){.featured h2,.module-grid h2{font-size:28px}}.features,.modules{margin:0 -5px}.feature,.module{position:relative;float:right;margin:0 5px 10px;width:310px;transition:all .2s ease-in-out}@media (max-width: 1147px){.feature,.module{margin:.75% 1.5% .75% 0;width:32.333333%;transition:none}.feature:nth-child(3n+1),.module:nth-child(3n+1){margin-right:0}.feature:hover,.module:hover{top:0;box-shadow:none}}.feature{-webkit-transform:translateZ(0);transform:translateZ(0)}.feature h3{margin:0 0 0.58824em;color:#697b84;font-size:1.21429em;line-height:1em;font-weight:800}.feature p{margin:0;color:#6e818a}.feature:before{content:'';position:absolute;bottom:0;right:0;width:100%;height:10px;background:rgba(0,0,0,0.02);z-index:-1;-webkit-transform:translateZ(0);transform:translateZ(0);transition:all .2s ease-in-out}.feature:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.feature:hover h3{color:#1a8dba}.feature:hover .feature-img{border:1px solid #ccc;border-bottom:none}.feature:hover .no-border{border:none}.feature:hover:before{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@media (max-width: 1147px){.feature:hover h3{color:#6e818a}.feature:hover .feature-img{border:1px solid #ddd;border-bottom:none}.feature:hover .no-border{border:none}}.feature .feature-img{padding-top:52%;width:100%;height:auto;border:1px solid #ddd;border-bottom:none}.feature .feature-img.custom-css{background:url("../images/custom-css.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.custom-css{background-image:url("../images/custom-css@2x.jpg")}}.feature .feature-img.wordpress-connect{background:url("../images/wordpress-connect.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.wordpress-connect{background-image:url("../images/wordpress-connect@2x.jpg")}}.feature .feature-img.wordpress-stats{background:url("../images/wordpress-stats.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.wordpress-stats{background-image:url("../images/wordpress-stats@2x.jpg")}}.feature .feature-img.no-border{border:none;padding-bottom:1px}.feature-description{display:block;padding:1em 1.07143em 1.07143em;border:1px solid #ddd;background:#f5f5f5}.feature:hover .feature-description{background:#fff;border-color:#ccc}@media (max-width: 1147px){.feature:hover .feature-description{border:1px solid #ddd;background:#f5f5f5}}@media (max-width: 900px){.feature-description{min-height:115px}}.cat{clear:both;margin-bottom:23px}.cat h3{font-size:24px;font-weight:300;margin:0 6px 13px 0;text-align:right}.cat .clear{clear:both}.module-grid{text-align:center}.module-grid h2{margin:1em 0}@media (max-width: 530px){.module-grid h2{padding-top:16px;margin-top:0;font-size:25px}}#module-search{position:relative;width:100%;max-width:40.71429em;margin:0 auto 1.07143em;overflow:hidden}#jetpack-search{margin:0;padding:11px 16px 11px 16px;width:100%;border:1px solid #c9ced0;border-radius:3px;background:#fff;color:#5c6671;line-height:1.3}#jetpack-search:focus{color:#5c6671;outline:none}#jetpack-search:focus+label{background:transparent;opacity:0}#jetpack-search::-webkit-input-placeholder{color:#a8acae}#jetpack-search :-moz-placeholder{color:#a8acae}#jetpack-search::-moz-placeholder{color:#a8acae}#jetpack-search:-ms-input-placeholder{color:#a8acae}#jetpack-search+label{position:absolute;top:1px;left:1px;bottom:1px;width:48px;color:#abafb1;text-indent:-9999px;pointer-events:none;border-radius:3px;transition:all .2s ease-in-out}#jetpack-search+label:after{content:'\f400';position:absolute;left:11px;text-align:left;top:4px;font-size:1.71429em;font-weight:normal;font-family:"genericons"}.jp-filter{margin-bottom:2.85714em;color:#6f7476}.jp-filter a{display:inline-block;position:relative;padding:0.76923em 1.46154em;color:#aaa;font:600 0.92857em/1 "Open Sans", Helvetica, Arial, sans-serif;text-shadow:0 -1px 1px rgba(255,255,255,0.2);background:#eee;border-radius:3px;background-clip:padding-box}.jp-filter a.selected,.jp-filter a:hover,.jp-filter a:focus{color:#efefef;text-shadow:0 -1px 1px rgba(0,0,0,0.2);background:#6f7476}@media (max-width: 530px){.jp-filter a{padding:0.76em 1em}}.module{display:block;padding:0.71429em 1.07143em 1em;text-align:right;border:1px solid #dae0e2;background:#fff;box-shadow:0 0 0 rgba(0,0,0,0.03);transition:opacity 2s ease-in}.module:hover{border-color:#8ac9e8;background:#f8fcfe}.module h3{cursor:pointer;margin:0 0 0.5em;color:#1a8dba;font-size:1.14286em;line-height:1.4em;font-weight:700}.module p{margin:0;color:#686f72;font-size:0.85714em}.module:hover,.module:focus{border-color:#8ac9e8;background:#f8fcfe}.module.active{border-color:#2ea2cc;box-shadow:inset -4px 0 0 #2ea2cc}.module.active:hover{border-color:#69bedd;box-shadow:inset -4px 0 0 #69bedd}@media (max-width: 1147px){.cat .module:nth-child(3n+1){margin:.75% 1.5% .75% 0}.cat .module:nth-child(3n - 1){margin-right:0}}@media (max-width: 900px){.cat .module{margin:1% 2% 1% 0}.cat .module:nth-child(2n+1){margin:1% 2% 1% 0}.cat .module:nth-child(2n+0){margin-right:0}}@media (max-width: 530px){.cat .module{margin:5px 0}.cat .module:nth-child(2n+1){margin-right:0}.cat .module:nth-child(2n+0){margin-right:0}}@media (max-width: 900px){.module{margin:1% 2% 1% 0;width:49%}.module:nth-child(3n+1){margin-right:2%}.module:nth-child(2n+1){margin-right:0}}@media (max-width: 530px){.module{margin:5px 0;width:100%}.module:nth-child(3n+1){margin-right:0}.module:nth-child(2n+1){margin-right:0}}.new{position:relative}.new:after{content:'NEW';position:absolute;top:-8px;left:-8px;padding-top:10px;width:32px;height:32px;color:#fff;font-size:8px;font-weight:800;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,0.2);background:url("../images/new-badge.svg") center center no-repeat;background-size:100%;border-radius:50%}.paid{display:inline-block;position:relative;top:5px;margin-right:10px;padding:1px 4px 0 6px;height:13px;color:#fff;font:700 10px/1 "Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 1px 0 rgba(0,0,0,0.05);background:#d0d0d0;vertical-align:top}.paid:before,.paid:after{position:absolute;top:0;left:100%;font:normal 14px/14px "genericons"}.paid:before{content:'\f503';color:#d0d0d0;text-shadow:none}.paid:after{content:'\f428';margin-left:-5px;font-size:11px}.rtl .paid:before{content:'\f501'}.load-more{margin:2.71429em 0 6.15385em}.set{display:none}.show.set{display:block}.loading{bottom:50%;position:absolute;top:50%;width:100%}.loading span{color:#999}.modal{background:#fff;position:fixed;top:52px;bottom:20px;left:20px;right:20px;margin-right:160px;display:none;box-shadow:0 1px 20px 5px rgba(0,0,0,0.1);z-index:500}.modal .close{position:absolute;top:0;left:0;font:300 1.71429em "genericons" !important;color:#777;content:'\f405';display:inline-block;padding:0.28571em 0.71429em 0.42857em;z-index:5}.modal .close:hover{background:#eee;opacity:0.8}.modal .close:active{background:#eee;opacity:0.4}.modal #jp-post-flair{display:none}.modal .content-container{position:absolute;top:0;left:0;bottom:0;right:0;overflow:auto;padding:2.14286em}.modal .content{margin:0 auto;max-width:900px;text-align:right}.modal h2{text-align:right;margin-top:0;color:#5d6d74;font:300 32px "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 530px){.modal h2{font-size:26px}}.modal h5{clear:right}.modal p{font-size:1.23077em}.modal footer{position:absolute;right:0;bottom:0;width:100%;padding:12px 20px;border-top:1px solid #ddd;background:#fff;text-align:left}.modal footer ul{margin:0}.modal footer li{display:inline-block;margin:0}.modal .button-secondary,.modal .button-primary:active{vertical-align:baseline}@media (max-width: 900px){.modal{bottom:5%;margin-right:36px;font-size:80%}.modal .content{top:38px}}@media (max-width: 782px){.modal{top:66px;margin-right:0}}@media (max-width: 600px){.modal{top:10px;left:10px;bottom:10px;right:10px}}.jp-info-img{float:left;margin:0 30px 30px 0}.jp-info-img img{border:1px solid #ddd;max-width:100%;height:auto}.jp-info-img img:first-child{margin-top:0}@media (max-width: 782px){.jp-info-img{float:none;margin:0 0 15px}}.content-container.modal-footer{bottom:53px}.shade{background:#000;bottom:0;cursor:pointer;display:none;right:0;opacity:0.2;position:fixed;left:0;top:0;z-index:11}.entry-title,.page-template-default h1{margin-top:0.61111em;color:#5d6d74;font:300 2.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 530px){.entry-title,.page-template-default h1{font-size:2em}}.blog h3,.single h3,.page-template-default h2{margin-top:0.61111em;color:#5d6d74;font:300 1.9em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 530px){.blog h3,.single h3,.page-template-default h2{font-size:1.4em}}.page-template-default p{line-height:1.71429em}.blog .type-post,.page-template-default .type-page,.single .type-post,.single .type-jetpack_support{float:right;width:70%}.footer{margin-top:1.42857em;position:relative;padding:10em 0 4.28571em;text-align:center}.footer:before,.footer:after{content:'';position:absolute;right:0;pointer-events:none}.footer:before{top:0;margin-top:-1px;width:100%;height:195px}.footer:after{bottom:0;width:100%;height:50px;background:url("../images/the-footcloud.svg") center bottom no-repeat;background-size:auto 45px;z-index:1}.footer .download-jetpack{margin-bottom:33px}@media (max-width: 1147px){.footer{padding-top:165px;padding-bottom:0}.footer:before{background-size:160% auto}.footer:after{display:none}.footer ul{float:none;overflow:hidden}}@media (max-width: 900px){.footer{padding-top:146px}}@media (max-width: 782px){.footer{margin-top:0}}@media (max-width: 530px){.footer{margin-top:0;padding-top:135px}}@media (max-width: 320px){.footer{padding-top:76px}}.footer nav{max-width:100%}.footer nav a,.footer nav a:visited{padding:4px 6px;color:#999}.footer nav a:hover,.footer nav a:focus,.footer nav a:visited:hover,.footer nav a:visited:focus{color:#81A844}@media (max-width: 1147px){.footer nav{border:none;padding:0}.footer nav a:hover,.footer nav a:focus,.footer nav a:visited:hover,.footer nav a:visited:focus{color:#fff}}@media (max-width: 530px){.footer nav li{display:block;float:none;margin:0;text-align:right}.footer nav a{display:block;padding:0 16px;line-height:44px}}.primary{padding:25px 15px 10px 15px;border-bottom:1px solid #eee}.secondary-footer{margin:0 auto}.secondary-footer li{margin-left:5px}@media (max-width: 1147px){.secondary-footer{margin:0 30px;padding:8px 15px 30px}}@media (max-width: 530px){.secondary-footer{margin:0;padding:0;border:none;font-weight:400}.secondary-footer a{border-top:1px solid #eee}}.footer .a8c-attribution{margin:0;padding:0 6px;color:#bbb;font-size:0.78571em;font-family:"Gill Sans","Gill Sans MT","Open Sans",Helvetica,Arial,sans-serif;text-transform:uppercase}.footer .a8c-attribution a{display:inline-block;position:relative;padding:4px 16px;left:9999px;outline:0}.footer .a8c-attribution a:after{content:'A';position:absolute;top:2px;left:-9999px;height:100%;color:#999;font-size:1.54545em;font-family:"automatticons";text-align:center}.footer .a8c-attribution a:hover:after{-webkit-animation:candy .4s ease-in-out;animation:candy .4s ease-in-out}.secondary{padding:10px 15px 0 15px}.jetpack-message{background:#8eb74e;border:1px solid #73963d;margin:33px auto 0;max-width:90%;position:relative;z-index:2}.jetpack-message.is-opt-in{margin:50px 0 0;max-width:100%;padding:10px 15px;background:#fff;border:0;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);font-size:13px;text-align:center}.subhead .jetpack-message.is-opt-in{margin:0;padding-bottom:0;background:transparent;box-shadow:none}.subhead .jetpack-message.is-opt-in .jp-button,.subhead .jetpack-message.is-opt-in .jp-button--settings{display:inline-block}.jetpack-message.is-opt-in p{color:#3c4549}.jetpack-message.is-opt-in .jp-button,.jetpack-message.is-opt-in .jp-button--settings{margin-top:15px;display:none}.jetpack-message h4{color:#fff;margin:0}.jetpack-message p{color:#fff;margin:0;opacity:0.7}.jetpack-message .squeezer{padding:23px 80px 23px 23px;position:relative;text-align:right}.jetpack-message .squeezer:before{color:#fff;content:'\f418';font-family:'Genericons';font-size:33px;height:33px;right:25px;opacity:0.6;position:absolute;top:23px;top:calc( 50% - 22px )}@media (max-width: 530px){.jetpack-message .squeezer{padding:23px}.jetpack-message .squeezer:before{display:none}}.jetpack-message .squeezer a{color:#FFF;border-bottom:1px solid #D5E4BD}.jetpack-message .squeezer a:hover{border-bottom:1px solid #F1F6E9}.jetpack-message.error .squeezer:before,.jetpack-message.jetpack-err .squeezer:before{content:'\f414'}.configure-module .jetpack-message{max-width:100%}.modules h3.icon,.jetpack-modules .info a{width:auto}.modules h3.icon:before,.jetpack-modules .info a:before{display:inline-block;position:relative;top:1px;right:-3px;margin-left:2px;opacity:0.8;font:normal 20px "genericons";vertical-align:top}.jetpack-modules .info a:before{margin-top:1px}.latex:before,.jetpack-modules #latex .info a:before{content:'\f408'}.carousel:before,.jetpack-modules #carousel .info a:before{content:'\f102'}.modules h3.contact-form:before,.jetpack-modules #contact-form .info a:before{content:'\f175';font:normal 20px "dashicons"}.modules h3.custom-css:before,.jetpack-modules #custom-css .info a:before{content:'\f100';font:normal 20px "dashicons"}.modules h3.enhanced-distribution:before,.jetpack-modules #enhanced-distribution .info a:before{content:'\f237';font:normal 20px "dashicons"}.modules h3.widgets:before,.jetpack-modules #widgets .info a:before{content:'\f116';font:normal 20px "dashicons"}.modules h3.gravatar-hovercards:before,.jetpack-modules #gravatar-hovercards .info a:before{content:'G';font-family:"automatticons"}.infinite-scroll:before,.jetpack-modules #infinite-scroll .info a:before{content:'\f408'}.comments:before,.jetpack-modules #comments .info a:before{content:'\f108'}.sso:before,.jetpack-modules #sso .info a:before{content:'\f205'}.json-api:before,.jetpack-modules #json-api .info a:before{content:'\f415'}.likes:before,.jetpack-modules #likes .info a:before{content:'\f408'}.markdown:before,.jetpack-modules #markdown .info a:before{content:'\f462'}.minileven:before,.jetpack-modules #minileven .info a:before{content:'\f453'}.manage:before,.jetpack-modules #manage .info a:before{content:'\f205'}.monitor:before,.jetpack-modules #monitor .info a:before{content:'\f468'}.notes:before,.jetpack-modules #notes .info a:before{content:'\f300'}.omnisearch:before,.jetpack-modules #omnisearch .info a:before{content:'\f400'}.photon:before,.jetpack-modules #photon .info a:before{content:'\f403'}.post-by-email:before,.jetpack-modules #post-by-email .info a:before{content:'\f410'}.protect:before,.jetpack-modules #protect .info a:before{content:'\f470';position:relative;top:-1px}.modules h3.publicize:before,.jetpack-modules #publicize .info a:before{content:'\f237';font:normal 20px "dashicons"}.related-posts:before,.jetpack-modules #related-posts .info a:before{content:'\f420'}.sharedaddy:before,.jetpack-modules #sharedaddy .info a:before{content:'\f415'}.shortcodes:before,.jetpack-modules #shortcodes .info a:before{content:'\f100'}.verification-tools:before,.jetpack-modules #verification-tools .info a:before{content:'\f425'}.after-the-deadline:before,.jetpack-modules #after-the-deadline .info a:before{content:'\f411'}.subscriptions:before,.jetpack-modules #subscriptions .info a:before{content:'\f410'}.tiled-gallery:before,.jetpack-modules #tiled-gallery .info a:before{content:'\f103'}.modules h3.vaultpress:before,.jetpack-modules #vaultpress .info a:before{content:'V';font-family:"automatticons"}.videopress:before,.jetpack-modules #videopress .info a:before{content:'\f104'}.modules h3.widget-visibility:before,.jetpack-modules #widget-visibility .info a:before{content:'\f116';font:normal 20px "dashicons"}.stats:before,.jetpack-modules #stats .info a:before{content:'\f205'}.shortlinks:before,.jetpack-modules #shortlinks .info a:before{content:'\f107'}.modules h3.custom-content-types:before,.jetpack-modules #custom-content-types .info a:before{content:'\f498';font:normal 20px "dashicons"}.modules h3.site-icon:before,.jetpack-modules #site-icon .info a:before{content:'\f475'}@media (max-width: 782px){.blog .type-post,.page-template-default .type-page,.single .type-post,.single .type-jetpack_support{width:100%}}@media (max-width: 600px){.clouds-sm{display:none}}@media (max-width: 530px){.wrap.inner.jp-support .jp-support-column-left{width:100%}.wrap.inner.jp-support .jp-support-column-left .widget-text{margin-left:0;width:100%}.wrap.inner.jp-support .jp-support-column-right{width:100%}}@media screen and (max-width: 400px){.jp-frame .header-nav{padding-bottom:10px}.jp-frame .header-nav li{line-height:30px}.jp-frame .header-nav .jetpack-logo{width:100%;text-align:center}.jp-frame .header-nav .jetpack-modules{margin:0;width:50%;text-align:left;padding:0 5px}.jp-frame .header-nav .jetpack-modules+.jetpack-modules{text-align:right}}@media (max-width: 320px){.jetpack_page_jetpack_modules .wrap{padding:0 0 1em}}.page-content.configure{margin-top:0}.configure .frame.top{border:none;box-shadow:none;padding-top:1.42857em;position:relative;top:auto}.configure .frame.top.fixed{background:#f9f9f9;border-bottom:1px solid #e9e9e9;padding-right:160px;margin-top:-6px;position:fixed;left:0;top:32px;width:100%;z-index:4;box-shadow:0 2px 2px -2px #eee}@media (max-width: 782px){.configure .frame.top.fixed{border:none;box-shadow:none;padding-top:1.42857em;position:relative;top:auto}}@media (max-width: 600px){.configure .frame.top.fixed{top:0}}.configure .frame.top .tablenav.top{float:right}@media (max-width: 900px){.configure .frame.top .tablenav.top .actions{display:block}}@media (max-width: 782px){.configure .frame.top .tablenav.top .actions{margin-top:6px}}.jp-frame-top-fixed .configure{padding-top:94px}.filter-search{display:none;float:left;margin-top:10px}@media (max-width: 782px){.filter-search{display:block}}@media (max-width: 530px){.filter-search{display:none}}.module-actions.landing-page{float:left;margin-left:15px}.module-actions.landing-page a{font-size:0.6em}.table-bordered.jetpack-modules{border:none;margin-bottom:0}.table-bordered.jetpack-modules tr.jetpack-module th{border-right:0;padding:14px 4px 0}.table-bordered.jetpack-modules tr.jetpack-module th input{display:block}.table-bordered.jetpack-modules tr.jetpack-module:hover .genericon{display:inline-block}.table-bordered.jetpack-modules tr.jetpack-module:hover td .row-actions span a{opacity:1}.table-bordered.jetpack-modules tr.jetpack-module.active th,.table-bordered.jetpack-modules tr.jetpack-module.active td{background:#f7fcfe}.table-bordered.jetpack-modules tr.jetpack-module.active th{border-right:4px solid #2ea2cc;padding-right:0px}.table-bordered.jetpack-modules tr.jetpack-module.active td:first-child{border-right:4px solid #2ea2cc}.table-bordered.jetpack-modules tr.jetpack-module.unavailable{opacity:0.3}.table-bordered.jetpack-modules tr.jetpack-module.unavailable input{display:none}.table-bordered.jetpack-modules tr.jetpack-module#vaultpress{opacity:1}.table-bordered.jetpack-modules tr.jetpack-module th,.table-bordered.jetpack-modules tr.jetpack-module td{background:#fff;margin:0;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.1)}.table-bordered.jetpack-modules tr.jetpack-module td{padding:10px 14px 8px 10px;line-height:25px}.table-bordered.jetpack-modules tr.jetpack-module td:first-child{border-right:4px solid #fff}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{float:left;padding:0 0 1px;visibility:visible}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span{margin-right:5px}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a{opacity:0}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a:focus{opacity:1}@media (max-width: 530px){.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{display:none}}@media (max-width: 782px){.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{display:block;padding-right:10px;visibility:visible}}.table-bordered.jetpack-modules>thead>tr>th{border:0;vertical-align:middle}.table-bordered.jetpack-modules>thead>tr>th:last-child{padding-left:0}@media (max-width: 782px){.table-bordered.jetpack-modules>thead>tr>th:last-child{padding-right:0}}.table-bordered.jetpack-modules td{background:#fff}.table-bordered.jetpack-modules #doaction{margin-top:0}@media (max-width: 782px){.table-bordered.jetpack-modules #doaction{padding:10px 7px}}.table-bordered.jetpack-modules .checkall{margin-top:1px}.table-bordered.jetpack-modules .filter-search{margin-top:8px}.table-bordered.jetpack-modules .genericon{color:#999;display:none;margin:7px 3px 0}@media (max-width: 900px){.table-bordered.jetpack-modules .genericon{display:inline-block}}.table-bordered.jetpack-modules .med{width:70px}.table-bordered.jetpack-modules .sm{width:30px}@media (max-width: 782px){.table-bordered.jetpack-modules .check-column{width:50px}}.fixed-top .check-column{padding:8px 10px 0 10px;width:2.2em}.wrap{margin:0;padding:0 1.5em 1em;overflow:hidden}.wrap h2{font-size:24px;font-weight:400}.wrap .manage-left{float:right;margin:0;padding:0;width:63%}.wrap .manage-left table{width:100%}.wrap .manage-left th{font-weight:400}@media (max-width: 782px){.wrap .manage-left{width:100%}}.wrap .manage-right{margin:0;padding:0;float:left;width:35%;z-index:1}.wrap .manage-right p{font-size:12px;font-weight:bold;color:#bbb;padding-top:2px;text-transform:uppercase;letter-spacing:1px;clear:right}.wrap .manage-right .bumper{margin-right:33px}.wrap .manage-right.show{display:block;position:fixed;overflow-y:auto;overflow-x:hidden;position:absolute}.wrap .manage-right .search-bar{margin-bottom:18px;max-width:300px}.wrap .manage-right p.search-box{float:none;height:auto;margin-bottom:0;position:relative}.wrap .manage-right p.search-box input[type='search']{padding:0 8px;width:90%;line-height:initial}@media (max-width: 782px){.wrap .manage-right p.search-box input[type='search']{float:right;padding:9px 8px}}.wrap .manage-left p.search-box input[type="submit"]{display:none}.wrap .manage-right .button-group .button{outline:none}.wrap .manage-right .subsubsub{margin:0;padding:0}.wrap .manage-right .subsubsub a{padding:0;line-height:inherit}.wrap .manage-right .subsubsub .current{padding:1px 5px;border-radius:2px;margin-right:-5px;background:#0D72B2;color:#FFF}.wrap .manage-right .subsubsub .current .count{color:#BCD7E7;font-weight:200}.wrap .manage-right .subsubsub li{display:block;text-align:right}@media (max-width: 782px){.wrap .manage-right{background:#fff;bottom:0;display:none;min-width:300px;position:fixed;left:0;top:0;z-index:13;box-shadow:0 1px 20px 5px rgba(0,0,0,0.1)}.wrap .manage-right .bumper{margin:13px}.wrap .manage-right .navbar-form{margin:0;padding:0}}.configure-module p{font-size:14px}.configure-module p.success,.configure-module p.error{color:#fff;padding:10px}.configure-module p.success{background-color:#81a844}.configure-module p.error{background-color:#d94f4f}.protect-status p{font-size:16px}.protect-status strong{display:inline-block;margin-top:10px;background:#fff;padding:10px;border:1px #ddd solid;font-size:16px;color:#000;max-width:100%}.protect-status.attn{color:#d94f4f}.protect-status.working{color:#81a844}#non-editable-whitelist{margin-top:15px}.protect-whitelist textarea{width:100%;min-height:150px}#editable-whitelist .whitelist-table{width:100%}.configure-module input[disabled]{opacity:.5}.configure-module input.button-primary{font-weight:bold}.whitelist-table{border-top:1px solid;border-left:1px solid;border-color:#ddd;background-color:#fff}.whitelist-table td,.whitelist-table th{padding:10px;margin:0;border-bottom:1px solid;border-right:1px solid;border-color:#ddd;font-size:14px}.whitelist-table th.heading{font-weight:bold;color:#5d6d74;text-align:right;background-color:#eee}.whitelist-table td.item-actions{border-right:none;text-align:left}.whitelist-table .toolbar{padding:0}.whitelist-table .add-btn{text-align:center;width:10%;border-right:1px #ddd solid}.ip-address,.enter-ip{width:90%;text-align:right;vertical-align:middle}.delete-ip-address{text-align:center;border:0;background:transparent;color:#6f7476;box-shadow:none;font-size:20px;margin:0;padding:0;cursor:pointer;border-radius:2px}.delete-ip-address:hover{background:#eee}.toolbar div{float:right;padding:10px}@media only screen and (min-width: 1100px){#non-editable-whitelist{width:28%;float:left;margin-top:0}.protect-whitelist{width:65%;float:right}}@media only screen and (max-width: 1130px){.enter-ip input[type="text"]{max-width:175px}}@media only screen and (max-width: 1250px) and (min-width: 1065px), (max-width: 730px) and (min-width: 600px){.enter-ip{width:85%}.add-btn{width:15%}}@media only screen and (max-width: 782px){.add-btn{text-align:left}.add-btn .ip-add{margin-top:4px;margin-bottom:3px}}@media only screen and (max-width: 730px){.add-btn{text-align:center}}@media only screen and (max-width: 665px) and (min-width: 600px){.enter-ip input[type="text"]{max-width:165px}}@media only screen and (max-width: 600px){.toolbar div{width:100%}.add-btn{border-top:1px #ddd solid}.enter-ip{text-align:center}.enter-ip strong{display:block;margin-bottom:5px}.enter-ip input[type="text"]{width:100%;max-width:100%}.add-btn input,.enter-ip .button{width:50%;margin:0 auto}.enter-ip .button{margin-top:10px}}@media only screen and (max-width: 400px){.protect-status strong{font-size:12px;overflow:auto}.add-btn input,.enter-ip .button{width:100%}}.jp-content .hide{display:none}.jp-content .pointer{cursor:pointer}.jp-content .landing{margin:0 auto;z-index:2;position:relative}.jp-content h1{font:300 2.57143em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;position:relative;z-index:3;width:100%;text-align:center}.jp-content h1.success{color:#81a844}.jp-content .footer{padding-top:0;margin-top:0;background-image:none}.jp-content .footer:before{height:inherit}.jp-content .more-info:before{content:none}.landing .wpcom-connect{min-height:400px}.wpcom-connect .j-col{padding:0}.wpcom-connect .connect-desc{padding-left:25px}.wpcom-connect .connect-btn{text-align:center}.module-grid h2{color:#000;font:300 2.57143em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif}.download-jetpack{margin-top:1em !important}#jump-start-area{margin-top:35px;padding-right:60px;padding-left:60px;background:#fefefe;border:1px #dae0e2 solid;padding-bottom:20px}#jump-start-area #jumpstart-cta,#jump-start-area .jumpstart-desc{padding:0}#jump-start-area p{font-size:14px;line-height:185%}#jump-start-area .spinner{float:none;margin:0 auto;position:absolute;bottom:0;height:100%;width:100%;background-position:50% 56%;background-color:rgba(254,254,254,0.99);display:block;opacity:.9}.jumpstart-message p{padding-left:25px}.jumpstart-desc{text-align:right}#jumpstart-cta{text-align:center}.dismiss-jumpstart{color:#999;font-size:14px}#jumpstart-cta .button,#jumpstart-cta .button-primary{margin:1em;font-size:18px;height:45px !important;padding:8px 15px 1px}#jumpstart-cta .button-primary{display:block;margin:35px 20px 5px 20px}#jp-config-list{position:relative;padding-top:15px;padding-bottom:15px;margin-right:-15px;margin-left:-15px}#jp-config-list .j-col{padding:15px}#jp-config-list strong{display:inline-block}#jp-config-list small{display:block;margin-top:5px;line-height:150%}#jp-config-list .close{position:absolute;top:10px;left:0;text-transform:uppercase;font-weight:bold;display:block;z-index:5}.jp-config-status{text-transform:uppercase;font-size:10px;font-weight:bold;line-height:100%;color:#fff;background:#9fbd72;border-radius:2px;padding:2px 4px;display:inline-block}.miguel{display:none;position:fixed;opacity:.35;bottom:-200px;right:0;z-index:1;-webkit-animation:miguel 3.4s 0s ease-in-out;animation:miguel 3.4s 0s ease-in-out}.miguel:nth-child(2){right:49%;width:120px;height:131px;-webkit-animation-duration:2.4s;animation-duration:2.4s;-webkit-animation-delay:0s;animation-delay:0s}.miguel:nth-child(3){right:23%;width:60px;height:66px;-webkit-animation-duration:4.5s;animation-duration:4.5s;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes "miguel"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(900px, -900px, 0px);transform:translate3d(900px, -900px, 0px)}}@keyframes "miguel"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(900px, -900px, 0px);transform:translate3d(900px, -900px, 0px)}}@media (max-width: 1147px){.jp-content .landing{padding:0 2em}.jp-content .footer{padding-top:1.5em}}@media (max-width: 782px){#jumpstart-cta .button-primary{margin:10px 0 5px 0}#jump-start-area .spinner{background-position:50% 35%}}@media (max-width: 530px){.jp-content .landing{padding:0 .5em}#jump-start-area{padding:0 1em}.jumpstart-message p{padding-left:0}#jumpstart-cta .button-primary{margin:0 0 5px 0;padding-bottom:10px}.footer .a8c-attribution a:after{top:6px}}.nav-horizontal:before,.features:before,.modules:before,.load-more:before,.nav-horizontal:after,.features:after,.modules:after,.load-more:after{content:"";display:table}.nav-horizontal:after,.features:after,.modules:after,.load-more:after{clear:both}
2899
 
2900
  /*# sourceMappingURL=jetpack-admin.min.css.map */
css/jetpack-admin-rtl.min.css CHANGED
@@ -1,3 +1,3 @@
1
- .j-row{width:100%;margin:0 auto}.j-row:before,.j-row:after{content:" ";display:table}.j-row:after{clear:both}.j-col{padding:0.85em;width:100%;float:right;position:relative}@media only screen{.j-sm-1{width:8.33333%}.j-sm-2{width:16.66667%}.j-sm-3{width:25%}.j-sm-4{width:33.33333%}.j-sm-5{width:41.66667%}.j-sm-6{width:50%}.j-sm-7{width:58.33333%}.j-sm-8{width:66.66667%}.j-sm-9{width:75%}.j-sm-10{width:83.33333%}.j-sm-11{width:91.66667%}.j-sm-12{width:100%}}@media (min-width: 530px){.j-md-1{width:8.33333%}.j-md-2{width:16.66667%}.j-md-3{width:25%}.j-md-4{width:33.33333%}.j-md-5{width:41.66667%}.j-md-6{width:50%}.j-md-7{width:58.33333%}.j-md-8{width:66.66667%}.j-md-9{width:75%}.j-md-10{width:83.33333%}.j-md-11{width:91.66667%}.j-md-12{width:100%}}@media (min-width: 782px){.j-lrg-1{width:8.33333%}.j-lrg-2{width:16.66667%}.j-lrg-3{width:25%}.j-lrg-4{width:33.33333%}.j-lrg-5{width:41.66667%}.j-lrg-6{width:50%}.j-lrg-7{width:58.33333%}.j-lrg-8{width:66.66667%}.j-lrg-9{width:75%}.j-lrg-10{width:83.33333%}.j-lrg-11{width:91.66667%}.j-lrg-12{width:100%}}body,button,input,select,textarea{color:#222;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.4;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:#222;clear:both}a{color:#0d72b2;transition:color .2s;text-decoration:none}a:visited{color:#0d72b2}a:hover{color:#0f92e5}a:focus{outline:thin dotted}address{margin:0 0 1.5em}abbr[title],acronym{cursor:help}ins{background:#eee;text-decoration:none}dt{font-weight:700}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}@-webkit-keyframes "grow"{0%{-webkit-transform:scale(0.3);transform:scale(0.3)}60%{-webkit-transform:scale(1.15);transform:scale(1.15)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes "grow"{0%{-webkit-transform:scale(0.3);transform:scale(0.3)}60%{-webkit-transform:scale(1.15);transform:scale(1.15)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes "candy"{0%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.15);transform:scale(1.15)}60%{-webkit-transform:scale(0.95);transform:scale(0.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes "candy"{0%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.15);transform:scale(1.15)}60%{-webkit-transform:scale(0.95);transform:scale(0.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes "flyer"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(680px, -680px, 0px);transform:translate3d(680px, -680px, 0px)}}@keyframes "flyer"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(680px, -680px, 0px);transform:translate3d(680px, -680px, 0px)}}.button,.download-jetpack{transition:all .1s ease-in-out}.jp-button,.jp-button--settings{display:inline-block;position:relative;padding:0.76923em 1.46154em;color:#efefef;font:800 0.9285714286em/1 'Open Sans', Helvetica, sans-serif;text-shadow:0 -1px 1px rgba(0,0,0,0.2);background:#6f7476;border-radius:3px}.jp-button:visited,.jp-button--settings:visited{color:#efefef}.jp-button:hover,.jp-button--settings:hover,.jp-button:focus,.jp-button--settings:focus{color:#fff;background:#57972d}.jp-button:active,.jp-button--settings:active{background:#57972d;opacity:0.8}.jp-button--settings{background:#93b45f;color:#e8eedf}.jp-button--settings:visited{color:#e8eedf}.jp-button--settings:hover,.jp-button--settings:focus{background:#9fbd72;color:#fff}.jp-button--settings.current{background:#3c6621;color:#fff;box-shadow:inset 0 2px 0 #365A1F, inset 0 1px 3px #3c6621}.download-jetpack{display:inline-block;position:relative;padding:0.64286em 0.85714em 0.53571em;color:#fff;font:400 20px/1 "proxima-nova", 'Open Sans', Helvetica, sans-serif;background:#518d2a;z-index:3;border-radius:6px;box-shadow:0 6px 0 #3e6c20,0 6px 3px rgba(0,0,0,0.4)}.download-jetpack:visited{color:#fff}.download-jetpack:hover,.download-jetpack:focus{color:#fff;background:#57972d;box-shadow:0 6px 0 #3e6c20,0 6px 3px rgba(0,0,0,0.4)}.download-jetpack:active{top:6px;box-shadow:0 0px 0 #3e6c20,0 0 0 rgba(0,0,0,0.4)}.download-jetpack:active:after{top:-6px}.download-jetpack:before{content:'';display:inline-block;position:relative;top:-2px;margin-left:13px;width:30px;height:30px;vertical-align:middle;background:url("../images/connect-plug.svg") center center no-repeat;background-size:100%}.download-jetpack:after{content:'';position:absolute;top:0;right:0;width:100%;height:100%}@media (max-width: 1147px){.download-jetpack{font-size:1.28571em}.download-jetpack:before{top:-1px;width:23px;height:23px}}@media (max-width: 900px){.download-jetpack:active{top:0}}@media (max-width: 530px){.download-jetpack{font-size:1.21429em;font-weight:600}.download-jetpack:before{width:19px;height:19px;margin-left:9px}}#searchsubmit{display:inline-block;border:none;position:relative;padding:0.71429em 1.5em;color:#efefef;font:800 0.8em/1 'Open Sans', Helvetica, sans-serif;text-shadow:0 -1px 1px rgba(0,0,0,0.2);background:#6f7476;outline:none;border-radius:3px}#searchsubmit:visited{color:#efefef}#searchsubmit:hover,#searchsubmit:focus{color:#fff;background:#2aa0d5}#searchsubmit:active{opacity:0.7}@font-face{font-family:'automatticons';src:url("../_inc/fonts/automatticons/automatticons.eot");src:url("../_inc/fonts/automatticons/automatticons.eot?#iefix") format("embedded-opentype"),url("../_inc/fonts/automatticons/automatticons.woff") format("woff"),url("../_inc/fonts/automatticons/automatticons.ttf") format("truetype"),url("../_inc/fonts/automatticons/automatticons.svg#automatticonsregular") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.eot");src:url("../_inc/fonts/jetpack/jetpack.eot?#iefix") format("embedded-opentype"),url("../_inc/fonts/jetpack/jetpack.woff") format("woff"),url("../_inc/fonts/jetpack/jetpack.ttf") format("truetype"),url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg")}}.nav-horizontal a{display:inline-block}.nav-horizontal li{position:relative;float:right}.nav-horizontal ul{margin:0;padding:0}*,*:before,*:after{-moz-box-sizing:border-box;box-sizing:border-box}::-moz-selection{background:#91bd51;color:#fff;text-shadow:none}::selection{background:#91bd51;color:#fff;text-shadow:none}#wpbody-content{padding-bottom:0}#wpcontent{margin-right:160px;padding:0}ul#adminmenu a.toplevel_page_jetpack:after{border-left-color:#81a844}.folded #wpcontent{margin-right:36px}#wpfooter{display:none}.jp-content{background:#f9f9f9;margin:0;height:auto;min-height:100%;width:100%;width:100%;-webkit-font-smoothing:antialiased}.jp-content .wrapper{background:#f9f9f9}@media (max-width: 900px){#wpcontent,.auto-fold #wpcontent,.auto-fold #wpfooter,.modal,.configure .frame.top.fixed{margin-right:36px;padding-right:0}}@media (max-width: 782px){#wpcontent,.auto-fold #wpcontent,.auto-fold #wpfooter,.modal,.configure .frame.top.fixed{margin-right:0}}@media (max-width: 782px){.configure .frame.top.fixed{padding-right:0}}.wrap.inner,.page-content{max-width:950px;margin:0 auto}.wrap.inner li,.page-content li{line-height:23px}@media (max-width: 530px){.page-content{margin-top:0}}@media (max-width: 1147px){.wrap.inner{background:#f9f9f9;padding:15px}}@media (max-width: 530px){.wrap.inner{margin-top:1.71429em}}.jetpack_page_jetpack_modules .header-nav{margin:0}.jetpack_page_jetpack_modules .page-content{max-width:1200px;min-height:500px;margin:0}.page-content.about{position:relative;z-index:10}@media (max-width: 1147px){.page-content.about{background:#f9f9f9;padding:15px}}@media (max-width: 1147px){.page-content.configure{background:#f9f9f9}}.footer nav{max-width:550px;margin:0 auto}.header{right:0;left:0;background:#81a844}.header-nav li{line-height:60px}.header-nav a{padding:0 0.71429em;line-height:24px}.header-nav .jetpack-logo a{display:inline-block;position:relative;width:214px;margin-left:6px;background:url(../images/jetpack-logo.png) center center no-repeat;background:url(../images/jetpack-logo.svg) center center no-repeat,none;background-size:183px auto;color:#fff;line-height:60px;font-weight:normal}.header-nav .jetpack-logo a span{text-indent:-9999px;visibility:hidden}.header-nav .jetpack-logo a:before{content:'';position:absolute;top:0;right:0;width:100%;height:100%;background-size:183px 32px}.header-nav .jetpack-modules+.jetpack-modules{margin-right:15px}.main-nav{float:right}.main-nav li{margin:0}@media (max-width: 900px){.main-nav{font-size:13px}}.user-nav{float:left}.user-nav li{margin:0}.jetpack-pagestyles #screen-meta{margin:0}.jetpack-pagestyles #screen-meta-links .screen-meta-toggle{z-index:2}.jetpack-pagestyles #screen-options-link-wrap,.jetpack-pagestyles #contextual-help-link-wrap{border:none}.jetpack-pagestyles .update-nag{display:none}.masthead{position:relative;text-align:center;z-index:1;background-color:#81a844;background-image:linear-gradient(top, #81a844, #8eb74e)}.masthead.hasbutton .flyer{bottom:-270px}.masthead.hasbutton .subhead{margin-top:175px}@media (max-width: 530px){.masthead.hasbutton .subhead{margin-top:105px;padding:0}}.masthead h1,.masthead h2{margin:0 auto}.masthead h1{padding:2.5em 0 1.11111em;max-width:21.94444em;color:#fff;font:300 2.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;position:relative;text-shadow:0 -1px 1px rgba(0,0,0,0.12);z-index:3}.masthead h1+.flyby{margin-top:180px}@media (max-width: 1147px){.masthead h1{padding-top:1.83333em;font-size:2.14286em}}@media (max-width: 782px){.masthead h1{max-width:600px;font-size:28px}}@media (max-width: 530px){.masthead h1{margin:0 15px;padding:31px 0 15px 0;font-size:21px;font-weight:400}}.jetpack-connected .masthead h1{margin-bottom:33px;max-width:600px}.flyby{position:relative;max-width:1200px;margin:0 auto}@media (max-width: 900px){.flyby{display:none}}.flyer{position:absolute;bottom:-200px;right:4%;z-index:1;-webkit-animation:flyer 3.4s 2s ease-in-out;animation:flyer 3.4s 2s ease-in-out}.flyer:nth-child(2){right:49%;width:120px;height:131px;-webkit-animation-delay:4.6s;animation-delay:4.6s;-webkit-animation-duration:2.4s;animation-duration:2.4s}.flyer:nth-child(3){right:23%;width:60px;height:66px;-webkit-animation-delay:5.8s;animation-delay:5.8s;-webkit-animation-duration:4.5s;animation-duration:4.5s}.subhead{position:relative;margin-top:105px;padding:4em 0;background:#f9f9f9;z-index:2}.subhead h2{max-width:460px;color:#5d6d74;font:400 1.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 900px){.subhead h2{max-width:428px;font-size:20px}}@media (max-width: 530px){.subhead h2{display:none}}.subhead:after{content:'';position:absolute;bottom:100%;right:0;margin-bottom:-1px;width:100%;height:228px;background:url("../images/the-cloud.svg") center bottom repeat-x;pointer-events:none;z-index:-1}@media (max-width: 1147px){.subhead{margin-top:122px;padding:70px 0 49px}.subhead:after{background-size:160% auto}}@media (max-width: 900px){.subhead{margin-top:122px;padding:70px 0 49px}}@media (max-width: 530px){.subhead{margin-top:83px;padding:47px 15px 39px}}.clouds-sm{height:100px;position:relative;text-align:center;z-index:1;background-color:#81a844;background-image:linear-gradient(top, #81a844, #89b348)}.clouds-sm:after{content:'';position:absolute;bottom:0;right:0;margin-bottom:-1px;width:100%;height:137px;background:url("../images/the-cloud-sm.svg") center bottom repeat-x;pointer-events:none;z-index:2}@media (max-width: 530px){.clouds-sm{height:90px}}.featured{border-top:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6;background:#fff;position:relative;padding:2.0em 1em 4.6em 1em;text-align:center;z-index:1}.featured:before{content:"";display:block;position:absolute;top:0;height:100%;z-index:-1}.featured .features,.featured .modules{margin:0 auto;display:inline-block}@media (max-width: 530px){.featured{display:none}}.featured h2,.module-grid h2{margin-top:1em;color:#5d6d74;font:300 2em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-align:center}@media (max-width: 900px){.featured h2,.module-grid h2{font-size:30px}}@media (max-width: 782px){.featured h2,.module-grid h2{font-size:28px}}.features,.modules{margin:0 -5px}.feature,.module{position:relative;float:right;margin:0 5px 10px;width:310px;transition:all .2s ease-in-out}@media (max-width: 1147px){.feature,.module{margin:.75% 1.5% .75% 0;width:32.333333%;transition:none}.feature:nth-child(3n+1),.module:nth-child(3n+1){margin-right:0}.feature:hover,.module:hover{top:0;box-shadow:none}}.feature{-webkit-transform:translateZ(0);transform:translateZ(0)}.feature h3{margin:0 0 0.58824em;color:#697b84;font-size:1.21429em;line-height:1em;font-weight:800}.feature p{margin:0;color:#6e818a}.feature:before{content:'';position:absolute;bottom:0;right:0;width:100%;height:10px;background:rgba(0,0,0,0.02);z-index:-1;-webkit-transform:translateZ(0);transform:translateZ(0);transition:all .2s ease-in-out}.feature:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.feature:hover h3{color:#1a8dba}.feature:hover .feature-img{border:1px solid #ccc;border-bottom:none}.feature:hover .no-border{border:none}.feature:hover:before{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@media (max-width: 1147px){.feature:hover h3{color:#6e818a}.feature:hover .feature-img{border:1px solid #ddd;border-bottom:none}.feature:hover .no-border{border:none}}.feature .feature-img{padding-top:52%;width:100%;height:auto;border:1px solid #ddd;border-bottom:none}.feature .feature-img.custom-css{background:url("../images/custom-css.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.custom-css{background-image:url("../images/custom-css@2x.jpg")}}.feature .feature-img.wordpress-connect{background:url("../images/wordpress-connect.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.wordpress-connect{background-image:url("../images/wordpress-connect@2x.jpg")}}.feature .feature-img.wordpress-stats{background:url("../images/wordpress-stats.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.wordpress-stats{background-image:url("../images/wordpress-stats@2x.jpg")}}.feature .feature-img.no-border{border:none;padding-bottom:1px}.feature-description{display:block;padding:1em 1.07143em 1.07143em;border:1px solid #ddd;background:#f5f5f5}.feature:hover .feature-description{background:#fff;border-color:#ccc}@media (max-width: 1147px){.feature:hover .feature-description{border:1px solid #ddd;background:#f5f5f5}}@media (max-width: 900px){.feature-description{min-height:115px}}.cat{clear:both;margin-bottom:23px}.cat h3{font-size:24px;font-weight:300;margin:0 6px 13px 0;text-align:right}.cat .clear{clear:both}.module-grid{text-align:center}.module-grid h2{margin:1em 0}@media (max-width: 530px){.module-grid h2{padding-top:16px;margin-top:0;font-size:25px}}#module-search{position:relative;width:100%;max-width:40.71429em;margin:0 auto 1.07143em;overflow:hidden}#jetpack-search{margin:0;padding:11px 16px 11px 16px;width:100%;border:1px solid #c9ced0;border-radius:3px;background:#fff;color:#5c6671;line-height:1.3}#jetpack-search:focus{color:#5c6671;outline:none}#jetpack-search:focus+label{background:transparent;opacity:0}#jetpack-search::-webkit-input-placeholder{color:#a8acae}#jetpack-search :-moz-placeholder{color:#a8acae}#jetpack-search::-moz-placeholder{color:#a8acae}#jetpack-search:-ms-input-placeholder{color:#a8acae}#jetpack-search+label{position:absolute;top:1px;left:1px;bottom:1px;width:48px;color:#abafb1;text-indent:-9999px;pointer-events:none;border-radius:3px;transition:all .2s ease-in-out}#jetpack-search+label:after{content:'\f400';position:absolute;left:11px;text-align:left;top:4px;font-size:1.71429em;font-weight:normal;font-family:"genericons"}.jp-filter{margin-bottom:2.85714em;color:#6f7476}.jp-filter a{display:inline-block;position:relative;padding:0.76923em 1.46154em;color:#aaa;font:600 0.92857em/1 "Open Sans", Helvetica, Arial, sans-serif;text-shadow:0 -1px 1px rgba(255,255,255,0.2);background:#eee;border-radius:3px;background-clip:padding-box}.jp-filter a.selected,.jp-filter a:hover,.jp-filter a:focus{color:#efefef;text-shadow:0 -1px 1px rgba(0,0,0,0.2);background:#6f7476}@media (max-width: 530px){.jp-filter a{padding:0.76em 1em}}.module{display:block;padding:0.71429em 1.07143em 1em;text-align:right;border:1px solid #dae0e2;background:#fff;box-shadow:0 0 0 rgba(0,0,0,0.03);transition:opacity 2s ease-in}.module:hover{border-color:#8ac9e8;background:#f8fcfe}.module:nth-of-type(n+10){display:none}.module h3{cursor:pointer;margin:0 0 0.5em;color:#1a8dba;font-size:1.14286em;line-height:1.4em;font-weight:700}.module p{margin:0;color:#686f72;font-size:0.85714em}.module:hover,.module:focus{border-color:#8ac9e8;background:#f8fcfe}.module:nth-of-type(n+10){display:none}.module.active{border-color:#2ea2cc;box-shadow:inset -4px 0 0 #2ea2cc}.module.active:hover{border-color:#69bedd;box-shadow:inset -4px 0 0 #69bedd}@media (max-width: 1147px){.cat .module:nth-child(3n+1){margin:.75% 1.5% .75% 0}.cat .module:nth-child(3n - 1){margin-right:0}}@media (max-width: 900px){.cat .module{margin:1% 2% 1% 0}.cat .module:nth-child(2n+1){margin:1% 2% 1% 0}.cat .module:nth-child(2n+0){margin-right:0}}@media (max-width: 530px){.cat .module{margin:5px 0}.cat .module:nth-child(2n+1){margin-right:0}.cat .module:nth-child(2n+0){margin-right:0}}@media (max-width: 900px){.module{margin:1% 2% 1% 0;width:49%}.module:nth-child(3n+1){margin-right:2%}.module:nth-child(2n+1){margin-right:0}}@media (max-width: 530px){.module{margin:5px 0;width:100%}.module:nth-child(3n+1){margin-right:0}.module:nth-child(2n+1){margin-right:0}}.new{position:relative}.new:after{content:'NEW';position:absolute;top:-8px;left:-8px;padding-top:10px;width:32px;height:32px;color:#fff;font-size:8px;font-weight:800;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,0.2);background:url("../images/new-badge.svg") center center no-repeat;background-size:100%;border-radius:50%}.paid{display:inline-block;position:relative;top:5px;margin-right:10px;padding:1px 4px 0 6px;height:13px;color:#fff;font:700 10px/1 "Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 1px 0 rgba(0,0,0,0.05);background:#d0d0d0;vertical-align:top}.paid:before,.paid:after{position:absolute;top:0;left:100%;font:normal 14px/14px "genericons"}.paid:before{content:'\f503';color:#d0d0d0;text-shadow:none}.paid:after{content:'\f428';margin-left:-5px;font-size:11px}.rtl .paid:before{content:'\f501'}.load-more{margin:2.71429em 0 6.15385em}.set{display:none}.show.set{display:block}.loading{bottom:50%;position:absolute;top:50%;width:100%}.loading span{color:#999}.modal{background:#fff;position:fixed;top:52px;bottom:20px;left:20px;right:20px;margin-right:160px;display:none;box-shadow:0 1px 20px 5px rgba(0,0,0,0.1);z-index:500}.modal .close{position:absolute;top:0;left:0;font:300 1.71429em "genericons" !important;color:#777;content:'\f405';display:inline-block;padding:0.28571em 0.71429em 0.42857em;z-index:5}.modal .close:hover{background:#eee;opacity:0.8}.modal .close:active{background:#eee;opacity:0.4}.modal #jp-post-flair{display:none}.modal .content-container{position:absolute;top:0;left:0;bottom:0;right:0;overflow:auto;padding:2.14286em}.modal .content{margin:0 auto;max-width:900px;text-align:right}.modal h2{text-align:right;margin-top:0;color:#5d6d74;font:300 32px "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 530px){.modal h2{font-size:26px}}.modal h5{clear:right}.modal p{font-size:1.23077em}.modal footer{position:absolute;right:0;bottom:0;width:100%;padding:12px 20px;border-top:1px solid #ddd;background:#fff;text-align:left}.modal footer ul{margin:0}.modal footer li{display:inline-block;margin:0}.modal .button-secondary,.modal .button-primary:active{vertical-align:baseline}@media (max-width: 900px){.modal{bottom:5%;margin-right:36px;font-size:80%}.modal .content{top:38px}}@media (max-width: 782px){.modal{top:66px;margin-right:0}}@media (max-width: 600px){.modal{top:10px;left:10px;bottom:10px;right:10px}}.jp-info-img{float:left;margin:0 30px 30px 0}.jp-info-img img{border:1px solid #ddd;max-width:100%;height:auto}.jp-info-img img:first-child{margin-top:0}@media (max-width: 782px){.jp-info-img{float:none;margin:0 0 15px}}.content-container.modal-footer{bottom:53px}.shade{background:#000;bottom:0;cursor:pointer;display:none;right:0;opacity:0.2;position:fixed;left:0;top:0;z-index:11}.entry-title,.page-template-default h1{margin-top:0.61111em;color:#5d6d74;font:300 2.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 530px){.entry-title,.page-template-default h1{font-size:2em}}.blog h3,.single h3,.page-template-default h2{margin-top:0.61111em;color:#5d6d74;font:300 1.9em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 530px){.blog h3,.single h3,.page-template-default h2{font-size:1.4em}}.page-template-default p{line-height:1.71429em}.blog .type-post,.page-template-default .type-page,.single .type-post,.single .type-jetpack_support{float:right;width:70%}.footer{margin-top:1.42857em;position:relative;padding:10em 0 4.28571em;text-align:center}.footer:before,.footer:after{content:'';position:absolute;right:0;pointer-events:none}.footer:before{top:0;margin-top:-1px;width:100%;height:195px}.footer:after{bottom:0;width:100%;height:50px;background:url("../images/the-footcloud.svg") center bottom no-repeat;background-size:auto 45px;z-index:1}.footer .download-jetpack{margin-bottom:33px}@media (max-width: 1147px){.footer{padding-top:165px;padding-bottom:0}.footer:before{background-size:160% auto}.footer:after{display:none}.footer ul{float:none;overflow:hidden}}@media (max-width: 900px){.footer{padding-top:146px}}@media (max-width: 782px){.footer{margin-top:0}}@media (max-width: 530px){.footer{margin-top:0;padding-top:135px}}@media (max-width: 320px){.footer{padding-top:76px}}.footer nav{max-width:100%}.footer nav a,.footer nav a:visited{padding:4px 6px;color:#999}.footer nav a:hover,.footer nav a:focus,.footer nav a:visited:hover,.footer nav a:visited:focus{color:#81A844}@media (max-width: 1147px){.footer nav{border:none;padding:0}.footer nav a:hover,.footer nav a:focus,.footer nav a:visited:hover,.footer nav a:visited:focus{color:#fff}}@media (max-width: 530px){.footer nav li{display:block;float:none;margin:0;text-align:right}.footer nav a{display:block;padding:0 16px;line-height:44px}}.primary{padding:25px 15px 10px 15px;border-bottom:1px solid #eee}.secondary-footer{margin:0 auto}.secondary-footer li{margin-left:5px}@media (max-width: 1147px){.secondary-footer{margin:0 30px;padding:8px 15px 30px}}@media (max-width: 530px){.secondary-footer{margin:0;padding:0;border:none;font-weight:400}.secondary-footer a{border-top:1px solid #eee}}.footer .a8c-attribution{margin:0;padding:0 6px;color:#bbb;font-size:0.78571em;font-family:"Gill Sans","Gill Sans MT","Open Sans",Helvetica,Arial,sans-serif;text-transform:uppercase}.footer .a8c-attribution a{display:inline-block;position:relative;padding:4px 16px;left:9999px;outline:0}.footer .a8c-attribution a:after{content:'A';position:absolute;top:2px;left:-9999px;height:100%;color:#999;font-size:1.54545em;font-family:"automatticons";text-align:center}.footer .a8c-attribution a:hover:after{-webkit-animation:candy .4s ease-in-out;animation:candy .4s ease-in-out}.secondary{padding:10px 15px 0 15px}.jetpack-message{background:#8eb74e;border:1px solid #73963d;margin:33px auto 0;max-width:90%;position:relative;z-index:2}.jetpack-message.is-opt-in{margin:50px 0 0;max-width:100%;padding:10px 15px;background:#fff;border:0;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);font-size:13px;text-align:center}.subhead .jetpack-message.is-opt-in{margin:0;padding-bottom:0;background:transparent;box-shadow:none}.subhead .jetpack-message.is-opt-in .jp-button,.subhead .jetpack-message.is-opt-in .jp-button--settings{display:inline-block}.jetpack-message.is-opt-in p{color:#3c4549}.jetpack-message.is-opt-in .jp-button,.jetpack-message.is-opt-in .jp-button--settings{margin-top:15px;display:none}.jetpack-message h4{color:#fff;margin:0}.jetpack-message p{color:#fff;margin:0;opacity:0.7}.jetpack-message .squeezer{padding:23px 80px 23px 23px;position:relative;text-align:right}.jetpack-message .squeezer:before{color:#fff;content:'\f418';font-family:'Genericons';font-size:33px;height:33px;right:25px;opacity:0.6;position:absolute;top:23px;top:calc( 50% - 22px )}@media (max-width: 530px){.jetpack-message .squeezer{padding:23px}.jetpack-message .squeezer:before{display:none}}.jetpack-message .squeezer a{color:#FFF;border-bottom:1px solid #D5E4BD}.jetpack-message .squeezer a:hover{border-bottom:1px solid #F1F6E9}.jetpack-message.error .squeezer:before,.jetpack-message.jetpack-err .squeezer:before{content:'\f414'}.configure-module .jetpack-message{max-width:100%}.modules h3.icon,.jetpack-modules .info a{width:auto}.modules h3.icon:before,.jetpack-modules .info a:before{display:inline-block;position:relative;top:1px;right:-3px;margin-left:2px;opacity:0.8;font:normal 20px "genericons";vertical-align:top}.jetpack-modules .info a:before{margin-top:1px}.latex:before,.jetpack-modules #latex .info a:before{content:'\f408'}.carousel:before,.jetpack-modules #carousel .info a:before{content:'\f102'}.modules h3.contact-form:before,.jetpack-modules #contact-form .info a:before{content:'\f175';font:normal 20px "dashicons"}.modules h3.custom-css:before,.jetpack-modules #custom-css .info a:before{content:'\f100';font:normal 20px "dashicons"}.modules h3.enhanced-distribution:before,.jetpack-modules #enhanced-distribution .info a:before{content:'\f237';font:normal 20px "dashicons"}.modules h3.widgets:before,.jetpack-modules #widgets .info a:before{content:'\f116';font:normal 20px "dashicons"}.modules h3.gravatar-hovercards:before,.jetpack-modules #gravatar-hovercards .info a:before{content:'G';font-family:"automatticons"}.infinite-scroll:before,.jetpack-modules #infinite-scroll .info a:before{content:'\f408'}.comments:before,.jetpack-modules #comments .info a:before{content:'\f108'}.sso:before,.jetpack-modules #sso .info a:before{content:'\f205'}.json-api:before,.jetpack-modules #json-api .info a:before{content:'\f415'}.likes:before,.jetpack-modules #likes .info a:before{content:'\f408'}.markdown:before,.jetpack-modules #markdown .info a:before{content:'\f462'}.minileven:before,.jetpack-modules #minileven .info a:before{content:'\f453'}.manage:before,.jetpack-modules #manage .info a:before{content:'\f205'}.monitor:before,.jetpack-modules #monitor .info a:before{content:'\f468'}.notes:before,.jetpack-modules #notes .info a:before{content:'\f300'}.omnisearch:before,.jetpack-modules #omnisearch .info a:before{content:'\f400'}.photon:before,.jetpack-modules #photon .info a:before{content:'\f403'}.post-by-email:before,.jetpack-modules #post-by-email .info a:before{content:'\f410'}.protect:before,.jetpack-modules #protect .info a:before{content:'\f470';position:relative;top:-1px}.modules h3.publicize:before,.jetpack-modules #publicize .info a:before{content:'\f237';font:normal 20px "dashicons"}.related-posts:before,.jetpack-modules #related-posts .info a:before{content:'\f420'}.sharedaddy:before,.jetpack-modules #sharedaddy .info a:before{content:'\f415'}.shortcodes:before,.jetpack-modules #shortcodes .info a:before{content:'\f100'}.verification-tools:before,.jetpack-modules #verification-tools .info a:before{content:'\f425'}.after-the-deadline:before,.jetpack-modules #after-the-deadline .info a:before{content:'\f411'}.subscriptions:before,.jetpack-modules #subscriptions .info a:before{content:'\f410'}.tiled-gallery:before,.jetpack-modules #tiled-gallery .info a:before{content:'\f103'}.modules h3.vaultpress:before,.jetpack-modules #vaultpress .info a:before{content:'V';font-family:"automatticons"}.videopress:before,.jetpack-modules #videopress .info a:before{content:'\f104'}.modules h3.widget-visibility:before,.jetpack-modules #widget-visibility .info a:before{content:'\f116';font:normal 20px "dashicons"}.stats:before,.jetpack-modules #stats .info a:before{content:'\f205'}.shortlinks:before,.jetpack-modules #shortlinks .info a:before{content:'\f107'}.modules h3.custom-content-types:before,.jetpack-modules #custom-content-types .info a:before{content:'\f498';font:normal 20px "dashicons"}.modules h3.site-icon:before,.jetpack-modules #site-icon .info a:before{content:'\f475'}@media (max-width: 782px){.blog .type-post,.page-template-default .type-page,.single .type-post,.single .type-jetpack_support{width:100%}}@media (max-width: 600px){.clouds-sm{display:none}}@media (max-width: 530px){.wrap.inner.jp-support .jp-support-column-left{width:100%}.wrap.inner.jp-support .jp-support-column-left .widget-text{margin-left:0;width:100%}.wrap.inner.jp-support .jp-support-column-right{width:100%}}@media screen and (max-width: 400px){.jp-frame .header-nav{padding-bottom:10px}.jp-frame .header-nav li{line-height:30px}.jp-frame .header-nav .jetpack-logo{width:100%;text-align:center}.jp-frame .header-nav .jetpack-modules{margin:0;width:50%;text-align:left;padding:0 5px}.jp-frame .header-nav .jetpack-modules+.jetpack-modules{text-align:right}}@media (max-width: 320px){.jetpack_page_jetpack_modules .wrap{padding:0 0 1em}}.page-content.configure{margin-top:0}.configure .frame.top{border:none;box-shadow:none;padding-top:1.42857em;position:relative;top:auto}.configure .frame.top.fixed{background:#f9f9f9;border-bottom:1px solid #e9e9e9;padding-right:160px;margin-top:-6px;position:fixed;left:0;top:32px;width:100%;z-index:4;box-shadow:0 2px 2px -2px #eee}@media (max-width: 782px){.configure .frame.top.fixed{border:none;box-shadow:none;padding-top:1.42857em;position:relative;top:auto}}@media (max-width: 600px){.configure .frame.top.fixed{top:0}}.configure .frame.top .tablenav.top{float:right}@media (max-width: 900px){.configure .frame.top .tablenav.top .actions{display:block}}@media (max-width: 782px){.configure .frame.top .tablenav.top .actions{margin-top:6px}}.jp-frame-top-fixed .configure{padding-top:94px}.filter-search{display:none;float:left;margin-top:10px}@media (max-width: 782px){.filter-search{display:block}}@media (max-width: 530px){.filter-search{display:none}}.module-actions.landing-page{float:left;margin-left:15px}.module-actions.landing-page a{font-size:0.6em}.table-bordered.jetpack-modules{border:none;margin-bottom:0}.table-bordered.jetpack-modules tr.jetpack-module th{border-right:0;padding:14px 4px 0}.table-bordered.jetpack-modules tr.jetpack-module th input{display:block}.table-bordered.jetpack-modules tr.jetpack-module:hover .genericon{display:inline-block}.table-bordered.jetpack-modules tr.jetpack-module:hover td .row-actions span a{opacity:1}.table-bordered.jetpack-modules tr.jetpack-module.active th,.table-bordered.jetpack-modules tr.jetpack-module.active td{background:#f7fcfe}.table-bordered.jetpack-modules tr.jetpack-module.active th{border-right:4px solid #2ea2cc;padding-right:0px}.table-bordered.jetpack-modules tr.jetpack-module.active td:first-child{border-right:4px solid #2ea2cc}.table-bordered.jetpack-modules tr.jetpack-module.unavailable{opacity:0.3}.table-bordered.jetpack-modules tr.jetpack-module.unavailable input{display:none}.table-bordered.jetpack-modules tr.jetpack-module#vaultpress{opacity:1}.table-bordered.jetpack-modules tr.jetpack-module th,.table-bordered.jetpack-modules tr.jetpack-module td{background:#fff;margin:0;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.1)}.table-bordered.jetpack-modules tr.jetpack-module td{padding:10px 14px 8px 10px;line-height:25px}.table-bordered.jetpack-modules tr.jetpack-module td:first-child{border-right:4px solid #fff}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{float:left;padding:0 0 1px;visibility:visible}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span{margin-right:5px}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a{opacity:0}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a:focus{opacity:1}@media (max-width: 530px){.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{display:none}}@media (max-width: 782px){.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{display:block;padding-right:10px;visibility:visible}}.table-bordered.jetpack-modules>thead>tr>th{border:0;vertical-align:middle}.table-bordered.jetpack-modules>thead>tr>th:last-child{padding-left:0}@media (max-width: 782px){.table-bordered.jetpack-modules>thead>tr>th:last-child{padding-right:0}}.table-bordered.jetpack-modules td{background:#fff}.table-bordered.jetpack-modules #doaction{margin-top:0}@media (max-width: 782px){.table-bordered.jetpack-modules #doaction{padding:10px 7px}}.table-bordered.jetpack-modules .checkall{margin-top:1px}.table-bordered.jetpack-modules .filter-search{margin-top:8px}.table-bordered.jetpack-modules .genericon{color:#999;display:none;margin:7px 3px 0}@media (max-width: 900px){.table-bordered.jetpack-modules .genericon{display:inline-block}}.table-bordered.jetpack-modules .med{width:70px}.table-bordered.jetpack-modules .sm{width:30px}@media (max-width: 782px){.table-bordered.jetpack-modules .check-column{width:50px}}.fixed-top .check-column{padding:8px 10px 0 10px;width:2.2em}.wrap{margin:0;padding:0 1.5em 1em;overflow:hidden}.wrap h2{font-size:24px;font-weight:400}.wrap .manage-left{float:right;margin:0;padding:0;width:63%}.wrap .manage-left table{width:100%}.wrap .manage-left th{font-weight:400}@media (max-width: 782px){.wrap .manage-left{width:100%}}.wrap .manage-right{margin:0;padding:0;float:left;width:35%;z-index:1}.wrap .manage-right p{font-size:12px;font-weight:bold;color:#bbb;padding-top:2px;text-transform:uppercase;letter-spacing:1px;clear:right}.wrap .manage-right .bumper{margin-right:33px}.wrap .manage-right.show{display:block;position:fixed;overflow-y:auto;overflow-x:hidden;position:absolute}.wrap .manage-right .search-bar{margin-bottom:18px;max-width:300px}.wrap .manage-right p.search-box{float:none;height:auto;margin-bottom:0;position:relative}.wrap .manage-right p.search-box input[type='search']{padding:0 8px;width:90%;line-height:initial}@media (max-width: 782px){.wrap .manage-right p.search-box input[type='search']{float:right;padding:9px 8px}}.wrap .manage-left p.search-box input[type="submit"]{display:none}.wrap .manage-right .button-group .button{outline:none}.wrap .manage-right .subsubsub{margin:0;padding:0}.wrap .manage-right .subsubsub a{padding:0;line-height:inherit}.wrap .manage-right .subsubsub .current{padding:1px 5px;border-radius:2px;margin-right:-5px;background:#0D72B2;color:#FFF}.wrap .manage-right .subsubsub .current .count{color:#BCD7E7;font-weight:200}.wrap .manage-right .subsubsub li{display:block;text-align:right}@media (max-width: 782px){.wrap .manage-right{background:#fff;bottom:0;display:none;min-width:300px;position:fixed;left:0;top:0;z-index:13;box-shadow:0 1px 20px 5px rgba(0,0,0,0.1)}.wrap .manage-right .bumper{margin:13px}.wrap .manage-right .navbar-form{margin:0;padding:0}}.configure-module p{font-size:14px}.configure-module p.success,.configure-module p.error{color:#fff;padding:10px}.configure-module p.success{background-color:#81a844}.configure-module p.error{background-color:#d94f4f}.protect-status p{font-size:16px}.protect-status strong{display:inline-block;margin-top:10px;background:#fff;padding:10px;border:1px #ddd solid;font-size:16px;color:#000;max-width:100%}.protect-status.attn{color:#d94f4f}.protect-status.working{color:#81a844}#non-editable-whitelist{margin-top:15px}.protect-whitelist textarea{width:100%;min-height:150px}#editable-whitelist .whitelist-table{width:100%}.configure-module input[disabled]{opacity:.5}.configure-module input.button-primary{font-weight:bold}.whitelist-table{border-top:1px solid;border-left:1px solid;border-color:#ddd;background-color:#fff}.whitelist-table td,.whitelist-table th{padding:10px;margin:0;border-bottom:1px solid;border-right:1px solid;border-color:#ddd;font-size:14px}.whitelist-table th.heading{font-weight:bold;color:#5d6d74;text-align:right;background-color:#eee}.whitelist-table td.item-actions{border-right:none;text-align:left}.whitelist-table .toolbar{padding:0}.whitelist-table .add-btn{text-align:center;width:10%;border-right:1px #ddd solid}.ip-address,.enter-ip{width:90%;text-align:right;vertical-align:middle}.delete-ip-address{text-align:center;border:0;background:transparent;color:#6f7476;box-shadow:none;font-size:20px;margin:0;padding:0;cursor:pointer;border-radius:2px}.delete-ip-address:hover{background:#eee}.toolbar div{float:right;padding:10px}@media only screen and (min-width: 1100px){#non-editable-whitelist{width:28%;float:left;margin-top:0}.protect-whitelist{width:65%;float:right}}@media only screen and (max-width: 1130px){.enter-ip input[type="text"]{max-width:175px}}@media only screen and (max-width: 1250px) and (min-width: 1065px), (max-width: 730px) and (min-width: 600px){.enter-ip{width:85%}.add-btn{width:15%}}@media only screen and (max-width: 782px){.add-btn{text-align:left}.add-btn .ip-add{margin-top:4px;margin-bottom:3px}}@media only screen and (max-width: 730px){.add-btn{text-align:center}}@media only screen and (max-width: 665px) and (min-width: 600px){.enter-ip input[type="text"]{max-width:165px}}@media only screen and (max-width: 600px){.toolbar div{width:100%}.add-btn{border-top:1px #ddd solid}.enter-ip{text-align:center}.enter-ip strong{display:block;margin-bottom:5px}.enter-ip input[type="text"]{width:100%;max-width:100%}.add-btn input,.enter-ip .button{width:50%;margin:0 auto}.enter-ip .button{margin-top:10px}}@media only screen and (max-width: 400px){.protect-status strong{font-size:12px;overflow:auto}.add-btn input,.enter-ip .button{width:100%}}.jp-content .hide{display:none}.jp-content .pointer{cursor:pointer}.jp-content .landing{margin:0 auto;z-index:2;position:relative}.jp-content h1{font:300 2.57143em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;position:relative;z-index:3;width:100%;text-align:center}.jp-content h1.success{color:#81a844}.jp-content .footer{padding-top:0;margin-top:0;background-image:none}.jp-content .footer:before{height:inherit}.jp-content .more-info:before{content:none}.landing .wpcom-connect{min-height:400px}.wpcom-connect .j-col{padding:0}.wpcom-connect .connect-desc{padding-left:25px}.wpcom-connect .connect-btn{text-align:center}.module-grid h2{color:#000;font:300 2.57143em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif}.download-jetpack{margin-top:1em !important}#jump-start-area{margin-top:35px;padding-right:60px;padding-left:60px;background:#fefefe;border:1px #dae0e2 solid;padding-bottom:20px}#jump-start-area #jumpstart-cta,#jump-start-area .jumpstart-desc{padding:0}#jump-start-area p{font-size:14px;line-height:185%}#jump-start-area .spinner{float:none;margin:0 auto;position:absolute;bottom:0;height:100%;width:100%;background-position:50% 56%;background-color:rgba(254,254,254,0.99);display:block;opacity:.9}.jumpstart-message p{padding-left:25px}.jumpstart-desc{text-align:right}#jumpstart-cta{text-align:center}.dismiss-jumpstart{color:#999;font-size:14px}#jumpstart-cta .button,#jumpstart-cta .button-primary{margin:1em;font-size:18px;height:45px !important;padding:8px 15px 1px}#jumpstart-cta .button-primary{display:block;margin:35px 20px 5px 20px}#jp-config-list{position:relative;padding-top:15px;padding-bottom:15px;margin-right:-15px;margin-left:-15px}#jp-config-list .j-col{padding:15px}#jp-config-list strong{display:inline-block}#jp-config-list small{display:block;margin-top:5px;line-height:150%}#jp-config-list .close{position:absolute;top:10px;left:0;text-transform:uppercase;font-weight:bold;display:block;z-index:5}.jp-config-status{text-transform:uppercase;font-size:10px;font-weight:bold;line-height:100%;color:#fff;background:#9fbd72;border-radius:2px;padding:2px 4px;display:inline-block}.miguel{display:none;position:fixed;opacity:.35;bottom:-200px;right:0;z-index:1;-webkit-animation:miguel 3.4s 0s ease-in-out;animation:miguel 3.4s 0s ease-in-out}.miguel:nth-child(2){right:49%;width:120px;height:131px;-webkit-animation-duration:2.4s;animation-duration:2.4s;-webkit-animation-delay:0s;animation-delay:0s}.miguel:nth-child(3){right:23%;width:60px;height:66px;-webkit-animation-duration:4.5s;animation-duration:4.5s;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes "miguel"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(900px, -900px, 0px);transform:translate3d(900px, -900px, 0px)}}@keyframes "miguel"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(900px, -900px, 0px);transform:translate3d(900px, -900px, 0px)}}@media (max-width: 1147px){.jp-content .landing{padding:0 2em}.jp-content .footer{padding-top:1.5em}}@media (max-width: 782px){#jumpstart-cta .button-primary{margin:10px 0 5px 0}#jump-start-area .spinner{background-position:50% 35%}}@media (max-width: 530px){.jp-content .landing{padding:0 .5em}#jump-start-area{padding:0 1em}.jumpstart-message p{padding-left:0}#jumpstart-cta .button-primary{margin:0 0 5px 0;padding-bottom:10px}.footer .a8c-attribution a:after{top:6px}}.nav-horizontal:before,.features:before,.modules:before,.load-more:before,.nav-horizontal:after,.features:after,.modules:after,.load-more:after{content:"";display:table}.nav-horizontal:after,.features:after,.modules:after,.load-more:after{clear:both}
2
 
3
  /*# sourceMappingURL=jetpack-admin.min.css.map */
1
+ .j-row{width:100%;margin:0 auto}.j-row:before,.j-row:after{content:" ";display:table}.j-row:after{clear:both}.j-col{padding:0.85em;width:100%;float:right;position:relative}@media only screen{.j-sm-1{width:8.33333%}.j-sm-2{width:16.66667%}.j-sm-3{width:25%}.j-sm-4{width:33.33333%}.j-sm-5{width:41.66667%}.j-sm-6{width:50%}.j-sm-7{width:58.33333%}.j-sm-8{width:66.66667%}.j-sm-9{width:75%}.j-sm-10{width:83.33333%}.j-sm-11{width:91.66667%}.j-sm-12{width:100%}}@media (min-width: 530px){.j-md-1{width:8.33333%}.j-md-2{width:16.66667%}.j-md-3{width:25%}.j-md-4{width:33.33333%}.j-md-5{width:41.66667%}.j-md-6{width:50%}.j-md-7{width:58.33333%}.j-md-8{width:66.66667%}.j-md-9{width:75%}.j-md-10{width:83.33333%}.j-md-11{width:91.66667%}.j-md-12{width:100%}}@media (min-width: 782px){.j-lrg-1{width:8.33333%}.j-lrg-2{width:16.66667%}.j-lrg-3{width:25%}.j-lrg-4{width:33.33333%}.j-lrg-5{width:41.66667%}.j-lrg-6{width:50%}.j-lrg-7{width:58.33333%}.j-lrg-8{width:66.66667%}.j-lrg-9{width:75%}.j-lrg-10{width:83.33333%}.j-lrg-11{width:91.66667%}.j-lrg-12{width:100%}}body,button,input,select,textarea{color:#222;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.4;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:#222;clear:both}a{color:#0d72b2;transition:color .2s;text-decoration:none}a:visited{color:#0d72b2}a:hover{color:#0f92e5}a:focus{outline:thin dotted}address{margin:0 0 1.5em}abbr[title],acronym{cursor:help}ins{background:#eee;text-decoration:none}dt{font-weight:700}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}@-webkit-keyframes "grow"{0%{-webkit-transform:scale(0.3);transform:scale(0.3)}60%{-webkit-transform:scale(1.15);transform:scale(1.15)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes "grow"{0%{-webkit-transform:scale(0.3);transform:scale(0.3)}60%{-webkit-transform:scale(1.15);transform:scale(1.15)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes "candy"{0%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.15);transform:scale(1.15)}60%{-webkit-transform:scale(0.95);transform:scale(0.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes "candy"{0%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.15);transform:scale(1.15)}60%{-webkit-transform:scale(0.95);transform:scale(0.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes "flyer"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(680px, -680px, 0px);transform:translate3d(680px, -680px, 0px)}}@keyframes "flyer"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(680px, -680px, 0px);transform:translate3d(680px, -680px, 0px)}}.button,.download-jetpack{transition:all .1s ease-in-out}.jp-button,.jp-button--settings{display:inline-block;position:relative;padding:0.76923em 1.46154em;color:#efefef;font:800 0.9285714286em/1 'Open Sans', Helvetica, sans-serif;text-shadow:0 -1px 1px rgba(0,0,0,0.2);background:#6f7476;border-radius:3px}.jp-button:visited,.jp-button--settings:visited{color:#efefef}.jp-button:hover,.jp-button--settings:hover,.jp-button:focus,.jp-button--settings:focus{color:#fff;background:#57972d}.jp-button:active,.jp-button--settings:active{background:#57972d;opacity:0.8}.jp-button--settings{background:#93b45f;color:#e8eedf}.jp-button--settings:visited{color:#e8eedf}.jp-button--settings:hover,.jp-button--settings:focus{background:#9fbd72;color:#fff}.jp-button--settings.current{background:#3c6621;color:#fff;box-shadow:inset 0 2px 0 #365A1F, inset 0 1px 3px #3c6621}.download-jetpack{display:inline-block;position:relative;padding:0.64286em 0.85714em 0.53571em;color:#fff;font:400 20px/1 "proxima-nova", 'Open Sans', Helvetica, sans-serif;background:#518d2a;z-index:3;border-radius:6px;box-shadow:0 6px 0 #3e6c20,0 6px 3px rgba(0,0,0,0.4)}.download-jetpack:visited{color:#fff}.download-jetpack:hover,.download-jetpack:focus{color:#fff;background:#57972d;box-shadow:0 6px 0 #3e6c20,0 6px 3px rgba(0,0,0,0.4)}.download-jetpack:active{top:6px;box-shadow:0 0px 0 #3e6c20,0 0 0 rgba(0,0,0,0.4)}.download-jetpack:active:after{top:-6px}.download-jetpack:before{content:'';display:inline-block;position:relative;top:-2px;margin-left:13px;width:30px;height:30px;vertical-align:middle;background:url("../images/connect-plug.svg") center center no-repeat;background-size:100%}.download-jetpack:after{content:'';position:absolute;top:0;right:0;width:100%;height:100%}@media (max-width: 1147px){.download-jetpack{font-size:1.28571em}.download-jetpack:before{top:-1px;width:23px;height:23px}}@media (max-width: 900px){.download-jetpack:active{top:0}}@media (max-width: 530px){.download-jetpack{font-size:1.21429em;font-weight:600}.download-jetpack:before{width:19px;height:19px;margin-left:9px}}#searchsubmit{display:inline-block;border:none;position:relative;padding:0.71429em 1.5em;color:#efefef;font:800 0.8em/1 'Open Sans', Helvetica, sans-serif;text-shadow:0 -1px 1px rgba(0,0,0,0.2);background:#6f7476;outline:none;border-radius:3px}#searchsubmit:visited{color:#efefef}#searchsubmit:hover,#searchsubmit:focus{color:#fff;background:#2aa0d5}#searchsubmit:active{opacity:0.7}@font-face{font-family:'automatticons';src:url("../_inc/fonts/automatticons/automatticons.eot");src:url("../_inc/fonts/automatticons/automatticons.eot?#iefix") format("embedded-opentype"),url("../_inc/fonts/automatticons/automatticons.woff") format("woff"),url("../_inc/fonts/automatticons/automatticons.ttf") format("truetype"),url("../_inc/fonts/automatticons/automatticons.svg#automatticonsregular") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.eot");src:url("../_inc/fonts/jetpack/jetpack.eot?#iefix") format("embedded-opentype"),url("../_inc/fonts/jetpack/jetpack.woff") format("woff"),url("../_inc/fonts/jetpack/jetpack.ttf") format("truetype"),url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg")}}.nav-horizontal a{display:inline-block}.nav-horizontal li{position:relative;float:right}.nav-horizontal ul{margin:0;padding:0}*,*:before,*:after{-moz-box-sizing:border-box;box-sizing:border-box}::-moz-selection{background:#91bd51;color:#fff;text-shadow:none}::selection{background:#91bd51;color:#fff;text-shadow:none}#wpbody-content{padding-bottom:0}#wpcontent{margin-right:160px;padding:0}ul#adminmenu a.toplevel_page_jetpack:after{border-left-color:#81a844}.folded #wpcontent{margin-right:36px}#wpfooter{display:none}.jp-content{background:#f9f9f9;margin:0;height:auto;min-height:100%;width:100%;width:100%;-webkit-font-smoothing:antialiased}.jp-content .wrapper{background:#f9f9f9}@media (max-width: 900px){#wpcontent,.auto-fold #wpcontent,.auto-fold #wpfooter,.modal,.configure .frame.top.fixed{margin-right:36px;padding-right:0}}@media (max-width: 782px){#wpcontent,.auto-fold #wpcontent,.auto-fold #wpfooter,.modal,.configure .frame.top.fixed{margin-right:0}}@media (max-width: 782px){.configure .frame.top.fixed{padding-right:0}}.wrap.inner,.page-content{max-width:950px;margin:0 auto}.wrap.inner li,.page-content li{line-height:23px}@media (max-width: 530px){.page-content{margin-top:0}}@media (max-width: 1147px){.wrap.inner{background:#f9f9f9;padding:15px}}@media (max-width: 530px){.wrap.inner{margin-top:1.71429em}}.jetpack_page_jetpack_modules .header-nav{margin:0}.jetpack_page_jetpack_modules .page-content{max-width:1200px;min-height:500px;margin:0}.page-content.about{position:relative;z-index:10}@media (max-width: 1147px){.page-content.about{background:#f9f9f9;padding:15px}}@media (max-width: 1147px){.page-content.configure{background:#f9f9f9}}.footer nav{max-width:550px;margin:0 auto}.header{right:0;left:0;background:#81a844}.header-nav li{line-height:60px}.header-nav a{padding:0 0.71429em;line-height:24px}.header-nav .jetpack-logo a{display:inline-block;position:relative;width:214px;margin-left:6px;background:url(../images/jetpack-logo.png) center center no-repeat;background:url(../images/jetpack-logo.svg) center center no-repeat,none;background-size:183px auto;color:#fff;line-height:60px;font-weight:normal}.header-nav .jetpack-logo a span{text-indent:-9999px;visibility:hidden}.header-nav .jetpack-logo a:before{content:'';position:absolute;top:0;right:0;width:100%;height:100%;background-size:183px 32px}.header-nav .jetpack-modules+.jetpack-modules{margin-right:15px}.main-nav{float:right}.main-nav li{margin:0}@media (max-width: 900px){.main-nav{font-size:13px}}.user-nav{float:left}.user-nav li{margin:0}.jetpack-pagestyles #screen-meta{margin:0}.jetpack-pagestyles #screen-meta-links .screen-meta-toggle{z-index:2}.jetpack-pagestyles #screen-options-link-wrap,.jetpack-pagestyles #contextual-help-link-wrap{border:none}.jetpack-pagestyles .update-nag{display:none}.masthead{position:relative;text-align:center;z-index:1;background-color:#81a844;background-image:linear-gradient(top, #81a844, #8eb74e)}.masthead.hasbutton .flyer{bottom:-270px}.masthead.hasbutton .subhead{margin-top:175px}@media (max-width: 530px){.masthead.hasbutton .subhead{margin-top:105px;padding:0}}.masthead h1,.masthead h2{margin:0 auto}.masthead h1{padding:2.5em 0 1.11111em;max-width:21.94444em;color:#fff;font:300 2.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;position:relative;text-shadow:0 -1px 1px rgba(0,0,0,0.12);z-index:3}.masthead h1+.flyby{margin-top:180px}@media (max-width: 1147px){.masthead h1{padding-top:1.83333em;font-size:2.14286em}}@media (max-width: 782px){.masthead h1{max-width:600px;font-size:28px}}@media (max-width: 530px){.masthead h1{margin:0 15px;padding:31px 0 15px 0;font-size:21px;font-weight:400}}.jetpack-connected .masthead h1{margin-bottom:33px;max-width:600px}.flyby{position:relative;max-width:1200px;margin:0 auto}@media (max-width: 900px){.flyby{display:none}}.flyer{position:absolute;bottom:-200px;right:4%;z-index:1;-webkit-animation:flyer 3.4s 2s ease-in-out;animation:flyer 3.4s 2s ease-in-out}.flyer:nth-child(2){right:49%;width:120px;height:131px;-webkit-animation-delay:4.6s;animation-delay:4.6s;-webkit-animation-duration:2.4s;animation-duration:2.4s}.flyer:nth-child(3){right:23%;width:60px;height:66px;-webkit-animation-delay:5.8s;animation-delay:5.8s;-webkit-animation-duration:4.5s;animation-duration:4.5s}.subhead{position:relative;margin-top:105px;padding:4em 0;background:#f9f9f9;z-index:2}.subhead h2{max-width:460px;color:#5d6d74;font:400 1.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 900px){.subhead h2{max-width:428px;font-size:20px}}@media (max-width: 530px){.subhead h2{display:none}}.subhead:after{content:'';position:absolute;bottom:100%;right:0;margin-bottom:-1px;width:100%;height:228px;background:url("../images/the-cloud.svg") center bottom repeat-x;pointer-events:none;z-index:-1}@media (max-width: 1147px){.subhead{margin-top:122px;padding:70px 0 49px}.subhead:after{background-size:160% auto}}@media (max-width: 900px){.subhead{margin-top:122px;padding:70px 0 49px}}@media (max-width: 530px){.subhead{margin-top:83px;padding:47px 15px 39px}}.clouds-sm{height:100px;position:relative;text-align:center;z-index:1;background-color:#81a844;background-image:linear-gradient(top, #81a844, #89b348)}.clouds-sm:after{content:'';position:absolute;bottom:0;right:0;margin-bottom:-1px;width:100%;height:137px;background:url("../images/the-cloud-sm.svg") center bottom repeat-x;pointer-events:none;z-index:2}@media (max-width: 530px){.clouds-sm{height:90px}}.featured{border-top:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6;background:#fff;position:relative;padding:2.0em 1em 4.6em 1em;text-align:center;z-index:1}.featured:before{content:"";display:block;position:absolute;top:0;height:100%;z-index:-1}.featured .features,.featured .modules{margin:0 auto;display:inline-block}@media (max-width: 530px){.featured{display:none}}.featured h2,.module-grid h2{margin-top:1em;color:#5d6d74;font:300 2em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-align:center}@media (max-width: 900px){.featured h2,.module-grid h2{font-size:30px}}@media (max-width: 782px){.featured h2,.module-grid h2{font-size:28px}}.features,.modules{margin:0 -5px}.feature,.module{position:relative;float:right;margin:0 5px 10px;width:310px;transition:all .2s ease-in-out}@media (max-width: 1147px){.feature,.module{margin:.75% 1.5% .75% 0;width:32.333333%;transition:none}.feature:nth-child(3n+1),.module:nth-child(3n+1){margin-right:0}.feature:hover,.module:hover{top:0;box-shadow:none}}.feature{-webkit-transform:translateZ(0);transform:translateZ(0)}.feature h3{margin:0 0 0.58824em;color:#697b84;font-size:1.21429em;line-height:1em;font-weight:800}.feature p{margin:0;color:#6e818a}.feature:before{content:'';position:absolute;bottom:0;right:0;width:100%;height:10px;background:rgba(0,0,0,0.02);z-index:-1;-webkit-transform:translateZ(0);transform:translateZ(0);transition:all .2s ease-in-out}.feature:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.feature:hover h3{color:#1a8dba}.feature:hover .feature-img{border:1px solid #ccc;border-bottom:none}.feature:hover .no-border{border:none}.feature:hover:before{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@media (max-width: 1147px){.feature:hover h3{color:#6e818a}.feature:hover .feature-img{border:1px solid #ddd;border-bottom:none}.feature:hover .no-border{border:none}}.feature .feature-img{padding-top:52%;width:100%;height:auto;border:1px solid #ddd;border-bottom:none}.feature .feature-img.custom-css{background:url("../images/custom-css.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.custom-css{background-image:url("../images/custom-css@2x.jpg")}}.feature .feature-img.wordpress-connect{background:url("../images/wordpress-connect.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.wordpress-connect{background-image:url("../images/wordpress-connect@2x.jpg")}}.feature .feature-img.wordpress-stats{background:url("../images/wordpress-stats.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.wordpress-stats{background-image:url("../images/wordpress-stats@2x.jpg")}}.feature .feature-img.no-border{border:none;padding-bottom:1px}.feature-description{display:block;padding:1em 1.07143em 1.07143em;border:1px solid #ddd;background:#f5f5f5}.feature:hover .feature-description{background:#fff;border-color:#ccc}@media (max-width: 1147px){.feature:hover .feature-description{border:1px solid #ddd;background:#f5f5f5}}@media (max-width: 900px){.feature-description{min-height:115px}}.cat{clear:both;margin-bottom:23px}.cat h3{font-size:24px;font-weight:300;margin:0 6px 13px 0;text-align:right}.cat .clear{clear:both}.module-grid{text-align:center}.module-grid h2{margin:1em 0}@media (max-width: 530px){.module-grid h2{padding-top:16px;margin-top:0;font-size:25px}}#module-search{position:relative;width:100%;max-width:40.71429em;margin:0 auto 1.07143em;overflow:hidden}#jetpack-search{margin:0;padding:11px 16px 11px 16px;width:100%;border:1px solid #c9ced0;border-radius:3px;background:#fff;color:#5c6671;line-height:1.3}#jetpack-search:focus{color:#5c6671;outline:none}#jetpack-search:focus+label{background:transparent;opacity:0}#jetpack-search::-webkit-input-placeholder{color:#a8acae}#jetpack-search :-moz-placeholder{color:#a8acae}#jetpack-search::-moz-placeholder{color:#a8acae}#jetpack-search:-ms-input-placeholder{color:#a8acae}#jetpack-search+label{position:absolute;top:1px;left:1px;bottom:1px;width:48px;color:#abafb1;text-indent:-9999px;pointer-events:none;border-radius:3px;transition:all .2s ease-in-out}#jetpack-search+label:after{content:'\f400';position:absolute;left:11px;text-align:left;top:4px;font-size:1.71429em;font-weight:normal;font-family:"genericons"}.jp-filter{margin-bottom:2.85714em;color:#6f7476}.jp-filter a{display:inline-block;position:relative;padding:0.76923em 1.46154em;color:#aaa;font:600 0.92857em/1 "Open Sans", Helvetica, Arial, sans-serif;text-shadow:0 -1px 1px rgba(255,255,255,0.2);background:#eee;border-radius:3px;background-clip:padding-box}.jp-filter a.selected,.jp-filter a:hover,.jp-filter a:focus{color:#efefef;text-shadow:0 -1px 1px rgba(0,0,0,0.2);background:#6f7476}@media (max-width: 530px){.jp-filter a{padding:0.76em 1em}}.module{display:block;padding:0.71429em 1.07143em 1em;text-align:right;border:1px solid #dae0e2;background:#fff;box-shadow:0 0 0 rgba(0,0,0,0.03);transition:opacity 2s ease-in}.module:hover{border-color:#8ac9e8;background:#f8fcfe}.module h3{cursor:pointer;margin:0 0 0.5em;color:#1a8dba;font-size:1.14286em;line-height:1.4em;font-weight:700}.module p{margin:0;color:#686f72;font-size:0.85714em}.module:hover,.module:focus{border-color:#8ac9e8;background:#f8fcfe}.module.active{border-color:#2ea2cc;box-shadow:inset -4px 0 0 #2ea2cc}.module.active:hover{border-color:#69bedd;box-shadow:inset -4px 0 0 #69bedd}@media (max-width: 1147px){.cat .module:nth-child(3n+1){margin:.75% 1.5% .75% 0}.cat .module:nth-child(3n - 1){margin-right:0}}@media (max-width: 900px){.cat .module{margin:1% 2% 1% 0}.cat .module:nth-child(2n+1){margin:1% 2% 1% 0}.cat .module:nth-child(2n+0){margin-right:0}}@media (max-width: 530px){.cat .module{margin:5px 0}.cat .module:nth-child(2n+1){margin-right:0}.cat .module:nth-child(2n+0){margin-right:0}}@media (max-width: 900px){.module{margin:1% 2% 1% 0;width:49%}.module:nth-child(3n+1){margin-right:2%}.module:nth-child(2n+1){margin-right:0}}@media (max-width: 530px){.module{margin:5px 0;width:100%}.module:nth-child(3n+1){margin-right:0}.module:nth-child(2n+1){margin-right:0}}.new{position:relative}.new:after{content:'NEW';position:absolute;top:-8px;left:-8px;padding-top:10px;width:32px;height:32px;color:#fff;font-size:8px;font-weight:800;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,0.2);background:url("../images/new-badge.svg") center center no-repeat;background-size:100%;border-radius:50%}.paid{display:inline-block;position:relative;top:5px;margin-right:10px;padding:1px 4px 0 6px;height:13px;color:#fff;font:700 10px/1 "Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 1px 0 rgba(0,0,0,0.05);background:#d0d0d0;vertical-align:top}.paid:before,.paid:after{position:absolute;top:0;left:100%;font:normal 14px/14px "genericons"}.paid:before{content:'\f503';color:#d0d0d0;text-shadow:none}.paid:after{content:'\f428';margin-left:-5px;font-size:11px}.rtl .paid:before{content:'\f501'}.load-more{margin:2.71429em 0 6.15385em}.set{display:none}.show.set{display:block}.loading{bottom:50%;position:absolute;top:50%;width:100%}.loading span{color:#999}.modal{background:#fff;position:fixed;top:52px;bottom:20px;left:20px;right:20px;margin-right:160px;display:none;box-shadow:0 1px 20px 5px rgba(0,0,0,0.1);z-index:500}.modal .close{position:absolute;top:0;left:0;font:300 1.71429em "genericons" !important;color:#777;content:'\f405';display:inline-block;padding:0.28571em 0.71429em 0.42857em;z-index:5}.modal .close:hover{background:#eee;opacity:0.8}.modal .close:active{background:#eee;opacity:0.4}.modal #jp-post-flair{display:none}.modal .content-container{position:absolute;top:0;left:0;bottom:0;right:0;overflow:auto;padding:2.14286em}.modal .content{margin:0 auto;max-width:900px;text-align:right}.modal h2{text-align:right;margin-top:0;color:#5d6d74;font:300 32px "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 530px){.modal h2{font-size:26px}}.modal h5{clear:right}.modal p{font-size:1.23077em}.modal footer{position:absolute;right:0;bottom:0;width:100%;padding:12px 20px;border-top:1px solid #ddd;background:#fff;text-align:left}.modal footer ul{margin:0}.modal footer li{display:inline-block;margin:0}.modal .button-secondary,.modal .button-primary:active{vertical-align:baseline}@media (max-width: 900px){.modal{bottom:5%;margin-right:36px;font-size:80%}.modal .content{top:38px}}@media (max-width: 782px){.modal{top:66px;margin-right:0}}@media (max-width: 600px){.modal{top:10px;left:10px;bottom:10px;right:10px}}.jp-info-img{float:left;margin:0 30px 30px 0}.jp-info-img img{border:1px solid #ddd;max-width:100%;height:auto}.jp-info-img img:first-child{margin-top:0}@media (max-width: 782px){.jp-info-img{float:none;margin:0 0 15px}}.content-container.modal-footer{bottom:53px}.shade{background:#000;bottom:0;cursor:pointer;display:none;right:0;opacity:0.2;position:fixed;left:0;top:0;z-index:11}.entry-title,.page-template-default h1{margin-top:0.61111em;color:#5d6d74;font:300 2.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 530px){.entry-title,.page-template-default h1{font-size:2em}}.blog h3,.single h3,.page-template-default h2{margin-top:0.61111em;color:#5d6d74;font:300 1.9em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 1px #fff}@media (max-width: 530px){.blog h3,.single h3,.page-template-default h2{font-size:1.4em}}.page-template-default p{line-height:1.71429em}.blog .type-post,.page-template-default .type-page,.single .type-post,.single .type-jetpack_support{float:right;width:70%}.footer{margin-top:1.42857em;position:relative;padding:10em 0 4.28571em;text-align:center}.footer:before,.footer:after{content:'';position:absolute;right:0;pointer-events:none}.footer:before{top:0;margin-top:-1px;width:100%;height:195px}.footer:after{bottom:0;width:100%;height:50px;background:url("../images/the-footcloud.svg") center bottom no-repeat;background-size:auto 45px;z-index:1}.footer .download-jetpack{margin-bottom:33px}@media (max-width: 1147px){.footer{padding-top:165px;padding-bottom:0}.footer:before{background-size:160% auto}.footer:after{display:none}.footer ul{float:none;overflow:hidden}}@media (max-width: 900px){.footer{padding-top:146px}}@media (max-width: 782px){.footer{margin-top:0}}@media (max-width: 530px){.footer{margin-top:0;padding-top:135px}}@media (max-width: 320px){.footer{padding-top:76px}}.footer nav{max-width:100%}.footer nav a,.footer nav a:visited{padding:4px 6px;color:#999}.footer nav a:hover,.footer nav a:focus,.footer nav a:visited:hover,.footer nav a:visited:focus{color:#81A844}@media (max-width: 1147px){.footer nav{border:none;padding:0}.footer nav a:hover,.footer nav a:focus,.footer nav a:visited:hover,.footer nav a:visited:focus{color:#fff}}@media (max-width: 530px){.footer nav li{display:block;float:none;margin:0;text-align:right}.footer nav a{display:block;padding:0 16px;line-height:44px}}.primary{padding:25px 15px 10px 15px;border-bottom:1px solid #eee}.secondary-footer{margin:0 auto}.secondary-footer li{margin-left:5px}@media (max-width: 1147px){.secondary-footer{margin:0 30px;padding:8px 15px 30px}}@media (max-width: 530px){.secondary-footer{margin:0;padding:0;border:none;font-weight:400}.secondary-footer a{border-top:1px solid #eee}}.footer .a8c-attribution{margin:0;padding:0 6px;color:#bbb;font-size:0.78571em;font-family:"Gill Sans","Gill Sans MT","Open Sans",Helvetica,Arial,sans-serif;text-transform:uppercase}.footer .a8c-attribution a{display:inline-block;position:relative;padding:4px 16px;left:9999px;outline:0}.footer .a8c-attribution a:after{content:'A';position:absolute;top:2px;left:-9999px;height:100%;color:#999;font-size:1.54545em;font-family:"automatticons";text-align:center}.footer .a8c-attribution a:hover:after{-webkit-animation:candy .4s ease-in-out;animation:candy .4s ease-in-out}.secondary{padding:10px 15px 0 15px}.jetpack-message{background:#8eb74e;border:1px solid #73963d;margin:33px auto 0;max-width:90%;position:relative;z-index:2}.jetpack-message.is-opt-in{margin:50px 0 0;max-width:100%;padding:10px 15px;background:#fff;border:0;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);font-size:13px;text-align:center}.subhead .jetpack-message.is-opt-in{margin:0;padding-bottom:0;background:transparent;box-shadow:none}.subhead .jetpack-message.is-opt-in .jp-button,.subhead .jetpack-message.is-opt-in .jp-button--settings{display:inline-block}.jetpack-message.is-opt-in p{color:#3c4549}.jetpack-message.is-opt-in .jp-button,.jetpack-message.is-opt-in .jp-button--settings{margin-top:15px;display:none}.jetpack-message h4{color:#fff;margin:0}.jetpack-message p{color:#fff;margin:0;opacity:0.7}.jetpack-message .squeezer{padding:23px 80px 23px 23px;position:relative;text-align:right}.jetpack-message .squeezer:before{color:#fff;content:'\f418';font-family:'Genericons';font-size:33px;height:33px;right:25px;opacity:0.6;position:absolute;top:23px;top:calc( 50% - 22px )}@media (max-width: 530px){.jetpack-message .squeezer{padding:23px}.jetpack-message .squeezer:before{display:none}}.jetpack-message .squeezer a{color:#FFF;border-bottom:1px solid #D5E4BD}.jetpack-message .squeezer a:hover{border-bottom:1px solid #F1F6E9}.jetpack-message.error .squeezer:before,.jetpack-message.jetpack-err .squeezer:before{content:'\f414'}.configure-module .jetpack-message{max-width:100%}.modules h3.icon,.jetpack-modules .info a{width:auto}.modules h3.icon:before,.jetpack-modules .info a:before{display:inline-block;position:relative;top:1px;right:-3px;margin-left:2px;opacity:0.8;font:normal 20px "genericons";vertical-align:top}.jetpack-modules .info a:before{margin-top:1px}.latex:before,.jetpack-modules #latex .info a:before{content:'\f408'}.carousel:before,.jetpack-modules #carousel .info a:before{content:'\f102'}.modules h3.contact-form:before,.jetpack-modules #contact-form .info a:before{content:'\f175';font:normal 20px "dashicons"}.modules h3.custom-css:before,.jetpack-modules #custom-css .info a:before{content:'\f100';font:normal 20px "dashicons"}.modules h3.enhanced-distribution:before,.jetpack-modules #enhanced-distribution .info a:before{content:'\f237';font:normal 20px "dashicons"}.modules h3.widgets:before,.jetpack-modules #widgets .info a:before{content:'\f116';font:normal 20px "dashicons"}.modules h3.gravatar-hovercards:before,.jetpack-modules #gravatar-hovercards .info a:before{content:'G';font-family:"automatticons"}.infinite-scroll:before,.jetpack-modules #infinite-scroll .info a:before{content:'\f408'}.comments:before,.jetpack-modules #comments .info a:before{content:'\f108'}.sso:before,.jetpack-modules #sso .info a:before{content:'\f205'}.json-api:before,.jetpack-modules #json-api .info a:before{content:'\f415'}.likes:before,.jetpack-modules #likes .info a:before{content:'\f408'}.markdown:before,.jetpack-modules #markdown .info a:before{content:'\f462'}.minileven:before,.jetpack-modules #minileven .info a:before{content:'\f453'}.manage:before,.jetpack-modules #manage .info a:before{content:'\f205'}.monitor:before,.jetpack-modules #monitor .info a:before{content:'\f468'}.notes:before,.jetpack-modules #notes .info a:before{content:'\f300'}.omnisearch:before,.jetpack-modules #omnisearch .info a:before{content:'\f400'}.photon:before,.jetpack-modules #photon .info a:before{content:'\f403'}.post-by-email:before,.jetpack-modules #post-by-email .info a:before{content:'\f410'}.protect:before,.jetpack-modules #protect .info a:before{content:'\f470';position:relative;top:-1px}.modules h3.publicize:before,.jetpack-modules #publicize .info a:before{content:'\f237';font:normal 20px "dashicons"}.related-posts:before,.jetpack-modules #related-posts .info a:before{content:'\f420'}.sharedaddy:before,.jetpack-modules #sharedaddy .info a:before{content:'\f415'}.shortcodes:before,.jetpack-modules #shortcodes .info a:before{content:'\f100'}.verification-tools:before,.jetpack-modules #verification-tools .info a:before{content:'\f425'}.after-the-deadline:before,.jetpack-modules #after-the-deadline .info a:before{content:'\f411'}.subscriptions:before,.jetpack-modules #subscriptions .info a:before{content:'\f410'}.tiled-gallery:before,.jetpack-modules #tiled-gallery .info a:before{content:'\f103'}.modules h3.vaultpress:before,.jetpack-modules #vaultpress .info a:before{content:'V';font-family:"automatticons"}.videopress:before,.jetpack-modules #videopress .info a:before{content:'\f104'}.modules h3.widget-visibility:before,.jetpack-modules #widget-visibility .info a:before{content:'\f116';font:normal 20px "dashicons"}.stats:before,.jetpack-modules #stats .info a:before{content:'\f205'}.shortlinks:before,.jetpack-modules #shortlinks .info a:before{content:'\f107'}.modules h3.custom-content-types:before,.jetpack-modules #custom-content-types .info a:before{content:'\f498';font:normal 20px "dashicons"}.modules h3.site-icon:before,.jetpack-modules #site-icon .info a:before{content:'\f475'}@media (max-width: 782px){.blog .type-post,.page-template-default .type-page,.single .type-post,.single .type-jetpack_support{width:100%}}@media (max-width: 600px){.clouds-sm{display:none}}@media (max-width: 530px){.wrap.inner.jp-support .jp-support-column-left{width:100%}.wrap.inner.jp-support .jp-support-column-left .widget-text{margin-left:0;width:100%}.wrap.inner.jp-support .jp-support-column-right{width:100%}}@media screen and (max-width: 400px){.jp-frame .header-nav{padding-bottom:10px}.jp-frame .header-nav li{line-height:30px}.jp-frame .header-nav .jetpack-logo{width:100%;text-align:center}.jp-frame .header-nav .jetpack-modules{margin:0;width:50%;text-align:left;padding:0 5px}.jp-frame .header-nav .jetpack-modules+.jetpack-modules{text-align:right}}@media (max-width: 320px){.jetpack_page_jetpack_modules .wrap{padding:0 0 1em}}.page-content.configure{margin-top:0}.configure .frame.top{border:none;box-shadow:none;padding-top:1.42857em;position:relative;top:auto}.configure .frame.top.fixed{background:#f9f9f9;border-bottom:1px solid #e9e9e9;padding-right:160px;margin-top:-6px;position:fixed;left:0;top:32px;width:100%;z-index:4;box-shadow:0 2px 2px -2px #eee}@media (max-width: 782px){.configure .frame.top.fixed{border:none;box-shadow:none;padding-top:1.42857em;position:relative;top:auto}}@media (max-width: 600px){.configure .frame.top.fixed{top:0}}.configure .frame.top .tablenav.top{float:right}@media (max-width: 900px){.configure .frame.top .tablenav.top .actions{display:block}}@media (max-width: 782px){.configure .frame.top .tablenav.top .actions{margin-top:6px}}.jp-frame-top-fixed .configure{padding-top:94px}.filter-search{display:none;float:left;margin-top:10px}@media (max-width: 782px){.filter-search{display:block}}@media (max-width: 530px){.filter-search{display:none}}.module-actions.landing-page{float:left;margin-left:15px}.module-actions.landing-page a{font-size:0.6em}.table-bordered.jetpack-modules{border:none;margin-bottom:0}.table-bordered.jetpack-modules tr.jetpack-module th{border-right:0;padding:14px 4px 0}.table-bordered.jetpack-modules tr.jetpack-module th input{display:block}.table-bordered.jetpack-modules tr.jetpack-module:hover .genericon{display:inline-block}.table-bordered.jetpack-modules tr.jetpack-module:hover td .row-actions span a{opacity:1}.table-bordered.jetpack-modules tr.jetpack-module.active th,.table-bordered.jetpack-modules tr.jetpack-module.active td{background:#f7fcfe}.table-bordered.jetpack-modules tr.jetpack-module.active th{border-right:4px solid #2ea2cc;padding-right:0px}.table-bordered.jetpack-modules tr.jetpack-module.active td:first-child{border-right:4px solid #2ea2cc}.table-bordered.jetpack-modules tr.jetpack-module.unavailable{opacity:0.3}.table-bordered.jetpack-modules tr.jetpack-module.unavailable input{display:none}.table-bordered.jetpack-modules tr.jetpack-module#vaultpress{opacity:1}.table-bordered.jetpack-modules tr.jetpack-module th,.table-bordered.jetpack-modules tr.jetpack-module td{background:#fff;margin:0;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.1)}.table-bordered.jetpack-modules tr.jetpack-module td{padding:10px 14px 8px 10px;line-height:25px}.table-bordered.jetpack-modules tr.jetpack-module td:first-child{border-right:4px solid #fff}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{float:left;padding:0 0 1px;visibility:visible}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span{margin-right:5px}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a{opacity:0}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a:focus{opacity:1}@media (max-width: 530px){.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{display:none}}@media (max-width: 782px){.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{display:block;padding-right:10px;visibility:visible}}.table-bordered.jetpack-modules>thead>tr>th{border:0;vertical-align:middle}.table-bordered.jetpack-modules>thead>tr>th:last-child{padding-left:0}@media (max-width: 782px){.table-bordered.jetpack-modules>thead>tr>th:last-child{padding-right:0}}.table-bordered.jetpack-modules td{background:#fff}.table-bordered.jetpack-modules #doaction{margin-top:0}@media (max-width: 782px){.table-bordered.jetpack-modules #doaction{padding:10px 7px}}.table-bordered.jetpack-modules .checkall{margin-top:1px}.table-bordered.jetpack-modules .filter-search{margin-top:8px}.table-bordered.jetpack-modules .genericon{color:#999;display:none;margin:7px 3px 0}@media (max-width: 900px){.table-bordered.jetpack-modules .genericon{display:inline-block}}.table-bordered.jetpack-modules .med{width:70px}.table-bordered.jetpack-modules .sm{width:30px}@media (max-width: 782px){.table-bordered.jetpack-modules .check-column{width:50px}}.fixed-top .check-column{padding:8px 10px 0 10px;width:2.2em}.wrap{margin:0;padding:0 1.5em 1em;overflow:hidden}.wrap h2{font-size:24px;font-weight:400}.wrap .manage-left{float:right;margin:0;padding:0;width:63%}.wrap .manage-left table{width:100%}.wrap .manage-left th{font-weight:400}@media (max-width: 782px){.wrap .manage-left{width:100%}}.wrap .manage-right{margin:0;padding:0;float:left;width:35%;z-index:1}.wrap .manage-right p{font-size:12px;font-weight:bold;color:#bbb;padding-top:2px;text-transform:uppercase;letter-spacing:1px;clear:right}.wrap .manage-right .bumper{margin-right:33px}.wrap .manage-right.show{display:block;position:fixed;overflow-y:auto;overflow-x:hidden;position:absolute}.wrap .manage-right .search-bar{margin-bottom:18px;max-width:300px}.wrap .manage-right p.search-box{float:none;height:auto;margin-bottom:0;position:relative}.wrap .manage-right p.search-box input[type='search']{padding:0 8px;width:90%;line-height:initial}@media (max-width: 782px){.wrap .manage-right p.search-box input[type='search']{float:right;padding:9px 8px}}.wrap .manage-left p.search-box input[type="submit"]{display:none}.wrap .manage-right .button-group .button{outline:none}.wrap .manage-right .subsubsub{margin:0;padding:0}.wrap .manage-right .subsubsub a{padding:0;line-height:inherit}.wrap .manage-right .subsubsub .current{padding:1px 5px;border-radius:2px;margin-right:-5px;background:#0D72B2;color:#FFF}.wrap .manage-right .subsubsub .current .count{color:#BCD7E7;font-weight:200}.wrap .manage-right .subsubsub li{display:block;text-align:right}@media (max-width: 782px){.wrap .manage-right{background:#fff;bottom:0;display:none;min-width:300px;position:fixed;left:0;top:0;z-index:13;box-shadow:0 1px 20px 5px rgba(0,0,0,0.1)}.wrap .manage-right .bumper{margin:13px}.wrap .manage-right .navbar-form{margin:0;padding:0}}.configure-module p{font-size:14px}.configure-module p.success,.configure-module p.error{color:#fff;padding:10px}.configure-module p.success{background-color:#81a844}.configure-module p.error{background-color:#d94f4f}.protect-status p{font-size:16px}.protect-status strong{display:inline-block;margin-top:10px;background:#fff;padding:10px;border:1px #ddd solid;font-size:16px;color:#000;max-width:100%}.protect-status.attn{color:#d94f4f}.protect-status.working{color:#81a844}#non-editable-whitelist{margin-top:15px}.protect-whitelist textarea{width:100%;min-height:150px}#editable-whitelist .whitelist-table{width:100%}.configure-module input[disabled]{opacity:.5}.configure-module input.button-primary{font-weight:bold}.whitelist-table{border-top:1px solid;border-left:1px solid;border-color:#ddd;background-color:#fff}.whitelist-table td,.whitelist-table th{padding:10px;margin:0;border-bottom:1px solid;border-right:1px solid;border-color:#ddd;font-size:14px}.whitelist-table th.heading{font-weight:bold;color:#5d6d74;text-align:right;background-color:#eee}.whitelist-table td.item-actions{border-right:none;text-align:left}.whitelist-table .toolbar{padding:0}.whitelist-table .add-btn{text-align:center;width:10%;border-right:1px #ddd solid}.ip-address,.enter-ip{width:90%;text-align:right;vertical-align:middle}.delete-ip-address{text-align:center;border:0;background:transparent;color:#6f7476;box-shadow:none;font-size:20px;margin:0;padding:0;cursor:pointer;border-radius:2px}.delete-ip-address:hover{background:#eee}.toolbar div{float:right;padding:10px}@media only screen and (min-width: 1100px){#non-editable-whitelist{width:28%;float:left;margin-top:0}.protect-whitelist{width:65%;float:right}}@media only screen and (max-width: 1130px){.enter-ip input[type="text"]{max-width:175px}}@media only screen and (max-width: 1250px) and (min-width: 1065px), (max-width: 730px) and (min-width: 600px){.enter-ip{width:85%}.add-btn{width:15%}}@media only screen and (max-width: 782px){.add-btn{text-align:left}.add-btn .ip-add{margin-top:4px;margin-bottom:3px}}@media only screen and (max-width: 730px){.add-btn{text-align:center}}@media only screen and (max-width: 665px) and (min-width: 600px){.enter-ip input[type="text"]{max-width:165px}}@media only screen and (max-width: 600px){.toolbar div{width:100%}.add-btn{border-top:1px #ddd solid}.enter-ip{text-align:center}.enter-ip strong{display:block;margin-bottom:5px}.enter-ip input[type="text"]{width:100%;max-width:100%}.add-btn input,.enter-ip .button{width:50%;margin:0 auto}.enter-ip .button{margin-top:10px}}@media only screen and (max-width: 400px){.protect-status strong{font-size:12px;overflow:auto}.add-btn input,.enter-ip .button{width:100%}}.jp-content .hide{display:none}.jp-content .pointer{cursor:pointer}.jp-content .landing{margin:0 auto;z-index:2;position:relative}.jp-content h1{font:300 2.57143em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;position:relative;z-index:3;width:100%;text-align:center}.jp-content h1.success{color:#81a844}.jp-content .footer{padding-top:0;margin-top:0;background-image:none}.jp-content .footer:before{height:inherit}.jp-content .more-info:before{content:none}.landing .wpcom-connect{min-height:400px}.wpcom-connect .j-col{padding:0}.wpcom-connect .connect-desc{padding-left:25px}.wpcom-connect .connect-btn{text-align:center}.module-grid h2{color:#000;font:300 2.57143em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif}.download-jetpack{margin-top:1em !important}#jump-start-area{margin-top:35px;padding-right:60px;padding-left:60px;background:#fefefe;border:1px #dae0e2 solid;padding-bottom:20px}#jump-start-area #jumpstart-cta,#jump-start-area .jumpstart-desc{padding:0}#jump-start-area p{font-size:14px;line-height:185%}#jump-start-area .spinner{float:none;margin:0 auto;position:absolute;bottom:0;height:100%;width:100%;background-position:50% 56%;background-color:rgba(254,254,254,0.99);display:block;opacity:.9}.jumpstart-message p{padding-left:25px}.jumpstart-desc{text-align:right}#jumpstart-cta{text-align:center}.dismiss-jumpstart{color:#999;font-size:14px}#jumpstart-cta .button,#jumpstart-cta .button-primary{margin:1em;font-size:18px;height:45px !important;padding:8px 15px 1px}#jumpstart-cta .button-primary{display:block;margin:35px 20px 5px 20px}#jp-config-list{position:relative;padding-top:15px;padding-bottom:15px;margin-right:-15px;margin-left:-15px}#jp-config-list .j-col{padding:15px}#jp-config-list strong{display:inline-block}#jp-config-list small{display:block;margin-top:5px;line-height:150%}#jp-config-list .close{position:absolute;top:10px;left:0;text-transform:uppercase;font-weight:bold;display:block;z-index:5}.jp-config-status{text-transform:uppercase;font-size:10px;font-weight:bold;line-height:100%;color:#fff;background:#9fbd72;border-radius:2px;padding:2px 4px;display:inline-block}.miguel{display:none;position:fixed;opacity:.35;bottom:-200px;right:0;z-index:1;-webkit-animation:miguel 3.4s 0s ease-in-out;animation:miguel 3.4s 0s ease-in-out}.miguel:nth-child(2){right:49%;width:120px;height:131px;-webkit-animation-duration:2.4s;animation-duration:2.4s;-webkit-animation-delay:0s;animation-delay:0s}.miguel:nth-child(3){right:23%;width:60px;height:66px;-webkit-animation-duration:4.5s;animation-duration:4.5s;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes "miguel"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(900px, -900px, 0px);transform:translate3d(900px, -900px, 0px)}}@keyframes "miguel"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(900px, -900px, 0px);transform:translate3d(900px, -900px, 0px)}}@media (max-width: 1147px){.jp-content .landing{padding:0 2em}.jp-content .footer{padding-top:1.5em}}@media (max-width: 782px){#jumpstart-cta .button-primary{margin:10px 0 5px 0}#jump-start-area .spinner{background-position:50% 35%}}@media (max-width: 530px){.jp-content .landing{padding:0 .5em}#jump-start-area{padding:0 1em}.jumpstart-message p{padding-left:0}#jumpstart-cta .button-primary{margin:0 0 5px 0;padding-bottom:10px}.footer .a8c-attribution a:after{top:6px}}.nav-horizontal:before,.features:before,.modules:before,.load-more:before,.nav-horizontal:after,.features:after,.modules:after,.load-more:after{content:"";display:table}.nav-horizontal:after,.features:after,.modules:after,.load-more:after{clear:both}
2
 
3
  /*# sourceMappingURL=jetpack-admin.min.css.map */
css/jetpack-admin.css CHANGED
@@ -1224,9 +1224,6 @@ ul#adminmenu a.toplevel_page_jetpack:after {
1224
  border-color: #8ac9e8;
1225
  background: #f8fcfe;
1226
  }
1227
- .module:nth-of-type(n+10) {
1228
- display: none;
1229
- }
1230
  .module h3 {
1231
  cursor: pointer;
1232
  margin: 0 0 0.5em;
@@ -1244,9 +1241,6 @@ ul#adminmenu a.toplevel_page_jetpack:after {
1244
  border-color: #8ac9e8;
1245
  background: #f8fcfe;
1246
  }
1247
- .module:nth-of-type(n+10) {
1248
- display: none;
1249
- }
1250
  .module.active {
1251
  border-color: #2ea2cc;
1252
  box-shadow: inset 4px 0 0 #2ea2cc;
1224
  border-color: #8ac9e8;
1225
  background: #f8fcfe;
1226
  }
 
 
 
1227
  .module h3 {
1228
  cursor: pointer;
1229
  margin: 0 0 0.5em;
1241
  border-color: #8ac9e8;
1242
  background: #f8fcfe;
1243
  }
 
 
 
1244
  .module.active {
1245
  border-color: #2ea2cc;
1246
  box-shadow: inset 4px 0 0 #2ea2cc;
css/jetpack-admin.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../scss/_utilities/_grid.scss","jetpack-admin.css","../scss/_utilities/mixins/_breakpoint.scss","../scss/atoms/typography/_typography.scss","../scss/atoms/typography/_variables.scss","../scss/atoms/_media.scss","../scss/atoms/_animations.scss","../scss/atoms/_buttons.scss","../scss/atoms/icons/_automatticons.scss","../scss/atoms/icons/_jetpack.scss","../scss/molecules/_nav-horizontal.scss","../scss/templates/_main.scss","../scss/atoms/colors/_colors.scss","../scss/templates/_settings.scss","../scss/pages/_protect.scss","../scss/templates/_module-overhaul.scss","../scss/_utilities/_clearings.scss"],"names":[],"mappings":"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","file":"jetpack-admin.css"}
1
+ {"version":3,"sources":["../scss/_utilities/_grid.scss","jetpack-admin.css","../scss/_utilities/mixins/_breakpoint.scss","../scss/atoms/typography/_typography.scss","../scss/atoms/typography/_variables.scss","../scss/atoms/_media.scss","../scss/atoms/_animations.scss","../scss/atoms/_buttons.scss","../scss/atoms/icons/_automatticons.scss","../scss/atoms/icons/_jetpack.scss","../scss/molecules/_nav-horizontal.scss","../scss/templates/_main.scss","../scss/atoms/colors/_colors.scss","../scss/templates/_settings.scss","../scss/pages/_protect.scss","../scss/templates/_module-overhaul.scss","../scss/_utilities/_clearings.scss"],"names":[],"mappings":"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","file":"jetpack-admin.css"}
css/jetpack-admin.min.css CHANGED
@@ -1,3 +1,3 @@
1
- .j-row{width:100%;margin:0 auto}.j-row:before,.j-row:after{content:" ";display:table}.j-row:after{clear:both}.j-col{padding:0.85em;width:100%;float:left;position:relative}@media only screen{.j-sm-1{width:8.33333%}.j-sm-2{width:16.66667%}.j-sm-3{width:25%}.j-sm-4{width:33.33333%}.j-sm-5{width:41.66667%}.j-sm-6{width:50%}.j-sm-7{width:58.33333%}.j-sm-8{width:66.66667%}.j-sm-9{width:75%}.j-sm-10{width:83.33333%}.j-sm-11{width:91.66667%}.j-sm-12{width:100%}}@media (min-width: 530px){.j-md-1{width:8.33333%}.j-md-2{width:16.66667%}.j-md-3{width:25%}.j-md-4{width:33.33333%}.j-md-5{width:41.66667%}.j-md-6{width:50%}.j-md-7{width:58.33333%}.j-md-8{width:66.66667%}.j-md-9{width:75%}.j-md-10{width:83.33333%}.j-md-11{width:91.66667%}.j-md-12{width:100%}}@media (min-width: 782px){.j-lrg-1{width:8.33333%}.j-lrg-2{width:16.66667%}.j-lrg-3{width:25%}.j-lrg-4{width:33.33333%}.j-lrg-5{width:41.66667%}.j-lrg-6{width:50%}.j-lrg-7{width:58.33333%}.j-lrg-8{width:66.66667%}.j-lrg-9{width:75%}.j-lrg-10{width:83.33333%}.j-lrg-11{width:91.66667%}.j-lrg-12{width:100%}}body,button,input,select,textarea{color:#222;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.4;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:#222;clear:both}a{color:#0d72b2;transition:color .2s;text-decoration:none}a:visited{color:#0d72b2}a:hover{color:#0f92e5}a:focus{outline:thin dotted}address{margin:0 0 1.5em}abbr[title],acronym{cursor:help}ins{background:#eee;text-decoration:none}dt{font-weight:700}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}@-webkit-keyframes "grow"{0%{-webkit-transform:scale(0.3);transform:scale(0.3)}60%{-webkit-transform:scale(1.15);transform:scale(1.15)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes "grow"{0%{-webkit-transform:scale(0.3);transform:scale(0.3)}60%{-webkit-transform:scale(1.15);transform:scale(1.15)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes "candy"{0%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.15);transform:scale(1.15)}60%{-webkit-transform:scale(0.95);transform:scale(0.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes "candy"{0%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.15);transform:scale(1.15)}60%{-webkit-transform:scale(0.95);transform:scale(0.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes "flyer"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(680px, -680px, 0px);transform:translate3d(680px, -680px, 0px)}}@keyframes "flyer"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(680px, -680px, 0px);transform:translate3d(680px, -680px, 0px)}}.button,.download-jetpack{transition:all .1s ease-in-out}.jp-button,.jp-button--settings{display:inline-block;position:relative;padding:0.76923em 1.46154em;color:#efefef;font:800 0.9285714286em/1 'Open Sans', Helvetica, sans-serif;text-shadow:0 1px 1px rgba(0,0,0,0.2);background:#6f7476;border-radius:3px}.jp-button:visited,.jp-button--settings:visited{color:#efefef}.jp-button:hover,.jp-button--settings:hover,.jp-button:focus,.jp-button--settings:focus{color:#fff;background:#57972d}.jp-button:active,.jp-button--settings:active{background:#57972d;opacity:0.8}.jp-button--settings{background:#93b45f;color:#e8eedf}.jp-button--settings:visited{color:#e8eedf}.jp-button--settings:hover,.jp-button--settings:focus{background:#9fbd72;color:#fff}.jp-button--settings.current{background:#3c6621;color:#fff;box-shadow:inset 0 2px 0 #365A1F, inset 0 1px 3px #3c6621}.download-jetpack{display:inline-block;position:relative;padding:0.64286em 0.85714em 0.53571em;color:#fff;font:400 20px/1 "proxima-nova", 'Open Sans', Helvetica, sans-serif;background:#518d2a;z-index:3;border-radius:6px;box-shadow:0 6px 0 #3e6c20,0 6px 3px rgba(0,0,0,0.4)}.download-jetpack:visited{color:#fff}.download-jetpack:hover,.download-jetpack:focus{color:#fff;background:#57972d;box-shadow:0 6px 0 #3e6c20,0 6px 3px rgba(0,0,0,0.4)}.download-jetpack:active{top:6px;box-shadow:0 0px 0 #3e6c20,0 0 0 rgba(0,0,0,0.4)}.download-jetpack:active:after{top:-6px}.download-jetpack:before{content:'';display:inline-block;position:relative;top:-2px;margin-right:13px;width:30px;height:30px;vertical-align:middle;background:url("../images/connect-plug.svg") center center no-repeat;background-size:100%}.download-jetpack:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width: 1147px){.download-jetpack{font-size:1.28571em}.download-jetpack:before{top:-1px;width:23px;height:23px}}@media (max-width: 900px){.download-jetpack:active{top:0}}@media (max-width: 530px){.download-jetpack{font-size:1.21429em;font-weight:600}.download-jetpack:before{width:19px;height:19px;margin-right:9px}}#searchsubmit{display:inline-block;border:none;position:relative;padding:0.71429em 1.5em;color:#efefef;font:800 0.8em/1 'Open Sans', Helvetica, sans-serif;text-shadow:0 1px 1px rgba(0,0,0,0.2);background:#6f7476;outline:none;border-radius:3px}#searchsubmit:visited{color:#efefef}#searchsubmit:hover,#searchsubmit:focus{color:#fff;background:#2aa0d5}#searchsubmit:active{opacity:0.7}@font-face{font-family:'automatticons';src:url("../_inc/fonts/automatticons/automatticons.eot");src:url("../_inc/fonts/automatticons/automatticons.eot?#iefix") format("embedded-opentype"),url("../_inc/fonts/automatticons/automatticons.woff") format("woff"),url("../_inc/fonts/automatticons/automatticons.ttf") format("truetype"),url("../_inc/fonts/automatticons/automatticons.svg#automatticonsregular") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.eot");src:url("../_inc/fonts/jetpack/jetpack.eot?#iefix") format("embedded-opentype"),url("../_inc/fonts/jetpack/jetpack.woff") format("woff"),url("../_inc/fonts/jetpack/jetpack.ttf") format("truetype"),url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg")}}.nav-horizontal a{display:inline-block}.nav-horizontal li{position:relative;float:left}.nav-horizontal ul{margin:0;padding:0}*,*:before,*:after{-moz-box-sizing:border-box;box-sizing:border-box}::-moz-selection{background:#91bd51;color:#fff;text-shadow:none}::selection{background:#91bd51;color:#fff;text-shadow:none}#wpbody-content{padding-bottom:0}#wpcontent{margin-left:160px;padding:0}ul#adminmenu a.toplevel_page_jetpack:after{border-right-color:#81a844}.folded #wpcontent{margin-left:36px}#wpfooter{display:none}.jp-content{background:#f9f9f9;margin:0;height:auto;min-height:100%;width:100%;width:100%;-webkit-font-smoothing:antialiased}.jp-content .wrapper{background:#f9f9f9}@media (max-width: 900px){#wpcontent,.auto-fold #wpcontent,.auto-fold #wpfooter,.modal,.configure .frame.top.fixed{margin-left:36px;padding-left:0}}@media (max-width: 782px){#wpcontent,.auto-fold #wpcontent,.auto-fold #wpfooter,.modal,.configure .frame.top.fixed{margin-left:0}}@media (max-width: 782px){.configure .frame.top.fixed{padding-left:0}}.wrap.inner,.page-content{max-width:950px;margin:0 auto}.wrap.inner li,.page-content li{line-height:23px}@media (max-width: 530px){.page-content{margin-top:0}}@media (max-width: 1147px){.wrap.inner{background:#f9f9f9;padding:15px}}@media (max-width: 530px){.wrap.inner{margin-top:1.71429em}}.jetpack_page_jetpack_modules .header-nav{margin:0}.jetpack_page_jetpack_modules .page-content{max-width:1200px;min-height:500px;margin:0}.page-content.about{position:relative;z-index:10}@media (max-width: 1147px){.page-content.about{background:#f9f9f9;padding:15px}}@media (max-width: 1147px){.page-content.configure{background:#f9f9f9}}.footer nav{max-width:550px;margin:0 auto}.header{left:0;right:0;background:#81a844}.header-nav li{line-height:60px}.header-nav a{padding:0 0.71429em;line-height:24px}.header-nav .jetpack-logo a{display:inline-block;position:relative;width:214px;margin-right:6px;background:url(../images/jetpack-logo.png) center center no-repeat;background:url(../images/jetpack-logo.svg) center center no-repeat,none;background-size:183px auto;color:#fff;line-height:60px;font-weight:normal}.header-nav .jetpack-logo a span{text-indent:-9999px;visibility:hidden}.header-nav .jetpack-logo a:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-size:183px 32px}.header-nav .jetpack-modules+.jetpack-modules{margin-left:15px}.main-nav{float:left}.main-nav li{margin:0}@media (max-width: 900px){.main-nav{font-size:13px}}.user-nav{float:right}.user-nav li{margin:0}.jetpack-pagestyles #screen-meta{margin:0}.jetpack-pagestyles #screen-meta-links .screen-meta-toggle{z-index:2}.jetpack-pagestyles #screen-options-link-wrap,.jetpack-pagestyles #contextual-help-link-wrap{border:none}.jetpack-pagestyles .update-nag{display:none}.masthead{position:relative;text-align:center;z-index:1;background-color:#81a844;background-image:linear-gradient(top, #81a844, #8eb74e)}.masthead.hasbutton .flyer{bottom:-270px}.masthead.hasbutton .subhead{margin-top:175px}@media (max-width: 530px){.masthead.hasbutton .subhead{margin-top:105px;padding:0}}.masthead h1,.masthead h2{margin:0 auto}.masthead h1{padding:2.5em 0 1.11111em;max-width:21.94444em;color:#fff;font:300 2.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;position:relative;text-shadow:0 1px 1px rgba(0,0,0,0.12);z-index:3}.masthead h1+.flyby{margin-top:180px}@media (max-width: 1147px){.masthead h1{padding-top:1.83333em;font-size:2.14286em}}@media (max-width: 782px){.masthead h1{max-width:600px;font-size:28px}}@media (max-width: 530px){.masthead h1{margin:0 15px;padding:31px 0 15px 0;font-size:21px;font-weight:400}}.jetpack-connected .masthead h1{margin-bottom:33px;max-width:600px}.flyby{position:relative;max-width:1200px;margin:0 auto}@media (max-width: 900px){.flyby{display:none}}.flyer{position:absolute;bottom:-200px;left:4%;z-index:1;-webkit-animation:flyer 3.4s 2s ease-in-out;animation:flyer 3.4s 2s ease-in-out}.flyer:nth-child(2){left:49%;width:120px;height:131px;-webkit-animation-delay:4.6s;animation-delay:4.6s;-webkit-animation-duration:2.4s;animation-duration:2.4s}.flyer:nth-child(3){left:23%;width:60px;height:66px;-webkit-animation-delay:5.8s;animation-delay:5.8s;-webkit-animation-duration:4.5s;animation-duration:4.5s}.subhead{position:relative;margin-top:105px;padding:4em 0;background:#f9f9f9;z-index:2}.subhead h2{max-width:460px;color:#5d6d74;font:400 1.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 1px 1px #fff}@media (max-width: 900px){.subhead h2{max-width:428px;font-size:20px}}@media (max-width: 530px){.subhead h2{display:none}}.subhead:after{content:'';position:absolute;bottom:100%;left:0;margin-bottom:-1px;width:100%;height:228px;background:url("../images/the-cloud.svg") center bottom repeat-x;pointer-events:none;z-index:-1}@media (max-width: 1147px){.subhead{margin-top:122px;padding:70px 0 49px}.subhead:after{background-size:160% auto}}@media (max-width: 900px){.subhead{margin-top:122px;padding:70px 0 49px}}@media (max-width: 530px){.subhead{margin-top:83px;padding:47px 15px 39px}}.clouds-sm{height:100px;position:relative;text-align:center;z-index:1;background-color:#81a844;background-image:linear-gradient(top, #81a844, #89b348)}.clouds-sm:after{content:'';position:absolute;bottom:0;left:0;margin-bottom:-1px;width:100%;height:137px;background:url("../images/the-cloud-sm.svg") center bottom repeat-x;pointer-events:none;z-index:2}@media (max-width: 530px){.clouds-sm{height:90px}}.featured{border-top:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6;background:#fff;position:relative;padding:2.0em 1em 4.6em 1em;text-align:center;z-index:1}.featured:before{content:"";display:block;position:absolute;top:0;height:100%;z-index:-1}.featured .features,.featured .modules{margin:0 auto;display:inline-block}@media (max-width: 530px){.featured{display:none}}.featured h2,.module-grid h2{margin-top:1em;color:#5d6d74;font:300 2em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-align:center}@media (max-width: 900px){.featured h2,.module-grid h2{font-size:30px}}@media (max-width: 782px){.featured h2,.module-grid h2{font-size:28px}}.features,.modules{margin:0 -5px}.feature,.module{position:relative;float:left;margin:0 5px 10px;width:310px;transition:all .2s ease-in-out}@media (max-width: 1147px){.feature,.module{margin:.75% 0 .75% 1.5%;width:32.333333%;transition:none}.feature:nth-child(3n+1),.module:nth-child(3n+1){margin-left:0}.feature:hover,.module:hover{top:0;box-shadow:none}}.feature{-webkit-transform:translateZ(0);transform:translateZ(0)}.feature h3{margin:0 0 0.58824em;color:#697b84;font-size:1.21429em;line-height:1em;font-weight:800}.feature p{margin:0;color:#6e818a}.feature:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:10px;background:rgba(0,0,0,0.02);z-index:-1;-webkit-transform:translateZ(0);transform:translateZ(0);transition:all .2s ease-in-out}.feature:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.feature:hover h3{color:#1a8dba}.feature:hover .feature-img{border:1px solid #ccc;border-bottom:none}.feature:hover .no-border{border:none}.feature:hover:before{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@media (max-width: 1147px){.feature:hover h3{color:#6e818a}.feature:hover .feature-img{border:1px solid #ddd;border-bottom:none}.feature:hover .no-border{border:none}}.feature .feature-img{padding-top:52%;width:100%;height:auto;border:1px solid #ddd;border-bottom:none}.feature .feature-img.custom-css{background:url("../images/custom-css.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.custom-css{background-image:url("../images/custom-css@2x.jpg")}}.feature .feature-img.wordpress-connect{background:url("../images/wordpress-connect.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.wordpress-connect{background-image:url("../images/wordpress-connect@2x.jpg")}}.feature .feature-img.wordpress-stats{background:url("../images/wordpress-stats.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.wordpress-stats{background-image:url("../images/wordpress-stats@2x.jpg")}}.feature .feature-img.no-border{border:none;padding-bottom:1px}.feature-description{display:block;padding:1em 1.07143em 1.07143em;border:1px solid #ddd;background:#f5f5f5}.feature:hover .feature-description{background:#fff;border-color:#ccc}@media (max-width: 1147px){.feature:hover .feature-description{border:1px solid #ddd;background:#f5f5f5}}@media (max-width: 900px){.feature-description{min-height:115px}}.cat{clear:both;margin-bottom:23px}.cat h3{font-size:24px;font-weight:300;margin:0 0 13px 6px;text-align:left}.cat .clear{clear:both}.module-grid{text-align:center}.module-grid h2{margin:1em 0}@media (max-width: 530px){.module-grid h2{padding-top:16px;margin-top:0;font-size:25px}}#module-search{position:relative;width:100%;max-width:40.71429em;margin:0 auto 1.07143em;overflow:hidden}#jetpack-search{margin:0;padding:11px 16px 11px 16px;width:100%;border:1px solid #c9ced0;border-radius:3px;background:#fff;color:#5c6671;line-height:1.3}#jetpack-search:focus{color:#5c6671;outline:none}#jetpack-search:focus+label{background:transparent;opacity:0}#jetpack-search::-webkit-input-placeholder{color:#a8acae}#jetpack-search :-moz-placeholder{color:#a8acae}#jetpack-search::-moz-placeholder{color:#a8acae}#jetpack-search:-ms-input-placeholder{color:#a8acae}#jetpack-search+label{position:absolute;top:1px;right:1px;bottom:1px;width:48px;color:#abafb1;text-indent:-9999px;pointer-events:none;border-radius:3px;transition:all .2s ease-in-out}#jetpack-search+label:after{content:'\f400';position:absolute;right:11px;text-align:right;top:4px;font-size:1.71429em;font-weight:normal;font-family:"genericons"}.jp-filter{margin-bottom:2.85714em;color:#6f7476}.jp-filter a{display:inline-block;position:relative;padding:0.76923em 1.46154em;color:#aaa;font:600 0.92857em/1 "Open Sans", Helvetica, Arial, sans-serif;text-shadow:0 1px 1px rgba(255,255,255,0.2);background:#eee;border-radius:3px;background-clip:padding-box}.jp-filter a.selected,.jp-filter a:hover,.jp-filter a:focus{color:#efefef;text-shadow:0 1px 1px rgba(0,0,0,0.2);background:#6f7476}@media (max-width: 530px){.jp-filter a{padding:0.76em 1em}}.module{display:block;padding:0.71429em 1.07143em 1em;text-align:left;border:1px solid #dae0e2;background:#fff;box-shadow:0 0 0 rgba(0,0,0,0.03);transition:opacity 2s ease-in}.module:hover{border-color:#8ac9e8;background:#f8fcfe}.module:nth-of-type(n+10){display:none}.module h3{cursor:pointer;margin:0 0 0.5em;color:#1a8dba;font-size:1.14286em;line-height:1.4em;font-weight:700}.module p{margin:0;color:#686f72;font-size:0.85714em}.module:hover,.module:focus{border-color:#8ac9e8;background:#f8fcfe}.module:nth-of-type(n+10){display:none}.module.active{border-color:#2ea2cc;box-shadow:inset 4px 0 0 #2ea2cc}.module.active:hover{border-color:#69bedd;box-shadow:inset 4px 0 0 #69bedd}@media (max-width: 1147px){.cat .module:nth-child(3n+1){margin:.75% 0 .75% 1.5%}.cat .module:nth-child(3n - 1){margin-left:0}}@media (max-width: 900px){.cat .module{margin:1% 0 1% 2%}.cat .module:nth-child(2n+1){margin:1% 0 1% 2%}.cat .module:nth-child(2n+0){margin-left:0}}@media (max-width: 530px){.cat .module{margin:5px 0}.cat .module:nth-child(2n+1){margin-left:0}.cat .module:nth-child(2n+0){margin-left:0}}@media (max-width: 900px){.module{margin:1% 0 1% 2%;width:49%}.module:nth-child(3n+1){margin-left:2%}.module:nth-child(2n+1){margin-left:0}}@media (max-width: 530px){.module{margin:5px 0;width:100%}.module:nth-child(3n+1){margin-left:0}.module:nth-child(2n+1){margin-left:0}}.new{position:relative}.new:after{content:'NEW';position:absolute;top:-8px;right:-8px;padding-top:10px;width:32px;height:32px;color:#fff;font-size:8px;font-weight:800;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background:url("../images/new-badge.svg") center center no-repeat;background-size:100%;border-radius:50%}.paid{display:inline-block;position:relative;top:5px;margin-left:10px;padding:1px 6px 0 4px;height:13px;color:#fff;font:700 10px/1 "Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 0 rgba(0,0,0,0.05);background:#d0d0d0;vertical-align:top}.paid:before,.paid:after{position:absolute;top:0;right:100%;font:normal 14px/14px "genericons"}.paid:before{content:'\f503';color:#d0d0d0;text-shadow:none}.paid:after{content:'\f428';margin-right:-5px;font-size:11px}.rtl .paid:before{content:'\f501'}.load-more{margin:2.71429em 0 6.15385em}.set{display:none}.show.set{display:block}.loading{bottom:50%;position:absolute;top:50%;width:100%}.loading span{color:#999}.modal{background:#fff;position:fixed;top:52px;bottom:20px;right:20px;left:20px;margin-left:160px;display:none;box-shadow:0 1px 20px 5px rgba(0,0,0,0.1);z-index:500}.modal .close{position:absolute;top:0;right:0;font:300 1.71429em "genericons" !important;color:#777;content:'\f405';display:inline-block;padding:0.28571em 0.71429em 0.42857em;z-index:5}.modal .close:hover{background:#eee;opacity:0.8}.modal .close:active{background:#eee;opacity:0.4}.modal #jp-post-flair{display:none}.modal .content-container{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto;padding:2.14286em}.modal .content{margin:0 auto;max-width:900px;text-align:left}.modal h2{text-align:left;margin-top:0;color:#5d6d74;font:300 32px "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 1px 1px #fff}@media (max-width: 530px){.modal h2{font-size:26px}}.modal h5{clear:left}.modal p{font-size:1.23077em}.modal footer{position:absolute;left:0;bottom:0;width:100%;padding:12px 20px;border-top:1px solid #ddd;background:#fff;text-align:right}.modal footer ul{margin:0}.modal footer li{display:inline-block;margin:0}.modal .button-secondary,.modal .button-primary:active{vertical-align:baseline}@media (max-width: 900px){.modal{bottom:5%;margin-left:36px;font-size:80%}.modal .content{top:38px}}@media (max-width: 782px){.modal{top:66px;margin-left:0}}@media (max-width: 600px){.modal{top:10px;right:10px;bottom:10px;left:10px}}.jp-info-img{float:right;margin:0 0 30px 30px}.jp-info-img img{border:1px solid #ddd;max-width:100%;height:auto}.jp-info-img img:first-child{margin-top:0}@media (max-width: 782px){.jp-info-img{float:none;margin:0 0 15px}}.content-container.modal-footer{bottom:53px}.shade{background:#000;bottom:0;cursor:pointer;display:none;left:0;opacity:0.2;position:fixed;right:0;top:0;z-index:11}.entry-title,.page-template-default h1{margin-top:0.61111em;color:#5d6d74;font:300 2.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 1px 1px #fff}@media (max-width: 530px){.entry-title,.page-template-default h1{font-size:2em}}.blog h3,.single h3,.page-template-default h2{margin-top:0.61111em;color:#5d6d74;font:300 1.9em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 1px 1px #fff}@media (max-width: 530px){.blog h3,.single h3,.page-template-default h2{font-size:1.4em}}.page-template-default p{line-height:1.71429em}.blog .type-post,.page-template-default .type-page,.single .type-post,.single .type-jetpack_support{float:left;width:70%}.footer{margin-top:1.42857em;position:relative;padding:10em 0 4.28571em;text-align:center}.footer:before,.footer:after{content:'';position:absolute;left:0;pointer-events:none}.footer:before{top:0;margin-top:-1px;width:100%;height:195px}.footer:after{bottom:0;width:100%;height:50px;background:url("../images/the-footcloud.svg") center bottom no-repeat;background-size:auto 45px;z-index:1}.footer .download-jetpack{margin-bottom:33px}@media (max-width: 1147px){.footer{padding-top:165px;padding-bottom:0}.footer:before{background-size:160% auto}.footer:after{display:none}.footer ul{float:none;overflow:hidden}}@media (max-width: 900px){.footer{padding-top:146px}}@media (max-width: 782px){.footer{margin-top:0}}@media (max-width: 530px){.footer{margin-top:0;padding-top:135px}}@media (max-width: 320px){.footer{padding-top:76px}}.footer nav{max-width:100%}.footer nav a,.footer nav a:visited{padding:4px 6px;color:#999}.footer nav a:hover,.footer nav a:focus,.footer nav a:visited:hover,.footer nav a:visited:focus{color:#81A844}@media (max-width: 1147px){.footer nav{border:none;padding:0}.footer nav a:hover,.footer nav a:focus,.footer nav a:visited:hover,.footer nav a:visited:focus{color:#fff}}@media (max-width: 530px){.footer nav li{display:block;float:none;margin:0;text-align:left}.footer nav a{display:block;padding:0 16px;line-height:44px}}.primary{padding:25px 15px 10px 15px;border-bottom:1px solid #eee}.secondary-footer{margin:0 auto}.secondary-footer li{margin-right:5px}@media (max-width: 1147px){.secondary-footer{margin:0 30px;padding:8px 15px 30px}}@media (max-width: 530px){.secondary-footer{margin:0;padding:0;border:none;font-weight:400}.secondary-footer a{border-top:1px solid #eee}}.footer .a8c-attribution{margin:0;padding:0 6px;color:#bbb;font-size:0.78571em;font-family:"Gill Sans","Gill Sans MT","Open Sans",Helvetica,Arial,sans-serif;text-transform:uppercase}.footer .a8c-attribution a{display:inline-block;position:relative;padding:4px 16px;right:9999px;outline:0}.footer .a8c-attribution a:after{content:'A';position:absolute;top:2px;right:-9999px;height:100%;color:#999;font-size:1.54545em;font-family:"automatticons";text-align:center}.footer .a8c-attribution a:hover:after{-webkit-animation:candy .4s ease-in-out;animation:candy .4s ease-in-out}.secondary{padding:10px 15px 0 15px}.jetpack-message{background:#8eb74e;border:1px solid #73963d;margin:33px auto 0;max-width:90%;position:relative;z-index:2}.jetpack-message.is-opt-in{margin:50px 0 0;max-width:100%;padding:10px 15px;background:#fff;border:0;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);font-size:13px;text-align:center}.subhead .jetpack-message.is-opt-in{margin:0;padding-bottom:0;background:transparent;box-shadow:none}.subhead .jetpack-message.is-opt-in .jp-button,.subhead .jetpack-message.is-opt-in .jp-button--settings{display:inline-block}.jetpack-message.is-opt-in p{color:#3c4549}.jetpack-message.is-opt-in .jp-button,.jetpack-message.is-opt-in .jp-button--settings{margin-top:15px;display:none}.jetpack-message h4{color:#fff;margin:0}.jetpack-message p{color:#fff;margin:0;opacity:0.7}.jetpack-message .squeezer{padding:23px 23px 23px 80px;position:relative;text-align:left}.jetpack-message .squeezer:before{color:#fff;content:'\f418';font-family:'Genericons';font-size:33px;height:33px;left:25px;opacity:0.6;position:absolute;top:23px;top:calc( 50% - 22px )}@media (max-width: 530px){.jetpack-message .squeezer{padding:23px}.jetpack-message .squeezer:before{display:none}}.jetpack-message .squeezer a{color:#FFF;border-bottom:1px solid #D5E4BD}.jetpack-message .squeezer a:hover{border-bottom:1px solid #F1F6E9}.jetpack-message.error .squeezer:before,.jetpack-message.jetpack-err .squeezer:before{content:'\f414'}.configure-module .jetpack-message{max-width:100%}.modules h3.icon,.jetpack-modules .info a{width:auto}.modules h3.icon:before,.jetpack-modules .info a:before{display:inline-block;position:relative;top:1px;left:-3px;margin-right:2px;opacity:0.8;font:normal 20px "genericons";vertical-align:top}.jetpack-modules .info a:before{margin-top:1px}.latex:before,.jetpack-modules #latex .info a:before{content:'\f408'}.carousel:before,.jetpack-modules #carousel .info a:before{content:'\f102'}.modules h3.contact-form:before,.jetpack-modules #contact-form .info a:before{content:'\f175';font:normal 20px "dashicons"}.modules h3.custom-css:before,.jetpack-modules #custom-css .info a:before{content:'\f100';font:normal 20px "dashicons"}.modules h3.enhanced-distribution:before,.jetpack-modules #enhanced-distribution .info a:before{content:'\f237';font:normal 20px "dashicons"}.modules h3.widgets:before,.jetpack-modules #widgets .info a:before{content:'\f116';font:normal 20px "dashicons"}.modules h3.gravatar-hovercards:before,.jetpack-modules #gravatar-hovercards .info a:before{content:'G';font-family:"automatticons"}.infinite-scroll:before,.jetpack-modules #infinite-scroll .info a:before{content:'\f408'}.comments:before,.jetpack-modules #comments .info a:before{content:'\f108'}.sso:before,.jetpack-modules #sso .info a:before{content:'\f205'}.json-api:before,.jetpack-modules #json-api .info a:before{content:'\f415'}.likes:before,.jetpack-modules #likes .info a:before{content:'\f408'}.markdown:before,.jetpack-modules #markdown .info a:before{content:'\f462'}.minileven:before,.jetpack-modules #minileven .info a:before{content:'\f453'}.manage:before,.jetpack-modules #manage .info a:before{content:'\f205'}.monitor:before,.jetpack-modules #monitor .info a:before{content:'\f468'}.notes:before,.jetpack-modules #notes .info a:before{content:'\f300'}.omnisearch:before,.jetpack-modules #omnisearch .info a:before{content:'\f400'}.photon:before,.jetpack-modules #photon .info a:before{content:'\f403'}.post-by-email:before,.jetpack-modules #post-by-email .info a:before{content:'\f410'}.protect:before,.jetpack-modules #protect .info a:before{content:'\f470';position:relative;top:-1px}.modules h3.publicize:before,.jetpack-modules #publicize .info a:before{content:'\f237';font:normal 20px "dashicons"}.related-posts:before,.jetpack-modules #related-posts .info a:before{content:'\f420'}.sharedaddy:before,.jetpack-modules #sharedaddy .info a:before{content:'\f415'}.shortcodes:before,.jetpack-modules #shortcodes .info a:before{content:'\f100'}.verification-tools:before,.jetpack-modules #verification-tools .info a:before{content:'\f425'}.after-the-deadline:before,.jetpack-modules #after-the-deadline .info a:before{content:'\f411'}.subscriptions:before,.jetpack-modules #subscriptions .info a:before{content:'\f410'}.tiled-gallery:before,.jetpack-modules #tiled-gallery .info a:before{content:'\f103'}.modules h3.vaultpress:before,.jetpack-modules #vaultpress .info a:before{content:'V';font-family:"automatticons"}.videopress:before,.jetpack-modules #videopress .info a:before{content:'\f104'}.modules h3.widget-visibility:before,.jetpack-modules #widget-visibility .info a:before{content:'\f116';font:normal 20px "dashicons"}.stats:before,.jetpack-modules #stats .info a:before{content:'\f205'}.shortlinks:before,.jetpack-modules #shortlinks .info a:before{content:'\f107'}.modules h3.custom-content-types:before,.jetpack-modules #custom-content-types .info a:before{content:'\f498';font:normal 20px "dashicons"}.modules h3.site-icon:before,.jetpack-modules #site-icon .info a:before{content:'\f475'}@media (max-width: 782px){.blog .type-post,.page-template-default .type-page,.single .type-post,.single .type-jetpack_support{width:100%}}@media (max-width: 600px){.clouds-sm{display:none}}@media (max-width: 530px){.wrap.inner.jp-support .jp-support-column-left{width:100%}.wrap.inner.jp-support .jp-support-column-left .widget-text{margin-right:0;width:100%}.wrap.inner.jp-support .jp-support-column-right{width:100%}}@media screen and (max-width: 400px){.jp-frame .header-nav{padding-bottom:10px}.jp-frame .header-nav li{line-height:30px}.jp-frame .header-nav .jetpack-logo{width:100%;text-align:center}.jp-frame .header-nav .jetpack-modules{margin:0;width:50%;text-align:right;padding:0 5px}.jp-frame .header-nav .jetpack-modules+.jetpack-modules{text-align:left}}@media (max-width: 320px){.jetpack_page_jetpack_modules .wrap{padding:0 0 1em}}.page-content.configure{margin-top:0}.configure .frame.top{border:none;box-shadow:none;padding-top:1.42857em;position:relative;top:auto}.configure .frame.top.fixed{background:#f9f9f9;border-bottom:1px solid #e9e9e9;padding-left:160px;margin-top:-6px;position:fixed;right:0;top:32px;width:100%;z-index:4;box-shadow:0 2px 2px -2px #eee}@media (max-width: 782px){.configure .frame.top.fixed{border:none;box-shadow:none;padding-top:1.42857em;position:relative;top:auto}}@media (max-width: 600px){.configure .frame.top.fixed{top:0}}.configure .frame.top .tablenav.top{float:left}@media (max-width: 900px){.configure .frame.top .tablenav.top .actions{display:block}}@media (max-width: 782px){.configure .frame.top .tablenav.top .actions{margin-top:6px}}.jp-frame-top-fixed .configure{padding-top:94px}.filter-search{display:none;float:right;margin-top:10px}@media (max-width: 782px){.filter-search{display:block}}@media (max-width: 530px){.filter-search{display:none}}.module-actions.landing-page{float:right;margin-right:15px}.module-actions.landing-page a{font-size:0.6em}.table-bordered.jetpack-modules{border:none;margin-bottom:0}.table-bordered.jetpack-modules tr.jetpack-module th{border-left:0;padding:14px 4px 0}.table-bordered.jetpack-modules tr.jetpack-module th input{display:block}.table-bordered.jetpack-modules tr.jetpack-module:hover .genericon{display:inline-block}.table-bordered.jetpack-modules tr.jetpack-module:hover td .row-actions span a{opacity:1}.table-bordered.jetpack-modules tr.jetpack-module.active th,.table-bordered.jetpack-modules tr.jetpack-module.active td{background:#f7fcfe}.table-bordered.jetpack-modules tr.jetpack-module.active th{border-left:4px solid #2ea2cc;padding-left:0px}.table-bordered.jetpack-modules tr.jetpack-module.active td:first-child{border-left:4px solid #2ea2cc}.table-bordered.jetpack-modules tr.jetpack-module.unavailable{opacity:0.3}.table-bordered.jetpack-modules tr.jetpack-module.unavailable input{display:none}.table-bordered.jetpack-modules tr.jetpack-module#vaultpress{opacity:1}.table-bordered.jetpack-modules tr.jetpack-module th,.table-bordered.jetpack-modules tr.jetpack-module td{background:#fff;margin:0;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.1)}.table-bordered.jetpack-modules tr.jetpack-module td{padding:10px 10px 8px 14px;line-height:25px}.table-bordered.jetpack-modules tr.jetpack-module td:first-child{border-left:4px solid #fff}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{float:right;padding:0 0 1px;visibility:visible}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span{margin-left:5px}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a{opacity:0}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a:focus{opacity:1}@media (max-width: 530px){.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{display:none}}@media (max-width: 782px){.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{display:block;padding-left:10px;visibility:visible}}.table-bordered.jetpack-modules>thead>tr>th{border:0;vertical-align:middle}.table-bordered.jetpack-modules>thead>tr>th:last-child{padding-right:0}@media (max-width: 782px){.table-bordered.jetpack-modules>thead>tr>th:last-child{padding-left:0}}.table-bordered.jetpack-modules td{background:#fff}.table-bordered.jetpack-modules #doaction{margin-top:0}@media (max-width: 782px){.table-bordered.jetpack-modules #doaction{padding:10px 7px}}.table-bordered.jetpack-modules .checkall{margin-top:1px}.table-bordered.jetpack-modules .filter-search{margin-top:8px}.table-bordered.jetpack-modules .genericon{color:#999;display:none;margin:7px 3px 0}@media (max-width: 900px){.table-bordered.jetpack-modules .genericon{display:inline-block}}.table-bordered.jetpack-modules .med{width:70px}.table-bordered.jetpack-modules .sm{width:30px}@media (max-width: 782px){.table-bordered.jetpack-modules .check-column{width:50px}}.fixed-top .check-column{padding:8px 10px 0 10px;width:2.2em}.wrap{margin:0;padding:0 1.5em 1em;overflow:hidden}.wrap h2{font-size:24px;font-weight:400}.wrap .manage-left{float:left;margin:0;padding:0;width:63%}.wrap .manage-left table{width:100%}.wrap .manage-left th{font-weight:400}@media (max-width: 782px){.wrap .manage-left{width:100%}}.wrap .manage-right{margin:0;padding:0;float:right;width:35%;z-index:1}.wrap .manage-right p{font-size:12px;font-weight:bold;color:#bbb;padding-top:2px;text-transform:uppercase;letter-spacing:1px;clear:left}.wrap .manage-right .bumper{margin-left:33px}.wrap .manage-right.show{display:block;position:fixed;overflow-y:auto;overflow-x:hidden;position:absolute}.wrap .manage-right .search-bar{margin-bottom:18px;max-width:300px}.wrap .manage-right p.search-box{float:none;height:auto;margin-bottom:0;position:relative}.wrap .manage-right p.search-box input[type='search']{padding:0 8px;width:90%;line-height:initial}@media (max-width: 782px){.wrap .manage-right p.search-box input[type='search']{float:left;padding:9px 8px}}.wrap .manage-right p.search-box input[type="submit"]{display:none}.wrap .manage-right .button-group .button{outline:none}.wrap .manage-right .subsubsub{margin:0;padding:0}.wrap .manage-right .subsubsub a{padding:0;line-height:inherit}.wrap .manage-right .subsubsub .current{padding:1px 5px;border-radius:2px;margin-left:-5px;background:#0D72B2;color:#FFF}.wrap .manage-right .subsubsub .current .count{color:#BCD7E7;font-weight:200}.wrap .manage-right .subsubsub li{display:block;text-align:left}@media (max-width: 782px){.wrap .manage-right{background:#fff;bottom:0;display:none;min-width:300px;position:fixed;right:0;top:0;z-index:13;box-shadow:0 1px 20px 5px rgba(0,0,0,0.1)}.wrap .manage-right .bumper{margin:13px}.wrap .manage-right .navbar-form{margin:0;padding:0}}.configure-module p{font-size:14px}.configure-module p.success,.configure-module p.error{color:#fff;padding:10px}.configure-module p.success{background-color:#81a844}.configure-module p.error{background-color:#d94f4f}.protect-status p{font-size:16px}.protect-status strong{display:inline-block;margin-top:10px;background:#fff;padding:10px;border:1px #ddd solid;font-size:16px;color:#000;max-width:100%}.protect-status.attn{color:#d94f4f}.protect-status.working{color:#81a844}#non-editable-whitelist{margin-top:15px}.protect-whitelist textarea{width:100%;min-height:150px}#editable-whitelist .whitelist-table{width:100%}.configure-module input[disabled]{opacity:.5}.configure-module input.button-primary{font-weight:bold}.whitelist-table{border-top:1px solid;border-right:1px solid;border-color:#ddd;background-color:#fff}.whitelist-table td,.whitelist-table th{padding:10px;margin:0;border-bottom:1px solid;border-left:1px solid;border-color:#ddd;font-size:14px}.whitelist-table th.heading{font-weight:bold;color:#5d6d74;text-align:left;background-color:#eee}.whitelist-table td.item-actions{border-left:none;text-align:right}.whitelist-table .toolbar{padding:0}.whitelist-table .add-btn{text-align:center;width:10%;border-left:1px #ddd solid}.ip-address,.enter-ip{width:90%;text-align:left;vertical-align:middle}.delete-ip-address{text-align:center;border:0;background:transparent;color:#6f7476;box-shadow:none;font-size:20px;margin:0;padding:0;cursor:pointer;border-radius:2px}.delete-ip-address:hover{background:#eee}.toolbar div{float:left;padding:10px}@media only screen and (min-width: 1100px){#non-editable-whitelist{width:28%;float:right;margin-top:0}.protect-whitelist{width:65%;float:left}}@media only screen and (max-width: 1130px){.enter-ip input[type="text"]{max-width:175px}}@media only screen and (max-width: 1250px) and (min-width: 1065px), (max-width: 730px) and (min-width: 600px){.enter-ip{width:85%}.add-btn{width:15%}}@media only screen and (max-width: 782px){.add-btn{text-align:right}.add-btn .ip-add{margin-top:4px;margin-bottom:3px}}@media only screen and (max-width: 730px){.add-btn{text-align:center}}@media only screen and (max-width: 665px) and (min-width: 600px){.enter-ip input[type="text"]{max-width:165px}}@media only screen and (max-width: 600px){.toolbar div{width:100%}.add-btn{border-top:1px #ddd solid}.enter-ip{text-align:center}.enter-ip strong{display:block;margin-bottom:5px}.enter-ip input[type="text"]{width:100%;max-width:100%}.add-btn input,.enter-ip .button{width:50%;margin:0 auto}.enter-ip .button{margin-top:10px}}@media only screen and (max-width: 400px){.protect-status strong{font-size:12px;overflow:auto}.add-btn input,.enter-ip .button{width:100%}}.jp-content .hide{display:none}.jp-content .pointer{cursor:pointer}.jp-content .landing{margin:0 auto;z-index:2;position:relative}.jp-content h1{font:300 2.57143em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;position:relative;z-index:3;width:100%;text-align:center}.jp-content h1.success{color:#81a844}.jp-content .footer{padding-top:0;margin-top:0;background-image:none}.jp-content .footer:before{height:inherit}.jp-content .more-info:before{content:none}.landing .wpcom-connect{min-height:400px}.wpcom-connect .j-col{padding:0}.wpcom-connect .connect-desc{padding-right:25px}.wpcom-connect .connect-btn{text-align:center}.module-grid h2{color:#000;font:300 2.57143em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif}.download-jetpack{margin-top:1em !important}#jump-start-area{margin-top:35px;padding-left:60px;padding-right:60px;background:#fefefe;border:1px #dae0e2 solid;padding-bottom:20px}#jump-start-area #jumpstart-cta,#jump-start-area .jumpstart-desc{padding:0}#jump-start-area p{font-size:14px;line-height:185%}#jump-start-area .spinner{float:none;margin:0 auto;position:absolute;bottom:0;height:100%;width:100%;background-position:50% 56%;background-color:rgba(254,254,254,0.99);display:block;opacity:.9}.jumpstart-message p{padding-right:25px}.jumpstart-desc{text-align:left}#jumpstart-cta{text-align:center}.dismiss-jumpstart{color:#999;font-size:14px}#jumpstart-cta .button,#jumpstart-cta .button-primary{margin:1em;font-size:18px;height:45px !important;padding:8px 15px 1px}#jumpstart-cta .button-primary{display:block;margin:35px 20px 5px 20px}#jp-config-list{position:relative;padding-top:15px;padding-bottom:15px;margin-left:-15px;margin-right:-15px}#jp-config-list .j-col{padding:15px}#jp-config-list strong{display:inline-block}#jp-config-list small{display:block;margin-top:5px;line-height:150%}#jp-config-list .close{position:absolute;top:10px;right:0;text-transform:uppercase;font-weight:bold;display:block;z-index:5}.jp-config-status{text-transform:uppercase;font-size:10px;font-weight:bold;line-height:100%;color:#fff;background:#9fbd72;border-radius:2px;padding:2px 4px;display:inline-block}.miguel{display:none;position:fixed;opacity:.35;bottom:-200px;left:0;z-index:1;-webkit-animation:miguel 3.4s 0s ease-in-out;animation:miguel 3.4s 0s ease-in-out}.miguel:nth-child(2){left:49%;width:120px;height:131px;-webkit-animation-duration:2.4s;animation-duration:2.4s;-webkit-animation-delay:0s;animation-delay:0s}.miguel:nth-child(3){left:23%;width:60px;height:66px;-webkit-animation-duration:4.5s;animation-duration:4.5s;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes "miguel"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(900px, -900px, 0px);transform:translate3d(900px, -900px, 0px)}}@keyframes "miguel"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(900px, -900px, 0px);transform:translate3d(900px, -900px, 0px)}}@media (max-width: 1147px){.jp-content .landing{padding:0 2em}.jp-content .footer{padding-top:1.5em}}@media (max-width: 782px){#jumpstart-cta .button-primary{margin:10px 0 5px 0}#jump-start-area .spinner{background-position:50% 35%}}@media (max-width: 530px){.jp-content .landing{padding:0 .5em}#jump-start-area{padding:0 1em}.jumpstart-message p{padding-right:0}#jumpstart-cta .button-primary{margin:0 0 5px 0;padding-bottom:10px}.footer .a8c-attribution a:after{top:6px}}.nav-horizontal:before,.features:before,.modules:before,.load-more:before,.nav-horizontal:after,.features:after,.modules:after,.load-more:after{content:"";display:table}.nav-horizontal:after,.features:after,.modules:after,.load-more:after{clear:both}
2
 
3
  /*# sourceMappingURL=jetpack-admin.min.css.map */
1
+ .j-row{width:100%;margin:0 auto}.j-row:before,.j-row:after{content:" ";display:table}.j-row:after{clear:both}.j-col{padding:0.85em;width:100%;float:left;position:relative}@media only screen{.j-sm-1{width:8.33333%}.j-sm-2{width:16.66667%}.j-sm-3{width:25%}.j-sm-4{width:33.33333%}.j-sm-5{width:41.66667%}.j-sm-6{width:50%}.j-sm-7{width:58.33333%}.j-sm-8{width:66.66667%}.j-sm-9{width:75%}.j-sm-10{width:83.33333%}.j-sm-11{width:91.66667%}.j-sm-12{width:100%}}@media (min-width: 530px){.j-md-1{width:8.33333%}.j-md-2{width:16.66667%}.j-md-3{width:25%}.j-md-4{width:33.33333%}.j-md-5{width:41.66667%}.j-md-6{width:50%}.j-md-7{width:58.33333%}.j-md-8{width:66.66667%}.j-md-9{width:75%}.j-md-10{width:83.33333%}.j-md-11{width:91.66667%}.j-md-12{width:100%}}@media (min-width: 782px){.j-lrg-1{width:8.33333%}.j-lrg-2{width:16.66667%}.j-lrg-3{width:25%}.j-lrg-4{width:33.33333%}.j-lrg-5{width:41.66667%}.j-lrg-6{width:50%}.j-lrg-7{width:58.33333%}.j-lrg-8{width:66.66667%}.j-lrg-9{width:75%}.j-lrg-10{width:83.33333%}.j-lrg-11{width:91.66667%}.j-lrg-12{width:100%}}body,button,input,select,textarea{color:#222;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.4;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:#222;clear:both}a{color:#0d72b2;transition:color .2s;text-decoration:none}a:visited{color:#0d72b2}a:hover{color:#0f92e5}a:focus{outline:thin dotted}address{margin:0 0 1.5em}abbr[title],acronym{cursor:help}ins{background:#eee;text-decoration:none}dt{font-weight:700}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}@-webkit-keyframes "grow"{0%{-webkit-transform:scale(0.3);transform:scale(0.3)}60%{-webkit-transform:scale(1.15);transform:scale(1.15)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes "grow"{0%{-webkit-transform:scale(0.3);transform:scale(0.3)}60%{-webkit-transform:scale(1.15);transform:scale(1.15)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes "candy"{0%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.15);transform:scale(1.15)}60%{-webkit-transform:scale(0.95);transform:scale(0.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes "candy"{0%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.15);transform:scale(1.15)}60%{-webkit-transform:scale(0.95);transform:scale(0.95)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes "flyer"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(680px, -680px, 0px);transform:translate3d(680px, -680px, 0px)}}@keyframes "flyer"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(680px, -680px, 0px);transform:translate3d(680px, -680px, 0px)}}.button,.download-jetpack{transition:all .1s ease-in-out}.jp-button,.jp-button--settings{display:inline-block;position:relative;padding:0.76923em 1.46154em;color:#efefef;font:800 0.9285714286em/1 'Open Sans', Helvetica, sans-serif;text-shadow:0 1px 1px rgba(0,0,0,0.2);background:#6f7476;border-radius:3px}.jp-button:visited,.jp-button--settings:visited{color:#efefef}.jp-button:hover,.jp-button--settings:hover,.jp-button:focus,.jp-button--settings:focus{color:#fff;background:#57972d}.jp-button:active,.jp-button--settings:active{background:#57972d;opacity:0.8}.jp-button--settings{background:#93b45f;color:#e8eedf}.jp-button--settings:visited{color:#e8eedf}.jp-button--settings:hover,.jp-button--settings:focus{background:#9fbd72;color:#fff}.jp-button--settings.current{background:#3c6621;color:#fff;box-shadow:inset 0 2px 0 #365A1F, inset 0 1px 3px #3c6621}.download-jetpack{display:inline-block;position:relative;padding:0.64286em 0.85714em 0.53571em;color:#fff;font:400 20px/1 "proxima-nova", 'Open Sans', Helvetica, sans-serif;background:#518d2a;z-index:3;border-radius:6px;box-shadow:0 6px 0 #3e6c20,0 6px 3px rgba(0,0,0,0.4)}.download-jetpack:visited{color:#fff}.download-jetpack:hover,.download-jetpack:focus{color:#fff;background:#57972d;box-shadow:0 6px 0 #3e6c20,0 6px 3px rgba(0,0,0,0.4)}.download-jetpack:active{top:6px;box-shadow:0 0px 0 #3e6c20,0 0 0 rgba(0,0,0,0.4)}.download-jetpack:active:after{top:-6px}.download-jetpack:before{content:'';display:inline-block;position:relative;top:-2px;margin-right:13px;width:30px;height:30px;vertical-align:middle;background:url("../images/connect-plug.svg") center center no-repeat;background-size:100%}.download-jetpack:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width: 1147px){.download-jetpack{font-size:1.28571em}.download-jetpack:before{top:-1px;width:23px;height:23px}}@media (max-width: 900px){.download-jetpack:active{top:0}}@media (max-width: 530px){.download-jetpack{font-size:1.21429em;font-weight:600}.download-jetpack:before{width:19px;height:19px;margin-right:9px}}#searchsubmit{display:inline-block;border:none;position:relative;padding:0.71429em 1.5em;color:#efefef;font:800 0.8em/1 'Open Sans', Helvetica, sans-serif;text-shadow:0 1px 1px rgba(0,0,0,0.2);background:#6f7476;outline:none;border-radius:3px}#searchsubmit:visited{color:#efefef}#searchsubmit:hover,#searchsubmit:focus{color:#fff;background:#2aa0d5}#searchsubmit:active{opacity:0.7}@font-face{font-family:'automatticons';src:url("../_inc/fonts/automatticons/automatticons.eot");src:url("../_inc/fonts/automatticons/automatticons.eot?#iefix") format("embedded-opentype"),url("../_inc/fonts/automatticons/automatticons.woff") format("woff"),url("../_inc/fonts/automatticons/automatticons.ttf") format("truetype"),url("../_inc/fonts/automatticons/automatticons.svg#automatticonsregular") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.eot");src:url("../_inc/fonts/jetpack/jetpack.eot?#iefix") format("embedded-opentype"),url("../_inc/fonts/jetpack/jetpack.woff") format("woff"),url("../_inc/fonts/jetpack/jetpack.ttf") format("truetype"),url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg")}}.nav-horizontal a{display:inline-block}.nav-horizontal li{position:relative;float:left}.nav-horizontal ul{margin:0;padding:0}*,*:before,*:after{-moz-box-sizing:border-box;box-sizing:border-box}::-moz-selection{background:#91bd51;color:#fff;text-shadow:none}::selection{background:#91bd51;color:#fff;text-shadow:none}#wpbody-content{padding-bottom:0}#wpcontent{margin-left:160px;padding:0}ul#adminmenu a.toplevel_page_jetpack:after{border-right-color:#81a844}.folded #wpcontent{margin-left:36px}#wpfooter{display:none}.jp-content{background:#f9f9f9;margin:0;height:auto;min-height:100%;width:100%;width:100%;-webkit-font-smoothing:antialiased}.jp-content .wrapper{background:#f9f9f9}@media (max-width: 900px){#wpcontent,.auto-fold #wpcontent,.auto-fold #wpfooter,.modal,.configure .frame.top.fixed{margin-left:36px;padding-left:0}}@media (max-width: 782px){#wpcontent,.auto-fold #wpcontent,.auto-fold #wpfooter,.modal,.configure .frame.top.fixed{margin-left:0}}@media (max-width: 782px){.configure .frame.top.fixed{padding-left:0}}.wrap.inner,.page-content{max-width:950px;margin:0 auto}.wrap.inner li,.page-content li{line-height:23px}@media (max-width: 530px){.page-content{margin-top:0}}@media (max-width: 1147px){.wrap.inner{background:#f9f9f9;padding:15px}}@media (max-width: 530px){.wrap.inner{margin-top:1.71429em}}.jetpack_page_jetpack_modules .header-nav{margin:0}.jetpack_page_jetpack_modules .page-content{max-width:1200px;min-height:500px;margin:0}.page-content.about{position:relative;z-index:10}@media (max-width: 1147px){.page-content.about{background:#f9f9f9;padding:15px}}@media (max-width: 1147px){.page-content.configure{background:#f9f9f9}}.footer nav{max-width:550px;margin:0 auto}.header{left:0;right:0;background:#81a844}.header-nav li{line-height:60px}.header-nav a{padding:0 0.71429em;line-height:24px}.header-nav .jetpack-logo a{display:inline-block;position:relative;width:214px;margin-right:6px;background:url(../images/jetpack-logo.png) center center no-repeat;background:url(../images/jetpack-logo.svg) center center no-repeat,none;background-size:183px auto;color:#fff;line-height:60px;font-weight:normal}.header-nav .jetpack-logo a span{text-indent:-9999px;visibility:hidden}.header-nav .jetpack-logo a:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-size:183px 32px}.header-nav .jetpack-modules+.jetpack-modules{margin-left:15px}.main-nav{float:left}.main-nav li{margin:0}@media (max-width: 900px){.main-nav{font-size:13px}}.user-nav{float:right}.user-nav li{margin:0}.jetpack-pagestyles #screen-meta{margin:0}.jetpack-pagestyles #screen-meta-links .screen-meta-toggle{z-index:2}.jetpack-pagestyles #screen-options-link-wrap,.jetpack-pagestyles #contextual-help-link-wrap{border:none}.jetpack-pagestyles .update-nag{display:none}.masthead{position:relative;text-align:center;z-index:1;background-color:#81a844;background-image:linear-gradient(top, #81a844, #8eb74e)}.masthead.hasbutton .flyer{bottom:-270px}.masthead.hasbutton .subhead{margin-top:175px}@media (max-width: 530px){.masthead.hasbutton .subhead{margin-top:105px;padding:0}}.masthead h1,.masthead h2{margin:0 auto}.masthead h1{padding:2.5em 0 1.11111em;max-width:21.94444em;color:#fff;font:300 2.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;position:relative;text-shadow:0 1px 1px rgba(0,0,0,0.12);z-index:3}.masthead h1+.flyby{margin-top:180px}@media (max-width: 1147px){.masthead h1{padding-top:1.83333em;font-size:2.14286em}}@media (max-width: 782px){.masthead h1{max-width:600px;font-size:28px}}@media (max-width: 530px){.masthead h1{margin:0 15px;padding:31px 0 15px 0;font-size:21px;font-weight:400}}.jetpack-connected .masthead h1{margin-bottom:33px;max-width:600px}.flyby{position:relative;max-width:1200px;margin:0 auto}@media (max-width: 900px){.flyby{display:none}}.flyer{position:absolute;bottom:-200px;left:4%;z-index:1;-webkit-animation:flyer 3.4s 2s ease-in-out;animation:flyer 3.4s 2s ease-in-out}.flyer:nth-child(2){left:49%;width:120px;height:131px;-webkit-animation-delay:4.6s;animation-delay:4.6s;-webkit-animation-duration:2.4s;animation-duration:2.4s}.flyer:nth-child(3){left:23%;width:60px;height:66px;-webkit-animation-delay:5.8s;animation-delay:5.8s;-webkit-animation-duration:4.5s;animation-duration:4.5s}.subhead{position:relative;margin-top:105px;padding:4em 0;background:#f9f9f9;z-index:2}.subhead h2{max-width:460px;color:#5d6d74;font:400 1.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 1px 1px #fff}@media (max-width: 900px){.subhead h2{max-width:428px;font-size:20px}}@media (max-width: 530px){.subhead h2{display:none}}.subhead:after{content:'';position:absolute;bottom:100%;left:0;margin-bottom:-1px;width:100%;height:228px;background:url("../images/the-cloud.svg") center bottom repeat-x;pointer-events:none;z-index:-1}@media (max-width: 1147px){.subhead{margin-top:122px;padding:70px 0 49px}.subhead:after{background-size:160% auto}}@media (max-width: 900px){.subhead{margin-top:122px;padding:70px 0 49px}}@media (max-width: 530px){.subhead{margin-top:83px;padding:47px 15px 39px}}.clouds-sm{height:100px;position:relative;text-align:center;z-index:1;background-color:#81a844;background-image:linear-gradient(top, #81a844, #89b348)}.clouds-sm:after{content:'';position:absolute;bottom:0;left:0;margin-bottom:-1px;width:100%;height:137px;background:url("../images/the-cloud-sm.svg") center bottom repeat-x;pointer-events:none;z-index:2}@media (max-width: 530px){.clouds-sm{height:90px}}.featured{border-top:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6;background:#fff;position:relative;padding:2.0em 1em 4.6em 1em;text-align:center;z-index:1}.featured:before{content:"";display:block;position:absolute;top:0;height:100%;z-index:-1}.featured .features,.featured .modules{margin:0 auto;display:inline-block}@media (max-width: 530px){.featured{display:none}}.featured h2,.module-grid h2{margin-top:1em;color:#5d6d74;font:300 2em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-align:center}@media (max-width: 900px){.featured h2,.module-grid h2{font-size:30px}}@media (max-width: 782px){.featured h2,.module-grid h2{font-size:28px}}.features,.modules{margin:0 -5px}.feature,.module{position:relative;float:left;margin:0 5px 10px;width:310px;transition:all .2s ease-in-out}@media (max-width: 1147px){.feature,.module{margin:.75% 0 .75% 1.5%;width:32.333333%;transition:none}.feature:nth-child(3n+1),.module:nth-child(3n+1){margin-left:0}.feature:hover,.module:hover{top:0;box-shadow:none}}.feature{-webkit-transform:translateZ(0);transform:translateZ(0)}.feature h3{margin:0 0 0.58824em;color:#697b84;font-size:1.21429em;line-height:1em;font-weight:800}.feature p{margin:0;color:#6e818a}.feature:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:10px;background:rgba(0,0,0,0.02);z-index:-1;-webkit-transform:translateZ(0);transform:translateZ(0);transition:all .2s ease-in-out}.feature:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.feature:hover h3{color:#1a8dba}.feature:hover .feature-img{border:1px solid #ccc;border-bottom:none}.feature:hover .no-border{border:none}.feature:hover:before{-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px)}@media (max-width: 1147px){.feature:hover h3{color:#6e818a}.feature:hover .feature-img{border:1px solid #ddd;border-bottom:none}.feature:hover .no-border{border:none}}.feature .feature-img{padding-top:52%;width:100%;height:auto;border:1px solid #ddd;border-bottom:none}.feature .feature-img.custom-css{background:url("../images/custom-css.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.custom-css{background-image:url("../images/custom-css@2x.jpg")}}.feature .feature-img.wordpress-connect{background:url("../images/wordpress-connect.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.wordpress-connect{background-image:url("../images/wordpress-connect@2x.jpg")}}.feature .feature-img.wordpress-stats{background:url("../images/wordpress-stats.jpg") no-repeat;background-size:100% auto}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi){.feature .feature-img.wordpress-stats{background-image:url("../images/wordpress-stats@2x.jpg")}}.feature .feature-img.no-border{border:none;padding-bottom:1px}.feature-description{display:block;padding:1em 1.07143em 1.07143em;border:1px solid #ddd;background:#f5f5f5}.feature:hover .feature-description{background:#fff;border-color:#ccc}@media (max-width: 1147px){.feature:hover .feature-description{border:1px solid #ddd;background:#f5f5f5}}@media (max-width: 900px){.feature-description{min-height:115px}}.cat{clear:both;margin-bottom:23px}.cat h3{font-size:24px;font-weight:300;margin:0 0 13px 6px;text-align:left}.cat .clear{clear:both}.module-grid{text-align:center}.module-grid h2{margin:1em 0}@media (max-width: 530px){.module-grid h2{padding-top:16px;margin-top:0;font-size:25px}}#module-search{position:relative;width:100%;max-width:40.71429em;margin:0 auto 1.07143em;overflow:hidden}#jetpack-search{margin:0;padding:11px 16px 11px 16px;width:100%;border:1px solid #c9ced0;border-radius:3px;background:#fff;color:#5c6671;line-height:1.3}#jetpack-search:focus{color:#5c6671;outline:none}#jetpack-search:focus+label{background:transparent;opacity:0}#jetpack-search::-webkit-input-placeholder{color:#a8acae}#jetpack-search :-moz-placeholder{color:#a8acae}#jetpack-search::-moz-placeholder{color:#a8acae}#jetpack-search:-ms-input-placeholder{color:#a8acae}#jetpack-search+label{position:absolute;top:1px;right:1px;bottom:1px;width:48px;color:#abafb1;text-indent:-9999px;pointer-events:none;border-radius:3px;transition:all .2s ease-in-out}#jetpack-search+label:after{content:'\f400';position:absolute;right:11px;text-align:right;top:4px;font-size:1.71429em;font-weight:normal;font-family:"genericons"}.jp-filter{margin-bottom:2.85714em;color:#6f7476}.jp-filter a{display:inline-block;position:relative;padding:0.76923em 1.46154em;color:#aaa;font:600 0.92857em/1 "Open Sans", Helvetica, Arial, sans-serif;text-shadow:0 1px 1px rgba(255,255,255,0.2);background:#eee;border-radius:3px;background-clip:padding-box}.jp-filter a.selected,.jp-filter a:hover,.jp-filter a:focus{color:#efefef;text-shadow:0 1px 1px rgba(0,0,0,0.2);background:#6f7476}@media (max-width: 530px){.jp-filter a{padding:0.76em 1em}}.module{display:block;padding:0.71429em 1.07143em 1em;text-align:left;border:1px solid #dae0e2;background:#fff;box-shadow:0 0 0 rgba(0,0,0,0.03);transition:opacity 2s ease-in}.module:hover{border-color:#8ac9e8;background:#f8fcfe}.module h3{cursor:pointer;margin:0 0 0.5em;color:#1a8dba;font-size:1.14286em;line-height:1.4em;font-weight:700}.module p{margin:0;color:#686f72;font-size:0.85714em}.module:hover,.module:focus{border-color:#8ac9e8;background:#f8fcfe}.module.active{border-color:#2ea2cc;box-shadow:inset 4px 0 0 #2ea2cc}.module.active:hover{border-color:#69bedd;box-shadow:inset 4px 0 0 #69bedd}@media (max-width: 1147px){.cat .module:nth-child(3n+1){margin:.75% 0 .75% 1.5%}.cat .module:nth-child(3n - 1){margin-left:0}}@media (max-width: 900px){.cat .module{margin:1% 0 1% 2%}.cat .module:nth-child(2n+1){margin:1% 0 1% 2%}.cat .module:nth-child(2n+0){margin-left:0}}@media (max-width: 530px){.cat .module{margin:5px 0}.cat .module:nth-child(2n+1){margin-left:0}.cat .module:nth-child(2n+0){margin-left:0}}@media (max-width: 900px){.module{margin:1% 0 1% 2%;width:49%}.module:nth-child(3n+1){margin-left:2%}.module:nth-child(2n+1){margin-left:0}}@media (max-width: 530px){.module{margin:5px 0;width:100%}.module:nth-child(3n+1){margin-left:0}.module:nth-child(2n+1){margin-left:0}}.new{position:relative}.new:after{content:'NEW';position:absolute;top:-8px;right:-8px;padding-top:10px;width:32px;height:32px;color:#fff;font-size:8px;font-weight:800;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background:url("../images/new-badge.svg") center center no-repeat;background-size:100%;border-radius:50%}.paid{display:inline-block;position:relative;top:5px;margin-left:10px;padding:1px 6px 0 4px;height:13px;color:#fff;font:700 10px/1 "Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 -1px 0 rgba(0,0,0,0.05);background:#d0d0d0;vertical-align:top}.paid:before,.paid:after{position:absolute;top:0;right:100%;font:normal 14px/14px "genericons"}.paid:before{content:'\f503';color:#d0d0d0;text-shadow:none}.paid:after{content:'\f428';margin-right:-5px;font-size:11px}.rtl .paid:before{content:'\f501'}.load-more{margin:2.71429em 0 6.15385em}.set{display:none}.show.set{display:block}.loading{bottom:50%;position:absolute;top:50%;width:100%}.loading span{color:#999}.modal{background:#fff;position:fixed;top:52px;bottom:20px;right:20px;left:20px;margin-left:160px;display:none;box-shadow:0 1px 20px 5px rgba(0,0,0,0.1);z-index:500}.modal .close{position:absolute;top:0;right:0;font:300 1.71429em "genericons" !important;color:#777;content:'\f405';display:inline-block;padding:0.28571em 0.71429em 0.42857em;z-index:5}.modal .close:hover{background:#eee;opacity:0.8}.modal .close:active{background:#eee;opacity:0.4}.modal #jp-post-flair{display:none}.modal .content-container{position:absolute;top:0;right:0;bottom:0;left:0;overflow:auto;padding:2.14286em}.modal .content{margin:0 auto;max-width:900px;text-align:left}.modal h2{text-align:left;margin-top:0;color:#5d6d74;font:300 32px "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 1px 1px #fff}@media (max-width: 530px){.modal h2{font-size:26px}}.modal h5{clear:left}.modal p{font-size:1.23077em}.modal footer{position:absolute;left:0;bottom:0;width:100%;padding:12px 20px;border-top:1px solid #ddd;background:#fff;text-align:right}.modal footer ul{margin:0}.modal footer li{display:inline-block;margin:0}.modal .button-secondary,.modal .button-primary:active{vertical-align:baseline}@media (max-width: 900px){.modal{bottom:5%;margin-left:36px;font-size:80%}.modal .content{top:38px}}@media (max-width: 782px){.modal{top:66px;margin-left:0}}@media (max-width: 600px){.modal{top:10px;right:10px;bottom:10px;left:10px}}.jp-info-img{float:right;margin:0 0 30px 30px}.jp-info-img img{border:1px solid #ddd;max-width:100%;height:auto}.jp-info-img img:first-child{margin-top:0}@media (max-width: 782px){.jp-info-img{float:none;margin:0 0 15px}}.content-container.modal-footer{bottom:53px}.shade{background:#000;bottom:0;cursor:pointer;display:none;left:0;opacity:0.2;position:fixed;right:0;top:0;z-index:11}.entry-title,.page-template-default h1{margin-top:0.61111em;color:#5d6d74;font:300 2.57143em/1.4em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 1px 1px #fff}@media (max-width: 530px){.entry-title,.page-template-default h1{font-size:2em}}.blog h3,.single h3,.page-template-default h2{margin-top:0.61111em;color:#5d6d74;font:300 1.9em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;text-shadow:0 1px 1px #fff}@media (max-width: 530px){.blog h3,.single h3,.page-template-default h2{font-size:1.4em}}.page-template-default p{line-height:1.71429em}.blog .type-post,.page-template-default .type-page,.single .type-post,.single .type-jetpack_support{float:left;width:70%}.footer{margin-top:1.42857em;position:relative;padding:10em 0 4.28571em;text-align:center}.footer:before,.footer:after{content:'';position:absolute;left:0;pointer-events:none}.footer:before{top:0;margin-top:-1px;width:100%;height:195px}.footer:after{bottom:0;width:100%;height:50px;background:url("../images/the-footcloud.svg") center bottom no-repeat;background-size:auto 45px;z-index:1}.footer .download-jetpack{margin-bottom:33px}@media (max-width: 1147px){.footer{padding-top:165px;padding-bottom:0}.footer:before{background-size:160% auto}.footer:after{display:none}.footer ul{float:none;overflow:hidden}}@media (max-width: 900px){.footer{padding-top:146px}}@media (max-width: 782px){.footer{margin-top:0}}@media (max-width: 530px){.footer{margin-top:0;padding-top:135px}}@media (max-width: 320px){.footer{padding-top:76px}}.footer nav{max-width:100%}.footer nav a,.footer nav a:visited{padding:4px 6px;color:#999}.footer nav a:hover,.footer nav a:focus,.footer nav a:visited:hover,.footer nav a:visited:focus{color:#81A844}@media (max-width: 1147px){.footer nav{border:none;padding:0}.footer nav a:hover,.footer nav a:focus,.footer nav a:visited:hover,.footer nav a:visited:focus{color:#fff}}@media (max-width: 530px){.footer nav li{display:block;float:none;margin:0;text-align:left}.footer nav a{display:block;padding:0 16px;line-height:44px}}.primary{padding:25px 15px 10px 15px;border-bottom:1px solid #eee}.secondary-footer{margin:0 auto}.secondary-footer li{margin-right:5px}@media (max-width: 1147px){.secondary-footer{margin:0 30px;padding:8px 15px 30px}}@media (max-width: 530px){.secondary-footer{margin:0;padding:0;border:none;font-weight:400}.secondary-footer a{border-top:1px solid #eee}}.footer .a8c-attribution{margin:0;padding:0 6px;color:#bbb;font-size:0.78571em;font-family:"Gill Sans","Gill Sans MT","Open Sans",Helvetica,Arial,sans-serif;text-transform:uppercase}.footer .a8c-attribution a{display:inline-block;position:relative;padding:4px 16px;right:9999px;outline:0}.footer .a8c-attribution a:after{content:'A';position:absolute;top:2px;right:-9999px;height:100%;color:#999;font-size:1.54545em;font-family:"automatticons";text-align:center}.footer .a8c-attribution a:hover:after{-webkit-animation:candy .4s ease-in-out;animation:candy .4s ease-in-out}.secondary{padding:10px 15px 0 15px}.jetpack-message{background:#8eb74e;border:1px solid #73963d;margin:33px auto 0;max-width:90%;position:relative;z-index:2}.jetpack-message.is-opt-in{margin:50px 0 0;max-width:100%;padding:10px 15px;background:#fff;border:0;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);font-size:13px;text-align:center}.subhead .jetpack-message.is-opt-in{margin:0;padding-bottom:0;background:transparent;box-shadow:none}.subhead .jetpack-message.is-opt-in .jp-button,.subhead .jetpack-message.is-opt-in .jp-button--settings{display:inline-block}.jetpack-message.is-opt-in p{color:#3c4549}.jetpack-message.is-opt-in .jp-button,.jetpack-message.is-opt-in .jp-button--settings{margin-top:15px;display:none}.jetpack-message h4{color:#fff;margin:0}.jetpack-message p{color:#fff;margin:0;opacity:0.7}.jetpack-message .squeezer{padding:23px 23px 23px 80px;position:relative;text-align:left}.jetpack-message .squeezer:before{color:#fff;content:'\f418';font-family:'Genericons';font-size:33px;height:33px;left:25px;opacity:0.6;position:absolute;top:23px;top:calc( 50% - 22px )}@media (max-width: 530px){.jetpack-message .squeezer{padding:23px}.jetpack-message .squeezer:before{display:none}}.jetpack-message .squeezer a{color:#FFF;border-bottom:1px solid #D5E4BD}.jetpack-message .squeezer a:hover{border-bottom:1px solid #F1F6E9}.jetpack-message.error .squeezer:before,.jetpack-message.jetpack-err .squeezer:before{content:'\f414'}.configure-module .jetpack-message{max-width:100%}.modules h3.icon,.jetpack-modules .info a{width:auto}.modules h3.icon:before,.jetpack-modules .info a:before{display:inline-block;position:relative;top:1px;left:-3px;margin-right:2px;opacity:0.8;font:normal 20px "genericons";vertical-align:top}.jetpack-modules .info a:before{margin-top:1px}.latex:before,.jetpack-modules #latex .info a:before{content:'\f408'}.carousel:before,.jetpack-modules #carousel .info a:before{content:'\f102'}.modules h3.contact-form:before,.jetpack-modules #contact-form .info a:before{content:'\f175';font:normal 20px "dashicons"}.modules h3.custom-css:before,.jetpack-modules #custom-css .info a:before{content:'\f100';font:normal 20px "dashicons"}.modules h3.enhanced-distribution:before,.jetpack-modules #enhanced-distribution .info a:before{content:'\f237';font:normal 20px "dashicons"}.modules h3.widgets:before,.jetpack-modules #widgets .info a:before{content:'\f116';font:normal 20px "dashicons"}.modules h3.gravatar-hovercards:before,.jetpack-modules #gravatar-hovercards .info a:before{content:'G';font-family:"automatticons"}.infinite-scroll:before,.jetpack-modules #infinite-scroll .info a:before{content:'\f408'}.comments:before,.jetpack-modules #comments .info a:before{content:'\f108'}.sso:before,.jetpack-modules #sso .info a:before{content:'\f205'}.json-api:before,.jetpack-modules #json-api .info a:before{content:'\f415'}.likes:before,.jetpack-modules #likes .info a:before{content:'\f408'}.markdown:before,.jetpack-modules #markdown .info a:before{content:'\f462'}.minileven:before,.jetpack-modules #minileven .info a:before{content:'\f453'}.manage:before,.jetpack-modules #manage .info a:before{content:'\f205'}.monitor:before,.jetpack-modules #monitor .info a:before{content:'\f468'}.notes:before,.jetpack-modules #notes .info a:before{content:'\f300'}.omnisearch:before,.jetpack-modules #omnisearch .info a:before{content:'\f400'}.photon:before,.jetpack-modules #photon .info a:before{content:'\f403'}.post-by-email:before,.jetpack-modules #post-by-email .info a:before{content:'\f410'}.protect:before,.jetpack-modules #protect .info a:before{content:'\f470';position:relative;top:-1px}.modules h3.publicize:before,.jetpack-modules #publicize .info a:before{content:'\f237';font:normal 20px "dashicons"}.related-posts:before,.jetpack-modules #related-posts .info a:before{content:'\f420'}.sharedaddy:before,.jetpack-modules #sharedaddy .info a:before{content:'\f415'}.shortcodes:before,.jetpack-modules #shortcodes .info a:before{content:'\f100'}.verification-tools:before,.jetpack-modules #verification-tools .info a:before{content:'\f425'}.after-the-deadline:before,.jetpack-modules #after-the-deadline .info a:before{content:'\f411'}.subscriptions:before,.jetpack-modules #subscriptions .info a:before{content:'\f410'}.tiled-gallery:before,.jetpack-modules #tiled-gallery .info a:before{content:'\f103'}.modules h3.vaultpress:before,.jetpack-modules #vaultpress .info a:before{content:'V';font-family:"automatticons"}.videopress:before,.jetpack-modules #videopress .info a:before{content:'\f104'}.modules h3.widget-visibility:before,.jetpack-modules #widget-visibility .info a:before{content:'\f116';font:normal 20px "dashicons"}.stats:before,.jetpack-modules #stats .info a:before{content:'\f205'}.shortlinks:before,.jetpack-modules #shortlinks .info a:before{content:'\f107'}.modules h3.custom-content-types:before,.jetpack-modules #custom-content-types .info a:before{content:'\f498';font:normal 20px "dashicons"}.modules h3.site-icon:before,.jetpack-modules #site-icon .info a:before{content:'\f475'}@media (max-width: 782px){.blog .type-post,.page-template-default .type-page,.single .type-post,.single .type-jetpack_support{width:100%}}@media (max-width: 600px){.clouds-sm{display:none}}@media (max-width: 530px){.wrap.inner.jp-support .jp-support-column-left{width:100%}.wrap.inner.jp-support .jp-support-column-left .widget-text{margin-right:0;width:100%}.wrap.inner.jp-support .jp-support-column-right{width:100%}}@media screen and (max-width: 400px){.jp-frame .header-nav{padding-bottom:10px}.jp-frame .header-nav li{line-height:30px}.jp-frame .header-nav .jetpack-logo{width:100%;text-align:center}.jp-frame .header-nav .jetpack-modules{margin:0;width:50%;text-align:right;padding:0 5px}.jp-frame .header-nav .jetpack-modules+.jetpack-modules{text-align:left}}@media (max-width: 320px){.jetpack_page_jetpack_modules .wrap{padding:0 0 1em}}.page-content.configure{margin-top:0}.configure .frame.top{border:none;box-shadow:none;padding-top:1.42857em;position:relative;top:auto}.configure .frame.top.fixed{background:#f9f9f9;border-bottom:1px solid #e9e9e9;padding-left:160px;margin-top:-6px;position:fixed;right:0;top:32px;width:100%;z-index:4;box-shadow:0 2px 2px -2px #eee}@media (max-width: 782px){.configure .frame.top.fixed{border:none;box-shadow:none;padding-top:1.42857em;position:relative;top:auto}}@media (max-width: 600px){.configure .frame.top.fixed{top:0}}.configure .frame.top .tablenav.top{float:left}@media (max-width: 900px){.configure .frame.top .tablenav.top .actions{display:block}}@media (max-width: 782px){.configure .frame.top .tablenav.top .actions{margin-top:6px}}.jp-frame-top-fixed .configure{padding-top:94px}.filter-search{display:none;float:right;margin-top:10px}@media (max-width: 782px){.filter-search{display:block}}@media (max-width: 530px){.filter-search{display:none}}.module-actions.landing-page{float:right;margin-right:15px}.module-actions.landing-page a{font-size:0.6em}.table-bordered.jetpack-modules{border:none;margin-bottom:0}.table-bordered.jetpack-modules tr.jetpack-module th{border-left:0;padding:14px 4px 0}.table-bordered.jetpack-modules tr.jetpack-module th input{display:block}.table-bordered.jetpack-modules tr.jetpack-module:hover .genericon{display:inline-block}.table-bordered.jetpack-modules tr.jetpack-module:hover td .row-actions span a{opacity:1}.table-bordered.jetpack-modules tr.jetpack-module.active th,.table-bordered.jetpack-modules tr.jetpack-module.active td{background:#f7fcfe}.table-bordered.jetpack-modules tr.jetpack-module.active th{border-left:4px solid #2ea2cc;padding-left:0px}.table-bordered.jetpack-modules tr.jetpack-module.active td:first-child{border-left:4px solid #2ea2cc}.table-bordered.jetpack-modules tr.jetpack-module.unavailable{opacity:0.3}.table-bordered.jetpack-modules tr.jetpack-module.unavailable input{display:none}.table-bordered.jetpack-modules tr.jetpack-module#vaultpress{opacity:1}.table-bordered.jetpack-modules tr.jetpack-module th,.table-bordered.jetpack-modules tr.jetpack-module td{background:#fff;margin:0;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.1)}.table-bordered.jetpack-modules tr.jetpack-module td{padding:10px 10px 8px 14px;line-height:25px}.table-bordered.jetpack-modules tr.jetpack-module td:first-child{border-left:4px solid #fff}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{float:right;padding:0 0 1px;visibility:visible}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span{margin-left:5px}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a{opacity:0}.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span a:focus{opacity:1}@media (max-width: 530px){.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{display:none}}@media (max-width: 782px){.table-bordered.jetpack-modules tr.jetpack-module td .row-actions{display:block;padding-left:10px;visibility:visible}}.table-bordered.jetpack-modules>thead>tr>th{border:0;vertical-align:middle}.table-bordered.jetpack-modules>thead>tr>th:last-child{padding-right:0}@media (max-width: 782px){.table-bordered.jetpack-modules>thead>tr>th:last-child{padding-left:0}}.table-bordered.jetpack-modules td{background:#fff}.table-bordered.jetpack-modules #doaction{margin-top:0}@media (max-width: 782px){.table-bordered.jetpack-modules #doaction{padding:10px 7px}}.table-bordered.jetpack-modules .checkall{margin-top:1px}.table-bordered.jetpack-modules .filter-search{margin-top:8px}.table-bordered.jetpack-modules .genericon{color:#999;display:none;margin:7px 3px 0}@media (max-width: 900px){.table-bordered.jetpack-modules .genericon{display:inline-block}}.table-bordered.jetpack-modules .med{width:70px}.table-bordered.jetpack-modules .sm{width:30px}@media (max-width: 782px){.table-bordered.jetpack-modules .check-column{width:50px}}.fixed-top .check-column{padding:8px 10px 0 10px;width:2.2em}.wrap{margin:0;padding:0 1.5em 1em;overflow:hidden}.wrap h2{font-size:24px;font-weight:400}.wrap .manage-left{float:left;margin:0;padding:0;width:63%}.wrap .manage-left table{width:100%}.wrap .manage-left th{font-weight:400}@media (max-width: 782px){.wrap .manage-left{width:100%}}.wrap .manage-right{margin:0;padding:0;float:right;width:35%;z-index:1}.wrap .manage-right p{font-size:12px;font-weight:bold;color:#bbb;padding-top:2px;text-transform:uppercase;letter-spacing:1px;clear:left}.wrap .manage-right .bumper{margin-left:33px}.wrap .manage-right.show{display:block;position:fixed;overflow-y:auto;overflow-x:hidden;position:absolute}.wrap .manage-right .search-bar{margin-bottom:18px;max-width:300px}.wrap .manage-right p.search-box{float:none;height:auto;margin-bottom:0;position:relative}.wrap .manage-right p.search-box input[type='search']{padding:0 8px;width:90%;line-height:initial}@media (max-width: 782px){.wrap .manage-right p.search-box input[type='search']{float:left;padding:9px 8px}}.wrap .manage-right p.search-box input[type="submit"]{display:none}.wrap .manage-right .button-group .button{outline:none}.wrap .manage-right .subsubsub{margin:0;padding:0}.wrap .manage-right .subsubsub a{padding:0;line-height:inherit}.wrap .manage-right .subsubsub .current{padding:1px 5px;border-radius:2px;margin-left:-5px;background:#0D72B2;color:#FFF}.wrap .manage-right .subsubsub .current .count{color:#BCD7E7;font-weight:200}.wrap .manage-right .subsubsub li{display:block;text-align:left}@media (max-width: 782px){.wrap .manage-right{background:#fff;bottom:0;display:none;min-width:300px;position:fixed;right:0;top:0;z-index:13;box-shadow:0 1px 20px 5px rgba(0,0,0,0.1)}.wrap .manage-right .bumper{margin:13px}.wrap .manage-right .navbar-form{margin:0;padding:0}}.configure-module p{font-size:14px}.configure-module p.success,.configure-module p.error{color:#fff;padding:10px}.configure-module p.success{background-color:#81a844}.configure-module p.error{background-color:#d94f4f}.protect-status p{font-size:16px}.protect-status strong{display:inline-block;margin-top:10px;background:#fff;padding:10px;border:1px #ddd solid;font-size:16px;color:#000;max-width:100%}.protect-status.attn{color:#d94f4f}.protect-status.working{color:#81a844}#non-editable-whitelist{margin-top:15px}.protect-whitelist textarea{width:100%;min-height:150px}#editable-whitelist .whitelist-table{width:100%}.configure-module input[disabled]{opacity:.5}.configure-module input.button-primary{font-weight:bold}.whitelist-table{border-top:1px solid;border-right:1px solid;border-color:#ddd;background-color:#fff}.whitelist-table td,.whitelist-table th{padding:10px;margin:0;border-bottom:1px solid;border-left:1px solid;border-color:#ddd;font-size:14px}.whitelist-table th.heading{font-weight:bold;color:#5d6d74;text-align:left;background-color:#eee}.whitelist-table td.item-actions{border-left:none;text-align:right}.whitelist-table .toolbar{padding:0}.whitelist-table .add-btn{text-align:center;width:10%;border-left:1px #ddd solid}.ip-address,.enter-ip{width:90%;text-align:left;vertical-align:middle}.delete-ip-address{text-align:center;border:0;background:transparent;color:#6f7476;box-shadow:none;font-size:20px;margin:0;padding:0;cursor:pointer;border-radius:2px}.delete-ip-address:hover{background:#eee}.toolbar div{float:left;padding:10px}@media only screen and (min-width: 1100px){#non-editable-whitelist{width:28%;float:right;margin-top:0}.protect-whitelist{width:65%;float:left}}@media only screen and (max-width: 1130px){.enter-ip input[type="text"]{max-width:175px}}@media only screen and (max-width: 1250px) and (min-width: 1065px), (max-width: 730px) and (min-width: 600px){.enter-ip{width:85%}.add-btn{width:15%}}@media only screen and (max-width: 782px){.add-btn{text-align:right}.add-btn .ip-add{margin-top:4px;margin-bottom:3px}}@media only screen and (max-width: 730px){.add-btn{text-align:center}}@media only screen and (max-width: 665px) and (min-width: 600px){.enter-ip input[type="text"]{max-width:165px}}@media only screen and (max-width: 600px){.toolbar div{width:100%}.add-btn{border-top:1px #ddd solid}.enter-ip{text-align:center}.enter-ip strong{display:block;margin-bottom:5px}.enter-ip input[type="text"]{width:100%;max-width:100%}.add-btn input,.enter-ip .button{width:50%;margin:0 auto}.enter-ip .button{margin-top:10px}}@media only screen and (max-width: 400px){.protect-status strong{font-size:12px;overflow:auto}.add-btn input,.enter-ip .button{width:100%}}.jp-content .hide{display:none}.jp-content .pointer{cursor:pointer}.jp-content .landing{margin:0 auto;z-index:2;position:relative}.jp-content h1{font:300 2.57143em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif;position:relative;z-index:3;width:100%;text-align:center}.jp-content h1.success{color:#81a844}.jp-content .footer{padding-top:0;margin-top:0;background-image:none}.jp-content .footer:before{height:inherit}.jp-content .more-info:before{content:none}.landing .wpcom-connect{min-height:400px}.wpcom-connect .j-col{padding:0}.wpcom-connect .connect-desc{padding-right:25px}.wpcom-connect .connect-btn{text-align:center}.module-grid h2{color:#000;font:300 2.57143em/1em "proxima-nova","Open Sans",Helvetica,Arial,sans-serif}.download-jetpack{margin-top:1em !important}#jump-start-area{margin-top:35px;padding-left:60px;padding-right:60px;background:#fefefe;border:1px #dae0e2 solid;padding-bottom:20px}#jump-start-area #jumpstart-cta,#jump-start-area .jumpstart-desc{padding:0}#jump-start-area p{font-size:14px;line-height:185%}#jump-start-area .spinner{float:none;margin:0 auto;position:absolute;bottom:0;height:100%;width:100%;background-position:50% 56%;background-color:rgba(254,254,254,0.99);display:block;opacity:.9}.jumpstart-message p{padding-right:25px}.jumpstart-desc{text-align:left}#jumpstart-cta{text-align:center}.dismiss-jumpstart{color:#999;font-size:14px}#jumpstart-cta .button,#jumpstart-cta .button-primary{margin:1em;font-size:18px;height:45px !important;padding:8px 15px 1px}#jumpstart-cta .button-primary{display:block;margin:35px 20px 5px 20px}#jp-config-list{position:relative;padding-top:15px;padding-bottom:15px;margin-left:-15px;margin-right:-15px}#jp-config-list .j-col{padding:15px}#jp-config-list strong{display:inline-block}#jp-config-list small{display:block;margin-top:5px;line-height:150%}#jp-config-list .close{position:absolute;top:10px;right:0;text-transform:uppercase;font-weight:bold;display:block;z-index:5}.jp-config-status{text-transform:uppercase;font-size:10px;font-weight:bold;line-height:100%;color:#fff;background:#9fbd72;border-radius:2px;padding:2px 4px;display:inline-block}.miguel{display:none;position:fixed;opacity:.35;bottom:-200px;left:0;z-index:1;-webkit-animation:miguel 3.4s 0s ease-in-out;animation:miguel 3.4s 0s ease-in-out}.miguel:nth-child(2){left:49%;width:120px;height:131px;-webkit-animation-duration:2.4s;animation-duration:2.4s;-webkit-animation-delay:0s;animation-delay:0s}.miguel:nth-child(3){left:23%;width:60px;height:66px;-webkit-animation-duration:4.5s;animation-duration:4.5s;-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes "miguel"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(900px, -900px, 0px);transform:translate3d(900px, -900px, 0px)}}@keyframes "miguel"{0%{-webkit-transform:translate3d(0px, 0px, 0px);transform:translate3d(0px, 0px, 0px)}100%{-webkit-transform:translate3d(900px, -900px, 0px);transform:translate3d(900px, -900px, 0px)}}@media (max-width: 1147px){.jp-content .landing{padding:0 2em}.jp-content .footer{padding-top:1.5em}}@media (max-width: 782px){#jumpstart-cta .button-primary{margin:10px 0 5px 0}#jump-start-area .spinner{background-position:50% 35%}}@media (max-width: 530px){.jp-content .landing{padding:0 .5em}#jump-start-area{padding:0 1em}.jumpstart-message p{padding-right:0}#jumpstart-cta .button-primary{margin:0 0 5px 0;padding-bottom:10px}.footer .a8c-attribution a:after{top:6px}}.nav-horizontal:before,.features:before,.modules:before,.load-more:before,.nav-horizontal:after,.features:after,.modules:after,.load-more:after{content:"";display:table}.nav-horizontal:after,.features:after,.modules:after,.load-more:after{clear:both}
2
 
3
  /*# sourceMappingURL=jetpack-admin.min.css.map */
css/jetpack-admin.min.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../scss/_utilities/_grid.scss","../scss/_utilities/mixins/_breakpoint.scss","../scss/atoms/typography/_typography.scss","../scss/atoms/_media.scss","../scss/atoms/_animations.scss","../scss/atoms/_buttons.scss","../scss/atoms/icons/_automatticons.scss","../scss/atoms/icons/_jetpack.scss","../scss/molecules/_nav-horizontal.scss","../scss/templates/_main.scss","../scss/atoms/colors/_colors.scss","../scss/templates/_settings.scss","../scss/pages/_protect.scss","../scss/templates/_module-overhaul.scss","../scss/_utilities/_clearings.scss"],"names":[],"mappings":"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","file":"jetpack-admin.min.css"}
1
+ {"version":3,"sources":["../scss/_utilities/_grid.scss","../scss/_utilities/mixins/_breakpoint.scss","../scss/atoms/typography/_typography.scss","../scss/atoms/_media.scss","../scss/atoms/_animations.scss","../scss/atoms/_buttons.scss","../scss/atoms/icons/_automatticons.scss","../scss/atoms/icons/_jetpack.scss","../scss/molecules/_nav-horizontal.scss","../scss/templates/_main.scss","../scss/atoms/colors/_colors.scss","../scss/templates/_settings.scss","../scss/pages/_protect.scss","../scss/templates/_module-overhaul.scss","../scss/_utilities/_clearings.scss"],"names":[],"mappings":"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","file":"jetpack-admin.min.css"}
css/jetpack-banners-rtl.css CHANGED
@@ -24,6 +24,11 @@
24
  pointer-events: none;
25
  z-index: 1;
26
  }
 
 
 
 
 
27
  #message.jp-banner a {
28
  color: #fff;
29
  }
@@ -51,13 +56,16 @@
51
  box-sizing: border-box;
52
  width: 75%;
53
  }
 
 
 
54
  @media (max-width: 768px) {
55
  #message .jp-banner__content {
56
- width: auto;
 
 
 
57
  }
58
- }
59
- #message .jp-banner__content.is-connection {
60
- width: 50%;
61
  }
62
  #message .jp-banner__content a {
63
  background-image: linear-gradient(to bottom, transparent 75%, #fff 50%);
@@ -113,7 +121,7 @@
113
  display: inline-block;
114
  position: absolute;
115
  top: 50%;
116
- right: 20px;
117
  margin-top: -23px;
118
  padding: 0.57143em 0.57143em 0.38095em 0.85714em;
119
  border-radius: 6px;
@@ -124,6 +132,17 @@
124
  font: 400 1.5em/1 'Open Sans', Helvetica, sans-serif;
125
  transition: all .1s ease-in-out;
126
  }
 
 
 
 
 
 
 
 
 
 
 
127
  @media (max-width: 768px) {
128
  #message .jp-banner__button {
129
  position: static;
@@ -136,6 +155,7 @@
136
  width: 100%;
137
  text-align: center;
138
  font-size: 1.1em;
 
139
  }
140
  }
141
  #message .jp-banner__button:hover, #message .jp-banner__button:focus {
@@ -205,6 +225,6 @@
205
  }
206
 
207
  /*# sourceMappingURL=jetpack-banners.css.map */
208
- #message.jp-banner{position:relative;margin-bottom:26px;padding:17px 0 17px 44px;border:none;background:#81a844;color:#fff;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box}#message.jp-banner:after{content:'';position:absolute;bottom:0;left:-100px;width:100%;height:50px;background:url("../images/the-footcloud.svg") left bottom no-repeat;pointer-events:none;z-index:1}#message.jp-banner a{color:#fff}#message.jp-banner h4{display:block;margin:0;padding:0;color:#fff;font-size:20px;line-height:1.3;font-weight:normal}#message.jp-banner h4+p{margin-top:10px}.jp-banner a{padding:0}#message .jp-banner__content{color:#dfffcc;padding:0 20px 0 0;-moz-box-sizing:border-box;box-sizing:border-box;width:75%}@media (max-width: 768px){#message .jp-banner__content{width:auto}}#message .jp-banner__content.is-connection{width:50%}#message .jp-banner__content a{background-image:linear-gradient(to bottom, transparent 75%, #fff 50%);background-repeat:repeat-x;background-size:2px 2px;background-position:0 1.2em}@media not all, only screen and (min-resolution: 2dppx), only screen and (-webkit-min-device-pixel-ratio: 2){#message .jp-banner__content a{background-image:linear-gradient(to bottom, transparent 75%, #fff 75%);background-repeat:repeat-x}}#message .jp-banner__content p{margin:0;padding:0;line-height:1.5}#message .jp-banner__action-container{position:absolute;top:0;left:0;padding-right:20px;width:25%;height:100%;-moz-box-sizing:border-box;box-sizing:border-box}@media (max-width: 768px){#message .jp-banner__action-container{position:static;margin:14px 0 9px;width:100%}}#message .jp-banner__action-container.is-full-width{position:static;margin:14px 0 9px;width:100%;height:auto}#message .jp-banner__action-container.is-connection{width:50%}@media (max-width: 768px){#message .jp-banner__action-container.is-connection{width:100%}}#message .jp-banner__button{display:inline-block;position:absolute;top:50%;right:20px;margin-top:-23px;padding:0.57143em 0.57143em 0.38095em 0.85714em;border-radius:6px;-moz-box-sizing:border-box;box-sizing:border-box;background:#518d2a;box-shadow:0 4px 0 #3e6c20,0 2px 3px rgba(0,0,0,0.2);font:400 1.5em/1 'Open Sans', Helvetica, sans-serif;transition:all .1s ease-in-out}@media (max-width: 768px){#message .jp-banner__button{position:static;margin:0}}@media (max-width: 420px){#message .jp-banner__button{display:block;width:100%;text-align:center;font-size:1.1em}}#message .jp-banner__button:hover,#message .jp-banner__button:focus{box-shadow:0 4px 0 #3e6c20,0 2px 3px rgba(0,0,0,0.2)}#message .jp-banner__button:active{outline:none;-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px);box-shadow:0 0px 0 #3e6c20,0 0 0 rgba(0,0,0,0.2)}#message .jp-banner__button:active:after{top:-2px}#message .jp-banner__button:before{content:'';display:inline-block;position:relative;vertical-align:middle;background:url("../images/connect-plug.svg") center center no-repeat;background-size:100%;top:-2px;margin-left:13px;width:22px;height:22px}@media (max-width: 420px){#message .jp-banner__button:before{display:none}}#message .is-full-width .jp-banner__button{position:static;margin:0}#message .is-opt-in .jp-banner__button:before{content:"\f147";width:20px;height:20px;background:none;font:normal 20px/1 Dashicons}#message .jp-banner__dismiss{position:absolute;top:0;left:0;width:44px;height:44px;text-align:center;z-index:99}#message .jp-banner__dismiss:before{color:#a7c979;content:'\f158';font:normal 20px/44px 'dashicons'}#message .jp-banner__dismiss:hover{opacity:0.8}#message .jp-banner__dismiss:active{opacity:1;outline:none}
209
 
210
  /*# sourceMappingURL=jetpack-banners.min.css.map */
24
  pointer-events: none;
25
  z-index: 1;
26
  }
27
+ @media (max-width: 830px) {
28
+ #message.jp-banner:after {
29
+ display: none;
30
+ }
31
+ }
32
  #message.jp-banner a {
33
  color: #fff;
34
  }
56
  box-sizing: border-box;
57
  width: 75%;
58
  }
59
+ #message .jp-banner__content.is-connection {
60
+ width: 50%;
61
+ }
62
  @media (max-width: 768px) {
63
  #message .jp-banner__content {
64
+ width: 100%;
65
+ }
66
+ #message .jp-banner__content.is-connection {
67
+ width: 100%;
68
  }
 
 
 
69
  }
70
  #message .jp-banner__content a {
71
  background-image: linear-gradient(to bottom, transparent 75%, #fff 50%);
121
  display: inline-block;
122
  position: absolute;
123
  top: 50%;
124
+ left: 125px;
125
  margin-top: -23px;
126
  padding: 0.57143em 0.57143em 0.38095em 0.85714em;
127
  border-radius: 6px;
132
  font: 400 1.5em/1 'Open Sans', Helvetica, sans-serif;
133
  transition: all .1s ease-in-out;
134
  }
135
+ @media (max-width: 1080px) {
136
+ #message .jp-banner__button {
137
+ font-size: 1.25em;
138
+ left: 110px;
139
+ }
140
+ }
141
+ @media (max-width: 830px) {
142
+ #message .jp-banner__button {
143
+ left: 45px;
144
+ }
145
+ }
146
  @media (max-width: 768px) {
147
  #message .jp-banner__button {
148
  position: static;
155
  width: 100%;
156
  text-align: center;
157
  font-size: 1.1em;
158
+ left: 0;
159
  }
160
  }
161
  #message .jp-banner__button:hover, #message .jp-banner__button:focus {
225
  }
226
 
227
  /*# sourceMappingURL=jetpack-banners.css.map */
228
+ #message.jp-banner{position:relative;margin-bottom:26px;padding:17px 0 17px 44px;border:none;background:#81a844;color:#fff;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box}#message.jp-banner:after{content:'';position:absolute;bottom:0;left:-100px;width:100%;height:50px;background:url("../images/the-footcloud.svg") left bottom no-repeat;pointer-events:none;z-index:1}@media (max-width: 830px){#message.jp-banner:after{display:none}}#message.jp-banner a{color:#fff}#message.jp-banner h4{display:block;margin:0;padding:0;color:#fff;font-size:20px;line-height:1.3;font-weight:normal}#message.jp-banner h4+p{margin-top:10px}.jp-banner a{padding:0}#message .jp-banner__content{color:#dfffcc;padding:0 20px 0 0;-moz-box-sizing:border-box;box-sizing:border-box;width:75%}#message .jp-banner__content.is-connection{width:50%}@media (max-width: 768px){#message .jp-banner__content{width:100%}#message .jp-banner__content.is-connection{width:100%}}#message .jp-banner__content a{background-image:linear-gradient(to bottom, transparent 75%, #fff 50%);background-repeat:repeat-x;background-size:2px 2px;background-position:0 1.2em}@media not all, only screen and (min-resolution: 2dppx), only screen and (-webkit-min-device-pixel-ratio: 2){#message .jp-banner__content a{background-image:linear-gradient(to bottom, transparent 75%, #fff 75%);background-repeat:repeat-x}}#message .jp-banner__content p{margin:0;padding:0;line-height:1.5}#message .jp-banner__action-container{position:absolute;top:0;left:0;padding-right:20px;width:25%;height:100%;-moz-box-sizing:border-box;box-sizing:border-box}@media (max-width: 768px){#message .jp-banner__action-container{position:static;margin:14px 0 9px;width:100%}}#message .jp-banner__action-container.is-full-width{position:static;margin:14px 0 9px;width:100%;height:auto}#message .jp-banner__action-container.is-connection{width:50%}@media (max-width: 768px){#message .jp-banner__action-container.is-connection{width:100%}}#message .jp-banner__button{display:inline-block;position:absolute;top:50%;left:125px;margin-top:-23px;padding:0.57143em 0.57143em 0.38095em 0.85714em;border-radius:6px;-moz-box-sizing:border-box;box-sizing:border-box;background:#518d2a;box-shadow:0 4px 0 #3e6c20,0 2px 3px rgba(0,0,0,0.2);font:400 1.5em/1 'Open Sans', Helvetica, sans-serif;transition:all .1s ease-in-out}@media (max-width: 1080px){#message .jp-banner__button{font-size:1.25em;left:110px}}@media (max-width: 830px){#message .jp-banner__button{left:45px}}@media (max-width: 768px){#message .jp-banner__button{position:static;margin:0}}@media (max-width: 420px){#message .jp-banner__button{display:block;width:100%;text-align:center;font-size:1.1em;left:0}}#message .jp-banner__button:hover,#message .jp-banner__button:focus{box-shadow:0 4px 0 #3e6c20,0 2px 3px rgba(0,0,0,0.2)}#message .jp-banner__button:active{outline:none;-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px);box-shadow:0 0px 0 #3e6c20,0 0 0 rgba(0,0,0,0.2)}#message .jp-banner__button:active:after{top:-2px}#message .jp-banner__button:before{content:'';display:inline-block;position:relative;vertical-align:middle;background:url("../images/connect-plug.svg") center center no-repeat;background-size:100%;top:-2px;margin-left:13px;width:22px;height:22px}@media (max-width: 420px){#message .jp-banner__button:before{display:none}}#message .is-full-width .jp-banner__button{position:static;margin:0}#message .is-opt-in .jp-banner__button:before{content:"\f147";width:20px;height:20px;background:none;font:normal 20px/1 Dashicons}#message .jp-banner__dismiss{position:absolute;top:0;left:0;width:44px;height:44px;text-align:center;z-index:99}#message .jp-banner__dismiss:before{color:#a7c979;content:'\f158';font:normal 20px/44px 'dashicons'}#message .jp-banner__dismiss:hover{opacity:0.8}#message .jp-banner__dismiss:active{opacity:1;outline:none}
229
 
230
  /*# sourceMappingURL=jetpack-banners.min.css.map */
css/jetpack-banners-rtl.min.css CHANGED
@@ -1,3 +1,3 @@
1
- #message.jp-banner{position:relative;margin-bottom:26px;padding:17px 0 17px 44px;border:none;background:#81a844;color:#fff;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box}#message.jp-banner:after{content:'';position:absolute;bottom:0;left:-100px;width:100%;height:50px;background:url("../images/the-footcloud.svg") left bottom no-repeat;pointer-events:none;z-index:1}#message.jp-banner a{color:#fff}#message.jp-banner h4{display:block;margin:0;padding:0;color:#fff;font-size:20px;line-height:1.3;font-weight:normal}#message.jp-banner h4+p{margin-top:10px}.jp-banner a{padding:0}#message .jp-banner__content{color:#dfffcc;padding:0 20px 0 0;-moz-box-sizing:border-box;box-sizing:border-box;width:75%}@media (max-width: 768px){#message .jp-banner__content{width:auto}}#message .jp-banner__content.is-connection{width:50%}#message .jp-banner__content a{background-image:linear-gradient(to bottom, transparent 75%, #fff 50%);background-repeat:repeat-x;background-size:2px 2px;background-position:0 1.2em}@media not all, only screen and (min-resolution: 2dppx), only screen and (-webkit-min-device-pixel-ratio: 2){#message .jp-banner__content a{background-image:linear-gradient(to bottom, transparent 75%, #fff 75%);background-repeat:repeat-x}}#message .jp-banner__content p{margin:0;padding:0;line-height:1.5}#message .jp-banner__action-container{position:absolute;top:0;left:0;padding-right:20px;width:25%;height:100%;-moz-box-sizing:border-box;box-sizing:border-box}@media (max-width: 768px){#message .jp-banner__action-container{position:static;margin:14px 0 9px;width:100%}}#message .jp-banner__action-container.is-full-width{position:static;margin:14px 0 9px;width:100%;height:auto}#message .jp-banner__action-container.is-connection{width:50%}@media (max-width: 768px){#message .jp-banner__action-container.is-connection{width:100%}}#message .jp-banner__button{display:inline-block;position:absolute;top:50%;right:20px;margin-top:-23px;padding:0.57143em 0.57143em 0.38095em 0.85714em;border-radius:6px;-moz-box-sizing:border-box;box-sizing:border-box;background:#518d2a;box-shadow:0 4px 0 #3e6c20,0 2px 3px rgba(0,0,0,0.2);font:400 1.5em/1 'Open Sans', Helvetica, sans-serif;transition:all .1s ease-in-out}@media (max-width: 768px){#message .jp-banner__button{position:static;margin:0}}@media (max-width: 420px){#message .jp-banner__button{display:block;width:100%;text-align:center;font-size:1.1em}}#message .jp-banner__button:hover,#message .jp-banner__button:focus{box-shadow:0 4px 0 #3e6c20,0 2px 3px rgba(0,0,0,0.2)}#message .jp-banner__button:active{outline:none;-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px);box-shadow:0 0px 0 #3e6c20,0 0 0 rgba(0,0,0,0.2)}#message .jp-banner__button:active:after{top:-2px}#message .jp-banner__button:before{content:'';display:inline-block;position:relative;vertical-align:middle;background:url("../images/connect-plug.svg") center center no-repeat;background-size:100%;top:-2px;margin-left:13px;width:22px;height:22px}@media (max-width: 420px){#message .jp-banner__button:before{display:none}}#message .is-full-width .jp-banner__button{position:static;margin:0}#message .is-opt-in .jp-banner__button:before{content:"\f147";width:20px;height:20px;background:none;font:normal 20px/1 Dashicons}#message .jp-banner__dismiss{position:absolute;top:0;left:0;width:44px;height:44px;text-align:center;z-index:99}#message .jp-banner__dismiss:before{color:#a7c979;content:'\f158';font:normal 20px/44px 'dashicons'}#message .jp-banner__dismiss:hover{opacity:0.8}#message .jp-banner__dismiss:active{opacity:1;outline:none}
2
 
3
  /*# sourceMappingURL=jetpack-banners.min.css.map */
1
+ #message.jp-banner{position:relative;margin-bottom:26px;padding:17px 0 17px 44px;border:none;background:#81a844;color:#fff;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box}#message.jp-banner:after{content:'';position:absolute;bottom:0;left:-100px;width:100%;height:50px;background:url("../images/the-footcloud.svg") left bottom no-repeat;pointer-events:none;z-index:1}@media (max-width: 830px){#message.jp-banner:after{display:none}}#message.jp-banner a{color:#fff}#message.jp-banner h4{display:block;margin:0;padding:0;color:#fff;font-size:20px;line-height:1.3;font-weight:normal}#message.jp-banner h4+p{margin-top:10px}.jp-banner a{padding:0}#message .jp-banner__content{color:#dfffcc;padding:0 20px 0 0;-moz-box-sizing:border-box;box-sizing:border-box;width:75%}#message .jp-banner__content.is-connection{width:50%}@media (max-width: 768px){#message .jp-banner__content{width:100%}#message .jp-banner__content.is-connection{width:100%}}#message .jp-banner__content a{background-image:linear-gradient(to bottom, transparent 75%, #fff 50%);background-repeat:repeat-x;background-size:2px 2px;background-position:0 1.2em}@media not all, only screen and (min-resolution: 2dppx), only screen and (-webkit-min-device-pixel-ratio: 2){#message .jp-banner__content a{background-image:linear-gradient(to bottom, transparent 75%, #fff 75%);background-repeat:repeat-x}}#message .jp-banner__content p{margin:0;padding:0;line-height:1.5}#message .jp-banner__action-container{position:absolute;top:0;left:0;padding-right:20px;width:25%;height:100%;-moz-box-sizing:border-box;box-sizing:border-box}@media (max-width: 768px){#message .jp-banner__action-container{position:static;margin:14px 0 9px;width:100%}}#message .jp-banner__action-container.is-full-width{position:static;margin:14px 0 9px;width:100%;height:auto}#message .jp-banner__action-container.is-connection{width:50%}@media (max-width: 768px){#message .jp-banner__action-container.is-connection{width:100%}}#message .jp-banner__button{display:inline-block;position:absolute;top:50%;left:125px;margin-top:-23px;padding:0.57143em 0.57143em 0.38095em 0.85714em;border-radius:6px;-moz-box-sizing:border-box;box-sizing:border-box;background:#518d2a;box-shadow:0 4px 0 #3e6c20,0 2px 3px rgba(0,0,0,0.2);font:400 1.5em/1 'Open Sans', Helvetica, sans-serif;transition:all .1s ease-in-out}@media (max-width: 1080px){#message .jp-banner__button{font-size:1.25em;left:110px}}@media (max-width: 830px){#message .jp-banner__button{left:45px}}@media (max-width: 768px){#message .jp-banner__button{position:static;margin:0}}@media (max-width: 420px){#message .jp-banner__button{display:block;width:100%;text-align:center;font-size:1.1em;left:0}}#message .jp-banner__button:hover,#message .jp-banner__button:focus{box-shadow:0 4px 0 #3e6c20,0 2px 3px rgba(0,0,0,0.2)}#message .jp-banner__button:active{outline:none;-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px);box-shadow:0 0px 0 #3e6c20,0 0 0 rgba(0,0,0,0.2)}#message .jp-banner__button:active:after{top:-2px}#message .jp-banner__button:before{content:'';display:inline-block;position:relative;vertical-align:middle;background:url("../images/connect-plug.svg") center center no-repeat;background-size:100%;top:-2px;margin-left:13px;width:22px;height:22px}@media (max-width: 420px){#message .jp-banner__button:before{display:none}}#message .is-full-width .jp-banner__button{position:static;margin:0}#message .is-opt-in .jp-banner__button:before{content:"\f147";width:20px;height:20px;background:none;font:normal 20px/1 Dashicons}#message .jp-banner__dismiss{position:absolute;top:0;left:0;width:44px;height:44px;text-align:center;z-index:99}#message .jp-banner__dismiss:before{color:#a7c979;content:'\f158';font:normal 20px/44px 'dashicons'}#message .jp-banner__dismiss:hover{opacity:0.8}#message .jp-banner__dismiss:active{opacity:1;outline:none}
2
 
3
  /*# sourceMappingURL=jetpack-banners.min.css.map */
css/jetpack-banners.css CHANGED
@@ -24,6 +24,11 @@
24
  pointer-events: none;
25
  z-index: 1;
26
  }
 
 
 
 
 
27
  #message.jp-banner a {
28
  color: #fff;
29
  }
@@ -51,13 +56,16 @@
51
  box-sizing: border-box;
52
  width: 75%;
53
  }
 
 
 
54
  @media (max-width: 768px) {
55
  #message .jp-banner__content {
56
- width: auto;
 
 
 
57
  }
58
- }
59
- #message .jp-banner__content.is-connection {
60
- width: 50%;
61
  }
62
  #message .jp-banner__content a {
63
  background-image: linear-gradient(to bottom, transparent 75%, #fff 50%);
@@ -113,7 +121,7 @@
113
  display: inline-block;
114
  position: absolute;
115
  top: 50%;
116
- left: 20px;
117
  margin-top: -23px;
118
  padding: 0.57143em 0.85714em 0.38095em 0.57143em;
119
  border-radius: 6px;
@@ -124,6 +132,17 @@
124
  font: 400 1.5em/1 'Open Sans', Helvetica, sans-serif;
125
  transition: all .1s ease-in-out;
126
  }
 
 
 
 
 
 
 
 
 
 
 
127
  @media (max-width: 768px) {
128
  #message .jp-banner__button {
129
  position: static;
@@ -136,6 +155,7 @@
136
  width: 100%;
137
  text-align: center;
138
  font-size: 1.1em;
 
139
  }
140
  }
141
  #message .jp-banner__button:hover, #message .jp-banner__button:focus {
24
  pointer-events: none;
25
  z-index: 1;
26
  }
27
+ @media (max-width: 830px) {
28
+ #message.jp-banner:after {
29
+ display: none;
30
+ }
31
+ }
32
  #message.jp-banner a {
33
  color: #fff;
34
  }
56
  box-sizing: border-box;
57
  width: 75%;
58
  }
59
+ #message .jp-banner__content.is-connection {
60
+ width: 50%;
61
+ }
62
  @media (max-width: 768px) {
63
  #message .jp-banner__content {
64
+ width: 100%;
65
+ }
66
+ #message .jp-banner__content.is-connection {
67
+ width: 100%;
68
  }
 
 
 
69
  }
70
  #message .jp-banner__content a {
71
  background-image: linear-gradient(to bottom, transparent 75%, #fff 50%);
121
  display: inline-block;
122
  position: absolute;
123
  top: 50%;
124
+ right: 125px;
125
  margin-top: -23px;
126
  padding: 0.57143em 0.85714em 0.38095em 0.57143em;
127
  border-radius: 6px;
132
  font: 400 1.5em/1 'Open Sans', Helvetica, sans-serif;
133
  transition: all .1s ease-in-out;
134
  }
135
+ @media (max-width: 1080px) {
136
+ #message .jp-banner__button {
137
+ font-size: 1.25em;
138
+ right: 110px;
139
+ }
140
+ }
141
+ @media (max-width: 830px) {
142
+ #message .jp-banner__button {
143
+ right: 45px;
144
+ }
145
+ }
146
  @media (max-width: 768px) {
147
  #message .jp-banner__button {
148
  position: static;
155
  width: 100%;
156
  text-align: center;
157
  font-size: 1.1em;
158
+ right: 0;
159
  }
160
  }
161
  #message .jp-banner__button:hover, #message .jp-banner__button:focus {
css/jetpack-banners.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../scss/organisms/_banners.scss","jetpack-banners.css"],"names":[],"mappings":"AAAA;;;GAGC;ACCD;EDCC,oBAAmB;EACnB,qBAAW;EACX,2BAAgB;EAChB,cAAY;ECCX,qBAAoB;EDCrB,aAAA;EACC,kBAAW;EACX,6BAAkB;EAAlB,wBAAkB;ECCnB;AACD;EDCE,aAAW;EACX,oBAAY;EACZ,WAAU;EACV,eAAc;EACd,aAAU;ECCV,cAAa;EDCd,uEAAE;EACD,sBAAW;ECCX,YAAW;EDCZ;ACCD;EDCE,aAAS;ECCV;AACD;EDCE,gBAAe;EACf,WAAA;EACA,YAAW;ECCX,aAAY;EDCZ,iBAAA;EACC,kBAAgB;ECCjB,qBAAoB;EACrB;ADGD;EACC,kBAAU;ECDV;;ADID;EACC,YAAO;ECDP;;AAED;EACE,gBAAe;EDGhB,qBAAA;EAND,6BAAA;EAAA,wBAAA;ECME,YDCO;ECAR;AACD;EDEC;IACC,aAAU;ICAT;EDEF;ACAD;EDGE,YAAA;ECDD;AACD;EACE,yEAAwE;EDGxE,6BAAA;EAPD,0BAAA;ECOC,8BDCmB;ECApB;AACD;EACE;IDED,yEAAE;IACD,6BAAS;IACT;ECAD;AACD;EACE,WAAU;EDGZ,YAAA;EACC,kBAAU;ECDV;;AAED;EDGC,oBAAU;EACV,QAAM;EACN,UAAA;ECDC,oBAAmB;EDGpB,YAAA;EATD,cAAA;ECSE,6BDCgB;ECDhB,wBDCgB;ECAjB;AACD;EACE;IACE,kBAAiB;IDCpB,oBAAA;IACC,aAAU;IACV;ECCD;AACD;EACE,kBAAiB;EDClB,oBAAA;EACC,aAAU;ECCV,cAAa;EDCb;ACCF;EACE,YDDQ;ECET;AACD;EACE;IDCF,aAAA;IACC;ECCA;;AAED;EDCC,uBAAiB;EACjB,oBAAS;EACT,UAAA;EACA,YAAU;EACV,mBAAY;EACZ,kDACC;EAED,oBAAM;EACN,6BAAY;EAAZ,wBAAY;ECDX,qBAAoB;EDGrB,2DAA4B;EAhB7B,sDAA4B;ECgB1B,iCDCgB;ECAjB;AACD;EACE;IDCD,kBAAA;IApBD,WAAA;ICsBG;EACF;AACD;EACE;IACE,gBAAe;IACf,aAAY;IDDf,oBAAA;IAEC,kBACC;ICCA;EDEF;ACAD;EDEE,2DAA0B;ECA3B;AACD;EDIE,eAAA;EAEC,oCAAS;EAAT,gCAAS;EAAT,4BAAS;ECHV,uDAAsD;EDMvD;ACJD;EDME,WAAS;ECJV;AACD;EDME,aAAY;EACZ,uBAAqB;EACrB,oBAAS;EACT,wBAAkB;EAClB,uEAAW;EACX,uBAAY;ECJZ,WAAU;EDMV,oBAAA;EAZD,aAAA;ECSC,cDIU;ECHX;AACD;EACE;IDMF,eAAA;IACC;ECJA;;AAED;EDOA,kBAAA;EACC,WAAS;ECLT;;AAED;EDOC,kBAAM;ECLL,aAAY;EACZ,cAAa;EDOf,kBAAA;EACC,+BAAkB;ECLlB;;AAED;EDOC,oBAAY;EACZ,QAAA;EACA,UAAS;ECLR,aAAY;EDOb,cAAA;EACC,oBAAc;EACd,aAAS;ECLV;AACD;EDOC,gBAAA;EACC,kBAAY;ECLZ,oCAAmC;EDOpC;ACLD;EDOE,cAAa;ECLd;AACD;EACE,YAAW;EACX,eAAc;EACf","file":"jetpack-banners.css"}
1
+ {"version":3,"sources":["../scss/organisms/_banners.scss","jetpack-banners.css"],"names":[],"mappings":"AAAA;;;GAGC;ACCD;EDCC,oBAAmB;EACnB,qBAAW;EACX,2BAAgB;EAChB,cAAY;ECCX,qBAAoB;EDCrB,aAAA;EACC,kBAAW;EACX,6BAAkB;EAAlB,wBAAkB;ECCnB;AACD;EDCE,aAAW;EACX,oBAAY;EACZ,WAAU;EACV,eAAc;EACd,aAAU;ECCV,cAAa;EDCb,uEAA4B;EAX7B,sBAAA;ECaC,YDDU;ECEX;AACD;EDAC;IACC,eAAW;ICEV;EDAF;ACED;EDAE,aAAS;ECEV;AACD;EDAE,gBAAe;EACf,WAAA;EACA,YAAW;ECEX,aAAY;EDAZ,iBAAA;EACC,kBAAgB;ECEjB,qBAAoB;EACrB;ADED;EACC,kBAAU;ECAV;;ADGD;EACC,YAAO;ECAP;;AAED;EACE,gBAAe;EDEhB,qBAAA;EACC,6BAAU;EAAV,wBAAU;ECAV,YAAW;EDGZ;ACDD;EACE,YDCO;ECAR;AACD;EACE;IACE,aAAY;IACb;EDGF;IAEC,aAAA;IACA;ECFD;AACD;EACE,yEAAwE;EDIxE,6BAAA;EAPD,0BAAA;ECMC,8BDEmB;ECDpB;AACD;EACE;IDGD,yEAAE;IACD,6BAAS;IACT;ECDD;AACD;EACE,WAAU;EDIZ,YAAA;EACC,kBAAU;ECFV;;AAED;EDIC,oBAAU;EACV,QAAM;EACN,UAAA;ECFC,oBAAmB;EDIpB,YAAA;EATD,cAAA;ECQE,6BDEgB;ECFhB,wBDEgB;ECDjB;AACD;EACE;IACE,kBAAiB;IDEpB,oBAAA;IACC,aAAU;IACV;ECAD;AACD;EACE,kBAAiB;EDElB,oBAAA;EACC,aAAU;ECAV,cAAa;EDEb;ACAF;EACE,YDAQ;ECCT;AACD;EACE;IDEF,aAAA;IACC;ECAA;;AAED;EDEC,uBAAiB;EACjB,oBAAS;EACT,UAAA;EACA,cAAY;EACZ,mBAAY;EACZ,kDACC;EAED,oBAAM;EACN,6BAAY;EAAZ,wBAAY;ECFX,qBAAoB;EDIrB,2DAA4B;EAhB7B,sDAA4B;ECe1B,iCDEiB;ECDlB;AACD;EACE;IDGD,mBAAA;IArBD,cAAA;ICqBG;EACF;AACD;EDEC;IAzBD,aAAA;IC0BG;EACF;AACD;EACE;IDAD,kBAAA;IA7BD,WAAA;ICgCG;EACF;AACD;EACE;IDDA,gBAAQ;ICGN,aAAY;IACZ,oBAAmB;IDFtB,kBAAA;IAEC,UAAU;ICGT;EDCF;ACCD;EDCE,2DAA0B;ECC3B;AACD;EDGE,eAAA;EAEC,oCAAS;EAAT,gCAAS;EAAT,4BAAS;ECFV,uDAAsD;EDKvD;ACHD;EDKE,WAAS;ECHV;AACD;EDKE,aAAY;EACZ,uBAAqB;EACrB,oBAAS;EACT,wBAAkB;EAClB,uEAAW;EACX,uBAAY;ECHZ,WAAU;EDKV,oBAAA;EAZD,aAAA;ECUC,cDGU;ECFX;AACD;EACE;IDKF,eAAA;IACC;ECHA;;AAED;EDMA,kBAAA;EACC,WAAS;ECJT;;AAED;EDMC,kBAAM;ECJL,aAAY;EACZ,cAAa;EDMf,kBAAA;EACC,+BAAkB;ECJlB;;AAED;EDMC,oBAAY;EACZ,QAAA;EACA,UAAS;ECJR,aAAY;EDMb,cAAA;EACC,oBAAc;EACd,aAAS;ECJV;AACD;EDMC,gBAAA;EACC,kBAAY;ECJZ,oCAAmC;EDMpC;ACJD;EDME,cAAa;ECJd;AACD;EACE,YAAW;EACX,eAAc;EACf","file":"jetpack-banners.css"}
css/jetpack-banners.min.css CHANGED
@@ -1,3 +1,3 @@
1
- #message.jp-banner{position:relative;margin-bottom:26px;padding:17px 44px 17px 0;border:none;background:#81a844;color:#fff;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box}#message.jp-banner:after{content:'';position:absolute;bottom:0;right:-100px;width:100%;height:50px;background:url("../images/the-footcloud.svg") right bottom no-repeat;pointer-events:none;z-index:1}#message.jp-banner a{color:#fff}#message.jp-banner h4{display:block;margin:0;padding:0;color:#fff;font-size:20px;line-height:1.3;font-weight:normal}#message.jp-banner h4+p{margin-top:10px}.jp-banner a{padding:0}#message .jp-banner__content{color:#dfffcc;padding:0 0 0 20px;-moz-box-sizing:border-box;box-sizing:border-box;width:75%}@media (max-width: 768px){#message .jp-banner__content{width:auto}}#message .jp-banner__content.is-connection{width:50%}#message .jp-banner__content a{background-image:linear-gradient(to bottom, transparent 75%, #fff 50%);background-repeat:repeat-x;background-size:2px 2px;background-position:0 1.2em}@media not all, only screen and (min-resolution: 2dppx), only screen and (-webkit-min-device-pixel-ratio: 2){#message .jp-banner__content a{background-image:linear-gradient(to bottom, transparent 75%, #fff 75%);background-repeat:repeat-x}}#message .jp-banner__content p{margin:0;padding:0;line-height:1.5}#message .jp-banner__action-container{position:absolute;top:0;right:0;padding-left:20px;width:25%;height:100%;-moz-box-sizing:border-box;box-sizing:border-box}@media (max-width: 768px){#message .jp-banner__action-container{position:static;margin:14px 0 9px;width:100%}}#message .jp-banner__action-container.is-full-width{position:static;margin:14px 0 9px;width:100%;height:auto}#message .jp-banner__action-container.is-connection{width:50%}@media (max-width: 768px){#message .jp-banner__action-container.is-connection{width:100%}}#message .jp-banner__button{display:inline-block;position:absolute;top:50%;left:20px;margin-top:-23px;padding:0.57143em 0.85714em 0.38095em 0.57143em;border-radius:6px;-moz-box-sizing:border-box;box-sizing:border-box;background:#518d2a;box-shadow:0 4px 0 #3e6c20,0 2px 3px rgba(0,0,0,0.2);font:400 1.5em/1 'Open Sans', Helvetica, sans-serif;transition:all .1s ease-in-out}@media (max-width: 768px){#message .jp-banner__button{position:static;margin:0}}@media (max-width: 420px){#message .jp-banner__button{display:block;width:100%;text-align:center;font-size:1.1em}}#message .jp-banner__button:hover,#message .jp-banner__button:focus{box-shadow:0 4px 0 #3e6c20,0 2px 3px rgba(0,0,0,0.2)}#message .jp-banner__button:active{outline:none;-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px);box-shadow:0 0px 0 #3e6c20,0 0 0 rgba(0,0,0,0.2)}#message .jp-banner__button:active:after{top:-2px}#message .jp-banner__button:before{content:'';display:inline-block;position:relative;vertical-align:middle;background:url("../images/connect-plug.svg") center center no-repeat;background-size:100%;top:-2px;margin-right:13px;width:22px;height:22px}@media (max-width: 420px){#message .jp-banner__button:before{display:none}}#message .is-full-width .jp-banner__button{position:static;margin:0}#message .is-opt-in .jp-banner__button:before{content:"\f147";width:20px;height:20px;background:none;font:normal 20px/1 Dashicons}#message .jp-banner__dismiss{position:absolute;top:0;right:0;width:44px;height:44px;text-align:center;z-index:99}#message .jp-banner__dismiss:before{color:#a7c979;content:'\f158';font:normal 20px/44px 'dashicons'}#message .jp-banner__dismiss:hover{opacity:0.8}#message .jp-banner__dismiss:active{opacity:1;outline:none}
2
 
3
  /*# sourceMappingURL=jetpack-banners.min.css.map */
1
+ #message.jp-banner{position:relative;margin-bottom:26px;padding:17px 44px 17px 0;border:none;background:#81a844;color:#fff;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box}#message.jp-banner:after{content:'';position:absolute;bottom:0;right:-100px;width:100%;height:50px;background:url("../images/the-footcloud.svg") right bottom no-repeat;pointer-events:none;z-index:1}@media (max-width: 830px){#message.jp-banner:after{display:none}}#message.jp-banner a{color:#fff}#message.jp-banner h4{display:block;margin:0;padding:0;color:#fff;font-size:20px;line-height:1.3;font-weight:normal}#message.jp-banner h4+p{margin-top:10px}.jp-banner a{padding:0}#message .jp-banner__content{color:#dfffcc;padding:0 0 0 20px;-moz-box-sizing:border-box;box-sizing:border-box;width:75%}#message .jp-banner__content.is-connection{width:50%}@media (max-width: 768px){#message .jp-banner__content{width:100%}#message .jp-banner__content.is-connection{width:100%}}#message .jp-banner__content a{background-image:linear-gradient(to bottom, transparent 75%, #fff 50%);background-repeat:repeat-x;background-size:2px 2px;background-position:0 1.2em}@media not all, only screen and (min-resolution: 2dppx), only screen and (-webkit-min-device-pixel-ratio: 2){#message .jp-banner__content a{background-image:linear-gradient(to bottom, transparent 75%, #fff 75%);background-repeat:repeat-x}}#message .jp-banner__content p{margin:0;padding:0;line-height:1.5}#message .jp-banner__action-container{position:absolute;top:0;right:0;padding-left:20px;width:25%;height:100%;-moz-box-sizing:border-box;box-sizing:border-box}@media (max-width: 768px){#message .jp-banner__action-container{position:static;margin:14px 0 9px;width:100%}}#message .jp-banner__action-container.is-full-width{position:static;margin:14px 0 9px;width:100%;height:auto}#message .jp-banner__action-container.is-connection{width:50%}@media (max-width: 768px){#message .jp-banner__action-container.is-connection{width:100%}}#message .jp-banner__button{display:inline-block;position:absolute;top:50%;right:125px;margin-top:-23px;padding:0.57143em 0.85714em 0.38095em 0.57143em;border-radius:6px;-moz-box-sizing:border-box;box-sizing:border-box;background:#518d2a;box-shadow:0 4px 0 #3e6c20,0 2px 3px rgba(0,0,0,0.2);font:400 1.5em/1 'Open Sans', Helvetica, sans-serif;transition:all .1s ease-in-out}@media (max-width: 1080px){#message .jp-banner__button{font-size:1.25em;right:110px}}@media (max-width: 830px){#message .jp-banner__button{right:45px}}@media (max-width: 768px){#message .jp-banner__button{position:static;margin:0}}@media (max-width: 420px){#message .jp-banner__button{display:block;width:100%;text-align:center;font-size:1.1em;right:0}}#message .jp-banner__button:hover,#message .jp-banner__button:focus{box-shadow:0 4px 0 #3e6c20,0 2px 3px rgba(0,0,0,0.2)}#message .jp-banner__button:active{outline:none;-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px);box-shadow:0 0px 0 #3e6c20,0 0 0 rgba(0,0,0,0.2)}#message .jp-banner__button:active:after{top:-2px}#message .jp-banner__button:before{content:'';display:inline-block;position:relative;vertical-align:middle;background:url("../images/connect-plug.svg") center center no-repeat;background-size:100%;top:-2px;margin-right:13px;width:22px;height:22px}@media (max-width: 420px){#message .jp-banner__button:before{display:none}}#message .is-full-width .jp-banner__button{position:static;margin:0}#message .is-opt-in .jp-banner__button:before{content:"\f147";width:20px;height:20px;background:none;font:normal 20px/1 Dashicons}#message .jp-banner__dismiss{position:absolute;top:0;right:0;width:44px;height:44px;text-align:center;z-index:99}#message .jp-banner__dismiss:before{color:#a7c979;content:'\f158';font:normal 20px/44px 'dashicons'}#message .jp-banner__dismiss:hover{opacity:0.8}#message .jp-banner__dismiss:active{opacity:1;outline:none}
2
 
3
  /*# sourceMappingURL=jetpack-banners.min.css.map */
css/jetpack-banners.min.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../scss/organisms/_banners.scss"],"names":[],"mappings":"AAAA,mBACC,kBACA,CAAA,kBACA,CAAA,wBACA,CAAA,WACA,CAAA,kBACA,CAAA,UACA,CAAA,eACA,CAAA,0BAAA,CAEA,qBAAA,CAAA,wBACC,WACA,CAAA,iBACA,CAAA,QACA,CAAA,YACA,CAAA,UACA,CAAA,WACA,CAAA,oEACA,CAAA,mBACA,CAAA,SAED,CAAA,oBACC,WAED,CAAA,qBACC,cACA,CAAA,QACA,CAAA,SACA,CAAA,UACA,CAAA,cACA,CAAA,eACA,CAAA,kBAEA,CAAA,uBACC,gBAKH,CAAA,YACC,UAGD,CAAA,4BACC,cACA,CAAA,kBACA,CAAA,0BAAA,CACA,qBAAA,CAAA,SAEA,CAAA,yBAND,6BAOE,WAAW,CAAA,AAGZ,CAAA,0CACC,UAED,CAAA,8BAEC,uEACA,CAAA,0BACA,CAAA,uBACA,CAAA,2BAEA,CAAA,4GAPD,+BAQE,uEACA,CAAA,0BAA2B,CAAA,AAG7B,CAAA,8BACC,SACA,CAAA,SACA,CAAA,eAIF,CAAA,qCACC,kBACC,CAAA,KACA,CAAA,OACD,CAAA,iBACA,CAAA,SACA,CAAA,WACA,CAAA,0BAAA,CAEA,qBAAA,CAAA,yBATD,sCAUE,gBACA,CAAA,iBACA,CAAA,UAAW,CAAA,AAEZ,CAAA,mDACC,gBACA,CAAA,iBACA,CAAA,UACA,CAAA,WAED,CAAA,mDACC,UAEA,CAAA,yBAHD,oDAIE,WAAW,CAAA,AAKd,CAAA,2BACC,qBACA,CAAA,iBACC,CAAA,OACA,CAAA,SACD,CAAA,gBACA,CAAA,+CACA,CAAA,iBACA,CAAA,0BAAA,CACA,qBAAA,CAAA,kBACA,CAAA,oDAGA,CAAA,mDACA,CAAA,8BAEA,CAAA,yBAhBD,4BAiBE,gBACA,CAAA,QAAS,CAAA,AAEV,CAAA,yBApBD,4BAqBE,cACA,CAAA,UACA,CAAA,iBACA,CAAA,eAAgB,CAAA,AAEjB,CAAA,mEAEC,qDAID,CAAA,kCACC,aACA,CAAA,iCAAA,CACA,6BADA,CACA,yBAAA,CAAA,gDAIA,CAAA,wCAEC,SAGF,CAAA,kCACC,WACA,CAAA,oBACA,CAAA,iBACA,CAAA,qBACA,CAAA,oEACA,CAAA,oBACA,CAAA,QACA,CAAA,iBACA,CAAA,UACA,CAAA,WAEA,CAAA,yBAZD,mCAaE,aAAa,CAAA,AAKhB,CAAA,0CACC,gBACA,CAAA,QAID,CAAA,6CACC,gBACA,CAAA,UACA,CAAA,WACA,CAAA,eACA,CAAA,4BAGD,CAAA,4BACC,kBACC,CAAA,KACA,CAAA,OACD,CAAA,UACA,CAAA,WACA,CAAA,iBACA,CAAA,UAEA,CAAA,mCACC,cACA,CAAA,eACA,CAAA,iCAED,CAAA,kCACC,YAED,CAAA,mCACC,UACA,CAAA,YAAa,CAAA","file":"jetpack-banners.min.css"}
1
+ {"version":3,"sources":["../scss/organisms/_banners.scss"],"names":[],"mappings":"AAAA,mBACC,kBACA,CAAA,kBACA,CAAA,wBACA,CAAA,WACA,CAAA,kBACA,CAAA,UACA,CAAA,eACA,CAAA,0BAAA,CAEA,qBAAA,CAAA,wBACC,WACA,CAAA,iBACA,CAAA,QACA,CAAA,YACA,CAAA,UACA,CAAA,WACA,CAAA,oEACA,CAAA,mBACA,CAAA,SAEA,CAAA,yBAXD,yBAYE,aAAa,CAAA,AAGf,CAAA,oBACC,WAED,CAAA,qBACC,cACA,CAAA,QACA,CAAA,SACA,CAAA,UACA,CAAA,cACA,CAAA,eACA,CAAA,kBAEA,CAAA,uBACC,gBAKH,CAAA,YACC,UAGD,CAAA,4BACC,cACA,CAAA,kBACA,CAAA,0BAAA,CACA,qBAAA,CAAA,SAEA,CAAA,0CACC,UAGD,CAAA,yBAVD,6BAWE,WAEA,CAAA,0CACC,WAAW,CAAA,AAIb,CAAA,8BAEC,uEACA,CAAA,0BACA,CAAA,uBACA,CAAA,2BAEA,CAAA,4GAPD,+BAQE,uEACA,CAAA,0BAA2B,CAAA,AAG7B,CAAA,8BACC,SACA,CAAA,SACA,CAAA,eAIF,CAAA,qCACC,kBACA,CAAA,KACA,CAAA,OACA,CAAA,iBACA,CAAA,SACA,CAAA,WACA,CAAA,0BAAA,CAEA,qBAAA,CAAA,yBATD,sCAUE,gBACA,CAAA,iBACA,CAAA,UAAW,CAAA,AAEZ,CAAA,mDACC,gBACA,CAAA,iBACA,CAAA,UACA,CAAA,WAED,CAAA,mDACC,UAEA,CAAA,yBAHD,oDAIE,WAAW,CAAA,AAKd,CAAA,2BACC,qBACA,CAAA,iBACC,CAAA,OACA,CAAA,WACD,CAAA,gBACA,CAAA,+CACA,CAAA,iBACA,CAAA,0BAAA,CACA,qBAAA,CAAA,kBACA,CAAA,oDAGA,CAAA,mDACA,CAAA,8BAEA,CAAA,0BAhBD,4BAiBE,iBACA,CAAA,WAAY,CAAA,AAGb,CAAA,yBArBD,4BAsBE,WAAW,CAAA,AAGZ,CAAA,yBAzBD,4BA0BE,gBACA,CAAA,QAAS,CAAA,AAEV,CAAA,yBA7BD,4BA8BE,cACA,CAAA,UACA,CAAA,iBACA,CAAA,eACA,CAAA,OAAQ,CAAA,AAET,CAAA,mEAEC,qDAID,CAAA,kCACC,aACA,CAAA,iCAAA,CACA,6BADA,CACA,yBAAA,CAAA,gDAIA,CAAA,wCAEC,SAGF,CAAA,kCACC,WACA,CAAA,oBACA,CAAA,iBACA,CAAA,qBACA,CAAA,oEACA,CAAA,oBACA,CAAA,QACA,CAAA,iBACA,CAAA,UACA,CAAA,WAEA,CAAA,yBAZD,mCAaE,aAAa,CAAA,AAKhB,CAAA,0CACC,gBACA,CAAA,QAID,CAAA,6CACC,gBACA,CAAA,UACA,CAAA,WACA,CAAA,eACA,CAAA,4BAGD,CAAA,4BACC,kBACC,CAAA,KACA,CAAA,OACD,CAAA,UACA,CAAA,WACA,CAAA,iBACA,CAAA,UAEA,CAAA,mCACC,cACA,CAAA,eACA,CAAA,iCAED,CAAA,kCACC,YAED,CAAA,mCACC,UACA,CAAA,YAAa,CAAA","file":"jetpack-banners.min.css"}
css/jetpack-icons.css CHANGED
@@ -15,7 +15,7 @@
15
  src: url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");
16
  }
17
  }
18
- #toplevel_page_jetpack .wp-menu-image:before {
19
  font-family: 'jetpack' !important;
20
  content: '\f102';
21
  }
15
  src: url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");
16
  }
17
  }
18
+ li.toplevel_page_jetpack .wp-menu-image:before {
19
  font-family: 'jetpack' !important;
20
  content: '\f102';
21
  }
css/jetpack-icons.min.css CHANGED
@@ -1,3 +1,3 @@
1
- @font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.eot");src:url("../_inc/fonts/jetpack/jetpack.eot?#iefix") format("embedded-opentype"),url("../_inc/fonts/jetpack/jetpack.woff") format("woff"),url("../_inc/fonts/jetpack/jetpack.ttf") format("truetype"),url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg")}}#toplevel_page_jetpack .wp-menu-image:before{font-family:'jetpack' !important;content:'\f102'}#menu-posts-feedback .wp-menu-image:before{font-family:dashicons !important;content:'\f175'}#adminmenu #menu-posts-feedback div.wp-menu-image{background:none !important;background-repeat:no-repeat}@media (max-width: 900px){.auto-fold #adminmenu a.toplevel_page_jetpack{height:auto}}
2
 
3
  /*# sourceMappingURL=jetpack-icons.min.css.map */
1
+ @font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.eot");src:url("../_inc/fonts/jetpack/jetpack.eot?#iefix") format("embedded-opentype"),url("../_inc/fonts/jetpack/jetpack.woff") format("woff"),url("../_inc/fonts/jetpack/jetpack.ttf") format("truetype"),url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:"jetpack";src:url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg")}}li.toplevel_page_jetpack .wp-menu-image:before{font-family:'jetpack' !important;content:'\f102'}#menu-posts-feedback .wp-menu-image:before{font-family:dashicons !important;content:'\f175'}#adminmenu #menu-posts-feedback div.wp-menu-image{background:none !important;background-repeat:no-repeat}@media (max-width: 900px){.auto-fold #adminmenu a.toplevel_page_jetpack{height:auto}}
2
 
3
  /*# sourceMappingURL=jetpack-icons.min.css.map */
css/jetpack-icons.min.css.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../scss/atoms/icons/_jetpack.scss","../scss/jetpack-icons.scss"],"names":[],"mappings":"AAIA,WACC,sBACA,CAAA,4CACA,CAAA,mQAIA,CAAA,kBACA,CAAA,iBAGD,CAAA,qDACC,WACC,sBACA,CAAA,kEAAmE,CAAA,ACZrE,CAAA,4CACC,iCACA,CAAA,eAED,CAAA,0CACC,iCACA,CAAA,eAED,CAAA,iDACC,2BACA,CAAA,2BAED,CAAA,yBACC,8CACC,YAAY,CAAA,CAAA","file":"jetpack-icons.min.css"}
1
+ {"version":3,"sources":["../scss/atoms/icons/_jetpack.scss","../scss/jetpack-icons.scss"],"names":[],"mappings":"AAIA,WACC,sBACA,CAAA,4CACA,CAAA,mQAIA,CAAA,kBACA,CAAA,iBAGD,CAAA,qDACC,WACC,sBACA,CAAA,kEAAmE,CAAA,ACZrE,CAAA,8CACC,iCACA,CAAA,eAED,CAAA,0CACC,iCACA,CAAA,eAED,CAAA,iDACC,2BACA,CAAA,2BAED,CAAA,yBACC,8CACC,YAAY,CAAA,CAAA","file":"jetpack-icons.min.css"}
css/jetpack-rtl.css CHANGED
@@ -1,4 +1,4 @@
1
  /*!
2
  * Do not modify this file directly. It is concatenated from individual module CSS files.
3
  */
4
- .jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(../modules/carousel/images/arrows.png) center center/200px 126px no-repeat}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(../modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:right!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;right:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:400ms ease-out}.jp-carousel-info h2{background:none!important;border:none!important;color:#999;display:block!important;font:400 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:right;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;filter:alpha(opacity=20);opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:500ms opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{filter:alpha(opacity=60);opacity:.6}.jp-carousel-next-button span{background-position:-110px center;left:0}.jp-carousel-previous-button span{background-position:-10px center;right:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:400 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 0 5px 2px;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-slide.selected{position:absolute!important;filter:alpha(opacity=100);opacity:1}.jp-carousel-slide{filter:alpha(opacity=25);opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:none!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity 400ms linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color 200ms linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 .4em 0 0;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color 200ms linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-like,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(../modules/carousel/images/carousel-sprite.png?5) 0 0/16px 200px no-repeat}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 0 0 14px!important}div.jp-carousel-buttons a.jp-carousel-like.liked,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-left:8px!important;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 -12px 0 2px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-right:19px!important}.rtl div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0% -156px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}div.jp-carousel-buttons a.jp-carousel-like{background-position:5px 5px;padding-right:24px!important}div.jp-carousel-buttons a.jp-carousel-like:hover{background-position:5px -15px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-like,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(../modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:right;margin:6px 9px 0;border:1px solid #666;box-shadow:inset -2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-left:2px;padding-right:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:right;width:154px;padding-top:0;padding-right:1px;overflow:hidden;height:34px;margin:3px 2px 0 0!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-right:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;background:none!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;float:right!important;margin:0 0 15px 2%!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-right:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}.rtl a.jp-carousel-image-download{background-position:0% -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-right:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 2px 0 1px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.rtl a.jp-carousel-image-download:hover{background-position:0% -122px}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-right-radius:6px;border-left:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;left:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-left-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-right:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;left:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none;color:#999;margin-bottom:20px;clear:right;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:right}.jp-carousel-comment .comment-content{border:none;margin-right:85px;padding:0}.jp-carousel-comment .avatar{margin:0 0 0 20px;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:left}#jp-carousel-comment-form{margin:0 0 10px!important;float:right;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset -2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px 10px 0 0;display:block;width:20px;height:20px;float:right}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:right;box-shadow:inset -2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:right}#jp-carousel-comment-form-commenting-as fieldset{float:right;border:none;margin:20px 0 0;padding:0;clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 0 3px 20px;float:right;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:left}#jp-carousel-comment-form-container,#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px rgba(0,0,0,1)}.jp-carousel-comment-post-error{color:#DF4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:right;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-right:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.rtl .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0% -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like:hover{background-position:5px -15px;padding-right:23px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked{background-position:5px 5px}.jp-carousel-light div#carousel-reblog-box{background:#eee;box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-right-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.rtl .jp-carousel-light a.jp-carousel-image-download{background-position:0% -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.rtl .jp-carousel-light a.jp-carousel-image-download:hover{background-position:0% -122px}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset -2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset -2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-buttons,.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;-moz-box-sizing:border-box;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{filter:alpha(opacity=100);opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{right:0!important;width:100%!important}}.contact-form .clear-form{clear:both}.contact-form input[type=email],.contact-form input[type=text]{width:300px;max-width:98%;margin-bottom:13px}.contact-form select{margin-bottom:13px}.contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:13px}.contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}.contact-form label span{color:#AAA;margin-right:4px;font-weight:400}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=text],.textwidget .contact-form textarea{width:250px;max-width:100%;-moz-box-sizing:border-box;box-sizing:border-box}#jetpack-check-feedback-spam{margin:1px 0 0 8px}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.infinite-loader{color:#000;display:block;height:28px;text-indent:-9999px}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;right:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{-moz-box-sizing:border-box;box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:right;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:left;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:left}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{-moz-box-sizing:border-box;box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:right;margin:0 0 5px 5px}#likes-other-gravatars ul.wpl-avatars li a{margin:0 0 0 2px;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.post-likes-widget-placeholder .button{display:none}.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}div#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative}div.jp-relatedposts:after{content:'';display:block;clear:both}div#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em;display:inline-block;float:right;font-size:9pt;font-weight:700;font-family:inherit}div#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}div#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}div#jp-relatedposts div.jp-relatedposts-items{clear:right}div#jp-relatedposts div.jp-relatedposts-items-visual{margin-left:-20px}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{float:right;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post{padding-left:20px;filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}div#jp-relatedposts div.jp-relatedposts-items p,div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs{position:relative}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;right:0;left:0;display:block}div#jp-relatedposts div.jp-relatedposts-items p{margin-bottom:0}div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs span{margin-bottom:1em}@media only screen and (max-width:640px){div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{width:50%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:right}div#jp-relatedposts div.jp-relatedposts-items-visual{margin-left:20px}}@media only screen and (max-width:320px){div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-block.sd-gplus{margin:0 0 .5em}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button >a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;margin:0 0 5px 5px;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#777!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 5px 0 8px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button >a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px;top:0}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:400 16px/1 Genericons;vertical-align:top;position:relative;top:3px;text-align:center}.sd-content ul li{margin:0!important;padding:0}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-right:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-right:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-right:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:2px}.sd-social-icon .sd-content ul li a.share-more span{margin-right:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f214'}.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-stumbleupon a:before,.sd-social-icon-text .sd-content li.share-stumbleupon a:before,.sd-social-text .sd-content ul li.share-stumbleupon a:before{content:'\f223'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f209'}.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,.sd-social-icon-text .sd-content li.share-google-plus-1 a:before,.sd-social-text .sd-content ul li.share-google-plus-1 a:before{content:'\f218'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f204'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px}.sd-social-official .sd-content ul>li{display:block;float:right;margin:0 0 5px 10px!important;height:25px}.sd-social-official .sd-content .pocket_button iframe{width:98px}.sd-social-official .sd-content .twitter_button iframe{width:96px}.reddit_button iframe,.stumbleupon_button iframe{margin-top:1px}.googleplus1_button iframe,.like_button iframe,.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-right:0;padding:0 19px 0 0;display:inline-block;height:16px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-right:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0;height:0}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;right:20px;width:0;height:0;border-right:6px solid transparent;border-left:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-right:6px solid transparent;border-left:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:8px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-right:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-right:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;left:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#3b5998;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-stumbleupon a.sd-button{background:#ea4b24;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button{background:#dd4b39;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:right}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px;text-align:right;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#sharing_email .sharing_cancel{padding:0 1em 0 0;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em}.slideshow-window{background-color:#222;border:20px solid #222;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px;-khtml-border-radius:11px;margin-bottom:20px;height:410px;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{-moz-box-sizing:content-box;box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{border-width:0!important;margin-left:auto!important;margin-right:auto!important;padding:0!important;background-color:transparent!important;background-image:none!important;max-width:100%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{height:100%;width:100%;text-align:center;margin:auto;display:none}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 -1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;right:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;-ms-filter:"alpha(Opacity=0)";opacity:0;direction:rtl}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(../modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;-khtml-border-radius:10em!important;border-radius:10em!important;transition:300ms border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:rgba(255,255,255,1)!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a.running,body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;left:0!important;bottom:0!important;right:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:gray;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(../modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{right:0;background-position:4px 50%}.presentation .nav-arrow-right{left:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;left:0;z-index:3;background-image:url(../modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}#subscribe-email input{width:95%;padding:1px 2px}.comment-subscription-form .subscribe-label{display:inline!important}.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:right;position:relative}.tiled-gallery .tiled-gallery-item{float:right;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:none;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;right:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.jetpack-display-remote-posts{margin:5px 0 20px}.jetpack-display-remote-posts h4{font-size:90%;margin:5px 0;padding:0}.jetpack-display-remote-posts h4 a{text-decoration:none}.jetpack-display-remote-posts p{margin:0!important;padding:0;line-height:1.4em!important;font-size:90%}.jetpack-display-remote-posts img{max-width:100%}.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-right:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(//0.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:right;margin-left:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-right:8px;margin-left:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(//0.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px;background-color:#FFF;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:left;overflow:hidden;height:60px;margin-right:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:right;max-width:50%}.widget-grid-view-image a{display:block;margin:0 0 4px 2px}.widget-grid-view-image:image:nth-child(even){float:left}.widget-grid-view-image:nth-child(even) a{margin:0 2px 4px 0}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:right;margin:0 0 -3px -5px;padding:0 0 6px 8px;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:right;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:left;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
1
  /*!
2
  * Do not modify this file directly. It is concatenated from individual module CSS files.
3
  */
4
+ .jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(../modules/carousel/images/arrows.png) center center/200px 126px no-repeat}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(../modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:right!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;right:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:400ms ease-out}.jp-carousel-info h2{background:none!important;border:none!important;color:#999;display:block!important;font:400 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:right;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;filter:alpha(opacity=20);opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:500ms opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{filter:alpha(opacity=60);opacity:.6}.jp-carousel-next-button span{background-position:-110px center;left:0}.jp-carousel-previous-button span{background-position:-10px center;right:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:400 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 0 5px 2px;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-slide.selected{position:absolute!important;filter:alpha(opacity=100);opacity:1}.jp-carousel-slide{filter:alpha(opacity=25);opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:none!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity 400ms linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color 200ms linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 .4em 0 0;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color 200ms linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-like,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(../modules/carousel/images/carousel-sprite.png?5) 0 0/16px 200px no-repeat}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 0 0 14px!important}div.jp-carousel-buttons a.jp-carousel-like.liked,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-left:8px!important;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 -12px 0 2px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-left:auto!important;padding-right:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-right:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}div.jp-carousel-buttons a.jp-carousel-like{background-position:5px 5px;padding-right:24px!important}div.jp-carousel-buttons a.jp-carousel-like:hover{background-position:5px -15px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-like,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(../modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:right;margin:6px 9px 0;border:1px solid #666;box-shadow:inset -2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-left:2px;padding-right:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:right;width:154px;padding-top:0;padding-right:1px;overflow:hidden;height:34px;margin:3px 2px 0 0!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-right:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;background:none!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;float:right!important;margin:0 0 15px 2%!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-right:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-right:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 2px 0 1px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-right-radius:6px;border-left:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;left:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-left-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-right:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;left:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none;color:#999;margin-bottom:20px;clear:right;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:right}.jp-carousel-comment .comment-content{border:none;margin-right:85px;padding:0}.jp-carousel-comment .avatar{margin:0 0 0 20px;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:left}#jp-carousel-comment-form{margin:0 0 10px!important;float:right;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset -2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px 10px 0 0;display:block;width:20px;height:20px;float:right}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:right;box-shadow:inset -2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:right}#jp-carousel-comment-form-commenting-as fieldset{float:right;border:none;margin:20px 0 0;padding:0;clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 0 3px 20px;float:right;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:left}#jp-carousel-comment-form-container,#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px rgba(0,0,0,1)}.jp-carousel-comment-post-error{color:#DF4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:right;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-right:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like:hover{background-position:5px -15px;padding-right:23px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked{background-position:5px 5px}.jp-carousel-light div#carousel-reblog-box{background:#eee;box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-right-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset -2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset -2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-buttons,.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;-moz-box-sizing:border-box;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{filter:alpha(opacity=100);opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{right:0!important;width:100%!important}}.contact-form .clear-form{clear:both}.contact-form input[type=email],.contact-form input[type=text]{width:300px;max-width:98%;margin-bottom:13px}.contact-form select{margin-bottom:13px}.contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:13px}.contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}.contact-form label span{color:#AAA;margin-right:4px;font-weight:400}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=text],.textwidget .contact-form textarea{width:250px;max-width:100%;-moz-box-sizing:border-box;box-sizing:border-box}#jetpack-check-feedback-spam{margin:1px 0 0 8px}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.infinite-loader{color:#000;display:block;height:28px;text-indent:-9999px}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;right:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{-moz-box-sizing:border-box;box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:right;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:left;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:left}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{-moz-box-sizing:border-box;box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:right;margin:0 0 5px 5px}#likes-other-gravatars ul.wpl-avatars li a{margin:0 0 0 2px;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.post-likes-widget-placeholder .button{display:none}.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}div#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative}div.jp-relatedposts:after{content:'';display:block;clear:both}div#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em;display:inline-block;float:right;font-size:9pt;font-weight:700;font-family:inherit}div#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}div#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}div#jp-relatedposts div.jp-relatedposts-items{clear:right}div#jp-relatedposts div.jp-relatedposts-items-visual{margin-left:-20px}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{float:right;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post{padding-left:20px;filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}div#jp-relatedposts div.jp-relatedposts-items p,div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs{position:relative}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;right:0;left:0;display:block}div#jp-relatedposts div.jp-relatedposts-items p{margin-bottom:0}div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs span{margin-bottom:1em}@media only screen and (max-width:640px){div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{width:50%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:right}div#jp-relatedposts div.jp-relatedposts-items-visual{margin-left:20px}}@media only screen and (max-width:320px){div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-block.sd-gplus{margin:0 0 .5em}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button >a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;margin:0 0 5px 5px;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#777!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 5px 0 8px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button >a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px;top:0}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:400 16px/1 Genericons;vertical-align:top;position:relative;top:3px;text-align:center}.sd-content ul li{margin:0!important;padding:0}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-right:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-right:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-right:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:2px}.sd-social-icon .sd-content ul li a.share-more span{margin-right:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f214'}.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-stumbleupon a:before,.sd-social-icon-text .sd-content li.share-stumbleupon a:before,.sd-social-text .sd-content ul li.share-stumbleupon a:before{content:'\f223'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f209'}.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,.sd-social-icon-text .sd-content li.share-google-plus-1 a:before,.sd-social-text .sd-content ul li.share-google-plus-1 a:before{content:'\f218'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f204'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px}.sd-social-official .sd-content ul>li{display:block;float:right;margin:0 0 5px 10px!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.sd-social-official .sd-content .twitter_button iframe{width:96px}.reddit_button iframe,.stumbleupon_button iframe{margin-top:1px}.googleplus1_button iframe,.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-right:0;padding:0 19px 0 0;display:inline-block;height:16px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-right:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0;height:0}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;right:20px;width:0;height:0;border-right:6px solid transparent;border-left:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-right:6px solid transparent;border-left:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:8px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-right:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-right:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;left:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#3b5998;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-stumbleupon a.sd-button{background:#ea4b24;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button{background:#dd4b39;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:right}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px;text-align:right;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;right:-9000px}#sharing_email .sharing_cancel{padding:0 1em 0 0;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em}.slideshow-window{background-color:#222;border:20px solid #222;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px;-khtml-border-radius:11px;margin-bottom:20px;height:410px;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{-moz-box-sizing:content-box;box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{border-width:0!important;margin-left:auto!important;margin-right:auto!important;padding:0!important;background-color:transparent!important;background-image:none!important;max-width:100%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{height:100%;width:100%;text-align:center;margin:auto;display:none}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 -1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;right:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;-ms-filter:"alpha(Opacity=0)";opacity:0;direction:rtl}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(../modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;-khtml-border-radius:10em!important;border-radius:10em!important;transition:300ms border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:rgba(255,255,255,1)!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a.running,body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;left:0!important;bottom:0!important;right:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:gray;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(../modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{right:0;background-position:4px 50%}.presentation .nav-arrow-right{left:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;left:0;z-index:3;background-image:url(../modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}#subscribe-email input{width:95%;padding:1px 2px}.comment-subscription-form .subscribe-label{display:inline!important}.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:right;position:relative}.tiled-gallery .tiled-gallery-item{float:right;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:none;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;right:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.jetpack-display-remote-posts{margin:5px 0 20px}.jetpack-display-remote-posts h4{font-size:90%;margin:5px 0;padding:0}.jetpack-display-remote-posts h4 a{text-decoration:none}.jetpack-display-remote-posts p{margin:0!important;padding:0;line-height:1.4em!important;font-size:90%}.jetpack-display-remote-posts img{max-width:100%}.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-right:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(//0.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:right;margin-left:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-right:8px;margin-left:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(//0.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px;background-color:#FFF;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:left;overflow:hidden;height:60px;margin-right:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:right;max-width:50%}.widget-grid-view-image a{display:block;margin:0 0 4px 2px}.widget-grid-view-image:image:nth-child(even){float:left}.widget-grid-view-image:nth-child(even) a{margin:0 2px 4px 0}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:right;margin:0 0 -3px -5px;padding:0 0 6px 8px;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:right;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:left;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
css/jetpack.css CHANGED
@@ -1,4 +1,4 @@
1
  /*!
2
  * Do not modify this file directly. It is concatenated from individual module CSS files.
3
  */
4
- .jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(../modules/carousel/images/arrows.png) center center/200px 126px no-repeat}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(../modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:400ms ease-out}.jp-carousel-info h2{background:none!important;border:none!important;color:#999;display:block!important;font:400 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;filter:alpha(opacity=20);opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:500ms opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{filter:alpha(opacity=60);opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:400 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-slide.selected{position:absolute!important;filter:alpha(opacity=100);opacity:1}.jp-carousel-slide{filter:alpha(opacity=25);opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:none!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity 400ms linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:left;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color 200ms linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color 200ms linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-like,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(../modules/carousel/images/carousel-sprite.png?5) 0 0/16px 200px no-repeat}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-like.liked,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}.rtl div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:100% -156px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}div.jp-carousel-buttons a.jp-carousel-like{background-position:5px 5px;padding-left:24px!important}div.jp-carousel-buttons a.jp-carousel-like:hover{background-position:5px -15px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-like,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(../modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:none!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;float:left!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}.rtl a.jp-carousel-image-download{background-position:100% -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.rtl a.jp-carousel-image-download:hover{background-position:100% -122px}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px 0 0 10px;display:block;width:20px;height:20px;float:left}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0;padding:0;clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#jp-carousel-comment-form-container,#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px rgba(0,0,0,1)}.jp-carousel-comment-post-error{color:#DF4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.rtl .jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:100% -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like:hover{background-position:5px -15px;padding-left:23px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked{background-position:5px 5px}.jp-carousel-light div#carousel-reblog-box{background:#eee;box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.rtl .jp-carousel-light a.jp-carousel-image-download{background-position:100% -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.rtl .jp-carousel-light a.jp-carousel-image-download:hover{background-position:100% -122px}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-buttons,.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;-moz-box-sizing:border-box;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{filter:alpha(opacity=100);opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}.contact-form .clear-form{clear:both}.contact-form input[type=email],.contact-form input[type=text]{width:300px;max-width:98%;margin-bottom:13px}.contact-form select{margin-bottom:13px}.contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:13px}.contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}.contact-form label span{color:#AAA;margin-left:4px;font-weight:400}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=text],.textwidget .contact-form textarea{width:250px;max-width:100%;-moz-box-sizing:border-box;box-sizing:border-box}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.infinite-loader{color:#000;display:block;height:28px;text-indent:-9999px}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{-moz-box-sizing:border-box;box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{-moz-box-sizing:border-box;box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.post-likes-widget-placeholder .button{display:none}.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}div#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative}div.jp-relatedposts:after{content:'';display:block;clear:both}div#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}div#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}div#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}div#jp-relatedposts div.jp-relatedposts-items{clear:left}div#jp-relatedposts div.jp-relatedposts-items-visual{margin-right:-20px}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}div#jp-relatedposts div.jp-relatedposts-items p,div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs{position:relative}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block}div#jp-relatedposts div.jp-relatedposts-items p{margin-bottom:0}div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs span{margin-bottom:1em}@media only screen and (max-width:640px){div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{width:50%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}div#jp-relatedposts div.jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-block.sd-gplus{margin:0 0 .5em}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button >a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;margin:0 5px 5px 0;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#777!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button >a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px;top:0}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:400 16px/1 Genericons;vertical-align:top;position:relative;top:3px;text-align:center}.sd-content ul li{margin:0!important;padding:0}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:2px}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f214'}.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-stumbleupon a:before,.sd-social-icon-text .sd-content li.share-stumbleupon a:before,.sd-social-text .sd-content ul li.share-stumbleupon a:before{content:'\f223'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f209'}.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,.sd-social-icon-text .sd-content li.share-google-plus-1 a:before,.sd-social-text .sd-content ul li.share-google-plus-1 a:before{content:'\f218'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f204'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .sd-content .pocket_button iframe{width:98px}.sd-social-official .sd-content .twitter_button iframe{width:96px}.reddit_button iframe,.stumbleupon_button iframe{margin-top:1px}.googleplus1_button iframe,.like_button iframe,.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:16px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0;height:0}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:8px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#3b5998;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-stumbleupon a.sd-button{background:#ea4b24;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button{background:#dd4b39;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em}.slideshow-window{background-color:#222;border:20px solid #222;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px;-khtml-border-radius:11px;margin-bottom:20px;height:410px;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{-moz-box-sizing:content-box;box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{border-width:0!important;margin-right:auto!important;margin-left:auto!important;padding:0!important;background-color:transparent!important;background-image:none!important;max-width:100%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{height:100%;width:100%;text-align:center;margin:auto;display:none}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;-ms-filter:"alpha(Opacity=0)";opacity:0;direction:ltr}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(../modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;-khtml-border-radius:10em!important;border-radius:10em!important;transition:300ms border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:rgba(255,255,255,1)!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a.running,body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:gray;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(../modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(../modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}#subscribe-email input{width:95%;padding:1px 2px}.comment-subscription-form .subscribe-label{display:inline!important}.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:none;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.jetpack-display-remote-posts{margin:5px 0 20px}.jetpack-display-remote-posts h4{font-size:90%;margin:5px 0;padding:0}.jetpack-display-remote-posts h4 a{text-decoration:none}.jetpack-display-remote-posts p{margin:0!important;padding:0;line-height:1.4em!important;font-size:90%}.jetpack-display-remote-posts img{max-width:100%}.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(//0.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(//0.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px;background-color:#FFF;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
1
  /*!
2
  * Do not modify this file directly. It is concatenated from individual module CSS files.
3
  */
4
+ .jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(../modules/carousel/images/arrows.png) center center/200px 126px no-repeat}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(../modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:400ms ease-out}.jp-carousel-info h2{background:none!important;border:none!important;color:#999;display:block!important;font:400 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;filter:alpha(opacity=20);opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:500ms opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{filter:alpha(opacity=60);opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:400 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-slide.selected{position:absolute!important;filter:alpha(opacity=100);opacity:1}.jp-carousel-slide{filter:alpha(opacity=25);opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:none!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity 400ms linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:left;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color 200ms linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color 200ms linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-like,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(../modules/carousel/images/carousel-sprite.png?5) 0 0/16px 200px no-repeat}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-like.liked,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}div.jp-carousel-buttons a.jp-carousel-like{background-position:5px 5px;padding-left:24px!important}div.jp-carousel-buttons a.jp-carousel-like:hover{background-position:5px -15px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-like,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(../modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:none!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;float:left!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px 0 0 10px;display:block;width:20px;height:20px;float:left}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0;padding:0;clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#jp-carousel-comment-form-container,#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;-moz-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px rgba(0,0,0,1)}.jp-carousel-comment-post-error{color:#DF4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like:hover{background-position:5px -15px;padding-left:23px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-like.liked{background-position:5px 5px}.jp-carousel-light div#carousel-reblog-box{background:#eee;box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-buttons,.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;-moz-box-sizing:border-box;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{filter:alpha(opacity=100);opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}.contact-form .clear-form{clear:both}.contact-form input[type=email],.contact-form input[type=text]{width:300px;max-width:98%;margin-bottom:13px}.contact-form select{margin-bottom:13px}.contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:13px}.contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}.contact-form label span{color:#AAA;margin-left:4px;font-weight:400}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=text],.textwidget .contact-form textarea{width:250px;max-width:100%;-moz-box-sizing:border-box;box-sizing:border-box}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.infinite-loader{color:#000;display:block;height:28px;text-indent:-9999px}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{-moz-box-sizing:border-box;box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{-moz-box-sizing:border-box;box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.post-likes-widget-placeholder .button{display:none}.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}div#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative}div.jp-relatedposts:after{content:'';display:block;clear:both}div#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}div#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}div#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}div#jp-relatedposts div.jp-relatedposts-items{clear:left}div#jp-relatedposts div.jp-relatedposts-items-visual{margin-right:-20px}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}div#jp-relatedposts div.jp-relatedposts-items div.jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}div#jp-relatedposts div.jp-relatedposts-items p,div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs{position:relative}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block}div#jp-relatedposts div.jp-relatedposts-items p{margin-bottom:0}div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}div#jp-relatedposts div.jp-relatedposts-items-visual div.jp-relatedposts-post-nothumbs span{margin-bottom:1em}@media only screen and (max-width:640px){div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{width:50%}div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}div#jp-relatedposts div.jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-block.sd-gplus{margin:0 0 .5em}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button >a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;margin:0 5px 5px 0;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#777!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button >a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px;top:0}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:400 16px/1 Genericons;vertical-align:top;position:relative;top:3px;text-align:center}.sd-content ul li{margin:0!important;padding:0}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:2px}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f214'}.sd-content ul li.share-stumbleupon div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-stumbleupon a:before,.sd-social-icon-text .sd-content li.share-stumbleupon a:before,.sd-social-text .sd-content ul li.share-stumbleupon a:before{content:'\f223'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f209'}.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,.sd-social-icon-text .sd-content li.share-google-plus-1 a:before,.sd-social-text .sd-content ul li.share-google-plus-1 a:before{content:'\f218'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f204'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.sd-social-official .sd-content .twitter_button iframe{width:96px}.reddit_button iframe,.stumbleupon_button iframe{margin-top:1px}.googleplus1_button iframe,.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:16px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0;height:0}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:8px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#3b5998;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-stumbleupon a.sd-button{background:#ea4b24;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button{background:#dd4b39;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em}.slideshow-window{background-color:#222;border:20px solid #222;border-radius:11px;-moz-border-radius:11px;-webkit-border-radius:11px;-khtml-border-radius:11px;margin-bottom:20px;height:410px;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{-moz-box-sizing:content-box;box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{border-width:0!important;margin-right:auto!important;margin-left:auto!important;padding:0!important;background-color:transparent!important;background-image:none!important;max-width:100%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{height:100%;width:100%;text-align:center;margin:auto;display:none}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;-ms-filter:"alpha(Opacity=0)";opacity:0;direction:ltr}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(../modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;-khtml-border-radius:10em!important;border-radius:10em!important;transition:300ms border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:rgba(255,255,255,1)!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a.running,body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:gray;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(../modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(../modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}#subscribe-email input{width:95%;padding:1px 2px}.comment-subscription-form .subscribe-label{display:inline!important}.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:none;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.jetpack-display-remote-posts{margin:5px 0 20px}.jetpack-display-remote-posts h4{font-size:90%;margin:5px 0;padding:0}.jetpack-display-remote-posts h4 a{text-decoration:none}.jetpack-display-remote-posts p{margin:0!important;padding:0;line-height:1.4em!important;font-size:90%}.jetpack-display-remote-posts img{max-width:100%}.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(//0.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(//0.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px;background-color:#FFF;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
functions.compat.php CHANGED
@@ -63,3 +63,27 @@ function youtube_sanitize_url( $url ) {
63
  return $url;
64
  }
65
  endif;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  return $url;
64
  }
65
  endif;
66
+
67
+ /**
68
+ * Merge in three string helper functions from WPCOM.
69
+ *
70
+ * @see WPCOM/wp-content/mu-plugins/string-helpers.php
71
+ */
72
+ if ( ! function_exists( 'wp_startswith' ) ) :
73
+ function wp_startswith( $haystack, $needle ) {
74
+ return 0 === strpos( $haystack, $needle );
75
+ }
76
+ endif;
77
+
78
+
79
+ if ( ! function_exists( 'wp_endswith' ) ) :
80
+ function wp_endswith( $haystack, $needle ) {
81
+ return $needle === substr( $haystack, -strlen( $needle ));
82
+ }
83
+ endif;
84
+
85
+ if ( ! function_exists( 'wp_in' ) ) :
86
+ function wp_in( $needle, $haystack ) {
87
+ return false !== strpos( $haystack, $needle );
88
+ }
89
+ endif;
functions.opengraph.php CHANGED
@@ -65,14 +65,8 @@ function jetpack_og_tags() {
65
  $tags['og:type'] = 'article';
66
  $tags['og:title'] = empty( $data->post_title ) ? ' ' : wp_kses( $data->post_title, array() ) ;
67
  $tags['og:url'] = get_permalink( $data->ID );
68
- if ( ! post_password_required() ) {
69
- if ( ! empty( $data->post_excerpt ) ) {
70
- $tags['og:description'] = preg_replace( '@https?://[\S]+@', '', strip_shortcodes( wp_kses( $data->post_excerpt, array() ) ) );
71
- } else {
72
- $exploded_content_on_more_tag = explode( '<!--more-->', $data->post_content );
73
- $tags['og:description'] = wp_trim_words( preg_replace( '@https?://[\S]+@', '', strip_shortcodes( wp_kses( $exploded_content_on_more_tag[0], array() ) ) ) );
74
- }
75
- }
76
  if ( empty( $tags['og:description'] ) )
77
  $tags['og:description'] = __('Visit the post for more.', 'jetpack');
78
  $tags['article:published_time'] = date( 'c', strtotime( $data->post_date_gmt ) );
@@ -185,14 +179,8 @@ function jetpack_og_get_image( $width = 200, $height = 200, $max_images = 4 ) {
185
  } else if ( is_author() ) {
186
  $author = get_queried_object();
187
  if ( function_exists( 'get_avatar_url' ) ) {
188
- $avatar = get_avatar_url( $author->user_email, $width );
189
-
190
- if ( ! empty( $avatar ) ) {
191
- if ( is_array( $avatar ) )
192
- $image = $avatar[0];
193
- else
194
- $image = $avatar;
195
- }
196
  }
197
  else {
198
  $has_filter = has_filter( 'pre_option_show_avatars', '__return_true' );
65
  $tags['og:type'] = 'article';
66
  $tags['og:title'] = empty( $data->post_title ) ? ' ' : wp_kses( $data->post_title, array() ) ;
67
  $tags['og:url'] = get_permalink( $data->ID );
68
+ if ( !post_password_required() )
69
+ $tags['og:description'] = ! empty( $data->post_excerpt ) ? preg_replace( '@https?://[\S]+@', '', strip_shortcodes( wp_kses( $data->post_excerpt, array() ) ) ): wp_trim_words( preg_replace( '@https?://[\S]+@', '', strip_shortcodes( wp_kses( $data->post_content, array() ) ) ) );
 
 
 
 
 
 
70
  if ( empty( $tags['og:description'] ) )
71
  $tags['og:description'] = __('Visit the post for more.', 'jetpack');
72
  $tags['article:published_time'] = date( 'c', strtotime( $data->post_date_gmt ) );
179
  } else if ( is_author() ) {
180
  $author = get_queried_object();
181
  if ( function_exists( 'get_avatar_url' ) ) {
182
+ // Prefer the core function get_avatar_url() if available, WP 4.2+
183
+ $image = get_avatar_url( $author->user_email, array( 'size' => $width ) );
 
 
 
 
 
 
184
  }
185
  else {
186
  $has_filter = has_filter( 'pre_option_show_avatars', '__return_true' );
functions.photon.php CHANGED
@@ -66,7 +66,17 @@ function jetpack_photon_url( $image_url, $args = array(), $scheme = null ) {
66
  $subdomain = rand( 0, 2 );
67
  srand();
68
 
69
- $photon_url = "http://i{$subdomain}.wp.com/$image_host_path";
 
 
 
 
 
 
 
 
 
 
70
 
71
  // This setting is Photon Server dependent
72
  if ( isset( $image_url_parts['query'] ) && apply_filters( 'jetpack_photon_add_query_string_to_domain', false, $image_url_parts['host'] ) ) {
@@ -162,3 +172,19 @@ function jetpack_photon_allow_facebook_graph_domain( $allow = false, $domain ) {
162
 
163
  return $allow;
164
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  $subdomain = rand( 0, 2 );
67
  srand();
68
 
69
+ /**
70
+ * Filters the domain used by the Photon module.
71
+ *
72
+ * @since 3.4.2
73
+ *
74
+ * @param string http://i{$subdomain}.wp.com Domain used by Photon. $subdomain is a random number between 0 and 2.
75
+ * @param string $image_url URL of the image to be photonized.
76
+ */
77
+ $photon_domain = apply_filters( 'jetpack_photon_domain', "http://i{$subdomain}.wp.com", $image_url );
78
+ $photon_domain = trailingslashit( $photon_domain );
79
+ $photon_url = $photon_domain . $image_host_path;
80
 
81
  // This setting is Photon Server dependent
82
  if ( isset( $image_url_parts['query'] ) && apply_filters( 'jetpack_photon_add_query_string_to_domain', false, $image_url_parts['host'] ) ) {
172
 
173
  return $allow;
174
  }
175
+
176
+ add_filter( 'jetpack_photon_skip_for_url', 'jetpack_photon_banned_domains', 9, 4 );
177
+ function jetpack_photon_banned_domains( $skip, $image_url, $args, $scheme ) {
178
+ $banned_domains = array(
179
+ 'http://chart.googleapis.com/',
180
+ 'https://chart.googleapis.com/',
181
+ 'http://chart.apis.google.com/',
182
+ );
183
+
184
+ foreach ( $banned_domains as $banned_domain ) {
185
+ if ( wp_startswith( $image_url, $banned_domain ) )
186
+ return true;
187
+ }
188
+
189
+ return $skip;
190
+ }
jetpack.php CHANGED
@@ -5,7 +5,7 @@
5
  * Plugin URI: http://wordpress.org/extend/plugins/jetpack/
6
  * Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
7
  * Author: Automattic
8
- * Version: 3.4.4
9
  * Author URI: http://jetpack.me
10
  * License: GPL2+
11
  * Text Domain: jetpack
@@ -14,7 +14,7 @@
14
 
15
  define( 'JETPACK__MINIMUM_WP_VERSION', '4.0' );
16
 
17
- define( 'JETPACK__VERSION', '3.4.4' );
18
  define( 'JETPACK_MASTER_USER', true );
19
  define( 'JETPACK__API_VERSION', 1 );
20
  define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
5
  * Plugin URI: http://wordpress.org/extend/plugins/jetpack/
6
  * Description: Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users.
7
  * Author: Automattic
8
+ * Version: 3.5.4
9
  * Author URI: http://jetpack.me
10
  * License: GPL2+
11
  * Text Domain: jetpack
14
 
15
  define( 'JETPACK__MINIMUM_WP_VERSION', '4.0' );
16
 
17
+ define( 'JETPACK__VERSION', '3.5.4' );
18
  define( 'JETPACK_MASTER_USER', true );
19
  define( 'JETPACK__API_VERSION', 1 );
20
  define( 'JETPACK__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
json-api-config.php CHANGED
@@ -10,4 +10,5 @@ $wpcom_json_api_production_versions = array(
10
 
11
  $wpcom_json_api_dev_versions = array(
12
  '1.2',
 
13
  );
10
 
11
  $wpcom_json_api_dev_versions = array(
12
  '1.2',
13
+ '1.3',
14
  );
json-endpoints.php CHANGED
@@ -60,6 +60,14 @@ require_once( $json_endpoints_dir . 'class.wpcom-json-api-get-post-v1-1-endpoint
60
  require_once( $json_endpoints_dir . 'class.wpcom-json-api-list-posts-v1-1-endpoint.php' );
61
  require_once( $json_endpoints_dir . 'class.wpcom-json-api-update-post-v1-1-endpoint.php' );
62
 
 
 
 
 
 
 
 
 
63
  // Jetpack Only Endpoints
64
  $json_jetpack_endpoints_dir = dirname( __FILE__ ) . '/json-endpoints/jetpack/';
65
 
@@ -110,6 +118,24 @@ new WPCOM_JSON_API_List_Post_Formats_Endpoint( array(
110
  )
111
  ) );
112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  new WPCOM_JSON_API_List_Post_Types_Endpoint( array (
114
  'description' => 'Get a list of post types available for a site.',
115
  'group' => '__do_not_document',
@@ -737,6 +763,7 @@ new WPCOM_JSON_API_Update_Post_v1_1_Endpoint( array(
737
  'likes_enabled' => "(bool) Should the post be open to likes? Defaults to the blog's preference.",
738
  'sharing_enabled' => "(bool) Should sharing buttons show on this post? Defaults to true.",
739
  'menu_order' => "(int) (Pages Only) the order pages should appear in. Use 0 to maintain alphabetical order.",
 
740
  ),
741
 
742
  'example_request' => 'https://public-api.wordpress.com/rest/v1.1/sites/30434183/posts/new/',
@@ -851,6 +878,173 @@ new WPCOM_JSON_API_Update_Post_v1_1_Endpoint( array(
851
  }'
852
  ) );
853
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
854
  new WPCOM_JSON_API_Update_Post_Endpoint( array(
855
  'description' => 'Edit a post.',
856
  'group' => 'posts',
@@ -1055,6 +1249,7 @@ new WPCOM_JSON_API_Update_Post_v1_1_Endpoint( array(
1055
  'discussion' => '(object) A hash containing one or more of the following boolean values, which default to the blog\'s discussion preferences: `comments_open`, `pings_open`',
1056
  'likes_enabled' => "(bool) Should the post be open to likes?",
1057
  'menu_order' => "(int) (Pages only) the order pages should appear in. Use 0 to maintain alphabetical order.",
 
1058
  'sharing_enabled' => "(bool) Should sharing buttons show on this post?",
1059
  'featured_image' => "(string) The post ID of an existing attachment to set as the featured image. Pass an empty string to delete the existing image.",
1060
  'media' => "(media) An array of files to attach to the post. To upload media, the entire request should be multipart/form-data encoded. Multiple media items will be displayed in a gallery. Accepts jpg, jpeg, png, gif, pdf, doc, ppt, odt, pptx, docx, pps, ppsx, xls, xlsx, key. Audio and Video may also be available. See <code>allowed_file_types</code> in the options resposne of the site endpoint. <br /><br /><strong>Example</strong>:<br />" .
@@ -1177,6 +1372,171 @@ new WPCOM_JSON_API_Update_Post_v1_1_Endpoint( array(
1177
 
1178
  ) );
1179
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1180
  new WPCOM_JSON_API_Update_Post_Endpoint( array(
1181
  'description' => 'Delete a post. Note: If the post object is of type post or page and the trash is enabled, this request will send the post to the trash. A second request will permanently delete the post.',
1182
  'group' => 'posts',
@@ -1865,6 +2225,7 @@ new WPCOM_JSON_API_Get_Media_v1_1_Endpoint( array(
1865
  'caption' => '(string) User-provided caption of the file',
1866
  'description' => '(string) Description of the file',
1867
  'alt' => '(string) Alternative text for image files.',
 
1868
  'height' => '(int) (Image & video only) Height of the media item',
1869
  'width' => '(int) (Image & video only) Width of the media item',
1870
  'exif' => '(array) (Image & audio only) Exif (meta) information about the media item',
@@ -1893,6 +2254,7 @@ new WPCOM_JSON_API_Get_Media_v1_1_Endpoint( array(
1893
  "caption": "",
1894
  "description": "",
1895
  "alt": "",
 
1896
  "height": 602,
1897
  "width": 764,
1898
  "exif": {
@@ -2090,6 +2452,7 @@ new WPCOM_JSON_API_Update_Media_v1_1_Endpoint( array(
2090
  'caption' => '(string) User provided caption of the file',
2091
  'description' => '(string) Description of the file',
2092
  'alt' => '(string) Alternative text for image files.',
 
2093
  'height' => '(int) (Image & video only) Height of the media item',
2094
  'width' => '(int) (Image & video only) Width of the media item',
2095
  'exif' => '(array) (Image & audio only) Exif (meta) information about the media item',
@@ -2121,6 +2484,7 @@ new WPCOM_JSON_API_Update_Media_v1_1_Endpoint( array(
2121
  "caption": "",
2122
  "description": "",
2123
  "alt": "",
 
2124
  "height": 602,
2125
  "width": 764,
2126
  "exif": {
@@ -2202,6 +2566,7 @@ new WPCOM_JSON_API_Delete_Media_v1_1_Endpoint( array(
2202
  'caption' => '(string) User-provided caption of the file',
2203
  'description' => '(string) Description of the file',
2204
  'alt' => '(string) Alternative text for image files.',
 
2205
  'height' => '(int) (Image & video only) Height of the media item',
2206
  'width' => '(int) (Image & video only) Width of the media item',
2207
  'exif' => '(array) (Image & audio only) Exif (meta) information about the media item',
@@ -2231,6 +2596,7 @@ new WPCOM_JSON_API_Delete_Media_v1_1_Endpoint( array(
2231
  "caption": "",
2232
  "description": "",
2233
  "alt": "",
 
2234
  "height": 602,
2235
  "width": 764,
2236
  "exif": {
@@ -3360,3 +3726,248 @@ new WPCOM_JSON_API_Delete_Sharing_Button_Endpoint( array(
3360
  "success": "true"
3361
  }'
3362
  ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  require_once( $json_endpoints_dir . 'class.wpcom-json-api-list-posts-v1-1-endpoint.php' );
61
  require_once( $json_endpoints_dir . 'class.wpcom-json-api-update-post-v1-1-endpoint.php' );
62
 
63
+ // Custom Menus
64
+ require_once( $json_endpoints_dir . 'class.wpcom-json-api-menus-v1-1-endpoint.php' );
65
+
66
+ // **********
67
+ // v1.2
68
+ // **********
69
+ require_once( $json_endpoints_dir . 'class.wpcom-json-api-update-post-v1-2-endpoint.php' );
70
+
71
  // Jetpack Only Endpoints
72
  $json_jetpack_endpoints_dir = dirname( __FILE__ ) . '/json-endpoints/jetpack/';
73
 
118
  )
119
  ) );
120
 
121
+ new WPCOM_JSON_API_List_Page_Templates_Endpoint( array(
122
+ 'description' => 'Get a list of page templates supported by a site.',
123
+ 'group' => '__do_not_document',
124
+ 'stat' => 'sites:X:post-templates',
125
+
126
+ 'method' => 'GET',
127
+ 'path' => '/sites/%s/page-templates',
128
+ 'path_labels' => array(
129
+ '$site' => '(int|string) Site ID or domain',
130
+ ),
131
+ 'query_parameters' => array(
132
+ 'context' => false,
133
+ ),
134
+ 'response_format' => array(
135
+ 'templates' => '(array) A list of supported page templates. Contains label and file.',
136
+ )
137
+ ) );
138
+
139
  new WPCOM_JSON_API_List_Post_Types_Endpoint( array (
140
  'description' => 'Get a list of post types available for a site.',
141
  'group' => '__do_not_document',
763
  'likes_enabled' => "(bool) Should the post be open to likes? Defaults to the blog's preference.",
764
  'sharing_enabled' => "(bool) Should sharing buttons show on this post? Defaults to true.",
765
  'menu_order' => "(int) (Pages Only) the order pages should appear in. Use 0 to maintain alphabetical order.",
766
+ 'page_template' => '(string) (Pages Only) The page template this page should use.',
767
  ),
768
 
769
  'example_request' => 'https://public-api.wordpress.com/rest/v1.1/sites/30434183/posts/new/',
878
  }'
879
  ) );
880
 
881
+ new WPCOM_JSON_API_Update_Post_v1_2_Endpoint( array(
882
+ 'description' => 'Create a post.',
883
+ 'group' => 'posts',
884
+ 'stat' => 'posts:new',
885
+ 'min_version' => '1.2',
886
+ 'max_version' => '1.2',
887
+ 'method' => 'POST',
888
+ 'path' => '/sites/%s/posts/new',
889
+ 'path_labels' => array(
890
+ '$site' => '(int|string) Site ID or domain',
891
+ ),
892
+
893
+ 'request_format' => array(
894
+ // explicitly document all input
895
+ 'date' => "(ISO 8601 datetime) The post's creation time.",
896
+ 'title' => '(HTML) The post title.',
897
+ 'content' => '(HTML) The post content.',
898
+ 'excerpt' => '(HTML) An optional post excerpt.',
899
+ 'slug' => '(string) The name (slug) for the post, used in URLs.',
900
+ 'author' => '(string) The username or ID for the user to assign the post to.',
901
+ 'publicize' => '(array|bool) True or false if the post be publicized to external services. An array of services if we only want to publicize to a select few. Defaults to true.',
902
+ 'publicize_message' => '(string) Custom message to be publicized to external services.',
903
+ 'status' => array(
904
+ 'publish' => 'Publish the post.',
905
+ 'private' => 'Privately publish the post.',
906
+ 'draft' => 'Save the post as a draft.',
907
+ 'pending' => 'Mark the post as pending editorial approval.',
908
+ 'auto-draft' => 'Save a placeholder for a newly created post, with no content.',
909
+ ),
910
+ 'sticky' => array(
911
+ 'false' => 'Post is not marked as sticky.',
912
+ 'true' => 'Stick the post to the front page.',
913
+ ),
914
+ 'password' => '(string) The plaintext password protecting the post, or, more likely, the empty string if the post is not password protected.',
915
+ 'parent' => "(int) The post ID of the new post's parent.",
916
+ 'type' => "(string) The post type. Defaults to 'post'. Post types besides post and page need to be whitelisted using the <code>rest_api_allowed_post_types</code> filter.",
917
+ 'categories' => "(array|string) Comma-separated list or array of category names",
918
+ 'tags' => "(array|string) Comma-separated list or array of tag names",
919
+ 'categories_by_id' => "(array|string) Comma-separated list or array of category IDs",
920
+ 'tags_by_id' => "(array|string) Comma-separated list or array of tag IDs",
921
+ 'format' => get_post_format_strings(),
922
+ 'featured_image' => "(string) The post ID of an existing attachment to set as the featured image. Pass an empty string to delete the existing image.",
923
+ 'media' => "(media) An array of files to attach to the post. To upload media, the entire request should be multipart/form-data encoded. Multiple media items will be displayed in a gallery. Accepts jpg, jpeg, png, gif, pdf, doc, ppt, odt, pptx, docx, pps, ppsx, xls, xlsx, key. Audio and Video may also be available. See <code>allowed_file_types</code> in the options response of the site endpoint. Errors produced by media uploads, if any, will be in `media_errors` in the response. <br /><br /><strong>Example</strong>:<br />" .
924
+ "<code>curl \<br />--form 'title=Image Post' \<br />--form 'media[0]=@/path/to/file.jpg' \<br />--form 'media_attrs[0][caption]=My Great Photo' \<br />-H 'Authorization: BEARER your-token' \<br />'https://public-api.wordpress.com/rest/v1/sites/123/posts/new'</code>",
925
+ 'media_urls' => "(array) An array of URLs for images to attach to a post. Sideloads the media in for a post. Errors produced by media sideloading, if any, will be in `media_errors` in the response.",
926
+ 'media_attrs' => "(array) An array of attributes (`title`, `description` and `caption`) are supported to assign to the media uploaded via the `media` or `media_urls` properties. You must use a numeric index for the keys of `media_attrs` which follow the same sequence as `media` and `media_urls`. <br /><br /><strong>Example</strong>:<br />" .
927
+ "<code>curl \<br />--form 'title=Gallery Post' \<br />--form 'media[]=@/path/to/file1.jpg' \<br />--form 'media_urls[]=http://exapmple.com/file2.jpg' \<br /> \<br />--form 'media_attrs[0][caption]=This will be the caption for file1.jpg' \<br />--form 'media_attrs[1][title]=This will be the title for file2.jpg' \<br />-H 'Authorization: BEARER your-token' \<br />'https://public-api.wordpress.com/rest/v1/sites/123/posts/new'</code>",
928
+ 'metadata' => "(array) Array of metadata objects containing the following properties: `key` (metadata key), `id` (meta ID), `previous_value` (if set, the action will only occur for the provided previous value), `value` (the new value to set the meta to), `operation` (the operation to perform: `update` or `add`; defaults to `update`). All unprotected meta keys are available by default for read requests. Both unprotected and protected meta keys are avaiable for authenticated requests with proper capabilities. Protected meta keys can be made available with the <code>rest_api_allowed_public_metadata</code> filter.",
929
+ 'discussion' => '(object) A hash containing one or more of the following boolean values, which default to the blog\'s discussion preferences: `comments_open`, `pings_open`',
930
+ 'likes_enabled' => "(bool) Should the post be open to likes? Defaults to the blog's preference.",
931
+ 'sharing_enabled' => "(bool) Should sharing buttons show on this post? Defaults to true.",
932
+ 'menu_order' => "(int) (Pages Only) the order pages should appear in. Use 0 to maintain alphabetical order.",
933
+ 'page_template' => '(string) (Pages Only) The page template this page should use.',
934
+ ),
935
+
936
+ 'example_request' => 'https://public-api.wordpress.com/rest/v1.2/sites/30434183/posts/new/',
937
+
938
+ 'example_request_data' => array(
939
+ 'headers' => array(
940
+ 'authorization' => 'Bearer YOUR_API_TOKEN'
941
+ ),
942
+
943
+ 'body' => array(
944
+ 'title' => 'Hello World',
945
+ 'content' => 'Hello. I am a test post. I was created by the API',
946
+ 'tags' => 'tests',
947
+ 'categories' => 'API'
948
+ )
949
+ ),
950
+
951
+ 'example_response' => '
952
+ {
953
+ "ID": 1270,
954
+ "author": {
955
+ "ID": 18342963,
956
+ "email": false,
957
+ "name": "binarysmash",
958
+ "URL": "http:\/\/binarysmash.wordpress.com",
959
+ "avatar_URL": "http:\/\/0.gravatar.com\/avatar\/a178ebb1731d432338e6bb0158720fcc?s=96&d=identicon&r=G",
960
+ "profile_URL": "http:\/\/en.gravatar.com\/binarysmash"
961
+ },
962
+ "date": "2012-04-11T19:42:44+00:00",
963
+ "modified": "2012-04-11T19:42:44+00:00",
964
+ "title": "Hello World",
965
+ "URL": "http:\/\/opossumapi.wordpress.com\/2012\/04\/11\/hello-world-3\/",
966
+ "short_URL": "http:\/\/wp.me\/p23HjV-ku",
967
+ "content": "<p>Hello. I am a test post. I was created by the API<\/p>\n",
968
+ "excerpt": "<p>Hello. I am a test post. I was created by the API<\/p>\n",
969
+ "status": "publish",
970
+ "sticky": false,
971
+ "password": "",
972
+ "parent": false,
973
+ "type": "post",
974
+ "discussion": {
975
+ "comments_open": true,
976
+ "comment_status": "open",
977
+ "pings_open": true,
978
+ "ping_status": "open",
979
+ "comment_count": 0
980
+ },
981
+ "likes_enabled": true,
982
+ "sharing_enabled": true,
983
+ "like_count": 0,
984
+ "i_like": false,
985
+ "is_reblogged": false,
986
+ "is_following": false,
987
+ "featured_image": "",
988
+ "format": "standard",
989
+ "geo": false,
990
+ "capabilities": {
991
+ "publish_post": true,
992
+ "delete_post": true,
993
+ "edit_post": true,
994
+ },
995
+ "publicize_URLs": [
996
+
997
+ ],
998
+ "tags": {
999
+ "tests": {
1000
+ "name": "tests",
1001
+ "slug": "tests",
1002
+ "description": "",
1003
+ "post_count": 1,
1004
+ "meta": {
1005
+ "links": {
1006
+ "self": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183\/tags\/tests",
1007
+ "help": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183\/tags\/tests\/help",
1008
+ "site": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183"
1009
+ }
1010
+ }
1011
+ }
1012
+ },
1013
+ "categories": {
1014
+ "API": {
1015
+ "name": "API",
1016
+ "slug": "api",
1017
+ "description": "",
1018
+ "post_count": 1,
1019
+ "parent": 0,
1020
+ "meta": {
1021
+ "links": {
1022
+ "self": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183\/categories\/api",
1023
+ "help": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183\/categories\/api\/help",
1024
+ "site": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183"
1025
+ }
1026
+ }
1027
+ }
1028
+ },
1029
+ "metadata": {
1030
+ {
1031
+ "id" : 123,
1032
+ "key" : "test_meta_key",
1033
+ "value" : "test_value",
1034
+ }
1035
+ },
1036
+ "meta": {
1037
+ "links": {
1038
+ "self": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183\/posts\/1270",
1039
+ "help": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183\/posts\/1270\/help",
1040
+ "site": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183",
1041
+ "replies": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183\/posts\/1270\/replies\/",
1042
+ "likes": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183\/posts\/1270\/likes\/"
1043
+ }
1044
+ }
1045
+ }'
1046
+ ) );
1047
+
1048
  new WPCOM_JSON_API_Update_Post_Endpoint( array(
1049
  'description' => 'Edit a post.',
1050
  'group' => 'posts',
1249
  'discussion' => '(object) A hash containing one or more of the following boolean values, which default to the blog\'s discussion preferences: `comments_open`, `pings_open`',
1250
  'likes_enabled' => "(bool) Should the post be open to likes?",
1251
  'menu_order' => "(int) (Pages only) the order pages should appear in. Use 0 to maintain alphabetical order.",
1252
+ 'page_template' => '(string) (Pages Only) The page template this page should use.',
1253
  'sharing_enabled' => "(bool) Should sharing buttons show on this post?",
1254
  'featured_image' => "(string) The post ID of an existing attachment to set as the featured image. Pass an empty string to delete the existing image.",
1255
  'media' => "(media) An array of files to attach to the post. To upload media, the entire request should be multipart/form-data encoded. Multiple media items will be displayed in a gallery. Accepts jpg, jpeg, png, gif, pdf, doc, ppt, odt, pptx, docx, pps, ppsx, xls, xlsx, key. Audio and Video may also be available. See <code>allowed_file_types</code> in the options resposne of the site endpoint. <br /><br /><strong>Example</strong>:<br />" .
1372
 
1373
  ) );
1374
 
1375
+ new WPCOM_JSON_API_Update_Post_v1_2_Endpoint( array(
1376
+ 'description' => 'Edit a post.',
1377
+ 'group' => 'posts',
1378
+ 'stat' => 'posts:1:POST',
1379
+ 'min_version' => '1.2',
1380
+ 'max_version' => '1.2',
1381
+ 'method' => 'POST',
1382
+ 'path' => '/sites/%s/posts/%d',
1383
+ 'path_labels' => array(
1384
+ '$site' => '(int|string) Site ID or domain',
1385
+ '$post_ID' => '(int) The post ID',
1386
+ ),
1387
+
1388
+ 'request_format' => array(
1389
+ 'date' => "(ISO 8601 datetime) The post's creation time.",
1390
+ 'title' => '(HTML) The post title.',
1391
+ 'content' => '(HTML) The post content.',
1392
+ 'excerpt' => '(HTML) An optional post excerpt.',
1393
+ 'slug' => '(string) The name (slug) for the post, used in URLs.',
1394
+ 'author' => '(string) The username or ID for the user to assign the post to.',
1395
+ 'publicize' => '(array|bool) True or false if the post be publicized to external services. An array of services if we only want to publicize to a select few. Defaults to true.',
1396
+ 'publicize_message' => '(string) Custom message to be publicized to external services.',
1397
+ 'status' => array(
1398
+ 'publish' => 'Publish the post.',
1399
+ 'private' => 'Privately publish the post.',
1400
+ 'draft' => 'Save the post as a draft.',
1401
+ 'pending' => 'Mark the post as pending editorial approval.',
1402
+ ),
1403
+ 'sticky' => array(
1404
+ 'false' => 'Post is not marked as sticky.',
1405
+ 'true' => 'Stick the post to the front page.',
1406
+ ),
1407
+ 'password' => '(string) The plaintext password protecting the post, or, more likely, the empty string if the post is not password protected.',
1408
+ 'parent' => "(int) The post ID of the new post's parent.",
1409
+ 'categories' => "(array|string) Comma-separated list or array of category names",
1410
+ 'categories_by_id' => "(array|string) Comma-separated list or array of category IDs",
1411
+ 'tags' => "(array|string) Comma-separated list or array of tag names",
1412
+ 'tags_by_id' => "(array|string) Comma-separated list or array of tag IDs",
1413
+ 'format' => get_post_format_strings(),
1414
+ 'discussion' => '(object) A hash containing one or more of the following boolean values, which default to the blog\'s discussion preferences: `comments_open`, `pings_open`',
1415
+ 'likes_enabled' => "(bool) Should the post be open to likes?",
1416
+ 'menu_order' => "(int) (Pages only) the order pages should appear in. Use 0 to maintain alphabetical order.",
1417
+ 'page_template' => '(string) (Pages Only) The page template this page should use.',
1418
+ 'sharing_enabled' => "(bool) Should sharing buttons show on this post?",
1419
+ 'featured_image' => "(string) The post ID of an existing attachment to set as the featured image. Pass an empty string to delete the existing image.",
1420
+ 'media' => "(media) An array of files to attach to the post. To upload media, the entire request should be multipart/form-data encoded. Multiple media items will be displayed in a gallery. Accepts jpg, jpeg, png, gif, pdf, doc, ppt, odt, pptx, docx, pps, ppsx, xls, xlsx, key. Audio and Video may also be available. See <code>allowed_file_types</code> in the options resposne of the site endpoint. <br /><br /><strong>Example</strong>:<br />" .
1421
+ "<code>curl \<br />--form 'title=Image' \<br />--form 'media[]=@/path/to/file.jpg' \<br />-H 'Authorization: BEARER your-token' \<br />'https://public-api.wordpress.com/rest/v1/sites/123/posts/new'</code>",
1422
+ 'media_urls' => "(array) An array of URLs for images to attach to a post. Sideloads the media in for a post.",
1423
+ 'metadata' => "(array) Array of metadata objects containing the following properties: `key` (metadata key), `id` (meta ID), `previous_value` (if set, the action will only occur for the provided previous value), `value` (the new value to set the meta to), `operation` (the operation to perform: `update` or `add`; defaults to `update`). All unprotected meta keys are available by default for read requests. Both unprotected and protected meta keys are available for authenticated requests with proper capabilities. Protected meta keys can be made available with the <code>rest_api_allowed_public_metadata</code> filter.",
1424
+ ),
1425
+
1426
+ 'example_request' => 'https://public-api.wordpress.com/rest/v1.2/sites/30434183/posts/1222/',
1427
+
1428
+ 'example_request_data' => array(
1429
+ 'headers' => array(
1430
+ 'authorization' => 'Bearer YOUR_API_TOKEN'
1431
+ ),
1432
+
1433
+ 'body' => array(
1434
+ 'title' => 'Hello World (Again)',
1435
+ 'content' => 'Hello. I am an edited post. I was edited by the API',
1436
+ 'tags' => 'tests',
1437
+ 'categories' => 'API'
1438
+ )
1439
+ ),
1440
+
1441
+ 'example_response' => '
1442
+ {
1443
+ "ID": 1222,
1444
+ "author": {
1445
+ "ID": 422,
1446
+ "email": false,
1447
+ "name": "Justin Shreve",
1448
+ "URL": "http:\/\/justin.wordpress.com",
1449
+ "avatar_URL": "http:\/\/1.gravatar.com\/avatar\/9ea5b460afb2859968095ad3afe4804b?s=96&d=identicon&r=G",
1450
+ "profile_URL": "http:\/\/en.gravatar.com\/justin"
1451
+ },
1452
+ "date": "2012-04-11T15:53:52+00:00",
1453
+ "modified": "2012-04-11T19:44:35+00:00",
1454
+ "title": "Hello World (Again)",
1455
+ "URL": "http:\/\/opossumapi.wordpress.com\/2012\/04\/11\/hello-world-2\/",
1456
+ "short_URL": "http:\/\/wp.me\/p23HjV-jI",
1457
+ "content": "<p>Hello. I am an edited post. I was edited by the API<\/p>\n",
1458
+ "excerpt": "<p>Hello. I am an edited post. I was edited by the API<\/p>\n",
1459
+ "status": "publish",
1460
+ "sticky": false,
1461
+ "password": "",
1462
+ "parent": false,
1463
+ "type": "post",
1464
+ "discussion": {
1465
+ "comments_open": true,
1466
+ "comment_status": "open",
1467
+ "pings_open": true,
1468
+ "ping_status": "open",
1469
+ "comment_count": 5
1470
+ },
1471
+ "likes_enabled": true,
1472
+ "sharing_enabled": true,
1473
+ "like_count": 0,
1474
+ "i_like": false,
1475
+ "is_reblogged": false,
1476
+ "is_following": false,
1477
+ "featured_image": "",
1478
+ "post_thumbnail": null,
1479
+ "format": "standard",
1480
+ "geo": false,
1481
+ "capabilities": {
1482
+ "publish_post": true,
1483
+ "delete_post": true,
1484
+ "edit_post": true,
1485
+ },
1486
+ "publicize_URLs": [
1487
+
1488
+ ],
1489
+ "tags": {
1490
+ "tests": {
1491
+ "name": "tests",
1492
+ "slug": "tests",
1493
+ "description": "",
1494
+ "post_count": 2,
1495
+ "meta": {
1496
+ "links": {
1497
+ "self": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183\/tags\/tests",
1498
+ "help": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183\/tags\/tests\/help",
1499
+ "site": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183"
1500
+ }
1501
+ }
1502
+ }
1503
+ },
1504
+ "categories": {
1505
+ "API": {
1506
+ "name": "API",
1507
+ "slug": "api",
1508
+ "description": "",
1509
+ "post_count": 2,
1510
+ "parent": 0,
1511
+ "meta": {
1512
+ "links": {
1513
+ "self": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183\/categories\/api",
1514
+ "help": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183\/categories\/api\/help",
1515
+ "site": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183"
1516
+ }
1517
+ }
1518
+ }
1519
+ },
1520
+ "metadata": {
1521
+ {
1522
+ "id" : 123,
1523
+ "key" : "test_meta_key",
1524
+ "value" : "test_value",
1525
+ }
1526
+ },
1527
+ "meta": {
1528
+ "links": {
1529
+ "self": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183\/posts\/1222",
1530
+ "help": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183\/posts\/1222\/help",
1531
+ "site": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183",
1532
+ "replies": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183\/posts\/1222\/replies\/",
1533
+ "likes": "https:\/\/public-api.wordpress.com\/rest\/v1.2\/sites\/30434183\/posts\/1222\/likes\/"
1534
+ }
1535
+ }
1536
+ }'
1537
+
1538
+ ) );
1539
+
1540
  new WPCOM_JSON_API_Update_Post_Endpoint( array(
1541
  'description' => 'Delete a post. Note: If the post object is of type post or page and the trash is enabled, this request will send the post to the trash. A second request will permanently delete the post.',
1542
  'group' => 'posts',
2225
  'caption' => '(string) User-provided caption of the file',
2226
  'description' => '(string) Description of the file',
2227
  'alt' => '(string) Alternative text for image files.',
2228
+ 'thumbnails' => '(object) Media item thumbnail URL options',
2229
  'height' => '(int) (Image & video only) Height of the media item',
2230
  'width' => '(int) (Image & video only) Width of the media item',
2231
  'exif' => '(array) (Image & audio only) Exif (meta) information about the media item',
2254
  "caption": "",
2255
  "description": "",
2256
  "alt": "",
2257
+ "thumbnails": {},
2258
  "height": 602,
2259
  "width": 764,
2260
  "exif": {
2452
  'caption' => '(string) User provided caption of the file',
2453
  'description' => '(string) Description of the file',
2454
  'alt' => '(string) Alternative text for image files.',
2455
+ 'thumbnails' => '(object) Media item thumbnail URL options',
2456
  'height' => '(int) (Image & video only) Height of the media item',
2457
  'width' => '(int) (Image & video only) Width of the media item',
2458
  'exif' => '(array) (Image & audio only) Exif (meta) information about the media item',
2484
  "caption": "",
2485
  "description": "",
2486
  "alt": "",
2487
+ "thumbnails": {},
2488
  "height": 602,
2489
  "width": 764,
2490
  "exif": {
2566
  'caption' => '(string) User-provided caption of the file',
2567
  'description' => '(string) Description of the file',
2568
  'alt' => '(string) Alternative text for image files.',
2569
+ 'thumbnails' => '(object) Media item thumbnail URL options',
2570
  'height' => '(int) (Image & video only) Height of the media item',
2571
  'width' => '(int) (Image & video only) Width of the media item',
2572
  'exif' => '(array) (Image & audio only) Exif (meta) information about the media item',
2596
  "caption": "",
2597
  "description": "",
2598
  "alt": "",
2599
+ "thumbnails": {},
2600
  "height": 602,
2601
  "width": 764,
2602
  "exif": {
3726
  "success": "true"
3727
  }'
3728
  ) );
3729
+
3730
+ /*
3731
+ * Custom Menus endpoints
3732
+ */
3733
+ new WPCOM_JSON_API_Menus_New_Menu_Endpoint( array (
3734
+ 'method' => 'POST',
3735
+ 'description' => 'Create a new navigation menu.',
3736
+ 'group' => 'menus',
3737
+ 'stat' => 'menus:new-menu',
3738
+ 'path' => '/sites/%s/menus/new',
3739
+ 'path_labels' => array(
3740
+ '$site' => '(int|string) Site ID or domain',
3741
+ ),
3742
+ 'request_format' => array(
3743
+ 'name' => '(string) Name of menu',
3744
+ ),
3745
+ 'response_format' => array(
3746
+ 'id' => '(int) Newly created menu ID',
3747
+ ),
3748
+ 'example_request' => 'https://public-api.wordpress.com/sites/example.com/menus/new',
3749
+ 'example_request_data' => array(
3750
+ 'headers' => array( 'authorization' => 'Bearer YOUR_API_TOKEN' ),
3751
+ ),
3752
+ ) );
3753
+
3754
+ new WPCOM_JSON_API_Menus_Update_Menu_Endpoint( array (
3755
+ 'method' => 'POST',
3756
+ 'description' => 'Update a navigation menu.',
3757
+ 'group' => 'menus',
3758
+ 'stat' => 'menus:update-menu',
3759
+ 'path' => '/sites/%s/menus/%d',
3760
+ 'path_labels' => array(
3761
+ '$site' => '(int|string) Site ID or domain',
3762
+ '$menu_id' => '(int) Menu ID',
3763
+ ),
3764
+ 'request_format' => array(
3765
+ 'menu' => '(object) Updated menu object.<br/><br/>
3766
+ A menu object contains a name, items, locations, etc.
3767
+ Check the example response for the full structure.
3768
+ <br/><br/>
3769
+ Item objects contain fields relating to that item, e.g. id, type, content_id,
3770
+ but they can also contain other items objects - this nesting represents parents
3771
+ and child items in the item tree.'
3772
+ ),
3773
+ 'response_format' => array(
3774
+ 'menu' => '(object) Updated menu object',
3775
+ ),
3776
+ 'example_request' => 'https://public-api.wordpress.com/sites/example.com/menus/3433',
3777
+ 'example_request_data' => array(
3778
+ 'headers' => array( 'authorization' => 'Bearer YOUR_API_TOKEN' ),
3779
+ ),
3780
+ 'example_response' => '
3781
+ {
3782
+ "menu": {
3783
+ "id": 123,
3784
+ "name": "Menu 1",
3785
+ "description": "",
3786
+
3787
+ "items": [
3788
+ {
3789
+ "id": 1,
3790
+ "content_id": 321,
3791
+ "type": "page",
3792
+ "type_family": "post_type",
3793
+ "type_label": "Page",
3794
+ "url": "https://example.com/products/",
3795
+ "name": "Products",
3796
+ "link_target": "",
3797
+ "link_title": "",
3798
+ "description": "",
3799
+ "classes": [
3800
+ ""
3801
+ ],
3802
+ "xfn": "",
3803
+
3804
+ "items": [
3805
+ {
3806
+ "id": 2,
3807
+ "content_id": 322,
3808
+ "type": "page",
3809
+ "type_family": "post_type",
3810
+ "type_label": "Page",
3811
+ "url": "https://example.com/products/socks/",
3812
+ "name": "Socks",
3813
+ "link_target": "",
3814
+ "link_title": "",
3815
+ "description": "",
3816
+ "classes": [
3817
+ ""
3818
+ ],
3819
+ "xfn": ""
3820
+ }
3821
+ ]
3822
+ }
3823
+ ],
3824
+
3825
+ "locations": [
3826
+ "primary"
3827
+ ]
3828
+ }
3829
+ }',
3830
+ ) );
3831
+
3832
+ new WPCOM_JSON_API_Menus_List_Menus_Endpoint( array (
3833
+ 'method'=> 'GET',
3834
+ 'description' => 'Get a list of all navigation menus.',
3835
+ 'group' => 'menus',
3836
+ 'stat' => 'menus:list-menu',
3837
+ 'path' => '/sites/%s/menus/',
3838
+ 'path_labels' => array(
3839
+ '$site' => '(int|string) Site ID or domain',
3840
+ ),
3841
+ 'response_format' => array(
3842
+ 'menus' => '(array) A list of menu objects.<br/><br/>
3843
+ A menu object contains a name, items, locations, etc.
3844
+ Check the example response for the full structure.
3845
+ <br/><br/>
3846
+ Item objects contain fields relating to that item, e.g. id, type, content_id,
3847
+ but they can also contain other items objects - this nesting represents parents
3848
+ and child items in the item tree.',
3849
+ 'locations' => '(array) Locations where menus can be placed. List of objects, one per location.'
3850
+ ),
3851
+ 'example_request' => 'https://public-api.wordpress.com/sites/example.com/menus',
3852
+ 'example_request_data' => array(
3853
+ 'headers' => array( 'authorization' => 'Bearer YOUR_API_TOKEN' ),
3854
+ ),
3855
+ 'example_response' => '
3856
+ {
3857
+ "menus": [
3858
+ {
3859
+ "id": 1,
3860
+ "name": "Main pages",
3861
+ "description": "",
3862
+ "items": [],
3863
+ "locations": []
3864
+ },
3865
+ {
3866
+ "id": 2,
3867
+ "name": "Social media",
3868
+ "description": "",
3869
+ "items": [],
3870
+ "locations": [
3871
+ "primary"
3872
+ ]
3873
+ }
3874
+ ],
3875
+ "locations": [
3876
+ {
3877
+ "name": "primary",
3878
+ "description": "Primary Menu"
3879
+ },
3880
+ {
3881
+ "name": "social",
3882
+ "description": "Social Links"
3883
+ }
3884
+ ]
3885
+ }',
3886
+ ) );
3887
+
3888
+ new WPCOM_JSON_API_Menus_Get_Menu_Endpoint( array (
3889
+ 'method'=> 'GET',
3890
+ 'description' => 'Get a single navigation menu.',
3891
+ 'group' => 'menus',
3892
+ 'stat' => 'menus:get-menu',
3893
+ 'path' => '/sites/%s/menus/%d',
3894
+ 'path_labels' => array(
3895
+ '$site' => '(int|string) Site ID or domain',
3896
+ '$menu_id' => '(int) Menu ID',
3897
+ ),
3898
+ 'response_format' => array(
3899
+ 'menu' => '(object) A menu object.<br/><br/>
3900
+ A menu object contains a name, items, locations, etc.
3901
+ Check the example response for the full structure.
3902
+ <br/><br/>
3903
+ Item objects contain fields relating to that item, e.g. id, type, content_id,
3904
+ but they can also contain other items objects - this nesting represents parents
3905
+ and child items in the item tree.'
3906
+ ),
3907
+ 'example_request' => 'https://public-api.wordpress.com/sites/example.com/menus/3433',
3908
+ 'example_request_data' => array(
3909
+ 'headers' => array( 'authorization' => 'Bearer YOUR_API_TOKEN' ),
3910
+ ),
3911
+ 'example_response' => '
3912
+ {
3913
+ "id": 3433,
3914
+ "name": "Main",
3915
+ "description": "",
3916
+ "items": [
3917
+ {
3918
+ "id": 9,
3919
+ "content_id": 1,
3920
+ "type": "page",
3921
+ "type_family": "post_type",
3922
+ "type_label": "Page",
3923
+ "url": "https://example.com/about/",
3924
+ "name": "About",
3925
+ "link_target": "",
3926
+ "link_title": "",
3927
+ "description": "",
3928
+ "classes": [
3929
+ ""
3930
+ ],
3931
+ "xfn": ""
3932
+ },
3933
+ {
3934
+ "id": 10,
3935
+ "content_id": 8,
3936
+ "type": "jetpack-portfolio",
3937
+ "type_family": "post_type",
3938
+ "type_label": "Project",
3939
+ "url": "https://example.com/portfolio/projects/",
3940
+ "name": "Projects",
3941
+ "link_target": "",
3942
+ "link_title": "",
3943
+ "description": "",
3944
+ "classes": [
3945
+ ""
3946
+ ],
3947
+ "xfn": ""
3948
+ }
3949
+ ],
3950
+ "locations": [
3951
+ "primary"
3952
+ ]
3953
+ }',
3954
+ ) );
3955
+
3956
+ new WPCOM_JSON_API_Menus_Delete_Menu_Endpoint( array (
3957
+ 'method' => 'POST',
3958
+ 'description' => 'Delete a navigation menu',
3959
+ 'group' => 'menus',
3960
+ 'stat' => 'menus:delete-menu',
3961
+ 'path' => '/sites/%s/menus/%d/delete',
3962
+ 'path_labels' => array(
3963
+ '$site' => '(int|string) Site ID or domain',
3964
+ '$menu_id' => '(int) Menu ID',
3965
+ ),
3966
+ 'response_format' => array(
3967
+ 'deleted' => '(bool) Has the menu been deleted?',
3968
+ ),
3969
+ 'example_request' => 'https://public-api.wordpress.com/sites/example.com/menus/3433/delete',
3970
+ 'example_request_data' => array(
3971
+ 'headers' => array( 'authorization' => 'Bearer YOUR_API_TOKEN' ),
3972
+ ),
3973
+ ) );
json-endpoints/class.wpcom-json-api-get-site-endpoint.php CHANGED
@@ -260,10 +260,16 @@ class WPCOM_JSON_API_GET_Site_Endpoint extends WPCOM_JSON_API_Endpoint {
260
  }
261
  }
262
 
 
 
 
 
 
263
  $response[$key] = array(
264
  'timezone' => (string) get_option( 'timezone_string' ),
265
  'gmt_offset' => (float) get_option( 'gmt_offset' ),
266
  'videopress_enabled' => $has_videopress,
 
267
  'login_url' => wp_login_url(),
268
  'admin_url' => get_admin_url(),
269
  'is_mapped_domain' => $is_mapped_domain,
@@ -300,12 +306,6 @@ class WPCOM_JSON_API_GET_Site_Endpoint extends WPCOM_JSON_API_Endpoint {
300
  if ( $is_jetpack ) {
301
  $response['options']['jetpack_version'] = get_option( 'jetpack_version' );
302
 
303
- // If we are not on WPCOM, force WordPress to re-calculate available updates.
304
- if ( ! defined( 'IS_WPCOM' ) || ! IS_WPCOM ) {
305
- wp_get_update_data();
306
- }
307
- $response['options']['updates'] = Jetpack_Options::get_option( 'updates', array() );
308
-
309
  if( get_option( 'jetpack_main_network_site' ) ) {
310
  $response['options']['main_network_site'] = (string) rtrim( get_option( 'jetpack_main_network_site' ), '/' );
311
  }
@@ -382,6 +382,37 @@ class WPCOM_JSON_API_List_Post_Formats_Endpoint extends WPCOM_JSON_API_Endpoint
382
  }
383
  }
384
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
385
  class WPCOM_JSON_API_List_Post_Types_Endpoint extends WPCOM_JSON_API_Endpoint {
386
  static $post_type_keys_to_include = array( 'name', 'label', 'description', 'map_meta_cap' );
387
 
260
  }
261
  }
262
 
263
+ $upgraded_filetypes_enabled = false;
264
+ if ( $is_jetpack || get_option( 'use_upgraded_upload_filetypes' ) ) {
265
+ $upgraded_filetypes_enabled = true;
266
+ }
267
+
268
  $response[$key] = array(
269
  'timezone' => (string) get_option( 'timezone_string' ),
270
  'gmt_offset' => (float) get_option( 'gmt_offset' ),
271
  'videopress_enabled' => $has_videopress,
272
+ 'upgraded_filetypes_enabled' => $upgraded_filetypes_enabled,
273
  'login_url' => wp_login_url(),
274
  'admin_url' => get_admin_url(),
275
  'is_mapped_domain' => $is_mapped_domain,
306
  if ( $is_jetpack ) {
307
  $response['options']['jetpack_version'] = get_option( 'jetpack_version' );
308
 
 
 
 
 
 
 
309
  if( get_option( 'jetpack_main_network_site' ) ) {
310
  $response['options']['main_network_site'] = (string) rtrim( get_option( 'jetpack_main_network_site' ), '/' );
311
  }
382
  }
383
  }
384
 
385
+ class WPCOM_JSON_API_List_Page_Templates_Endpoint extends WPCOM_JSON_API_Endpoint {
386
+ // /sites/%s/page-templates -> $blog_id
387
+ function callback( $path = '', $blog_id = 0 ) {
388
+ $blog_id = $this->api->switch_to_blog_and_validate_user( $this->api->get_blog_id( $blog_id ) );
389
+ if ( is_wp_error( $blog_id ) ) {
390
+ return $blog_id;
391
+ }
392
+
393
+ if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) {
394
+ $this->load_theme_functions();
395
+ }
396
+
397
+ $response = array();
398
+ $page_templates = array();
399
+
400
+ $templates = get_page_templates();
401
+ ksort( $templates );
402
+
403
+ foreach ( array_keys( $templates ) as $label ) {
404
+ $page_templates[] = array(
405
+ 'label' => $label,
406
+ 'file' => $templates[ $label ]
407
+ );
408
+ }
409
+
410
+ $response['templates'] = $page_templates;
411
+
412
+ return $response;
413
+ }
414
+ }
415
+
416
  class WPCOM_JSON_API_List_Post_Types_Endpoint extends WPCOM_JSON_API_Endpoint {
417
  static $post_type_keys_to_include = array( 'name', 'label', 'description', 'map_meta_cap' );
418
 
json-endpoints/class.wpcom-json-api-get-taxonomies-endpoint.php CHANGED
@@ -59,7 +59,7 @@ class WPCOM_JSON_API_Get_Taxonomies_Endpoint extends WPCOM_JSON_API_Endpoint {
59
  }
60
 
61
  return array(
62
- 'found' => $found,
63
  'categories' => $cats_obj
64
  );
65
  }
@@ -77,7 +77,7 @@ class WPCOM_JSON_API_Get_Taxonomies_Endpoint extends WPCOM_JSON_API_Endpoint {
77
  }
78
 
79
  return array(
80
- 'found' => $found,
81
  'tags' => $tags_obj
82
  );
83
  }
59
  }
60
 
61
  return array(
62
+ 'found' => (int) $found,
63
  'categories' => $cats_obj
64
  );
65
  }
77
  }
78
 
79
  return array(
80
+ 'found' => (int) $found,
81
  'tags' => $tags_obj
82
  );
83
  }
json-endpoints/class.wpcom-json-api-list-media-v1-1-endpoint.php CHANGED
@@ -32,15 +32,17 @@ class WPCOM_JSON_API_List_Media_v1_1_Endpoint extends WPCOM_JSON_API_Endpoint {
32
  $this->date_range['after'] = $args['after'];
33
  }
34
 
35
- $query = array(
36
- 'post_type' => 'attachment',
37
- 'post_status' => 'inherit',
38
- 'post_parent' => $args['parent_id'],
39
- 'offset' => $args['offset'],
 
 
40
  'posts_per_page' => $args['number'],
41
- 'post_mime_type' => $args['mime_type'],
42
- 'order' => $args['order'],
43
- 'orderby' => $args['order_by'],
44
  's' => isset( $args['search'] ) ? $args['search'] : null,
45
  );
46
 
32
  $this->date_range['after'] = $args['after'];
33
  }
34
 
35
+
36
+
37
+ $query = array(
38
+ 'post_type' => 'attachment',
39
+ 'post_status' => 'inherit',
40
+ 'post_parent' => isset( $args['parent_id'] ) ? $args['parent_id'] : null,
41
+ 'offset' => isset( $args['offset'] ) ? $args['offset'] : null,
42
  'posts_per_page' => $args['number'],
43
+ 'post_mime_type' => isset( $args['mime_type'] ) ? $args['mime_type'] : null,
44
+ 'order' => isset( $args['order'] ) ? $args['order'] : 'DESC',
45
+ 'orderby' => isset( $args['order_by'] ) ? $args['order_by'] : 'date',
46
  's' => isset( $args['search'] ) ? $args['search'] : null,
47
  );
48
 
json-endpoints/class.wpcom-json-api-list-posts-v1-1-endpoint.php CHANGED
@@ -139,8 +139,11 @@ class WPCOM_JSON_API_List_Posts_v1_1_Endpoint extends WPCOM_JSON_API_Post_v1_1_E
139
  }
140
  } else if ( $args['sticky'] === 'require' ) {
141
  $sticky = get_option( 'sticky_posts' );
142
- if ( is_array( $sticky ) ) {
143
  $query['post__in'] = $sticky;
 
 
 
144
  }
145
  }
146
 
139
  }
140
  } else if ( $args['sticky'] === 'require' ) {
141
  $sticky = get_option( 'sticky_posts' );
142
+ if ( is_array( $sticky ) && ! empty( $sticky ) ) {
143
  $query['post__in'] = $sticky;
144
+ } else {
145
+ // no sticky posts exist
146
+ return array( 'found' => 0, 'posts' => array() );
147
  }
148
  }
149
 
json-endpoints/class.wpcom-json-api-menus-v1-1-endpoint.php ADDED
@@ -0,0 +1,697 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ abstract class WPCOM_JSON_API_Menus_Abstract_Endpoint extends WPCOM_JSON_API_Endpoint {
3
+
4
+ protected function switch_to_blog_and_validate_user( $site ) {
5
+ $site_id = $this->api->switch_to_blog_and_validate_user( $this->api->get_blog_id( $site ) );
6
+ if ( is_wp_error( $site_id ) ) {
7
+ return $site_id;
8
+ }
9
+
10
+ if ( ! current_user_can( 'edit_theme_options' ) ) {
11
+ return new WP_Error( 'unauthorised', 'User cannot edit theme options on this site.', 403 );
12
+ }
13
+
14
+ if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) {
15
+ $this->load_theme_functions();
16
+ }
17
+
18
+ return $site_id;
19
+ }
20
+
21
+
22
+ protected function get_locations() {
23
+ $locations = array();
24
+ $menus = get_registered_nav_menus();
25
+ if ( !empty( $menus ) ) {
26
+ foreach( $menus as $name => $description ) {
27
+ $locations[] = array( 'name' => $name, 'description' => $description );
28
+ }
29
+ }
30
+
31
+ $locations = array_merge( $locations, WPCOM_JSON_API_Menus_Widgets::get() );
32
+
33
+ // Primary (first) location should have defaultState -> default,
34
+ // all other locations (including widgets) should have defaultState -> empty.
35
+ for ( $i = 0; $i < count( $locations ); $i++ ) {
36
+ $locations[ $i ]['defaultState'] = $i ? 'empty' : 'default';
37
+ }
38
+ return $locations;
39
+ }
40
+
41
+ protected function simplify( $data ) {
42
+ $simplifier = new WPCOM_JSON_API_Menus_Simplifier( $data );
43
+ return $simplifier->translate();
44
+ }
45
+
46
+ protected function complexify( $data ) {
47
+ $complexifier = new WPCOM_JSON_API_Menus_Complexify( $data );
48
+ return $complexifier->translate();
49
+ }
50
+ }
51
+
52
+ abstract class WPCOM_JSON_API_Menus_Translator {
53
+ protected $filter = '';
54
+
55
+ protected $filters = array();
56
+
57
+ public function __construct( $menus ) {
58
+ $this->is_single_menu = ! is_array( $menus );
59
+ $this->menus = is_array( $menus ) ? $menus : array( $menus );
60
+ }
61
+
62
+ public function translate() {
63
+ $result = $this->menus;
64
+ foreach ( $this->filters as $f ) {
65
+ $result = call_user_func( array( $this, $f ), $result );
66
+ if ( is_wp_error($result ) ) {
67
+ return $result;
68
+ }
69
+ }
70
+ return $this->maybe_extract( $result );
71
+ }
72
+
73
+ protected function maybe_extract( $menus ) {
74
+ return $this->is_single_menu ? $menus[0] : $menus;
75
+ }
76
+
77
+ public function whitelist_and_rename_with( $object, $dict ) {
78
+ $keys = array_keys( $dict );
79
+ $return = array();
80
+ foreach ( (array) $object as $k => $v ) {
81
+ if ( in_array( $k, $keys ) ) {
82
+ if ( is_array( $dict[ $k ] ) ) {
83
+ settype( $v, $dict[ $k ]['type'] );
84
+ $return[ $dict[ $k ]['name'] ] = $v;
85
+ } else {
86
+ $new_k = $dict[ $k ];
87
+ $return[ $new_k ] = $v;
88
+ }
89
+ }
90
+ }
91
+ return $return;
92
+ }
93
+ }
94
+
95
+ class WPCOM_JSON_API_Menus_Simplifier extends WPCOM_JSON_API_Menus_Translator {
96
+ protected $filter = 'wpcom_menu_api_translator_simplify';
97
+
98
+ protected $filters = array(
99
+ 'whitelist_and_rename_keys',
100
+ 'add_locations',
101
+ 'treeify',
102
+ 'add_widget_locations',
103
+ );
104
+
105
+ protected $menu_whitelist = array(
106
+ 'term_id' => array( 'name' => 'id', 'type' => 'int' ),
107
+ 'name' => array( 'name' => 'name', 'type' => 'string' ),
108
+ 'description' => array( 'name' => 'description', 'type' => 'string' ),
109
+ 'items' => array( 'name' => 'items', 'type' => 'array' ),
110
+ );
111
+
112
+ protected $menu_item_whitelist = array(
113
+ 'db_id' => array( 'name' => 'id', 'type' => 'int' ),
114
+ 'object_id' => array( 'name' => 'content_id', 'type' => 'int' ),
115
+ 'object' => array( 'name' => 'type', 'type' => 'string' ),
116
+ 'type' => array( 'name' => 'type_family', 'type' => 'string' ),
117
+ 'type_label' => array( 'name' => 'type_label', 'type' => 'string' ),
118
+ 'title' => array( 'name' => 'name', 'type' => 'string' ),
119
+ 'menu_order' => array( 'name' => 'order', 'type' => 'int' ),
120
+ 'menu_item_parent' => array( 'name' => 'parent', 'type' => 'int' ),
121
+ 'url' => array( 'name' => 'url', 'type' => 'string' ),
122
+ 'target' => array( 'name' => 'link_target', 'type' => 'string' ),
123
+ 'attr_title' => array( 'name' => 'link_title', 'type' => 'string' ),
124
+ 'description' => array( 'name' => 'description', 'type' => 'string' ),
125
+ 'classes' => array( 'name' => 'classes', 'type' => 'array' ),
126
+ 'xfn' => array( 'name' => 'xfn', 'type' => 'string' ),
127
+ );
128
+
129
+ /**************************
130
+ * Filters methods
131
+ **************************/
132
+
133
+ public function treeify( $menus ) {
134
+ return array_map( array( $this, 'treeify_menu' ), $menus );
135
+ }
136
+
137
+ // turn the flat item list into a tree of items
138
+ protected function treeify_menu( $menu ) {
139
+ $indexed_nodes = array();
140
+ $tree = array();
141
+
142
+ foreach( $menu['items'] as &$item ) {
143
+ $indexed_nodes[ $item['id'] ] = &$item;
144
+ }
145
+
146
+ foreach( $menu['items'] as &$item ) {
147
+ if ( $item['parent'] && isset( $indexed_nodes[ $item['parent'] ] ) ) {
148
+ $parent_node = &$indexed_nodes[ $item['parent'] ];
149
+ if ( !isset( $parent_node['items'] ) ) {
150
+ $parent_node['items'] = array();
151
+ }
152
+ $parent_node['items'][ $item['order'] ] = &$item;
153
+ } else {
154
+ $tree[ $item['order'] ] = &$item;
155
+ }
156
+ unset( $item['order'] );
157
+ unset( $item['parent'] );
158
+ }
159
+
160
+ $menu['items'] = $tree;
161
+ $this->remove_item_keys( $menu );
162
+ return $menu;
163
+ }
164
+
165
+ // recursively ensure item lists are contiguous
166
+ protected function remove_item_keys( &$item ) {
167
+ if ( ! isset( $item['items'] ) || ! is_array( $item['items'] ) ) {
168
+ return;
169
+ }
170
+
171
+
172
+ foreach( $item['items'] as &$it ) {
173
+ $this->remove_item_keys( $it );
174
+ }
175
+
176
+ $item['items'] = array_values( $item['items'] );
177
+ }
178
+
179
+ protected function whitelist_and_rename_keys( $menus ) {
180
+ $transformed_menus = array();
181
+
182
+ foreach ( $menus as $menu ) {
183
+ $menu = $this->whitelist_and_rename_with( $menu, $this->menu_whitelist );
184
+
185
+ if ( isset( $menu['items'] ) ) {
186
+ foreach ( $menu['items'] as &$item ) {
187
+ $item = $this->whitelist_and_rename_with( $item, $this->menu_item_whitelist );
188
+ }
189
+ }
190
+
191
+ $transformed_menus[] = $menu;
192
+ }
193
+
194
+ return $transformed_menus;
195
+ }
196
+
197
+ protected function add_locations( $menus ) {
198
+ $menus_with_locations = array();
199
+
200
+ foreach( $menus as $menu ) {
201
+ $menu['locations'] = array_keys( get_nav_menu_locations(), $menu['id'] );
202
+ $menus_with_locations[] = $menu;
203
+ }
204
+
205
+ return $menus_with_locations;
206
+ }
207
+
208
+ protected function add_widget_locations( $menus ) {
209
+ $nav_menu_widgets = WPCOM_JSON_API_Menus_Widgets::get();
210
+
211
+ if ( ! is_array( $nav_menu_widgets ) ) {
212
+ return $menus;
213
+ }
214
+
215
+ foreach ( $menus as &$menu ) {
216
+ $widget_locations = array();
217
+
218
+ foreach ( $nav_menu_widgets as $key => $widget ) {
219
+ if ( is_array( $widget ) && isset( $widget['nav_menu'] ) &&
220
+ $widget['nav_menu'] === $menu['id'] ) {
221
+ $widget_locations[] = 'nav_menu_widget-' . $key;
222
+ }
223
+ }
224
+ $menu['locations'] = array_merge( $menu['locations'], $widget_locations );
225
+ }
226
+
227
+ return $menus;
228
+ }
229
+ }
230
+
231
+ class WPCOM_JSON_API_Menus_Complexify extends WPCOM_JSON_API_Menus_Translator {
232
+ protected $filter = 'wpcom_menu_api_translator_complexify';
233
+
234
+ protected $filters = array(
235
+ 'untreeify',
236
+ 'set_locations',
237
+ 'whitelist_and_rename_keys',
238
+ );
239
+
240
+ protected $menu_whitelist = array(
241
+ 'id' => 'term_id',
242
+ 'name' => 'menu-name',
243
+ 'description' => 'description',
244
+ 'items' => 'items',
245
+ );
246
+
247
+ protected $menu_item_whitelist = array(
248
+ 'id' => 'menu-item-db-id',
249
+ 'content_id' => 'menu-item-object-id',
250
+ 'type' => 'menu-item-object',
251
+ 'type_family' => 'menu-item-type',
252
+ 'type_label' => 'menu-item-type-label',
253
+ 'name' => 'menu-item-title',
254
+ 'order' => 'menu-item-position',
255
+ 'parent' => 'menu-item-parent-id',
256
+ 'url' => 'menu-item-url',
257
+ 'link_target' => 'menu-item-target',
258
+ 'link_title' => 'menu-item-attr-title',
259
+ 'status' => 'menu-item-status',
260
+ 'tmp_id' => 'tmp_id',
261
+ 'tmp_parent' => 'tmp_parent',
262
+ 'description' => 'menu-item-description',
263
+ 'classes' => 'menu-item-classes',
264
+ 'xfn' => 'menu-item-xfn',
265
+ );
266
+
267
+ /**************************
268
+ * Filters methods
269
+ **************************/
270
+
271
+ public function untreeify( $menus ) {
272
+ return array_map( array( $this, 'untreeify_menu' ), $menus );
273
+ }
274
+
275
+ // convert the tree of menu items to a flat list suitable for
276
+ // the nav_menu APIs
277
+ protected function untreeify_menu( $menu ) {
278
+ if ( empty( $menu['items'] ) ) {
279
+ return $menu;
280
+ }
281
+
282
+ $items_list = array();
283
+ $counter = 1;
284
+ foreach ( $menu['items'] as &$item ) {
285
+ $item[ 'parent' ] = 0;
286
+ }
287
+ $this->untreeify_items( $menu['items'], $items_list, $counter );
288
+ $menu['items'] = $items_list;
289
+
290
+ return $menu;
291
+ }
292
+
293
+ /**
294
+ * Recurse the items tree adding each item to a flat list and restoring
295
+ * `order` and `parent` fields.
296
+ *
297
+ * @param array $items item tree
298
+ * @param array &$items_list output flat list of items
299
+ * @param int &$counter for creating temporary IDs
300
+ */
301
+ protected function untreeify_items( $items, &$items_list, &$counter ) {
302
+ foreach( $items as $index => $item ) {
303
+ $item['order'] = $index + 1;
304
+
305
+ if( ! isset( $item['id'] ) ) {
306
+ $this->set_tmp_id( $item, $counter++ );
307
+ }
308
+
309
+ if ( isset( $item['items'] ) && is_array( $item['items'] ) ) {
310
+ foreach ( $item['items'] as &$i ) {
311
+ $i['parent'] = $item['id'];
312
+ }
313
+ $this->untreeify_items( $item[ 'items' ], $items_list, $counter );
314
+ unset( $item['items'] );
315
+ }
316
+
317
+ $items_list[] = $item;
318
+ }
319
+ }
320
+
321
+ /**
322
+ * Populate `tmp_id` field for a new item, and `tmp_parent` field
323
+ * for all its children, to maintain the hierarchy.
324
+ * These fields will be used when creating
325
+ * new items with wp_update_nav_menu_item().
326
+ */
327
+ private function set_tmp_id( &$item, $tmp_id ) {
328
+ $item['tmp_id'] = $tmp_id;
329
+ if ( ! isset( $item['items'] ) || ! is_array( $item['items'] ) ) {
330
+ return;
331
+ }
332
+ foreach ( $item['items'] as &$child ) {
333
+ $child['tmp_parent'] = $tmp_id;
334
+ }
335
+ }
336
+
337
+ protected function whitelist_and_rename_keys( $menus ) {
338
+ $transformed_menus = array();
339
+ foreach ( $menus as $menu ) {
340
+ $menu = $this->whitelist_and_rename_with( $menu, $this->menu_whitelist );
341
+ if ( isset( $menu['items'] ) ) {
342
+ $menu['items'] = array_map( array( $this, 'whitelist_and_rename_item_keys' ), $menu['items'] );
343
+ }
344
+ $transformed_menus[] = $menu;
345
+ }
346
+
347
+ return $transformed_menus;
348
+ }
349
+
350
+ protected function whitelist_and_rename_item_keys( $item ) {
351
+ $item = $this->implode_array_fields( $item );
352
+ $item = $this->whitelist_and_rename_with( $item, $this->menu_item_whitelist );
353
+ return $item;
354
+ }
355
+
356
+ // all item fields are set as strings
357
+ protected function implode_array_fields( $menu_item ) {
358
+ return array_map( array( $this, 'implode_array_field' ), $menu_item );
359
+ }
360
+
361
+ protected function implode_array_field( $field ) {
362
+ if ( is_array( $field ) ) {
363
+ return implode( ' ', $field );
364
+ }
365
+ return $field;
366
+ }
367
+
368
+ protected function set_locations( $menus ) {
369
+ foreach ( $menus as $menu ) {
370
+ if ( isset( $menu['locations'] ) ) {
371
+ if ( true !== $this->locations_are_valid( $menu['locations'] ) ) {
372
+ return $this->locations_are_valid( $menu['locations'] );
373
+ }
374
+ }
375
+ }
376
+
377
+ return array_map( array( $this, 'set_location' ), $menus );
378
+ }
379
+
380
+ protected function set_location( $menu ) {
381
+ $this->set_menu_at_locations( $menu['locations'], $menu['id'] );
382
+ return $menu;
383
+ }
384
+
385
+ protected function set_menu_at_locations( $locations, $menu_id ) {
386
+ $location_map = get_nav_menu_locations();
387
+ $this->remove_menu_from_all_locations( $menu_id, $location_map );
388
+
389
+ if ( is_array( $locations ) ) {
390
+ foreach ( $locations as $location ) {
391
+ $location_map[ $location ] = $menu_id;
392
+ }
393
+ }
394
+
395
+ set_theme_mod( 'nav_menu_locations', $location_map );
396
+
397
+ $this->set_widget_menu_at_locations( $locations, $menu_id );
398
+ }
399
+
400
+ protected function remove_menu_from_all_locations( $menu_id, &$location_map ) {
401
+ foreach ( get_nav_menu_locations() as $existing_location => $existing_menu_id) {
402
+ if ( $existing_menu_id == $menu_id ) {
403
+ unset( $location_map[$existing_location] );
404
+ }
405
+ }
406
+ }
407
+
408
+ protected function set_widget_menu_at_locations( $locations, $menu_id ) {
409
+ $nav_menu_widgets = get_option( 'widget_nav_menu' );
410
+
411
+ if ( ! is_array( $nav_menu_widgets ) ) {
412
+ return;
413
+ }
414
+
415
+ // Remove menus from all custom menu widget locations
416
+ foreach ( $nav_menu_widgets as &$widget ) {
417
+ if ( is_array( $widget ) && $widget['nav_menu'] == $menu_id ) {
418
+ $widget['nav_menu'] = 0;
419
+ }
420
+ }
421
+
422
+ if ( is_array( $locations ) ) {
423
+ foreach ( $locations as $location ) {
424
+ if ( preg_match( '/^nav_menu_widget-(\d+)/', $location, $matches ) ) {
425
+ if ( isset( $matches[1] ) ) {
426
+ $nav_menu_widgets[$matches[1]]['nav_menu'] = $menu_id;
427
+ }
428
+ }
429
+ }
430
+ }
431
+
432
+ update_option( 'widget_nav_menu', $nav_menu_widgets );
433
+ }
434
+
435
+ protected function locations_are_valid( $locations ) {
436
+ if ( is_int( $locations ) ) {
437
+ if ( $locations != 0) {
438
+ return new WP_Error( 'locations-int', 'Locations int must be 0.', 400 );
439
+ } else {
440
+ return true;
441
+ }
442
+ } elseif ( is_array( $locations ) ) {
443
+ foreach ( $locations as $location_name ) {
444
+ if ( ! $this->location_name_exists( $location_name ) ) {
445
+ return new WP_Error( 'locations-array',
446
+ sprintf( "Location '%s' does not exist.", $location_name ), 404 );
447
+ }
448
+ }
449
+ return true;
450
+ }
451
+ return new WP_Error( 'locations', 'Locations must be array or integer.', 400 );
452
+ }
453
+
454
+ protected function location_name_exists( $location_name ) {
455
+ $widget_location_names = wp_list_pluck( WPCOM_JSON_API_Menus_Widgets::get(), 'name' );
456
+
457
+ if ( ! is_array( get_registered_nav_menus() ) ) {
458
+ return false;
459
+ }
460
+
461
+ return array_key_exists( $location_name, get_registered_nav_menus() ) ||
462
+ in_array( $location_name, $widget_location_names );
463
+ }
464
+
465
+ }
466
+
467
+ class WPCOM_JSON_API_Menus_New_Menu_Endpoint extends WPCOM_JSON_API_Menus_Abstract_Endpoint {
468
+ function callback( $path = '', $site = 0 ) {
469
+ $site_id = $this->switch_to_blog_and_validate_user( $this->api->get_blog_id( $site ) );
470
+
471
+ if ( is_wp_error( $site_id ) ) {
472
+ return $site_id;
473
+ }
474
+
475
+ $data = $this->input();
476
+
477
+ $id = wp_create_nav_menu( $data['name'] );
478
+
479
+ if ( is_wp_error( $id ) ) {
480
+ return $id;
481
+ }
482
+
483
+ return array( 'id' => $id );
484
+ }
485
+ }
486
+
487
+ class WPCOM_JSON_API_Menus_Update_Menu_Endpoint extends WPCOM_JSON_API_Menus_Abstract_Endpoint {
488
+ function callback( $path = '', $site = 0, $menu_id = 0 ) {
489
+ $site_id = $this->switch_to_blog_and_validate_user( $this->api->get_blog_id( $site ) );
490
+
491
+ if ( is_wp_error( $site_id ) ) {
492
+ return $site_id;
493
+ }
494
+
495
+ if ( $menu_id <= 0 ) {
496
+ return new WP_Error( 'menu-id', 'Menu ID must be greater than 0.', 400 );
497
+ }
498
+
499
+ $data = $this->input( true, false );
500
+ $data = $this->complexify( array( $data ) );
501
+ if ( is_wp_error( $data ) ) {
502
+ return $data;
503
+ }
504
+ $data = $data[0];
505
+
506
+ // Avoid special-case handling of an unset 'items' field in empty menus
507
+ $data['items'] = isset( $data['items'] ) ? $data['items'] : array();
508
+
509
+ $data = $this->create_new_items( $data, $menu_id );
510
+
511
+ $result = wp_update_nav_menu_object( $menu_id, array( 'menu-name' => $data['menu-name'] ) );
512
+
513
+ if ( is_wp_error( $result ) ) {
514
+ return $result;
515
+ }
516
+
517
+ $delete_status = $this->delete_items_not_present( $menu_id, $data['items'] );
518
+ if( is_wp_error( $delete_status ) ) {
519
+ return $delete_status;
520
+ }
521
+
522
+ foreach ( $data['items'] as $item ) {
523
+ $item_id = isset( $item['menu-item-db-id'] ) ? $item['menu-item-db-id'] : 0;
524
+ $result = wp_update_nav_menu_item( $menu_id, $item_id, $item );
525
+ if ( is_wp_error( $result ) ) {
526
+ return $result;
527
+ }
528
+ }
529
+
530
+ $items = wp_get_nav_menu_items( $menu_id, array( 'update_post_term_cache' => false ) );
531
+
532
+ if ( is_wp_error( $items ) ) {
533
+ return $items;
534
+ }
535
+
536
+ $menu = wp_get_nav_menu_object( $menu_id );
537
+ $menu->items = $items;
538
+
539
+ return array( 'menu' => $this->simplify( $menu ) );
540
+ }
541
+
542
+ /**
543
+ * New items can have a 'tmp_id', allowing them to
544
+ * be used as parent items before they have been created.
545
+ *
546
+ * This function will create items that have a 'tmp_id' set, and
547
+ * update any items with a 'tmp_parent' to use the
548
+ * newly created item as a parent.
549
+ */
550
+ function create_new_items( $data, $menu_id ) {
551
+ $tmp_to_actual_ids = array();
552
+ foreach ( $data['items'] as &$item ) {
553
+ if ( isset( $item['tmp_id'] ) ) {
554
+ $actual_id = wp_update_nav_menu_item( $menu_id, 0, $item );
555
+ $tmp_to_actual_ids[ $item['tmp_id'] ] = $actual_id;
556
+ unset( $item['tmp_id'] );
557
+ $item['menu-item-db-id'] = $actual_id;
558
+ }
559
+ }
560
+
561
+ foreach ( $data['items'] as &$item ) {
562
+ if ( isset( $item['tmp_parent'] ) ) {
563
+ $item['menu-item-parent-id'] = $tmp_to_actual_ids[ $item['tmp_parent'] ];
564
+ unset( $item['tmp_parent'] );
565
+ }
566
+ }
567
+
568
+ return $data;
569
+ }
570
+
571
+ /**
572
+ * remove any existing menu items not present in the supplied array.
573
+ * returns wp_error if an item cannot be deleted.
574
+ */
575
+ function delete_items_not_present( $menu_id, $menu_items ) {
576
+
577
+ $existing_items = wp_get_nav_menu_items( $menu_id, array( 'update_post_term_cache' => false ) );
578
+ if ( ! is_array( $existing_items ) ) {
579
+ return true;
580
+ }
581
+
582
+ $existing_ids = wp_list_pluck( $existing_items, 'db_id' );
583
+ $ids_to_keep = wp_list_pluck( $menu_items, 'menu-item-db-id' );
584
+ $ids_to_remove = array_diff( $existing_ids, $ids_to_keep );
585
+
586
+ foreach ( $ids_to_remove as $id ) {
587
+ if ( false === wp_delete_post( $id, true ) ) {
588
+ return new WP_Error( 'menu-item',
589
+ sprintf( 'Failed to delete menu item with id: %d.', $id ), 400 );
590
+ }
591
+ }
592
+
593
+ return true;
594
+ }
595
+ }
596
+
597
+ class WPCOM_JSON_API_Menus_List_Menus_Endpoint extends WPCOM_JSON_API_Menus_Abstract_Endpoint {
598
+ function callback( $path = '', $site = 0 ) {
599
+ $site_id = $this->switch_to_blog_and_validate_user( $this->api->get_blog_id( $site ) );
600
+
601
+ if ( is_wp_error( $site_id ) ) {
602
+ return $site_id;
603
+ }
604
+
605
+ $menus = wp_get_nav_menus( array( 'orderby' => 'term_id' ) );
606
+
607
+ if ( is_wp_error( $menus ) ) {
608
+ return $menus;
609
+ }
610
+
611
+ foreach ( $menus as $m ) {
612
+ $items = wp_get_nav_menu_items( $m->term_id, array( 'update_post_term_cache' => false ) );
613
+ if ( is_wp_error( $items ) ) {
614
+ return $items;
615
+ }
616
+ $m->items = $items;
617
+ }
618
+
619
+ $menus = $this->simplify( $menus );
620
+
621
+ if ( is_wp_error( $this->get_locations() ) ) {
622
+ return $this->get_locations();
623
+ }
624
+
625
+ return array( 'menus' => $menus, 'locations' => $this->get_locations() );
626
+ }
627
+ }
628
+
629
+ class WPCOM_JSON_API_Menus_Get_Menu_Endpoint extends WPCOM_JSON_API_Menus_Abstract_Endpoint {
630
+ function callback( $path = '', $site = 0, $menu_id = 0 ) {
631
+ $site_id = $this->switch_to_blog_and_validate_user( $this->api->get_blog_id( $site ) );
632
+
633
+ if ( is_wp_error( $site_id ) ) {
634
+ return $site_id;
635
+ }
636
+
637
+ if ( $menu_id <= 0 ) {
638
+ return new WP_Error( 'menu-id', 'Menu ID must be greater than 0.', 400 );
639
+ }
640
+
641
+ $menu = get_term( $menu_id, 'nav_menu' );
642
+
643
+ if ( is_wp_error( $menu ) ) {
644
+ return $menu;
645
+ }
646
+
647
+ $items = wp_get_nav_menu_items( $menu_id, array( 'update_post_term_cache' => false ) );
648
+
649
+ if ( is_wp_error( $items ) ) {
650
+ return $items;
651
+ }
652
+
653
+ $menu->items = $items;
654
+
655
+ return $this->simplify( $menu );
656
+ }
657
+ }
658
+
659
+ class WPCOM_JSON_API_Menus_Delete_Menu_Endpoint extends WPCOM_JSON_API_Menus_Abstract_Endpoint {
660
+ function callback( $path = '', $site = 0, $menu_id = 0 ) {
661
+ $site_id = $this->switch_to_blog_and_validate_user( $this->api->get_blog_id( $site ) );
662
+
663
+ if ( is_wp_error( $site_id ) ) {
664
+ return $site_id;
665
+ }
666
+
667
+ if ( $menu_id <= 0 ) {
668
+ return new WP_Error( 'menu-id', 'Menu ID must be greater than 0.', 400 );
669
+ }
670
+
671
+ $result = wp_delete_nav_menu( $menu_id );
672
+ if ( ! is_wp_error( $result ) ) {
673
+ $result = array( 'deleted' => $result );
674
+ }
675
+
676
+ return $result;
677
+ }
678
+ }
679
+
680
+ class WPCOM_JSON_API_Menus_Widgets {
681
+ static function get() {
682
+ $locations = array();
683
+ $nav_menu_widgets = get_option( 'widget_nav_menu' );
684
+
685
+ if ( ! is_array( $nav_menu_widgets ) ) {
686
+ return $locations;
687
+ }
688
+
689
+ foreach ( $nav_menu_widgets as $k => $v ) {
690
+ if ( is_array( $v ) && isset( $v['title'] ) ) {
691
+ $locations[$k] = array( 'name' => 'nav_menu_widget-' . $k, 'description' => $v['title'] );
692
+ }
693
+ }
694
+
695
+ return $locations;
696
+ }
697
+ }
json-endpoints/class.wpcom-json-api-post-v1-1-endpoint.php CHANGED
@@ -40,7 +40,8 @@ abstract class WPCOM_JSON_API_Post_v1_1_Endpoint extends WPCOM_JSON_API_Endpoint
40
  'post_thumbnail' => '(object>attachment) The attachment object for the featured image if it has one.',
41
  'format' => array(), // see constructor
42
  'geo' => '(object>geo|false)',
43
- 'menu_order' => '(int) (Pages Only) The order pages should appear in.',
 
44
  'publicize_URLs' => '(array:URL) Array of Twitter and Facebook URLs published by this post.',
45
  'tags' => '(object:tag) Hash of tags (keyed by tag name) applied to the post.',
46
  'categories' => '(object:category) Hash of categories (keyed by category name) applied to the post.',
@@ -306,7 +307,7 @@ abstract class WPCOM_JSON_API_Post_v1_1_Endpoint extends WPCOM_JSON_API_Endpoint
306
  $response[$key] = (string) $this->api->add_global_ID( $blog_id, $post->ID );
307
  break;
308
  case 'featured_image' :
309
- if ( $is_jetpack && ( defined( 'IS_WPCOM' ) && IS_WPCOM ) ) {
310
  $response[ $key ] = get_post_meta( $post->ID, '_jetpack_featured_image', true );
311
  } else {
312
  $image_attributes = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' );
@@ -367,6 +368,9 @@ abstract class WPCOM_JSON_API_Post_v1_1_Endpoint extends WPCOM_JSON_API_Endpoint
367
  case 'menu_order':
368
  $response[$key] = (int) $post->menu_order;
369
  break;
 
 
 
370
  case 'publicize_URLs' :
371
  $publicize_URLs = array();
372
  $publicize = get_post_meta( $post->ID, 'publicize_results', true );
40
  'post_thumbnail' => '(object>attachment) The attachment object for the featured image if it has one.',
41
  'format' => array(), // see constructor
42
  'geo' => '(object>geo|false)',
43
+ 'menu_order' => '(int) (Pages Only) The order pages should appear in.',
44
+ 'page_template' => '(string) (Pages Only) The page template this page is using.',
45
  'publicize_URLs' => '(array:URL) Array of Twitter and Facebook URLs published by this post.',
46
  'tags' => '(object:tag) Hash of tags (keyed by tag name) applied to the post.',
47
  'categories' => '(object:category) Hash of categories (keyed by category name) applied to the post.',
307
  $response[$key] = (string) $this->api->add_global_ID( $blog_id, $post->ID );
308
  break;
309
  case 'featured_image' :
310
+ if ( $is_jetpack && ( defined( 'IS_WPCOM' ) && IS_WPCOM ) ) {
311
  $response[ $key ] = get_post_meta( $post->ID, '_jetpack_featured_image', true );
312
  } else {
313
  $image_attributes = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' );
368
  case 'menu_order':
369
  $response[$key] = (int) $post->menu_order;
370
  break;
371
+ case 'page_template':
372
+ $response[$key] = (string) get_post_meta( $post->ID, '_wp_page_template', true );
373
+ break;
374
  case 'publicize_URLs' :
375
  $publicize_URLs = array();
376
  $publicize = get_post_meta( $post->ID, 'publicize_results', true );
json-endpoints/class.wpcom-json-api-update-comment-endpoint.php CHANGED
@@ -63,7 +63,7 @@ class WPCOM_JSON_API_Update_Comment_Endpoint extends WPCOM_JSON_API_Comment_Endp
63
  return $can_view;
64
  }
65
 
66
- $post_status = get_post_status_object( $post->post_status );
67
  if ( !$post_status->public && !$post_status->private ) {
68
  return new WP_Error( 'unauthorized', 'Comments on drafts are not allowed', 403 );
69
  }
63
  return $can_view;
64
  }
65
 
66
+ $post_status = get_post_status_object( get_post_status( $post ) );
67
  if ( !$post_status->public && !$post_status->private ) {
68
  return new WP_Error( 'unauthorized', 'Comments on drafts are not allowed', 403 );
69
  }
json-endpoints/class.wpcom-json-api-update-post-endpoint.php CHANGED
@@ -296,11 +296,16 @@ class WPCOM_JSON_API_Update_Post_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
296
 
297
  }
298
 
299
-
300
  if ( !$post_id || is_wp_error( $post_id ) ) {
301
  return $post_id;
302
  }
303
 
 
 
 
 
 
 
304
  if ( $has_media ) {
305
  $this->api->trap_wp_die( 'upload_error' );
306
  foreach ( $input['media'] as $media_item ) {
@@ -389,9 +394,16 @@ class WPCOM_JSON_API_Update_Post_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
389
  // to instead flag the ones we don't want to be skipped. proceed with said logic.
390
  // any posts coming from Path (client ID 25952) should also not publicize
391
  if ( $publicize === false || 25952 == $this->api->token_details['client_id'] ) {
392
- // No publicize at all, skipp all by full service
393
  foreach ( $GLOBALS['publicize_ui']->publicize->get_services( 'all' ) as $name => $service ) {
394
- update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $name, 1 );
 
 
 
 
 
 
 
395
  }
396
  } else if ( is_array( $publicize ) && ( count ( $publicize ) > 0 ) ) {
397
  foreach ( $GLOBALS['publicize_ui']->publicize->get_services( 'all' ) as $name => $service ) {
@@ -409,20 +421,40 @@ class WPCOM_JSON_API_Update_Post_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
409
  * EG: array( 'twitter', 'facebook' => '(int) $pub_conn_id_0, (int) $pub_conn_id_3' ) will publicize to all available Twitter accounts, but only 2 of potentially many Facebook connections
410
  * Form data: publicize[]=twitter&publicize[facebook]=$pub_conn_id_0,$pub_conn_id_3
411
  */
 
 
 
 
 
 
 
 
 
 
 
 
412
  if ( !in_array( $name, $publicize ) && !array_key_exists( $name, $publicize ) ) {
413
- // Skip the whole service
414
- update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $name, 1 );
 
 
415
  } else if ( !empty( $publicize[ $name ] ) ) {
416
  // Seems we're being asked to only push to [a] specific connection[s].
417
  // Explode the list on commas, which will also support a single passed ID
418
  $requested_connections = explode( ',', ( preg_replace( '/[\s]*/', '', $publicize[ $name ] ) ) );
419
- // Get the user's connections and flag the ones we can't match with the requested list to be skipped.
420
- $service_connections = $GLOBALS['publicize_ui']->publicize->get_connections( $name );
421
  foreach ( $service_connections as $service_connection ) {
422
  if ( !in_array( $service_connection->meta['connection_data']->id, $requested_connections ) ) {
423
  update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $service_connection->unique_id, 1 );
 
 
424
  }
425
  }
 
 
 
 
 
426
  }
427
  }
428
  }
@@ -463,6 +495,14 @@ class WPCOM_JSON_API_Update_Post_Endpoint extends WPCOM_JSON_API_Post_Endpoint {
463
  $unslashed_existing_meta_key = wp_unslash( $existing_meta_item->meta_key );
464
  $existing_meta_item->meta_key = wp_slash( $existing_meta_item->meta_key );
465
 
 
 
 
 
 
 
 
 
466
  switch ( $meta->operation ) {
467
  case 'delete':
468
 
296
 
297
  }
298
 
 
299
  if ( !$post_id || is_wp_error( $post_id ) ) {
300
  return $post_id;
301
  }
302
 
303
+ // make sure this post actually exists and is not an error of some kind (ie, trying to load media in the posts endpoint)
304
+ $post_check = $this->get_post_by( 'ID', $post_id, $args['context'] );
305
+ if ( is_wp_error( $post_check ) ) {
306
+ return $post_check;
307
+ }
308
+
309
  if ( $has_media ) {
310
  $this->api->trap_wp_die( 'upload_error' );
311
  foreach ( $input['media'] as $media_item ) {
394
  // to instead flag the ones we don't want to be skipped. proceed with said logic.
395
  // any posts coming from Path (client ID 25952) should also not publicize
396
  if ( $publicize === false || 25952 == $this->api->token_details['client_id'] ) {
397
+ // No publicize at all, skip all by ID
398
  foreach ( $GLOBALS['publicize_ui']->publicize->get_services( 'all' ) as $name => $service ) {
399
+ delete_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $name );
400
+ $service_connections = $GLOBALS['publicize_ui']->publicize->get_connections( $name );
401
+ if ( ! $service_connections ) {
402
+ continue;
403
+ }
404
+ foreach ( $service_connections as $service_connection ) {
405
+ update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $service_connection->unique_id, 1 );
406
+ }
407
  }
408
  } else if ( is_array( $publicize ) && ( count ( $publicize ) > 0 ) ) {
409
  foreach ( $GLOBALS['publicize_ui']->publicize->get_services( 'all' ) as $name => $service ) {
421
  * EG: array( 'twitter', 'facebook' => '(int) $pub_conn_id_0, (int) $pub_conn_id_3' ) will publicize to all available Twitter accounts, but only 2 of potentially many Facebook connections
422
  * Form data: publicize[]=twitter&publicize[facebook]=$pub_conn_id_0,$pub_conn_id_3
423
  */
424
+
425
+ // Delete any stale SKIP value for the service by name. We'll add it back by ID.
426
+ delete_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $name );
427
+
428
+ // Get the user's connections
429
+ $service_connections = $GLOBALS['publicize_ui']->publicize->get_connections( $name );
430
+
431
+ // if the user doesn't have any connections for this service, move on
432
+ if ( ! $service_connections ) {
433
+ continue;
434
+ }
435
+
436
  if ( !in_array( $name, $publicize ) && !array_key_exists( $name, $publicize ) ) {
437
+ // Skip the whole service by adding each connection ID
438
+ foreach ( $service_connections as $service_connection ) {
439
+ update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $service_connection->unique_id, 1 );
440
+ }
441
  } else if ( !empty( $publicize[ $name ] ) ) {
442
  // Seems we're being asked to only push to [a] specific connection[s].
443
  // Explode the list on commas, which will also support a single passed ID
444
  $requested_connections = explode( ',', ( preg_replace( '/[\s]*/', '', $publicize[ $name ] ) ) );
445
+ // Flag the connections we can't match with the requested list to be skipped.
 
446
  foreach ( $service_connections as $service_connection ) {
447
  if ( !in_array( $service_connection->meta['connection_data']->id, $requested_connections ) ) {
448
  update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $service_connection->unique_id, 1 );
449
+ } else {
450
+ delete_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $service_connection->unique_id );
451
  }
452
  }
453
+ } else {
454
+ // delete all SKIP values; it's okay to publish to all connected IDs for this service
455
+ foreach ( $service_connections as $service_connection ) {
456
+ delete_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $service_connection->unique_id );
457
+ }
458
  }
459
  }
460
  }
495
  $unslashed_existing_meta_key = wp_unslash( $existing_meta_item->meta_key );
496
  $existing_meta_item->meta_key = wp_slash( $existing_meta_item->meta_key );
497
 
498
+ // make sure that the meta id passed matches the existing meta key
499
+ if ( ! empty( $meta->id ) && ! empty( $meta->key ) ) {
500
+ $meta_by_id = get_metadata_by_mid( 'post', $meta->id );
501
+ if ( $meta_by_id->meta_key !== $meta->key ) {
502
+ continue; // skip this meta
503
+ }
504
+ }
505
+
506
  switch ( $meta->operation ) {
507
  case 'delete':
508
 
json-endpoints/class.wpcom-json-api-update-post-v1-1-endpoint.php CHANGED
@@ -306,6 +306,12 @@ class WPCOM_JSON_API_Update_Post_v1_1_Endpoint extends WPCOM_JSON_API_Post_v1_1_
306
  return $post_id;
307
  }
308
 
 
 
 
 
 
 
309
  if ( $has_media || $has_media_by_url ) {
310
  $media_files = ! empty( $input['media'] ) ? $input['media'] : array();
311
  $media_urls = ! empty( $input['media_urls'] ) ? $input['media_urls'] : array();
@@ -314,6 +320,15 @@ class WPCOM_JSON_API_Update_Post_v1_1_Endpoint extends WPCOM_JSON_API_Post_v1_1_
314
  $media_results = $this->handle_media_creation_v1_1( $media_files, $media_urls, $media_attrs, $force_parent_id );
315
  }
316
 
 
 
 
 
 
 
 
 
 
317
  // Set like status for the post
318
  $sitewide_likes_enabled = (bool) apply_filters( 'wpl_is_enabled_sitewide', ! get_option( 'disabled_likes' ) );
319
  if ( $new ) {
@@ -384,9 +399,16 @@ class WPCOM_JSON_API_Update_Post_v1_1_Endpoint extends WPCOM_JSON_API_Post_v1_1_
384
  // to instead flag the ones we don't want to be skipped. proceed with said logic.
385
  // any posts coming from Path (client ID 25952) should also not publicize
386
  if ( $publicize === false || 25952 == $this->api->token_details['client_id'] ) {
387
- // No publicize at all, skipp all by full service
388
  foreach ( $GLOBALS['publicize_ui']->publicize->get_services( 'all' ) as $name => $service ) {
389
- update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $name, 1 );
 
 
 
 
 
 
 
390
  }
391
  } else if ( is_array( $publicize ) && ( count ( $publicize ) > 0 ) ) {
392
  foreach ( $GLOBALS['publicize_ui']->publicize->get_services( 'all' ) as $name => $service ) {
@@ -404,20 +426,41 @@ class WPCOM_JSON_API_Update_Post_v1_1_Endpoint extends WPCOM_JSON_API_Post_v1_1_
404
  * EG: array( 'twitter', 'facebook' => '(int) $pub_conn_id_0, (int) $pub_conn_id_3' ) will publicize to all available Twitter accounts, but only 2 of potentially many Facebook connections
405
  * Form data: publicize[]=twitter&publicize[facebook]=$pub_conn_id_0,$pub_conn_id_3
406
  */
 
 
 
 
 
 
 
 
 
 
 
 
407
  if ( !in_array( $name, $publicize ) && !array_key_exists( $name, $publicize ) ) {
408
- // Skip the whole service
409
- update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $name, 1 );
 
 
410
  } else if ( !empty( $publicize[ $name ] ) ) {
411
  // Seems we're being asked to only push to [a] specific connection[s].
412
  // Explode the list on commas, which will also support a single passed ID
413
  $requested_connections = explode( ',', ( preg_replace( '/[\s]*/', '', $publicize[ $name ] ) ) );
414
- // Get the user's connections and flag the ones we can't match with the requested list to be skipped.
415
- $service_connections = $GLOBALS['publicize_ui']->publicize->get_connections( $name );
416
  foreach ( $service_connections as $service_connection ) {
417
  if ( !in_array( $service_connection->meta['connection_data']->id, $requested_connections ) ) {
418
  update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $service_connection->unique_id, 1 );
 
 
419
  }
420
  }
 
 
 
 
 
421
  }
422
  }
423
  }
@@ -458,6 +501,14 @@ class WPCOM_JSON_API_Update_Post_v1_1_Endpoint extends WPCOM_JSON_API_Post_v1_1_
458
  $unslashed_existing_meta_key = wp_unslash( $existing_meta_item->meta_key );
459
  $existing_meta_item->meta_key = wp_slash( $existing_meta_item->meta_key );
460
 
 
 
 
 
 
 
 
 
461
  switch ( $meta->operation ) {
462
  case 'delete':
463
 
@@ -573,7 +624,7 @@ class WPCOM_JSON_API_Update_Post_v1_1_Endpoint extends WPCOM_JSON_API_Post_v1_1_
573
  return $this->get_post_by( 'ID', $post->ID, $args['context'] );
574
  }
575
 
576
- private function parse_and_set_featured_image( $post_id, $delete_featured_image, $featured_image ) {
577
  if ( $delete_featured_image ) {
578
  delete_post_thumbnail( $post_id );
579
  return;
@@ -596,7 +647,7 @@ class WPCOM_JSON_API_Update_Post_v1_1_Endpoint extends WPCOM_JSON_API_Post_v1_1_
596
  return $featured_image_id;
597
  }
598
 
599
- private function parse_and_set_author( $author = null, $post_type = 'post' ) {
600
  if ( empty( $author ) || ! post_type_supports( $post_type, 'author' ) )
601
  return get_current_user_id();
602
 
306
  return $post_id;
307
  }
308
 
309
+ // make sure this post actually exists and is not an error of some kind (ie, trying to load media in the posts endpoint)
310
+ $post_check = $this->get_post_by( 'ID', $post_id, $args['context'] );
311
+ if ( is_wp_error( $post_check ) ) {
312
+ return $post_check;
313
+ }
314
+
315
  if ( $has_media || $has_media_by_url ) {
316
  $media_files = ! empty( $input['media'] ) ? $input['media'] : array();
317
  $media_urls = ! empty( $input['media_urls'] ) ? $input['media_urls'] : array();
320
  $media_results = $this->handle_media_creation_v1_1( $media_files, $media_urls, $media_attrs, $force_parent_id );
321
  }
322
 
323
+ // set page template for this post..
324
+ if ( isset( $input['page_template'] ) && 'page' == $post_type->name ) {
325
+ $page_template = $input['page_template'];
326
+ $page_templates = wp_get_theme()->get_page_templates( get_post( $post_id ) );
327
+ if ( empty( $page_template ) || 'default' == $page_template || isset( $page_templates[ $page_template ] ) ) {
328
+ update_post_meta( $post_id, '_wp_page_template', $page_template );
329
+ }
330
+ }
331
+
332
  // Set like status for the post
333
  $sitewide_likes_enabled = (bool) apply_filters( 'wpl_is_enabled_sitewide', ! get_option( 'disabled_likes' ) );
334
  if ( $new ) {
399
  // to instead flag the ones we don't want to be skipped. proceed with said logic.
400
  // any posts coming from Path (client ID 25952) should also not publicize
401
  if ( $publicize === false || 25952 == $this->api->token_details['client_id'] ) {
402
+ // No publicize at all, skip all by ID
403
  foreach ( $GLOBALS['publicize_ui']->publicize->get_services( 'all' ) as $name => $service ) {
404
+ delete_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $name );
405
+ $service_connections = $GLOBALS['publicize_ui']->publicize->get_connections( $name );
406
+ if ( ! $service_connections ) {
407
+ continue;
408
+ }
409
+ foreach ( $service_connections as $service_connection ) {
410
+ update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $service_connection->unique_id, 1 );
411
+ }
412
  }
413
  } else if ( is_array( $publicize ) && ( count ( $publicize ) > 0 ) ) {
414
  foreach ( $GLOBALS['publicize_ui']->publicize->get_services( 'all' ) as $name => $service ) {
426
  * EG: array( 'twitter', 'facebook' => '(int) $pub_conn_id_0, (int) $pub_conn_id_3' ) will publicize to all available Twitter accounts, but only 2 of potentially many Facebook connections
427
  * Form data: publicize[]=twitter&publicize[facebook]=$pub_conn_id_0,$pub_conn_id_3
428
  */
429
+
430
+ // Delete any stale SKIP value for the service by name. We'll add it back by ID.
431
+ delete_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $name );
432
+
433
+ // Get the user's connections
434
+ $service_connections = $GLOBALS['publicize_ui']->publicize->get_connections( $name );
435
+
436
+ // if the user doesn't have any connections for this service, move on
437
+ if ( ! $service_connections ) {
438
+ continue;
439
+ }
440
+
441
  if ( !in_array( $name, $publicize ) && !array_key_exists( $name, $publicize ) ) {
442
+ // Skip the whole service by adding each connection ID
443
+ foreach ( $service_connections as $service_connection ) {
444
+ update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $service_connection->unique_id, 1 );
445
+ }
446
  } else if ( !empty( $publicize[ $name ] ) ) {
447
  // Seems we're being asked to only push to [a] specific connection[s].
448
  // Explode the list on commas, which will also support a single passed ID
449
  $requested_connections = explode( ',', ( preg_replace( '/[\s]*/', '', $publicize[ $name ] ) ) );
450
+
451
+ // Flag the connections we can't match with the requested list to be skipped.
452
  foreach ( $service_connections as $service_connection ) {
453
  if ( !in_array( $service_connection->meta['connection_data']->id, $requested_connections ) ) {
454
  update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $service_connection->unique_id, 1 );
455
+ } else {
456
+ delete_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $service_connection->unique_id );
457
  }
458
  }
459
+ } else {
460
+ // delete all SKIP values; it's okay to publish to all connected IDs for this service
461
+ foreach ( $service_connections as $service_connection ) {
462
+ delete_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $service_connection->unique_id );
463
+ }
464
  }
465
  }
466
  }
501
  $unslashed_existing_meta_key = wp_unslash( $existing_meta_item->meta_key );
502
  $existing_meta_item->meta_key = wp_slash( $existing_meta_item->meta_key );
503
 
504
+ // make sure that the meta id passed matches the existing meta key
505
+ if ( ! empty( $meta->id ) && ! empty( $meta->key ) ) {
506
+ $meta_by_id = get_metadata_by_mid( 'post', $meta->id );
507
+ if ( $meta_by_id->meta_key !== $meta->key ) {
508
+ continue; // skip this meta
509
+ }
510
+ }
511
+
512
  switch ( $meta->operation ) {
513
  case 'delete':
514
 
624
  return $this->get_post_by( 'ID', $post->ID, $args['context'] );
625
  }
626
 
627
+ protected function parse_and_set_featured_image( $post_id, $delete_featured_image, $featured_image ) {
628
  if ( $delete_featured_image ) {
629
  delete_post_thumbnail( $post_id );
630
  return;
647
  return $featured_image_id;
648
  }
649
 
650
+ protected function parse_and_set_author( $author = null, $post_type = 'post' ) {
651
  if ( empty( $author ) || ! post_type_supports( $post_type, 'author' ) )
652
  return get_current_user_id();
653
 
json-endpoints/class.wpcom-json-api-update-post-v1-2-endpoint.php ADDED
@@ -0,0 +1,572 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ class WPCOM_JSON_API_Update_Post_v1_2_Endpoint extends WPCOM_JSON_API_Update_Post_v1_1_Endpoint {
3
+
4
+ // /sites/%s/posts/new -> $blog_id
5
+ // /sites/%s/posts/%d -> $blog_id, $post_id
6
+ function write_post( $path, $blog_id, $post_id ) {
7
+ $new = $this->api->ends_with( $path, '/new' );
8
+ $args = $this->query_args();
9
+
10
+ // unhook publicize, it's hooked again later -- without this, skipping services is impossible
11
+ if ( defined( 'IS_WPCOM' ) && IS_WPCOM ) {
12
+ remove_action( 'save_post', array( $GLOBALS['publicize_ui']->publicize, 'async_publicize_post' ), 100, 2 );
13
+ add_action( 'rest_api_inserted_post', array( $GLOBALS['publicize_ui']->publicize, 'async_publicize_post' ) );
14
+ }
15
+
16
+ if ( $new ) {
17
+ $input = $this->input( true );
18
+
19
+ if ( 'revision' === $input['type'] ) {
20
+ if ( ! isset( $input['parent'] ) ) {
21
+ return new WP_Error( 'invalid_input', 'Invalid request input', 400 );
22
+ }
23
+ $input['status'] = 'inherit'; // force inherit for revision type
24
+ $input['slug'] = $input['parent'] . '-autosave-v1';
25
+ }
26
+ elseif ( !isset( $input['title'] ) && !isset( $input['content'] ) && !isset( $input['excerpt'] ) ) {
27
+ return new WP_Error( 'invalid_input', 'Invalid request input', 400 );
28
+ }
29
+
30
+ // default to post
31
+ if ( empty( $input['type'] ) )
32
+ $input['type'] = 'post';
33
+
34
+ $post_type = get_post_type_object( $input['type'] );
35
+
36
+ if ( ! $this->is_post_type_allowed( $input['type'] ) ) {
37
+ return new WP_Error( 'unknown_post_type', 'Unknown post type', 404 );
38
+ }
39
+
40
+ if ( ! empty( $input['author'] ) ) {
41
+ $author_id = parent::parse_and_set_author( $input['author'], $input['type'] );
42
+ unset( $input['author'] );
43
+ if ( is_wp_error( $author_id ) )
44
+ return $author_id;
45
+ }
46
+
47
+ if ( 'publish' === $input['status'] ) {
48
+ if ( ! current_user_can( $post_type->cap->publish_posts ) ) {
49
+ if ( current_user_can( $post_type->cap->edit_posts ) ) {
50
+ $input['status'] = 'pending';
51
+ } else {
52
+ return new WP_Error( 'unauthorized', 'User cannot publish posts', 403 );
53
+ }
54
+ }
55
+ } else {
56
+ if ( !current_user_can( $post_type->cap->edit_posts ) ) {
57
+ return new WP_Error( 'unauthorized', 'User cannot edit posts', 403 );
58
+ }
59
+ }
60
+ } else {
61
+ $input = $this->input( false );
62
+
63
+ if ( !is_array( $input ) || !$input ) {
64
+ return new WP_Error( 'invalid_input', 'Invalid request input', 400 );
65
+ }
66
+
67
+ $post = get_post( $post_id );
68
+ $_post_type = ( ! empty( $input['type'] ) ) ? $input['type'] : $post->post_type;
69
+ $post_type = get_post_type_object( $_post_type );
70
+ if ( !$post || is_wp_error( $post ) ) {
71
+ return new WP_Error( 'unknown_post', 'Unknown post', 404 );
72
+ }
73
+
74
+ if ( !current_user_can( 'edit_post', $post->ID ) ) {
75
+ return new WP_Error( 'unauthorized', 'User cannot edit post', 403 );
76
+ }
77
+
78
+ if ( ! empty( $input['author'] ) ) {
79
+ $author_id = parent::parse_and_set_author( $input['author'], $_post_type );
80
+ unset( $input['author'] );
81
+ if ( is_wp_error( $author_id ) )
82
+ return $author_id;
83
+ }
84
+
85
+ if ( 'publish' === $input['status'] && 'publish' !== $post->post_status && !current_user_can( 'publish_post', $post->ID ) ) {
86
+ $input['status'] = 'pending';
87
+ }
88
+ $last_status = $post->post_status;
89
+ $new_status = $input['status'];
90
+ }
91
+
92
+ // Fix for https://iorequests.wordpress.com/2014/08/13/scheduled-posts-made-in-the/
93
+ // See: https://a8c.slack.com/archives/io/p1408047082000273
94
+ // If date was set, $this->input will set date_gmt, date still needs to be adjusted for the blog's offset
95
+ if ( isset( $input['date_gmt'] ) ) {
96
+ $gmt_offset = get_option( 'gmt_offset' );
97
+ $time_with_offset = strtotime( $input['date_gmt'] ) + $gmt_offset * HOUR_IN_SECONDS;
98
+ $input['date'] = date( 'Y-m-d H:i:s', $time_with_offset );
99
+ }
100
+
101
+ if ( ! empty( $author_id ) && get_current_user_id() != $author_id ) {
102
+ if ( ! current_user_can( $post_type->cap->edit_others_posts ) ) {
103
+ return new WP_Error( 'unauthorized', "User is not allowed to publish others' posts.", 403 );
104
+ } elseif ( ! user_can( $author_id, $post_type->cap->edit_posts ) ) {
105
+ return new WP_Error( 'unauthorized', 'Assigned author cannot publish post.', 403 );
106
+ }
107
+ }
108
+
109
+ if ( !is_post_type_hierarchical( $post_type->name ) && 'revision' !== $post_type->name ) {
110
+ unset( $input['parent'] );
111
+ }
112
+
113
+ /* add taxonomies by name */
114
+ $tax_input = array();
115
+ foreach ( array( 'categories' => 'category', 'tags' => 'post_tag' ) as $key => $taxonomy ) {
116
+ if ( ! isset( $input[ $key ] ) ) {
117
+ continue;
118
+ }
119
+
120
+ $tax_input[ $taxonomy ] = array();
121
+
122
+ $is_hierarchical = is_taxonomy_hierarchical( $taxonomy );
123
+
124
+ if ( is_array( $input[$key] ) ) {
125
+ $terms = $input[$key];
126
+ } else {
127
+ $terms = explode( ',', $input[$key] );
128
+ }
129
+
130
+ foreach ( $terms as $term ) {
131
+ /**
132
+ * We assume these are names, not IDs, even if they are numeric.
133
+ * Note: A category named "0" will not work right.
134
+ * https://core.trac.wordpress.org/ticket/9059
135
+ */
136
+ $term_info = get_term_by( 'name', $term, $taxonomy, ARRAY_A );
137
+
138
+ if ( ! $term_info ) {
139
+ // only add a new tag/cat if the user has access to
140
+ $tax = get_taxonomy( $taxonomy );
141
+ if ( ! current_user_can( $tax->cap->edit_terms ) ) {
142
+ continue;
143
+ }
144
+
145
+ $term_info = wp_insert_term( $term, $taxonomy );
146
+ }
147
+
148
+ if ( ! is_wp_error( $term_info ) ) {
149
+ if ( $is_hierarchical ) {
150
+ // Categories must be added by ID
151
+ $tax_input[$taxonomy][] = (int) $term_info['term_id'];
152
+ } else {
153
+ // Tags must be added by name
154
+ $tax_input[$taxonomy][] = $term;
155
+ }
156
+ }
157
+ }
158
+ }
159
+
160
+ /* add taxonomies by ID */
161
+ foreach ( array( 'categories_by_id' => 'category', 'tags_by_id' => 'post_tag' ) as $key => $taxonomy ) {
162
+ if ( ! isset( $input[ $key ] ) ) {
163
+ continue;
164
+ }
165
+
166
+ // combine with any previous selections
167
+ if ( ! is_array( $tax_input[ $taxonomy ] ) ) {
168
+ $tax_input[ $taxonomy ] = array();
169
+ }
170
+
171
+ $is_hierarchical = is_taxonomy_hierarchical( $taxonomy );
172
+
173
+ if ( is_array( $input[$key] ) ) {
174
+ $terms = $input[$key];
175
+ } else {
176
+ $terms = explode( ',', $input[$key] );
177
+ }
178
+
179
+ foreach ( $terms as $term ) {
180
+ if ( ! ctype_digit( $term ) ) {
181
+ // skip anything that doesn't look like an ID
182
+ continue;
183
+ }
184
+ $term = (int) $term;
185
+ $term_info = get_term_by( 'id', $term, $taxonomy, ARRAY_A );
186
+
187
+ if ( $term_info && ! is_wp_error( $term_info ) ) {
188
+ if ( $is_hierarchical ) {
189
+ // Categories must be added by ID
190
+ $tax_input[$taxonomy][] = $term;
191
+ } else {
192
+ // Tags must be added by name
193
+ $tax_input[$taxonomy][] = $term_info['name'];
194
+ }
195
+ }
196
+ }
197
+ }
198
+
199
+ if ( ( isset( $input['categories'] ) || isset( $input['categories_by_id'] ) )
200
+ && empty( $tax_input['category'] ) && 'revision' !== $post_type->name ) {
201
+ $tax_input['category'][] = get_option( 'default_category' );
202
+ }
203
+
204
+ unset( $input['tags'], $input['categories'], $input['tags_by_id'], $input['categories_by_id'] );
205
+
206
+ $insert = array();
207
+
208
+ if ( !empty( $input['slug'] ) ) {
209
+ $insert['post_name'] = $input['slug'];
210
+ unset( $input['slug'] );
211
+ }
212
+
213
+ if ( isset( $input['discussion'] ) ) {
214
+ $discussion = (array) $input['discussion'];
215
+ foreach ( array( 'comment', 'ping' ) as $discussion_type ) {
216
+ $discussion_open = sprintf( '%ss_open', $discussion_type );
217
+ $discussion_status = sprintf( '%s_status', $discussion_type );
218
+
219
+ if ( isset( $discussion[ $discussion_open ] ) ) {
220
+ $is_open = WPCOM_JSON_API::is_truthy( $discussion[ $discussion_open ] );
221
+ $discussion[ $discussion_status ] = $is_open ? 'open' : 'closed';
222
+ }
223
+
224
+ if ( in_array( $discussion[ $discussion_status ], array( 'open', 'closed' ) ) ) {
225
+ $insert[ $discussion_status ] = $discussion[ $discussion_status ];
226
+ }
227
+ }
228
+ }
229
+
230
+ unset( $input['discussion'] );
231
+
232
+ $insert['menu_order'] = $input['menu_order'];
233
+ unset( $input['menu_order'] );
234
+
235
+ $publicize = $input['publicize'];
236
+ $publicize_custom_message = $input['publicize_message'];
237
+ unset( $input['publicize'], $input['publicize_message'] );
238
+
239
+ if ( isset( $input['featured_image'] ) ) {
240
+ $featured_image = trim( $input['featured_image'] );
241
+ $delete_featured_image = empty( $featured_image );
242
+ unset( $input['featured_image'] );
243
+ }
244
+
245
+ $metadata = $input['metadata'];
246
+ unset( $input['metadata'] );
247
+
248
+ $likes = $input['likes_enabled'];
249
+ $sharing = $input['sharing_enabled'];
250
+
251
+ unset( $input['likes_enabled'] );
252
+ unset( $input['sharing_enabled'] );
253
+
254
+ $sticky = $input['sticky'];
255
+ unset( $input['sticky'] );
256
+
257
+ foreach ( $input as $key => $value ) {
258
+ $insert["post_$key"] = $value;
259
+ }
260
+
261
+ if ( ! empty( $author_id ) ) {
262
+ $insert['post_author'] = absint( $author_id );
263
+ }
264
+
265
+ if ( ! empty( $tax_input ) ) {
266
+ $insert['tax_input'] = $tax_input;
267
+ }
268
+
269
+ $has_media = ! empty( $input['media'] ) ? count( $input['media'] ) : false;
270
+ $has_media_by_url = ! empty( $input['media_urls'] ) ? count( $input['media_urls'] ) : false;
271
+
272
+ if ( $new ) {
273
+
274
+ if ( false === strpos( $input['content'], '[gallery' ) && ( $has_media || $has_media_by_url ) ) {
275
+ switch ( ( $has_media + $has_media_by_url ) ) {
276
+ case 0 :
277
+ // No images - do nothing.
278
+ break;
279
+ case 1 :
280
+ // 1 image - make it big
281
+ $insert['post_content'] = $input['content'] = "[gallery size=full columns=1]\n\n" . $input['content'];
282
+ break;
283
+ default :
284
+ // Several images - 3 column gallery
285
+ $insert['post_content'] = $input['content'] = "[gallery]\n\n" . $input['content'];
286
+ break;
287
+ }
288
+ }
289
+
290
+ $post_id = wp_insert_post( add_magic_quotes( $insert ), true );
291
+ } else {
292
+ $insert['ID'] = $post->ID;
293
+
294
+ // wp_update_post ignores date unless edit_date is set
295
+ // See: http://codex.wordpress.org/Function_Reference/wp_update_post#Scheduling_posts
296
+ // See: https://core.trac.wordpress.org/browser/tags/3.9.2/src/wp-includes/post.php#L3302
297
+ if ( isset( $input['date_gmt'] ) || isset( $input['date'] ) ) {
298
+ $insert['edit_date'] = true;
299
+ }
300
+
301
+ $post_id = wp_update_post( (object) $insert );
302
+ }
303
+
304
+
305
+ if ( !$post_id || is_wp_error( $post_id ) ) {
306
+ return $post_id;
307
+ }
308
+
309
+ // make sure this post actually exists and is not an error of some kind (ie, trying to load media in the posts endpoint)
310
+ $post_check = $this->get_post_by( 'ID', $post_id, $args['context'] );
311
+ if ( is_wp_error( $post_check ) ) {
312
+ return $post_check;
313
+ }
314
+
315
+ if ( $has_media || $has_media_by_url ) {
316
+ $media_files = ! empty( $input['media'] ) ? $input['media'] : array();
317
+ $media_urls = ! empty( $input['media_urls'] ) ? $input['media_urls'] : array();
318
+ $media_attrs = ! empty( $input['media_attrs'] ) ? $input['media_attrs'] : array();
319
+ $force_parent_id = $post_id;
320
+ $media_results = $this->handle_media_creation_v1_1( $media_files, $media_urls, $media_attrs, $force_parent_id );
321
+ }
322
+
323
+ // set page template for this post..
324
+ if ( isset( $input['page_template'] ) && 'page' == $post_type->name ) {
325
+ $page_template = $input['page_template'];
326
+ $page_templates = wp_get_theme()->get_page_templates( get_post( $post_id ) );
327
+ if ( empty( $page_template ) || 'default' == $page_template || isset( $page_templates[ $page_template ] ) ) {
328
+ update_post_meta( $post_id, '_wp_page_template', $page_template );
329
+ }
330
+ }
331
+
332
+ // Set like status for the post
333
+ $sitewide_likes_enabled = (bool) apply_filters( 'wpl_is_enabled_sitewide', ! get_option( 'disabled_likes' ) );
334
+ if ( $new ) {
335
+ if ( $sitewide_likes_enabled ) {
336
+ if ( false === $likes ) {
337
+ update_post_meta( $post_id, 'switch_like_status', 1 );
338
+ } else {
339
+ delete_post_meta( $post_id, 'switch_like_status' );
340
+ }
341
+ } else {
342
+ if ( $likes ) {
343
+ update_post_meta( $post_id, 'switch_like_status', 1 );
344
+ } else {
345
+ delete_post_meta( $post_id, 'switch_like_status' );
346
+ }
347
+ }
348
+ } else {
349
+ if ( isset( $likes ) ) {
350
+ if ( $sitewide_likes_enabled ) {
351
+ if ( false === $likes ) {
352
+ update_post_meta( $post_id, 'switch_like_status', 1 );
353
+ } else {
354
+ delete_post_meta( $post_id, 'switch_like_status' );
355
+ }
356
+ } else {
357
+ if ( true === $likes ) {
358
+ update_post_meta( $post_id, 'switch_like_status', 1 );
359
+ } else {
360
+ delete_post_meta( $post_id, 'switch_like_status' );
361
+ }
362
+ }
363
+ }
364
+ }
365
+
366
+ // Set sharing status of the post
367
+ if ( $new ) {
368
+ $sharing_enabled = isset( $sharing ) ? (bool) $sharing : true;
369
+ if ( false === $sharing_enabled ) {
370
+ update_post_meta( $post_id, 'sharing_disabled', 1 );
371
+ }
372
+ }
373
+ else {
374
+ if ( isset( $sharing ) && true === $sharing ) {
375
+ delete_post_meta( $post_id, 'sharing_disabled' );
376
+ } else if ( isset( $sharing ) && false == $sharing ) {
377
+ update_post_meta( $post_id, 'sharing_disabled', 1 );
378
+ }
379
+ }
380
+
381
+ if ( true === $sticky ) {
382
+ stick_post( $post_id );
383
+ } else {
384
+ unstick_post( $post_id );
385
+ }
386
+
387
+ // WPCOM Specific (Jetpack's will get bumped elsewhere
388
+ // Tracks how many posts are published and sets meta so we can track some other cool stats (like likes & comments on posts published)
389
+ if ( ( $new && 'publish' == $input['status'] ) || ( !$new && isset( $last_status ) && 'publish' != $last_status && isset( $new_status ) && 'publish' == $new_status ) ) {
390
+ if ( function_exists( 'bump_stats_extras' ) ) {
391
+ bump_stats_extras( 'api-insights-posts', $this->api->token_details['client_id'] );
392
+ update_post_meta( $post_id, '_rest_api_published', 1 );
393
+ update_post_meta( $post_id, '_rest_api_client_id', $this->api->token_details['client_id'] );
394
+ }
395
+ }
396
+
397
+
398
+ // We ask the user/dev to pass Publicize services he/she wants activated for the post, but Publicize expects us
399
+ // to instead flag the ones we don't want to be skipped. proceed with said logic.
400
+ // any posts coming from Path (client ID 25952) should also not publicize
401
+ if ( $publicize === false || 25952 == $this->api->token_details['client_id'] ) {
402
+ // No publicize at all, skip all by ID
403
+ foreach ( $GLOBALS['publicize_ui']->publicize->get_services( 'all' ) as $name => $service ) {
404
+ delete_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $name );
405
+ $service_connections = $GLOBALS['publicize_ui']->publicize->get_connections( $name );
406
+ if ( ! $service_connections ) {
407
+ continue;
408
+ }
409
+ foreach ( $service_connections as $service_connection ) {
410
+ update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $service_connection->unique_id, 1 );
411
+ }
412
+ }
413
+ } else if ( is_array( $publicize ) && ( count ( $publicize ) > 0 ) ) {
414
+ foreach ( $GLOBALS['publicize_ui']->publicize->get_services( 'all' ) as $name => $service ) {
415
+ /*
416
+ * We support both indexed and associative arrays:
417
+ * * indexed are to pass entire services
418
+ * * associative are to pass specific connections per service
419
+ *
420
+ * We do support mixed arrays: mixed integer and string keys (see 3rd example below).
421
+ *
422
+ * EG: array( 'twitter', 'facebook') will only publicize to those, ignoring the other available services
423
+ * Form data: publicize[]=twitter&publicize[]=facebook
424
+ * EG: array( 'twitter' => '(int) $pub_conn_id_0, (int) $pub_conn_id_3', 'facebook' => (int) $pub_conn_id_7 ) will publicize to two Twitter accounts, and one Facebook connection, of potentially many.
425
+ * Form data: publicize[twitter]=$pub_conn_id_0,$pub_conn_id_3&publicize[facebook]=$pub_conn_id_7
426
+ * EG: array( 'twitter', 'facebook' => '(int) $pub_conn_id_0, (int) $pub_conn_id_3' ) will publicize to all available Twitter accounts, but only 2 of potentially many Facebook connections
427
+ * Form data: publicize[]=twitter&publicize[facebook]=$pub_conn_id_0,$pub_conn_id_3
428
+ */
429
+
430
+ // Delete any stale SKIP value for the service by name. We'll add it back by ID.
431
+ delete_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $name );
432
+
433
+ // Get the user's connections
434
+ $service_connections = $GLOBALS['publicize_ui']->publicize->get_connections( $name );
435
+
436
+ // if the user doesn't have any connections for this service, move on
437
+ if ( ! $service_connections ) {
438
+ continue;
439
+ }
440
+
441
+ if ( !in_array( $name, $publicize ) && !array_key_exists( $name, $publicize ) ) {
442
+ // Skip the whole service by adding each connection ID
443
+ foreach ( $service_connections as $service_connection ) {
444
+ update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $service_connection->unique_id, 1 );
445
+ }
446
+ } else if ( !empty( $publicize[ $name ] ) ) {
447
+ // Seems we're being asked to only push to [a] specific connection[s].
448
+ // Explode the list on commas, which will also support a single passed ID
449
+ $requested_connections = explode( ',', ( preg_replace( '/[\s]*/', '', $publicize[ $name ] ) ) );
450
+
451
+ // Flag the connections we can't match with the requested list to be skipped.
452
+ foreach ( $service_connections as $service_connection ) {
453
+ if ( !in_array( $service_connection->meta['connection_data']->id, $requested_connections ) ) {
454
+ update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $service_connection->unique_id, 1 );
455
+ } else {
456
+ delete_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $service_connection->unique_id );
457
+ }
458
+ }
459
+ } else {
460
+ // delete all SKIP values; it's okay to publish to all connected IDs for this service
461
+ foreach ( $service_connections as $service_connection ) {
462
+ delete_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_SKIP . $service_connection->unique_id );
463
+ }
464
+ }
465
+ }
466
+ }
467
+
468
+ if ( !empty( $publicize_custom_message ) )
469
+ update_post_meta( $post_id, $GLOBALS['publicize_ui']->publicize->POST_MESS, trim( $publicize_custom_message ) );
470
+
471
+ set_post_format( $post_id, $insert['post_format'] );
472
+
473
+ if ( isset( $featured_image ) ) {
474
+ parent::parse_and_set_featured_image( $post_id, $delete_featured_image, $featured_image );
475
+ }
476
+
477
+ if ( ! empty( $metadata ) ) {
478
+ foreach ( (array) $metadata as $meta ) {
479
+
480
+ $meta = (object) $meta;
481
+
482
+ $existing_meta_item = new stdClass;
483
+
484
+ if ( empty( $meta->operation ) )
485
+ $meta->operation = 'update';
486
+
487
+ if ( ! empty( $meta->value ) ) {
488
+ if ( 'true' == $meta->value )
489
+ $meta->value = true;
490
+ if ( 'false' == $meta->value )
491
+ $meta->value = false;
492
+ }
493
+
494
+ if ( ! empty( $meta->id ) ) {
495
+ $meta->id = absint( $meta->id );
496
+ $existing_meta_item = get_metadata_by_mid( 'post', $meta->id );
497
+ }
498
+
499
+ $unslashed_meta_key = wp_unslash( $meta->key ); // should match what the final key will be
500
+ $meta->key = wp_slash( $meta->key );
501
+ $unslashed_existing_meta_key = wp_unslash( $existing_meta_item->meta_key );
502
+ $existing_meta_item->meta_key = wp_slash( $existing_meta_item->meta_key );
503
+
504
+ // make sure that the meta id passed matches the existing meta key
505
+ if ( ! empty( $meta->id ) && ! empty( $meta->key ) ) {
506
+ $meta_by_id = get_metadata_by_mid( 'post', $meta->id );
507
+ if ( $meta_by_id->meta_key !== $meta->key ) {
508
+ continue; // skip this meta
509
+ }
510
+ }
511
+
512
+ switch ( $meta->operation ) {
513
+ case 'delete':
514
+
515
+ if ( ! empty( $meta->id ) && ! empty( $existing_meta_item->meta_key ) && current_user_can( 'delete_post_meta', $post_id, $unslashed_existing_meta_key ) ) {
516
+ delete_metadata_by_mid( 'post', $meta->id );
517
+ } elseif ( ! empty( $meta->key ) && ! empty( $meta->previous_value ) && current_user_can( 'delete_post_meta', $post_id, $unslashed_meta_key ) ) {
518
+ delete_post_meta( $post_id, $meta->key, $meta->previous_value );
519
+ } elseif ( ! empty( $meta->key ) && current_user_can( 'delete_post_meta', $post_id, $unslashed_meta_key ) ) {
520
+ delete_post_meta( $post_id, $meta->key );
521
+ }
522
+
523
+ break;
524
+ case 'add':
525
+
526
+ if ( ! empty( $meta->id ) || ! empty( $meta->previous_value ) ) {
527
+ continue;
528
+ } elseif ( ! empty( $meta->key ) && ! empty( $meta->value ) && ( current_user_can( 'add_post_meta', $post_id, $unslashed_meta_key ) ) || $this->is_metadata_public( $meta->key ) ) {
529
+ add_post_meta( $post_id, $meta->key, $meta->value );
530
+ }
531
+
532
+ break;
533
+ case 'update':
534
+
535
+ if ( ! isset( $meta->value ) ) {
536
+ continue;
537
+ } elseif ( ! empty( $meta->id ) && ! empty( $existing_meta_item->meta_key ) && ( current_user_can( 'edit_post_meta', $post_id, $unslashed_existing_meta_key ) || $this->is_metadata_public( $meta->key ) ) ) {
538
+ update_metadata_by_mid( 'post', $meta->id, $meta->value );
539
+ } elseif ( ! empty( $meta->key ) && ! empty( $meta->previous_value ) && ( current_user_can( 'edit_post_meta', $post_id, $unslashed_meta_key ) || $this->is_metadata_public( $meta->key ) ) ) {
540
+ update_post_meta( $post_id, $meta->key,$meta->value, $meta->previous_value );
541
+ } elseif ( ! empty( $meta->key ) && ( current_user_can( 'edit_post_meta', $post_id, $unslashed_meta_key ) || $this->is_metadata_public( $meta->key ) ) ) {
542
+ update_post_meta( $post_id, $meta->key, $meta->value );
543
+ }
544
+
545
+ break;
546
+ }
547
+
548
+ }
549
+ }
550
+
551
+ do_action( 'rest_api_inserted_post', $post_id, $insert, $new );
552
+
553
+ $return = $this->get_post_by( 'ID', $post_id, $args['context'] );
554
+ if ( !$return || is_wp_error( $return ) ) {
555
+ return $return;
556
+ }
557
+
558
+ if ( 'revision' === $input['type'] ) {
559
+ $return['preview_nonce'] = wp_create_nonce( 'post_preview_' . $input['parent'] );
560
+ }
561
+
562
+ // workaround for sticky test occasionally failing, maybe a race condition with stick_post() above
563
+ $return['sticky'] = ( true === $sticky );
564
+
565
+ if ( ! empty( $media_results['errors'] ) )
566
+ $return['media_errors'] = $media_results['errors'];
567
+
568
+ do_action( 'wpcom_json_api_objects', 'posts' );
569
+
570
+ return $return;
571
+ }
572
+ }
json-endpoints/jetpack/class.jetpack-json-api-plugins-list-endpoint.php CHANGED
@@ -6,6 +6,7 @@ class Jetpack_JSON_API_Plugins_List_Endpoint extends Jetpack_JSON_API_Plugins_En
6
  protected $needed_capabilities = 'activate_plugins';
7
 
8
  public function validate_input( $plugin ) {
 
9
  $this->plugins = array_keys( get_plugins() );
10
  return true;
11
  }
6
  protected $needed_capabilities = 'activate_plugins';
7
 
8
  public function validate_input( $plugin ) {
9
+ wp_update_plugins();
10
  $this->plugins = array_keys( get_plugins() );
11
  return true;
12
  }
json-endpoints/jetpack/class.jetpack-json-api-updates-status-endpoint.php CHANGED
@@ -6,8 +6,8 @@ class Jetpack_JSON_API_Updates_Status extends Jetpack_JSON_API_Endpoint {
6
 
7
  protected function result() {
8
 
9
- // pass an option to do it conditional;
10
  wp_update_themes();
 
11
 
12
  $update_data = wp_get_update_data();
13
  if ( ! isset( $update_data['counts'] ) ) {
6
 
7
  protected function result() {
8
 
 
9
  wp_update_themes();
10
+ wp_update_plugins();
11
 
12
  $update_data = wp_get_update_data();
13
  if ( ! isset( $update_data['counts'] ) ) {
languages/jetpack-af.mo CHANGED
Binary file
languages/jetpack-af.po DELETED
@@ -1,5563 +0,0 @@
1
- # Translation of 2.9 in Afrikaans
2
- # This file is distributed under the same license as the 2.9 package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2014-02-20 09:51:36+0000\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=2; plural=n != 1;\n"
10
- "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: 2.9\n"
12
-
13
- #: _inc/lib/icalendar-reader.php:699
14
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:61
15
- msgid "%1$s at %2$s"
16
- msgstr "%1$s om %2$s"
17
-
18
- #: _inc/lib/icalendar-reader.php:701
19
- msgid "%1$s &ndash; %2$s"
20
- msgstr ""
21
-
22
- #: class.jetpack-cli.php:25
23
- msgid "Jetpack is currently connected to WordPress.com"
24
- msgstr ""
25
-
26
- #: class.jetpack-cli.php:26
27
- msgid "The Jetpack Version is %s"
28
- msgstr ""
29
-
30
- #: class.jetpack-cli.php:27
31
- msgid "The WordPress.com blog_id is %d"
32
- msgstr ""
33
-
34
- #: class.jetpack-cli.php:29
35
- msgid "Jetpack is not currently connected to WordPress.com"
36
- msgstr ""
37
-
38
- #: class.jetpack-cli.php:57
39
- msgid "You cannot disconnect, without having first connected."
40
- msgstr ""
41
-
42
- #: class.jetpack-cli.php:62 class.jetpack-cli.php:131
43
- msgid "%s is not a valid command."
44
- msgstr ""
45
-
46
- #: class.jetpack-cli.php:79
47
- msgid "Please specify a valid user."
48
- msgstr ""
49
-
50
- #: class.jetpack-cli.php:82
51
- msgid "Please specify a user."
52
- msgstr ""
53
-
54
- #: class.jetpack-cli.php:90
55
- msgid "Jetpack has been successfully disconnected."
56
- msgstr ""
57
-
58
- #: class.jetpack-cli.php:95
59
- msgid "%s has been successfully disconnected."
60
- msgstr ""
61
-
62
- #: class.jetpack-cli.php:97
63
- msgid "%s could not be disconnected. Are you sure they're connected currently?"
64
- msgstr ""
65
-
66
- #: class.jetpack-cli.php:101
67
- msgid "Please specify if you would like to disconnect a blog or user."
68
- msgstr ""
69
-
70
- #: class.jetpack-cli.php:138
71
- msgid "%s is not a valid module."
72
- msgstr ""
73
-
74
- #: class.jetpack-cli.php:144
75
- msgid "Please specify a valid module."
76
- msgstr ""
77
-
78
- #: class.jetpack-cli.php:151
79
- msgid "Available Modules:"
80
- msgstr ""
81
-
82
- #: class.jetpack-cli.php:155 modules/vaultpress.php:24
83
- msgid "Active"
84
- msgstr "Aktief"
85
-
86
- #: class.jetpack-cli.php:155
87
- msgid "Inactive"
88
- msgstr ""
89
-
90
- #: class.jetpack-cli.php:163
91
- msgid "%s has been activated."
92
- msgstr ""
93
-
94
- #: class.jetpack-cli.php:169
95
- msgid "%s has been deactivated."
96
- msgstr ""
97
-
98
- #: class.jetpack-client-server.php:139
99
- msgid "An administrator for this blog must set up the Jetpack connection."
100
- msgstr ""
101
-
102
- #: class.jetpack-client-server.php:144
103
- msgid "You need to register your Jetpack before connecting it."
104
- msgstr ""
105
-
106
- #: class.jetpack-client-server.php:186 class.jetpack.php:3599
107
- #: class.jetpack.php:3601 class.jetpack.php:3603 class.jetpack.php:3606
108
- msgid "Error Details: %s"
109
- msgstr ""
110
-
111
- #: class.jetpack-debugger.php:24
112
- msgid "You do not have sufficient permissions to access this page."
113
- msgstr ""
114
-
115
- #: class.jetpack-debugger.php:68
116
- msgid "Your site isn’t reaching the Jetpack servers."
117
- msgstr ""
118
-
119
- #: class.jetpack-debugger.php:71
120
- msgid "Your site isn’t securely reaching the Jetpack servers."
121
- msgstr ""
122
-
123
- #: class.jetpack-debugger.php:76
124
- msgid "Your `%1$s` option is set up as `%2$s`, but your WordPress.com connection lists it as `%3$s`!"
125
- msgstr ""
126
-
127
- #: class.jetpack-debugger.php:83
128
- msgid "Something has gotten mixed up in your Jetpack Connection!"
129
- msgstr ""
130
-
131
- #: class.jetpack-debugger.php:93
132
- msgid "It looks like your site can not communicate properly with Jetpack."
133
- msgstr ""
134
-
135
- #: class.jetpack-debugger.php:99 class.jetpack.php:1752 class.jetpack.php:1972
136
- msgid "Jetpack Debugging Center"
137
- msgstr ""
138
-
139
- #: class.jetpack-debugger.php:100
140
- msgid "Testing your site's compatibily with Jetpack..."
141
- msgstr ""
142
-
143
- #: class.jetpack-debugger.php:128
144
- msgid "Your Jetpack setup looks a-okay!"
145
- msgstr ""
146
-
147
- #: class.jetpack-debugger.php:131
148
- msgid "There seems to be a problem with your site’s ability to communicate with Jetpack!"
149
- msgstr ""
150
-
151
- #: class.jetpack-debugger.php:138
152
- msgid "Trouble with Jetpack?"
153
- msgstr ""
154
-
155
- #: class.jetpack-debugger.php:139
156
- msgid "It may be caused by one of these issues, which you can diagnose yourself:"
157
- msgstr ""
158
-
159
- #: class.jetpack-debugger.php:141
160
- msgid "A known issue."
161
- msgstr ""
162
-
163
- #: class.jetpack-debugger.php:141
164
- msgid "Some themes and plugins have <a href=\"%1$s\" target=\"_blank\">known conflicts</a> with Jetpack – check the <a href=\"%2$s\" target=\"_blank\">list</a>. (You can also browse the <a href=\"%3$s\">Jetpack support pages</a> or <a href=\"%4$s\">Jetpack support forum</a> to see if others have experienced and solved the problem.)"
165
- msgstr ""
166
-
167
- #: class.jetpack-debugger.php:142
168
- msgid "An incompatible plugin."
169
- msgstr ""
170
-
171
- #: class.jetpack-debugger.php:142
172
- msgid "Find out by disabling all plugins except Jetpack. If the problem persists, it's not a plugin issue. If the problem is solved, turn your plugins on one by one until the problem pops up again – there's the culprit! Let us know, and we'll try to help."
173
- msgstr ""
174
-
175
- #: class.jetpack-debugger.php:143
176
- msgid "A theme conflict."
177
- msgstr ""
178
-
179
- #: class.jetpack-debugger.php:143
180
- msgid "If your problem isn't known or caused by a plugin, try activating Twenty Twelve (the default WordPress theme). If this solves the problem, something in your theme is probably broken – let the theme's author know."
181
- msgstr ""
182
-
183
- #: class.jetpack-debugger.php:144
184
- msgid "A problem with your XMLRPC file."
185
- msgstr ""
186
-
187
- #: class.jetpack-debugger.php:144
188
- msgid "Load your <a href=\"%s\">XMLRPC file</a>. It should say “XML-RPC server accepts POST requests only.” on a line by itself."
189
- msgstr ""
190
-
191
- #: class.jetpack-debugger.php:146
192
- msgid "If it's not by itself, a theme or plugin is displaying extra characters. Try steps 2 and 3."
193
- msgstr ""
194
-
195
- #: class.jetpack-debugger.php:147
196
- msgid "If you get a 404 message, contact your web host. Their security may block XMLRPC."
197
- msgstr ""
198
-
199
- #: class.jetpack-debugger.php:152
200
- msgid "If none of these help you find a solution, <a href=\"#\">click here to contact Jetpack support</a>. Tell us as much as you can about the issue and what steps you've tried to resolve it, and one of our Happiness Engineers will be in touch to help."
201
- msgstr ""
202
-
203
- #: class.jetpack-debugger.php:166
204
- msgid "Please describe the problem you are having."
205
- msgstr ""
206
-
207
- #: class.jetpack-debugger.php:171 modules/carousel/jetpack-carousel.php:139
208
- #: modules/contact-form/grunion-contact-form.php:769
209
- #: modules/contact-form/grunion-form-view.php:156
210
- #: modules/custom-post-types/nova.php:740
211
- msgid "Name"
212
- msgstr "Naam"
213
-
214
- #: class.jetpack-debugger.php:172
215
- msgid "Let us know your name."
216
- msgstr ""
217
-
218
- #: class.jetpack-debugger.php:177
219
- msgid "E-mail"
220
- msgstr "E-pos"
221
-
222
- #: class.jetpack-debugger.php:178
223
- msgid "Use a valid email address."
224
- msgstr ""
225
-
226
- #: class.jetpack-debugger.php:183
227
- msgid "The test results and some other useful debug information will be sent to the support team. Please feel free to <a href=\"#\">review/modify</a> this information."
228
- msgstr ""
229
-
230
- #: class.jetpack-debugger.php:187
231
- msgid "Debug Info"
232
- msgstr ""
233
-
234
- #: class.jetpack-heartbeat.php:128
235
- msgid "Jetpack weekly"
236
- msgstr ""
237
-
238
- #: class.jetpack-network-sites-list-table.php:14
239
- msgid "Site Name"
240
- msgstr ""
241
-
242
- #: class.jetpack-network-sites-list-table.php:15
243
- msgid "Path"
244
- msgstr "Pad"
245
-
246
- #: class.jetpack-network-sites-list-table.php:16
247
- #: modules/gplus-authorship/admin/ui.php:155 modules/sso.php:793
248
- msgid "Connected"
249
- msgstr ""
250
-
251
- #: class.jetpack-network-sites-list-table.php:42
252
- #: modules/custom-css/custom-css.php:719 modules/custom-css/custom-css.php:814
253
- #: modules/custom-css/custom-css.php:844 modules/minileven/minileven.php:262
254
- #: modules/minileven/theme/pub/minileven/content-gallery.php:74
255
- #: modules/minileven/theme/pub/minileven/content.php:53
256
- #: modules/minileven/theme/pub/minileven/image.php:82
257
- #: modules/minileven/theme/pub/minileven/page.php:31
258
- #: modules/publicize/ui.php:677
259
- msgid "Edit"
260
- msgstr "Wysig"
261
-
262
- #: class.jetpack-network.php:143 class.jetpack-network.php:240
263
- #: class.jetpack-network.php:302 class.jetpack.php:1747
264
- msgid "Jetpack"
265
- msgstr ""
266
-
267
- #: class.jetpack-network.php:304 class.jetpack.php:2066
268
- #: modules/publicize/ui.php:677 modules/sharedaddy/sharedaddy.php:79
269
- #: modules/sharedaddy/sharedaddy.php:86
270
- msgid "Settings"
271
- msgstr "Instellings"
272
-
273
- #: class.jetpack-network.php:634
274
- msgid "Sites"
275
- msgstr ""
276
-
277
- #: class.jetpack-sync.php:766 class.jetpack-sync.php:770
278
- #: class.jetpack-sync.php:778 class.jetpack-sync.php:800
279
- msgid "Refresh Status"
280
- msgstr ""
281
-
282
- #: class.jetpack-sync.php:767
283
- msgid "Indexing posts&hellip;"
284
- msgstr ""
285
-
286
- #: class.jetpack-sync.php:771
287
- msgid "Indexing posts"
288
- msgstr ""
289
-
290
- #: class.jetpack-sync.php:774
291
- msgid "Reindex Posts"
292
- msgstr ""
293
-
294
- #: class.jetpack-sync.php:775
295
- msgid "Posts indexed."
296
- msgstr ""
297
-
298
- #: class.jetpack-sync.php:779
299
- msgid "Status unknown."
300
- msgstr ""
301
-
302
- #: class.jetpack.php:1133
303
- msgctxt "Module Tag"
304
- msgid "Photos and Videos"
305
- msgstr ""
306
-
307
- #: class.jetpack.php:1134
308
- msgctxt "Module Tag"
309
- msgid "Social"
310
- msgstr ""
311
-
312
- #: class.jetpack.php:1135
313
- msgctxt "Module Tag"
314
- msgid "WordPress.com Stats"
315
- msgstr ""
316
-
317
- #: class.jetpack.php:1136
318
- msgctxt "Module Tag"
319
- msgid "Writing"
320
- msgstr ""
321
-
322
- #: class.jetpack.php:1137
323
- msgctxt "Module Tag"
324
- msgid "Appearance"
325
- msgstr ""
326
-
327
- #: class.jetpack.php:1138
328
- msgctxt "Module Tag"
329
- msgid "Developers"
330
- msgstr ""
331
-
332
- #: class.jetpack.php:1139
333
- msgctxt "Module Tag"
334
- msgid "Mobile"
335
- msgstr ""
336
-
337
- #: class.jetpack.php:1140
338
- msgctxt "Module Tag"
339
- msgid "Other"
340
- msgstr ""
341
-
342
- #: class.jetpack.php:1451
343
- msgid "Jetpack requires WordPress version %s or later."
344
- msgstr ""
345
-
346
- #: class.jetpack.php:1707 class.jetpack.php:1723
347
- msgid "Jetpack contains the most recent version of the old &#8220;%1$s&#8221; plugin."
348
- msgstr ""
349
-
350
- #: class.jetpack.php:1744
351
- msgid "One New Jetpack Module"
352
- msgid_plural "%s New Jetpack Modules"
353
- msgstr[0] ""
354
- msgstr[1] ""
355
-
356
- #: class.jetpack.php:1917 class.jetpack.php:1942 class.jetpack.php:1955
357
- #: class.jetpack.php:2933 class.jetpack.php:3198
358
- #: views/admin/network-admin-header.php:5
359
- msgid "Jetpack by WordPress.com"
360
- msgstr ""
361
-
362
- #: class.jetpack.php:1918 class.jetpack.php:1943 class.jetpack.php:2936
363
- msgid "Jetpack supercharges your self-hosted WordPress site with the awesome cloud power of WordPress.com."
364
- msgstr ""
365
-
366
- #: class.jetpack.php:1919 class.jetpack.php:1944
367
- msgid "On this page, you are able to view the modules available within Jetpack, learn more about them, and activate or deactivate them as needed."
368
- msgstr ""
369
-
370
- #: class.jetpack.php:1920
371
- msgid "Jetpack Module Options"
372
- msgstr ""
373
-
374
- #: class.jetpack.php:1921
375
- msgid "<strong>To Activate/Deactivate a Module</strong> - Click on Learn More. An Activate or Deactivate button will now appear next to the Learn More button. Click the Activate/Deactivate button."
376
- msgstr ""
377
-
378
- #: class.jetpack.php:1922 class.jetpack.php:1969
379
- msgid "For more information:"
380
- msgstr ""
381
-
382
- #: class.jetpack.php:1923 class.jetpack.php:1970
383
- msgid "Jetpack FAQ"
384
- msgstr ""
385
-
386
- #: class.jetpack.php:1924 class.jetpack.php:1971
387
- msgid "Jetpack Support"
388
- msgstr ""
389
-
390
- #: class.jetpack.php:1940
391
- msgid "Overview"
392
- msgstr ""
393
-
394
- #: class.jetpack.php:1953
395
- msgid "Modules"
396
- msgstr ""
397
-
398
- #: class.jetpack.php:1956
399
- msgid "You can activate or deactivate individual Jetpack modules to suit your needs."
400
- msgstr ""
401
-
402
- #: class.jetpack.php:1958
403
- msgid "Find the component you want to manage"
404
- msgstr ""
405
-
406
- #: class.jetpack.php:1959
407
- msgid "Click on Learn More"
408
- msgstr ""
409
-
410
- #: class.jetpack.php:1960
411
- msgid "An Activate or Deactivate button will appear"
412
- msgstr ""
413
-
414
- #: class.jetpack.php:1961
415
- msgid "If additional settings are available, a link to them will appear"
416
- msgstr ""
417
-
418
- #: class.jetpack.php:2083
419
- msgid "Dismiss this notice and deactivate Jetpack."
420
- msgstr ""
421
-
422
- #: class.jetpack.php:2089
423
- msgid "<strong>Your Jetpack is almost ready</strong> &#8211; A connection to WordPress.com is needed to enable features like Stats, Contact Forms, and Subscriptions. Connect now to get fueled up!"
424
- msgstr ""
425
-
426
- #: class.jetpack.php:2091
427
- msgid "<strong>Jetpack is installed</strong> and ready to bring awesome, WordPress.com cloud-powered features to your site."
428
- msgstr ""
429
-
430
- #: class.jetpack.php:2097 class.jetpack.php:2981
431
- #: views/admin/must-connect-main-blog.php:11
432
- msgid "Connect to WordPress.com"
433
- msgstr ""
434
-
435
- #: class.jetpack.php:2099 modules/module-info.php:45 modules/module-info.php:81
436
- #: modules/module-info.php:148 modules/module-info.php:183
437
- #: modules/module-info.php:217 modules/module-info.php:247
438
- #: modules/module-info.php:280 modules/module-info.php:316
439
- #: modules/module-info.php:367 modules/module-info.php:389
440
- #: modules/module-info.php:432 modules/module-info.php:457
441
- #: modules/module-info.php:475 modules/module-info.php:494
442
- #: modules/module-info.php:500 modules/module-info.php:527
443
- #: modules/module-info.php:558 modules/module-info.php:593
444
- #: modules/module-info.php:615 modules/module-info.php:637
445
- #: modules/module-info.php:687 modules/module-info.php:715
446
- #: modules/module-info.php:743 modules/module-info.php:764
447
- #: modules/module-info.php:790 modules/module-info.php:816
448
- #: modules/module-info.php:839 modules/module-info.php:858
449
- #: modules/module-info.php:875 modules/module-info.php:891
450
- #: modules/module-info.php:911 modules/module-info.php:946
451
- #: modules/module-info.php:962
452
- msgid "Learn More"
453
- msgstr ""
454
-
455
- #: class.jetpack.php:2112
456
- msgid "<strong>Jetpack is activated!</strong> Each site on your network must be connected individually by an admin on that site."
457
- msgstr ""
458
-
459
- #: class.jetpack.php:2139
460
- msgid "Jetpack now includes Jetpack Comments, which enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site. To activate Jetpack Comments, <a href=\"%s\">%s</a>."
461
- msgstr ""
462
-
463
- #: class.jetpack.php:2150
464
- msgid "click here"
465
- msgstr ""
466
-
467
- #: class.jetpack.php:2320
468
- msgid "Cheatin&#8217; uh?"
469
- msgstr "Verneuk jy, huh?"
470
-
471
- #: class.jetpack.php:2323
472
- msgid "You need to authorize the Jetpack connection between your site and WordPress.com to enable the awesome features."
473
- msgstr ""
474
-
475
- #: class.jetpack.php:2326
476
- msgid "Don&#8217;t cross the streams! You need to stay logged in to your WordPress blog while you authorize Jetpack."
477
- msgstr ""
478
-
479
- #: class.jetpack.php:2330
480
- msgid "Return to sender. Whoops! It looks like you got the wrong Jetpack in the mail; deactivate then reactivate the Jetpack plugin to get a new one."
481
- msgstr ""
482
-
483
- #: class.jetpack.php:2333
484
- msgid "Wrong size. Hm&#8230; it seems your Jetpack doesn&#8217;t quite fit. Have you lost weight? Click &#8220;Connect to WordPress.com&#8221; again to get your Jetpack adjusted."
485
- msgstr ""
486
-
487
- #: class.jetpack.php:2337
488
- msgid "Your website needs to be publicly accessible to use Jetpack: %s"
489
- msgstr ""
490
-
491
- #: class.jetpack.php:2342
492
- msgid "%s could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
493
- msgstr ""
494
-
495
- #: class.jetpack.php:2344
496
- msgid "Do you still have the %s plugin installed?"
497
- msgstr ""
498
-
499
- #: class.jetpack.php:2347
500
- msgid "Module could not be activated because it triggered a <strong>fatal error</strong>. Perhaps there is a conflict with another plugin you have installed?"
501
- msgstr ""
502
-
503
- #: class.jetpack.php:2365
504
- msgid "%s was not activated."
505
- msgstr ""
506
-
507
- #: class.jetpack.php:2367
508
- msgid "%s was not deactivated."
509
- msgstr ""
510
-
511
- #: class.jetpack.php:2369
512
- msgid "This module can only be altered by %s, the user who initiated the Jetpack connection on this site."
513
- msgstr ""
514
-
515
- #: class.jetpack.php:2372
516
- msgid "Only the user who initiated the Jetpack connection on this site can toggle %s, but that user no longer exists. This should not happen."
517
- msgstr ""
518
-
519
- #: class.jetpack.php:2376
520
- msgid "<strong>Your Jetpack has a glitch.</strong> Connecting this site with WordPress.com is not possible. This usually means your site is not publicly accessible (localhost)."
521
- msgstr ""
522
-
523
- #: class.jetpack.php:2382
524
- msgid "WordPress.com is currently having problems and is unable to fuel up your Jetpack. Please try again later."
525
- msgstr ""
526
-
527
- #: class.jetpack.php:2386
528
- msgid "Jetpack could not contact WordPress.com: %s. This usually means something is incorrectly configured on your web host."
529
- msgstr ""
530
-
531
- #: class.jetpack.php:2426
532
- msgid "<strong>Your Jetpack has a glitch.</strong> Something went wrong that&#8217;s never supposed to happen. Guess you&#8217;re just lucky: %s"
533
- msgstr ""
534
-
535
- #: class.jetpack.php:2429
536
- msgid "Try connecting again."
537
- msgstr ""
538
-
539
- #: class.jetpack.php:2453
540
- msgid "Welcome to <strong>Jetpack %s</strong>!"
541
- msgstr ""
542
-
543
- #: class.jetpack.php:2465
544
- msgid "The following new modules have been activated: %l."
545
- msgstr ""
546
-
547
- #: class.jetpack.php:2477
548
- msgid "The following modules have been updated: %l."
549
- msgstr ""
550
-
551
- #: class.jetpack.php:2486
552
- msgid "<strong>%s Activated!</strong> You can deactivate at any time by clicking Learn More and then Deactivate on the module card."
553
- msgstr ""
554
-
555
- #: class.jetpack.php:2512
556
- msgctxt "%l = list of Jetpack module/feature names"
557
- msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate button on the module card."
558
- msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate buttons on their module cards."
559
- msgstr[0] ""
560
- msgstr[1] ""
561
-
562
- #: class.jetpack.php:2524
563
- msgid "<strong>Module settings were saved.</strong> "
564
- msgstr ""
565
-
566
- #: class.jetpack.php:2528
567
- msgid "<strong>Your Jetpack is already connected.</strong> "
568
- msgstr ""
569
-
570
- #: class.jetpack.php:2532 class.jetpack.php:2539
571
- msgid "<strong>You&#8217;re fueled up and ready to go.</strong> "
572
- msgstr ""
573
-
574
- #: class.jetpack.php:2534
575
- msgid "The features below are now active. Click the learn more buttons to explore each feature."
576
- msgstr ""
577
-
578
- #: class.jetpack.php:2545
579
- msgid "<strong>You have unlinked your account (%s) from WordPress.com.</strong>"
580
- msgstr ""
581
-
582
- #: class.jetpack.php:2568
583
- msgid "Jetpack contains the most recent version of the old %l plugin."
584
- msgid_plural "Jetpack contains the most recent versions of the old %l plugins."
585
- msgstr[0] ""
586
- msgstr[1] ""
587
-
588
- #: class.jetpack.php:2579
589
- msgid "The old version has been deactivated and can be removed from your site."
590
- msgid_plural "The old versions have been deactivated and can be removed from your site."
591
- msgstr[0] ""
592
- msgstr[1] ""
593
-
594
- #: class.jetpack.php:2644
595
- msgid "Is this site private?"
596
- msgstr ""
597
-
598
- #: class.jetpack.php:2649
599
- msgctxt "%l = list of Jetpack module/feature names"
600
- msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
601
- msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
602
- msgstr[0] ""
603
- msgstr[1] ""
604
-
605
- #: class.jetpack.php:2666
606
- msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
607
- msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
608
- msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
609
- msgstr[0] ""
610
- msgstr[1] ""
611
-
612
- #: class.jetpack.php:2683
613
- msgctxt "%l = list of Jetpack module/feature names"
614
- msgid "Deactivate %l"
615
- msgstr ""
616
-
617
- #: class.jetpack.php:2923
618
- msgid "Connected to WordPress.com"
619
- msgstr ""
620
-
621
- #: class.jetpack.php:2923
622
- msgid "Disconnect from WordPress.com"
623
- msgstr ""
624
-
625
- #: class.jetpack.php:2928
626
- msgid "User linked to WordPress.com"
627
- msgstr ""
628
-
629
- #: class.jetpack.php:2928
630
- msgid "Unlink user from WordPress.com"
631
- msgstr ""
632
-
633
- #: class.jetpack.php:2946
634
- msgid "Jetpack is network activated. Notices cannot be dismissed."
635
- msgstr ""
636
-
637
- #: class.jetpack.php:2960
638
- msgid "To use Jetpack please contact your WordPress administrator to connect it for you."
639
- msgstr ""
640
-
641
- #: class.jetpack.php:2972
642
- msgid "Dismiss this notice."
643
- msgstr ""
644
-
645
- #: class.jetpack.php:2977
646
- msgid "To enable all of the Jetpack features you&#8217;ll need to connect your website to WordPress.com using the button to the right. Once you&#8217;ve made the connection you&#8217;ll activate all the delightful features below."
647
- msgstr ""
648
-
649
- #: class.jetpack.php:2992
650
- msgid "To enable all of the Jetpack features you&#8217;ll need to link your account here to your WordPress.com account using the button to the right."
651
- msgstr ""
652
-
653
- #: class.jetpack.php:2996 modules/post-by-email.php:132
654
- #: modules/publicize/publicize-jetpack.php:70
655
- msgid "Link account with WordPress.com"
656
- msgstr ""
657
-
658
- #: class.jetpack.php:3017 views/admin/network-admin-footer.php:4
659
- msgid "Have feedback on Jetpack?"
660
- msgstr ""
661
-
662
- #: class.jetpack.php:3019 views/admin/network-admin-footer.php:6
663
- msgid "Answer a short survey to let us know how we&#8217;re doing and what to add in the future."
664
- msgstr ""
665
-
666
- #: class.jetpack.php:3022 views/admin/network-admin-footer.php:9
667
- msgid "Take Survey"
668
- msgstr ""
669
-
670
- #: class.jetpack.php:3028
671
- msgid "Checking email updates status&hellip;"
672
- msgstr ""
673
-
674
- #: class.jetpack.php:3034
675
- msgctxt "%s = Unsubscribe link"
676
- msgid "You are currently subscribed to email updates. %s"
677
- msgstr ""
678
-
679
- #: class.jetpack.php:3035
680
- msgid "Unsubscribe"
681
- msgstr ""
682
-
683
- #: class.jetpack.php:3039
684
- msgctxt "%s = Subscribe link"
685
- msgid "Want to receive updates about Jetpack by email? %s"
686
- msgstr ""
687
-
688
- #: class.jetpack.php:3040 modules/subscriptions.php:710
689
- msgid "Subscribe"
690
- msgstr ""
691
-
692
- #: class.jetpack.php:3047
693
- msgid "You have been subscribed to receive email updates."
694
- msgstr ""
695
-
696
- #: class.jetpack.php:3049
697
- msgid "You will no longer receive email updates about Jetpack."
698
- msgstr ""
699
-
700
- #: class.jetpack.php:3061 views/admin/network-admin-footer.php:15
701
- msgid "An <span>Automattic</span> Airline"
702
- msgstr ""
703
-
704
- #: class.jetpack.php:3064 views/admin/network-admin-footer.php:18
705
- msgid "Privacy Policy"
706
- msgstr ""
707
-
708
- #: class.jetpack.php:3065 views/admin/network-admin-footer.php:19
709
- msgid "Terms of Service"
710
- msgstr ""
711
-
712
- #: class.jetpack.php:3067 views/admin/network-admin-footer.php:21
713
- msgid "Debug"
714
- msgstr ""
715
-
716
- #: class.jetpack.php:3069 modules/sharedaddy/sharedaddy.php:87
717
- #: views/admin/network-admin-footer.php:23
718
- msgid "Support"
719
- msgstr ""
720
-
721
- #: class.jetpack.php:3199
722
- msgid "Configure %s"
723
- msgstr ""
724
-
725
- #: class.jetpack.php:3258
726
- msgid "Deactivate"
727
- msgstr ""
728
-
729
- #: class.jetpack.php:3271
730
- msgid "Activate"
731
- msgstr "Aktiveer"
732
-
733
- #: class.jetpack.php:3291
734
- msgid "Free"
735
- msgstr ""
736
-
737
- #: class.jetpack.php:3291
738
- msgid "Purchase"
739
- msgstr ""
740
-
741
- #: class.jetpack.php:3299
742
- msgid "New"
743
- msgstr ""
744
-
745
- #: class.jetpack.php:3302
746
- msgid "Updated"
747
- msgstr ""
748
-
749
- #: class.jetpack.php:3330
750
- msgid "Configure"
751
- msgstr ""
752
-
753
- #: class.jetpack.php:3368
754
- msgid "Coming soon&#8230;"
755
- msgstr ""
756
-
757
- #: class.jetpack.php:3525
758
- msgid "Something is being cranky!"
759
- msgstr ""
760
-
761
- #: class.jetpack.php:3526
762
- msgid "Your site is configured to only permit SSL connections to Jetpack, but SSL connections don't seem to be functional!"
763
- msgstr ""
764
-
765
- #: class.jetpack.php:3611
766
- msgid "Error Details: Jetpack ID is empty. Do not publicly post this error message! %s"
767
- msgstr ""
768
-
769
- #: class.jetpack.php:3613
770
- msgid "Error Details: Jetpack ID is not a scalar. Do not publicly post this error message! %s"
771
- msgstr ""
772
-
773
- #: class.jetpack.php:3615
774
- msgid "Error Details: Jetpack ID begins with a numeral. Do not publicly post this error message! %s"
775
- msgstr ""
776
-
777
- #: class.jetpack.php:3838
778
- msgid "Jetpack Plugin Version"
779
- msgstr ""
780
-
781
- #: class.jetpack.php:3844
782
- msgid "The Client ID/WP.com Blog ID of this site"
783
- msgstr ""
784
-
785
- #: class.jetpack.php:4096
786
- msgid "You must connect your Jetpack plugin to WordPress.com to use this feature."
787
- msgstr ""
788
-
789
- #: class.jetpack.php:4099
790
- msgid "Someone may be trying to trick you into giving them access to your site. Or it could be you just encountered a bug :). Either way, please close this window."
791
- msgstr ""
792
-
793
- #: class.jetpack.php:4127
794
- msgid "The authorization process expired. Please go back and try again."
795
- msgstr ""
796
-
797
- #: class.jetpack.php:4167
798
- msgid "%s wants to access your site&#8217;s data. Log in to authorize that access."
799
- msgstr ""
800
-
801
- #: class.jetpack.php:4335
802
- msgid "Something has gotten mixed up!"
803
- msgstr ""
804
-
805
- #: class.jetpack.php:4337
806
- msgid "Your <code>%1$s</code> option is set up as <strong>%2$s</strong>, but your WordPress.com connection lists it as <strong>%3$s</strong>!"
807
- msgstr ""
808
-
809
- #: class.jetpack.php:4339
810
- msgid "The data listed above is not for my current site. Please disconnect, and then form a new connection to WordPress.com for this site using my current settings."
811
- msgstr ""
812
-
813
- #: class.jetpack.php:4340
814
- msgid "Ignore the difference. This is just a staging site for the real site referenced above."
815
- msgstr ""
816
-
817
- #: class.jetpack.php:4341
818
- msgid "That used to be my URL for this site before I changed it. Update the WordPress.com Cloud's data to match my current settings."
819
- msgstr ""
820
-
821
- #: class.json-api-endpoints.php:1217
822
- msgid "This post is password protected."
823
- msgstr "Hierdie inskrywing word deur 'n wagwoord beskerm"
824
-
825
- #: class.json-api-endpoints.php:2949
826
- msgid "Comment cache problem?"
827
- msgstr ""
828
-
829
- #: functions.gallery.php:12
830
- msgid "Thumbnail Grid"
831
- msgstr ""
832
-
833
- #: functions.gallery.php:40
834
- msgid "Type"
835
- msgstr "Tipe"
836
-
837
- #: functions.opengraph.php:90
838
- msgid "(no title)"
839
- msgstr "(geen titel nie)"
840
-
841
- #: functions.twitter-cards.php:83
842
- msgid "Photo post by %s."
843
- msgstr ""
844
-
845
- #: functions.twitter-cards.php:83
846
- msgid "Photo post."
847
- msgstr ""
848
-
849
- #: functions.twitter-cards.php:85
850
- msgid "Video post by %s."
851
- msgstr ""
852
-
853
- #: functions.twitter-cards.php:85
854
- msgid "Video post."
855
- msgstr ""
856
-
857
- #: functions.twitter-cards.php:87
858
- msgid "Gallery post by %s."
859
- msgstr ""
860
-
861
- #: functions.twitter-cards.php:87
862
- msgid "Gallery post."
863
- msgstr ""
864
-
865
- #: functions.twitter-cards.php:89
866
- msgid "New post by %s."
867
- msgstr ""
868
-
869
- #: functions.twitter-cards.php:89
870
- msgid "New post."
871
- msgstr ""
872
-
873
- #: locales.php:29
874
- msgctxt "locales"
875
- msgid "%1$s/%2$s"
876
- msgstr ""
877
-
878
- #: modules/after-the-deadline/config-options.php:48
879
- msgid "Proofreading"
880
- msgstr ""
881
-
882
- #: modules/after-the-deadline/config-options.php:50
883
- msgid "Automatically proofread content when:"
884
- msgstr ""
885
-
886
- #: modules/after-the-deadline/config-options.php:53
887
- msgid "a post or page is first published"
888
- msgstr ""
889
-
890
- #: modules/after-the-deadline/config-options.php:55
891
- msgid "a post or page is updated"
892
- msgstr ""
893
-
894
- #: modules/after-the-deadline/config-options.php:58
895
- msgid "English Options"
896
- msgstr ""
897
-
898
- #: modules/after-the-deadline/config-options.php:60
899
- msgid "Enable proofreading for the following grammar and style rules when writing posts and pages:"
900
- msgstr ""
901
-
902
- #: modules/after-the-deadline/config-options.php:63
903
- msgid "Bias Language"
904
- msgstr ""
905
-
906
- #: modules/after-the-deadline/config-options.php:65
907
- msgid "Clich&eacute;s"
908
- msgstr ""
909
-
910
- #: modules/after-the-deadline/config-options.php:67
911
- msgid "Complex Phrases"
912
- msgstr ""
913
-
914
- #: modules/after-the-deadline/config-options.php:69
915
- msgid "Diacritical Marks"
916
- msgstr ""
917
-
918
- #: modules/after-the-deadline/config-options.php:71
919
- msgid "Double Negatives"
920
- msgstr ""
921
-
922
- #: modules/after-the-deadline/config-options.php:73
923
- msgid "Hidden Verbs"
924
- msgstr ""
925
-
926
- #: modules/after-the-deadline/config-options.php:75
927
- msgid "Jargon"
928
- msgstr ""
929
-
930
- #: modules/after-the-deadline/config-options.php:77
931
- msgid "Passive Voice"
932
- msgstr ""
933
-
934
- #: modules/after-the-deadline/config-options.php:79
935
- msgid "Phrases to Avoid"
936
- msgstr ""
937
-
938
- #: modules/after-the-deadline/config-options.php:81
939
- msgid "Redundant Phrases"
940
- msgstr ""
941
-
942
- #: modules/after-the-deadline/config-options.php:83
943
- msgid "<a href=\"%s\">Learn more</a> about these options."
944
- msgstr ""
945
-
946
- #: modules/after-the-deadline/config-options.php:86
947
- msgid "Language"
948
- msgstr "Taal"
949
-
950
- #: modules/after-the-deadline/config-options.php:89
951
- msgctxt "%1$s = http://codex.wordpress.org/Installing_WordPress_in_Your_Language, %2$s = WPLANG"
952
- msgid "The proofreader supports English, French, German, Portuguese, and Spanish. Your <a href=\"%1$s\">%2$s</a> value is the default proofreading language."
953
- msgstr ""
954
-
955
- #: modules/after-the-deadline/config-options.php:95
956
- msgid "Use automatically detected language to proofread posts and pages"
957
- msgstr ""
958
-
959
- #: modules/after-the-deadline/config-unignore.php:129
960
- msgid "Ignored Phrases"
961
- msgstr ""
962
-
963
- #: modules/after-the-deadline/config-unignore.php:131
964
- msgid "Identify words and phrases to ignore while proofreading your posts and pages:"
965
- msgstr ""
966
-
967
- #: modules/after-the-deadline/config-unignore.php:133
968
- #: modules/widget-visibility/widget-conditions.php:174
969
- msgid "Add"
970
- msgstr "Voeg by"
971
-
972
- #: modules/after-the-deadline/config-unignore.php:138
973
- msgid "Be sure to click \"Update Profile\" at the bottom of the screen to save your changes."
974
- msgstr ""
975
-
976
- #: modules/after-the-deadline.php:179
977
- msgid "Spelling"
978
- msgstr ""
979
-
980
- #: modules/after-the-deadline.php:180
981
- msgid "Repeated Word"
982
- msgstr ""
983
-
984
- #: modules/after-the-deadline.php:182
985
- msgid "No suggestions"
986
- msgstr "Geen voorstelle nie"
987
-
988
- #: modules/after-the-deadline.php:184
989
- msgid "Explain..."
990
- msgstr ""
991
-
992
- #: modules/after-the-deadline.php:185
993
- msgid "Ignore suggestion"
994
- msgstr ""
995
-
996
- #: modules/after-the-deadline.php:186
997
- msgid "Ignore always"
998
- msgstr ""
999
-
1000
- #: modules/after-the-deadline.php:187
1001
- msgid "Ignore all"
1002
- msgstr "Ignoreer alle"
1003
-
1004
- #: modules/after-the-deadline.php:189
1005
- msgid "Edit Selection..."
1006
- msgstr ""
1007
-
1008
- #: modules/after-the-deadline.php:191
1009
- msgid "proofread"
1010
- msgstr ""
1011
-
1012
- #: modules/after-the-deadline.php:192
1013
- msgid "edit text"
1014
- msgstr ""
1015
-
1016
- #: modules/after-the-deadline.php:193 modules/after-the-deadline.php:268
1017
- msgid "Proofread Writing"
1018
- msgstr ""
1019
-
1020
- #: modules/after-the-deadline.php:195
1021
- msgid "No writing errors were found."
1022
- msgstr ""
1023
-
1024
- #: modules/after-the-deadline.php:196
1025
- msgid "There was a problem communicating with the Proofreading service. Try again in one minute."
1026
- msgstr ""
1027
-
1028
- #: modules/after-the-deadline.php:197
1029
- msgid "There was an error communicating with the proofreading service."
1030
- msgstr ""
1031
-
1032
- #: modules/after-the-deadline.php:199
1033
- msgid "Replace selection with:"
1034
- msgstr ""
1035
-
1036
- #: modules/after-the-deadline.php:200
1037
- msgid ""
1038
- "The proofreader has suggestions for this post. Are you sure you want to publish it?\n"
1039
- "\n"
1040
- "Press OK to publish your post, or Cancel to view the suggestions and edit your post."
1041
- msgstr ""
1042
-
1043
- #: modules/after-the-deadline.php:201
1044
- msgid ""
1045
- "The proofreader has suggestions for this post. Are you sure you want to update it?\n"
1046
- "\n"
1047
- "Press OK to update your post, or Cancel to view the suggestions and edit your post."
1048
- msgstr ""
1049
-
1050
- #: modules/carousel/jetpack-carousel.php:106
1051
- msgid "Comment"
1052
- msgstr "Kommentaar"
1053
-
1054
- #: modules/carousel/jetpack-carousel.php:107
1055
- msgid "Post Comment"
1056
- msgstr "Publiseer kommentaar"
1057
-
1058
- #: modules/carousel/jetpack-carousel.php:108
1059
- msgid "Write a Comment..."
1060
- msgstr ""
1061
-
1062
- #: modules/carousel/jetpack-carousel.php:109
1063
- msgid "Loading Comments..."
1064
- msgstr "Die kommentaar is aan't laai..."
1065
-
1066
- #: modules/carousel/jetpack-carousel.php:110
1067
- msgid "View full size <span class=\"photo-size\">%1$s<span class=\"photo-size-times\">&times;</span>%2$s</span>"
1068
- msgstr ""
1069
-
1070
- #: modules/carousel/jetpack-carousel.php:111
1071
- msgid "Please be sure to submit some text with your comment."
1072
- msgstr "Maak seker jou kommentaar bevat teks."
1073
-
1074
- #: modules/carousel/jetpack-carousel.php:112
1075
- msgid "Please provide an email address to comment."
1076
- msgstr "Verskaf asseblief jou e-posadres om kommentaar te kan lewer."
1077
-
1078
- #: modules/carousel/jetpack-carousel.php:113
1079
- msgid "Please provide your name to comment."
1080
- msgstr "Verskaf asseblief jou naam om kommentaar te lewer."
1081
-
1082
- #: modules/carousel/jetpack-carousel.php:114
1083
- msgid "Sorry, but there was an error posting your comment. Please try again later."
1084
- msgstr "Jammer, maar daar was 'n fout met die publiseer van jou kommentaar. Probeer asseblief later weer."
1085
-
1086
- #: modules/carousel/jetpack-carousel.php:115
1087
- msgid "Your comment was approved."
1088
- msgstr "Jou kommentaar is goedgekeur."
1089
-
1090
- #: modules/carousel/jetpack-carousel.php:116
1091
- msgid "Your comment is in moderation."
1092
- msgstr "Jou kommentaar word gemodereer."
1093
-
1094
- #: modules/carousel/jetpack-carousel.php:117
1095
- msgid "Camera"
1096
- msgstr ""
1097
-
1098
- #: modules/carousel/jetpack-carousel.php:118
1099
- msgid "Aperture"
1100
- msgstr ""
1101
-
1102
- #: modules/carousel/jetpack-carousel.php:119
1103
- msgid "Shutter Speed"
1104
- msgstr ""
1105
-
1106
- #: modules/carousel/jetpack-carousel.php:120
1107
- msgid "Focal Length"
1108
- msgstr ""
1109
-
1110
- #: modules/carousel/jetpack-carousel.php:130
1111
- msgid "Commenting as %s"
1112
- msgstr "Jy lewer kommentaar as %s"
1113
-
1114
- #: modules/carousel/jetpack-carousel.php:133
1115
- msgid "You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in</a> to post a comment."
1116
- msgstr "Jy moet <a href=\"#\" class=\"jp-carousel-comment-login\">ingeteken</a> wees om kommentaar te lewer."
1117
-
1118
- #: modules/carousel/jetpack-carousel.php:135
1119
- msgid "%s (Required)"
1120
- msgstr "%s (verplig)"
1121
-
1122
- #: modules/carousel/jetpack-carousel.php:137
1123
- #: modules/contact-form/grunion-contact-form.php:770
1124
- #: modules/contact-form/grunion-form-view.php:155
1125
- msgid "Email"
1126
- msgstr "Epos"
1127
-
1128
- #: modules/carousel/jetpack-carousel.php:141
1129
- #: modules/contact-form/grunion-contact-form.php:771
1130
- #: modules/contact-form/grunion-form-view.php:160
1131
- msgid "Website"
1132
- msgstr "Webwerf"
1133
-
1134
- #: modules/carousel/jetpack-carousel.php:266
1135
- msgid "Missing attachment ID."
1136
- msgstr ""
1137
-
1138
- #: modules/carousel/jetpack-carousel.php:303
1139
- msgid "Nonce verification failed."
1140
- msgstr ""
1141
-
1142
- #: modules/carousel/jetpack-carousel.php:310
1143
- msgid "Missing target blog ID."
1144
- msgstr ""
1145
-
1146
- #: modules/carousel/jetpack-carousel.php:313
1147
- msgid "Missing target post ID."
1148
- msgstr ""
1149
-
1150
- #: modules/carousel/jetpack-carousel.php:316
1151
- msgid "No comment text was submitted."
1152
- msgstr "Geen kommentaar is gestuur nie."
1153
-
1154
- #: modules/carousel/jetpack-carousel.php:328
1155
- msgid "Comments on this post are closed."
1156
- msgstr "Hierdie artikel se kommentaar is gesluit."
1157
-
1158
- #: modules/carousel/jetpack-carousel.php:338
1159
- msgid "Sorry, but we could not authenticate your request."
1160
- msgstr ""
1161
-
1162
- #: modules/carousel/jetpack-carousel.php:347
1163
- msgid "Please provide your name."
1164
- msgstr ""
1165
-
1166
- #: modules/carousel/jetpack-carousel.php:350
1167
- msgid "Please provide an email address."
1168
- msgstr ""
1169
-
1170
- #: modules/carousel/jetpack-carousel.php:353
1171
- msgid "Please provide a valid email address."
1172
- msgstr ""
1173
-
1174
- #: modules/carousel/jetpack-carousel.php:382
1175
- msgid "Image Gallery Carousel"
1176
- msgstr ""
1177
-
1178
- #: modules/carousel/jetpack-carousel.php:385
1179
- msgid "Enable carousel"
1180
- msgstr ""
1181
-
1182
- #: modules/carousel/jetpack-carousel.php:389
1183
- #: modules/shortcodes/slideshow.php:72
1184
- msgid "Background color"
1185
- msgstr ""
1186
-
1187
- #: modules/carousel/jetpack-carousel.php:392
1188
- msgid "Metadata"
1189
- msgstr ""
1190
-
1191
- #: modules/carousel/jetpack-carousel.php:449
1192
- msgid "Show photo metadata (<a href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\" target=\"_blank\">Exif</a>) in carousel, when available."
1193
- msgstr ""
1194
-
1195
- #: modules/carousel/jetpack-carousel.php:457
1196
- msgid "Show map of photo location in carousel, when available."
1197
- msgstr ""
1198
-
1199
- #: modules/carousel/jetpack-carousel.php:465
1200
- #: modules/shortcodes/slideshow.php:79
1201
- msgid "Black"
1202
- msgstr ""
1203
-
1204
- #: modules/carousel/jetpack-carousel.php:465
1205
- #: modules/shortcodes/slideshow.php:80
1206
- msgid "White"
1207
- msgstr ""
1208
-
1209
- #: modules/carousel/jetpack-carousel.php:473
1210
- msgid "Display images in full-size carousel slideshow."
1211
- msgstr ""
1212
-
1213
- #: modules/comments/admin.php:50 modules/comments/comments.php:211
1214
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
1215
- msgid "Leave a Reply"
1216
- msgstr "Lewer kommentaar"
1217
-
1218
- #: modules/comments/admin.php:54 modules/widgets/facebook-likebox.php:156
1219
- #: modules/widgets/twitter-timeline.php:218
1220
- msgid "Light"
1221
- msgstr "Lig"
1222
-
1223
- #: modules/comments/admin.php:55 modules/widgets/facebook-likebox.php:157
1224
- #: modules/widgets/twitter-timeline.php:219
1225
- msgid "Dark"
1226
- msgstr "Donker"
1227
-
1228
- #: modules/comments/admin.php:56
1229
- msgid "Transparent"
1230
- msgstr "Deurskynend"
1231
-
1232
- #: modules/comments/admin.php:72 modules/module-info.php:536
1233
- msgid "Jetpack Comments"
1234
- msgstr ""
1235
-
1236
- #: modules/comments/admin.php:81
1237
- msgid "Greeting Text"
1238
- msgstr "Verwelkoming"
1239
-
1240
- #: modules/comments/admin.php:97 modules/comments/admin.php:168
1241
- #: modules/widgets/facebook-likebox.php:154
1242
- msgid "Color Scheme"
1243
- msgstr "Kleurskema"
1244
-
1245
- #: modules/comments/admin.php:118
1246
- msgid "Adjust your Jetpack Comments form with a clever greeting and color-scheme."
1247
- msgstr ""
1248
-
1249
- #: modules/comments/admin.php:134
1250
- msgid "A few catchy words to motivate your readers to comment"
1251
- msgstr ""
1252
-
1253
- #: modules/comments/base.php:83
1254
- msgid "Invalid request"
1255
- msgstr ""
1256
-
1257
- #: modules/comments/base.php:230
1258
- msgid "Error: please fill the required fields (name, email)."
1259
- msgstr "Fout: vul asseblief die verpligde velde in."
1260
-
1261
- #: modules/comments/base.php:232
1262
- msgid "Error: please enter a valid email address."
1263
- msgstr ""
1264
-
1265
- #: modules/comments/comments.php:187
1266
- msgid "You must <a href=\"%s\">log in</a> to post a comment."
1267
- msgstr "Jy moet <a href=\"%s\">inteken</a> om kommentaar te lewer."
1268
-
1269
- #: modules/comments/comments.php:212
1270
- msgid "Leave a Reply to %s"
1271
- msgstr "Lewer kommentaar op %s"
1272
-
1273
- #: modules/comments/comments.php:251
1274
- msgid "Cancel reply"
1275
- msgstr "Kanselleer die reaksie"
1276
-
1277
- #: modules/comments/comments.php:387
1278
- msgid "Invalid security token."
1279
- msgstr ""
1280
-
1281
- #: modules/comments/comments.php:448 modules/comments/comments.php:499
1282
- msgid "Submitting Comment%s"
1283
- msgstr "Die kommentaar%s is aan't stuur"
1284
-
1285
- #: modules/contact-form/admin.php:16
1286
- msgid "Add a custom form"
1287
- msgstr ""
1288
-
1289
- #: modules/contact-form/admin.php:21 modules/contact-form/admin.php:22
1290
- msgid "Add Contact Form"
1291
- msgstr ""
1292
-
1293
- #: modules/contact-form/admin.php:101
1294
- msgid "Mark Spam"
1295
- msgstr ""
1296
-
1297
- #: modules/contact-form/admin.php:140 modules/contact-form/admin.php:534
1298
- msgid "You are not allowed to manage this item."
1299
- msgstr ""
1300
-
1301
- #: modules/contact-form/admin.php:157
1302
- msgid "Feedback(s) marked as spam"
1303
- msgstr ""
1304
-
1305
- #: modules/contact-form/admin.php:187 modules/contact-form/admin.php:602
1306
- msgid "Messages"
1307
- msgstr ""
1308
-
1309
- #: modules/contact-form/admin.php:196
1310
- #: modules/contact-form/grunion-omnisearch.php:36
1311
- msgid "From"
1312
- msgstr ""
1313
-
1314
- #: modules/contact-form/admin.php:197
1315
- #: modules/contact-form/grunion-contact-form.php:779
1316
- #: modules/contact-form/grunion-omnisearch.php:37
1317
- msgid "Message"
1318
- msgstr ""
1319
-
1320
- #: modules/contact-form/admin.php:198
1321
- #: modules/contact-form/grunion-omnisearch.php:38
1322
- #: modules/omnisearch/omnisearch-posts.php:46
1323
- msgid "Date"
1324
- msgstr ""
1325
-
1326
- #: modules/contact-form/admin.php:268
1327
- msgid "Restore this item from the Trash"
1328
- msgstr ""
1329
-
1330
- #: modules/contact-form/admin.php:270
1331
- msgid "Restore"
1332
- msgstr ""
1333
-
1334
- #: modules/contact-form/admin.php:273 modules/contact-form/admin.php:372
1335
- msgid "Delete this item permanently"
1336
- msgstr ""
1337
-
1338
- #: modules/contact-form/admin.php:275 modules/contact-form/admin.php:374
1339
- msgid "Delete Permanently"
1340
- msgstr "Skrap Vir Altyd"
1341
-
1342
- #: modules/contact-form/admin.php:306
1343
- msgid "Mark this message as spam"
1344
- msgstr ""
1345
-
1346
- #: modules/contact-form/admin.php:313 modules/contact-form/admin.php:315
1347
- #: modules/contact-form/admin.php:612
1348
- #: modules/omnisearch/omnisearch-posts.php:65
1349
- msgid "Trash"
1350
- msgstr ""
1351
-
1352
- #: modules/contact-form/admin.php:366
1353
- msgid "Mark this message as NOT spam"
1354
- msgstr ""
1355
-
1356
- #: modules/contact-form/admin.php:406
1357
- #: modules/contact-form/grunion-contact-form.php:1262
1358
- msgctxt "{$date_format} \\a\\t {$time_format}"
1359
- msgid "%1$s \\a\\t %2$s"
1360
- msgstr ""
1361
-
1362
- #: modules/contact-form/admin.php:568
1363
- msgid "You are not allowed to move this item out of the Trash."
1364
- msgstr ""
1365
-
1366
- #: modules/contact-form/admin.php:571
1367
- msgid "Error in restoring from Trash."
1368
- msgstr ""
1369
-
1370
- #: modules/contact-form/admin.php:575
1371
- msgid "You are not allowed to move this item to the Trash."
1372
- msgstr ""
1373
-
1374
- #: modules/contact-form/admin.php:578
1375
- msgid "Error in moving to Trash."
1376
- msgstr ""
1377
-
1378
- #: modules/contact-form/admin.php:625
1379
- msgid "Spam"
1380
- msgstr ""
1381
-
1382
- #: modules/contact-form/grunion-contact-form.php:82
1383
- #: modules/contact-form/grunion-contact-form.php:83
1384
- #: modules/contact-form/grunion-form-view.php:136
1385
- msgid "Feedback"
1386
- msgstr ""
1387
-
1388
- #: modules/contact-form/grunion-contact-form.php:84
1389
- msgid "Search Feedback"
1390
- msgstr ""
1391
-
1392
- #: modules/contact-form/grunion-contact-form.php:85
1393
- #: modules/contact-form/grunion-contact-form.php:86
1394
- msgid "No feedback found"
1395
- msgstr ""
1396
-
1397
- #: modules/contact-form/grunion-contact-form.php:103
1398
- msgid "Spam <span class=\"count\">(%s)</span>"
1399
- msgid_plural "Spam <span class=\"count\">(%s)</span>"
1400
- msgstr[0] ""
1401
- msgstr[1] ""
1402
-
1403
- #: modules/contact-form/grunion-contact-form.php:209
1404
- msgid "An error occurred. Please try again later."
1405
- msgstr ""
1406
-
1407
- #: modules/contact-form/grunion-contact-form.php:217
1408
- #: modules/contact-form/grunion-contact-form.php:896
1409
- msgid "Message Sent"
1410
- msgstr "Boodskap gestuur"
1411
-
1412
- #: modules/contact-form/grunion-contact-form.php:375
1413
- msgid "Export feedback as CSV"
1414
- msgstr ""
1415
-
1416
- #: modules/contact-form/grunion-contact-form.php:381
1417
- msgid "Select feedback to download"
1418
- msgstr ""
1419
-
1420
- #: modules/contact-form/grunion-contact-form.php:383
1421
- msgid "All posts"
1422
- msgstr ""
1423
-
1424
- #: modules/contact-form/grunion-contact-form.php:388
1425
- msgid "Download"
1426
- msgstr ""
1427
-
1428
- #: modules/contact-form/grunion-contact-form.php:435
1429
- #: modules/contact-form/grunion-contact-form.php:527
1430
- #: modules/contact-form/grunion-form-view.php:30 modules/module-info.php:506
1431
- #: modules/module-info.php:510
1432
- msgid "Contact Form"
1433
- msgstr ""
1434
-
1435
- #: modules/contact-form/grunion-contact-form.php:741
1436
- msgctxt "%1$s = blog name"
1437
- msgid "%1$s Sidebar"
1438
- msgstr ""
1439
-
1440
- #: modules/contact-form/grunion-contact-form.php:744
1441
- msgctxt "%1$s = blog name, %2$s = post title"
1442
- msgid "%1$s %2$s"
1443
- msgstr ""
1444
-
1445
- #: modules/contact-form/grunion-contact-form.php:755
1446
- msgid "Submit &#187;"
1447
- msgstr "Stuur &#187;"
1448
-
1449
- #: modules/contact-form/grunion-contact-form.php:775
1450
- msgid "Subject"
1451
- msgstr ""
1452
-
1453
- #: modules/contact-form/grunion-contact-form.php:882
1454
- msgid "Error!"
1455
- msgstr "Oeps!"
1456
-
1457
- #: modules/contact-form/grunion-contact-form.php:897
1458
- msgid "go back"
1459
- msgstr ""
1460
-
1461
- #: modules/contact-form/grunion-contact-form.php:971
1462
- #: modules/contact-form/grunion-contact-form.php:987
1463
- msgctxt "%1$s = form field label, %2$s = form field value"
1464
- msgid "%1$s: %2$s"
1465
- msgstr ""
1466
-
1467
- #: modules/contact-form/grunion-contact-form.php:1272
1468
- msgid "Time:"
1469
- msgstr ""
1470
-
1471
- #: modules/contact-form/grunion-contact-form.php:1273
1472
- msgid "IP Address:"
1473
- msgstr ""
1474
-
1475
- #: modules/contact-form/grunion-contact-form.php:1281
1476
- msgid "Contact Form URL:"
1477
- msgstr ""
1478
-
1479
- #: modules/contact-form/grunion-contact-form.php:1286
1480
- msgid "Sent by a verified %s user."
1481
- msgstr ""
1482
-
1483
- #: modules/contact-form/grunion-contact-form.php:1290
1484
- msgid "Sent by an unverified visitor to your site."
1485
- msgstr ""
1486
-
1487
- #: modules/contact-form/grunion-contact-form.php:1530
1488
- msgid "%s requires a valid email address"
1489
- msgstr ""
1490
-
1491
- #: modules/contact-form/grunion-contact-form.php:1536
1492
- msgid "%s is required"
1493
- msgstr "%s is word vereis"
1494
-
1495
- #: modules/contact-form/grunion-contact-form.php:1585
1496
- #: modules/contact-form/grunion-contact-form.php:1591
1497
- #: modules/contact-form/grunion-contact-form.php:1596
1498
- #: modules/contact-form/grunion-contact-form.php:1610
1499
- #: modules/contact-form/grunion-contact-form.php:1616
1500
- #: modules/contact-form/grunion-contact-form.php:1627
1501
- #: modules/contact-form/grunion-contact-form.php:1637
1502
- msgid "(required)"
1503
- msgstr "(verplig) "
1504
-
1505
- #: modules/contact-form/grunion-contact-form.php:1609
1506
- #: modules/minileven/minileven.php:261
1507
- msgid "Yes"
1508
- msgstr "Ja"
1509
-
1510
- #: modules/contact-form/grunion-form-view.php:8
1511
- msgctxt "Label for HTML form \"Name\" field in contact form builder"
1512
- msgid "Name"
1513
- msgstr ""
1514
-
1515
- #: modules/contact-form/grunion-form-view.php:9
1516
- msgctxt "Label for HTML form \"Email\" field in contact form builder"
1517
- msgid "Email"
1518
- msgstr "E-posadres"
1519
-
1520
- #: modules/contact-form/grunion-form-view.php:10
1521
- msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
1522
- msgid "Website"
1523
- msgstr "Webwerf"
1524
-
1525
- #: modules/contact-form/grunion-form-view.php:11
1526
- msgctxt "Label for HTML form \"Comment/Response\" field in contact form builder"
1527
- msgid "Comment"
1528
- msgstr "Kommentaar"
1529
-
1530
- #: modules/contact-form/grunion-form-view.php:12
1531
- msgctxt "Default label for new HTML form field in contact form builder"
1532
- msgid "New Field"
1533
- msgstr ""
1534
-
1535
- #: modules/contact-form/grunion-form-view.php:13
1536
- msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
1537
- msgid "Options"
1538
- msgstr ""
1539
-
1540
- #: modules/contact-form/grunion-form-view.php:14
1541
- msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
1542
- msgid "Option"
1543
- msgstr ""
1544
-
1545
- #: modules/contact-form/grunion-form-view.php:15
1546
- msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
1547
- msgid "First option"
1548
- msgstr ""
1549
-
1550
- #: modules/contact-form/grunion-form-view.php:16
1551
- msgctxt "error message in contact form builder"
1552
- msgid "Oops, there was a problem generating your form. You'll likely need to try again."
1553
- msgstr ""
1554
-
1555
- #: modules/contact-form/grunion-form-view.php:17
1556
- msgid ""
1557
- "Drag up or down\n"
1558
- "to re-arrange"
1559
- msgstr ""
1560
-
1561
- #: modules/contact-form/grunion-form-view.php:18
1562
- msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
1563
- msgid "move"
1564
- msgstr ""
1565
-
1566
- #: modules/contact-form/grunion-form-view.php:19
1567
- msgctxt "Link to edit an HTML form field in contact form builder"
1568
- msgid "edit"
1569
- msgstr ""
1570
-
1571
- #: modules/contact-form/grunion-form-view.php:20
1572
- msgid "Saved successfully"
1573
- msgstr ""
1574
-
1575
- #: modules/contact-form/grunion-form-view.php:21
1576
- msgctxt "This HTML form field is marked as required by the user in contact form builder"
1577
- msgid "(required)"
1578
- msgstr "(verplig)"
1579
-
1580
- #: modules/contact-form/grunion-form-view.php:22
1581
- msgid "Are you sure you want to exit the form editor without saving? Any changes you have made will be lost."
1582
- msgstr ""
1583
-
1584
- #: modules/contact-form/grunion-form-view.php:118
1585
- msgid "Your new field was saved successfully"
1586
- msgstr ""
1587
-
1588
- #: modules/contact-form/grunion-form-view.php:120
1589
- msgid "Form builder"
1590
- msgstr ""
1591
-
1592
- #: modules/contact-form/grunion-form-view.php:121
1593
- msgid "Email notifications"
1594
- msgstr ""
1595
-
1596
- #: modules/contact-form/grunion-form-view.php:126
1597
- msgid "How does this work?"
1598
- msgstr ""
1599
-
1600
- #: modules/contact-form/grunion-form-view.php:127
1601
- msgid "By adding a contact form, your readers will be able to submit feedback to you. All feedback is automatically scanned for spam, and the legitimate feedback will be emailed to you."
1602
- msgstr ""
1603
-
1604
- #: modules/contact-form/grunion-form-view.php:128
1605
- msgid "Can I add more fields?"
1606
- msgstr ""
1607
-
1608
- #: modules/contact-form/grunion-form-view.php:130
1609
- msgctxt "%1$s = \"Click here\" in an HTML link"
1610
- msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
1611
- msgstr ""
1612
-
1613
- #: modules/contact-form/grunion-form-view.php:131
1614
- msgid "Click here"
1615
- msgstr ""
1616
-
1617
- #: modules/contact-form/grunion-form-view.php:133
1618
- msgid "Can I view my feedback within WordPress?"
1619
- msgstr ""
1620
-
1621
- #: modules/contact-form/grunion-form-view.php:135
1622
- msgctxt "%1$s = \"Feedback\" in an HTML link"
1623
- msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
1624
- msgstr ""
1625
-
1626
- #: modules/contact-form/grunion-form-view.php:141
1627
- msgid "Do I need to fill this out?"
1628
- msgstr ""
1629
-
1630
- #: modules/contact-form/grunion-form-view.php:142
1631
- msgid "Nope. However, if you&#8217;d like to modify where your feedback is sent, or the subject line you can. If you don&#8217;t make any changes here, feedback will be sent to the author of the page/post and the subject will be the name of this page/post."
1632
- msgstr ""
1633
-
1634
- #: modules/contact-form/grunion-form-view.php:146
1635
- msgid "Edit this new field"
1636
- msgstr ""
1637
-
1638
- #: modules/contact-form/grunion-form-view.php:148
1639
- #: modules/sharedaddy/sharing-sources.php:991
1640
- msgid "Label"
1641
- msgstr ""
1642
-
1643
- #: modules/contact-form/grunion-form-view.php:149
1644
- msgid "New field"
1645
- msgstr ""
1646
-
1647
- #: modules/contact-form/grunion-form-view.php:151
1648
- msgid "Field type"
1649
- msgstr ""
1650
-
1651
- #: modules/contact-form/grunion-form-view.php:153
1652
- msgid "Checkbox"
1653
- msgstr ""
1654
-
1655
- #: modules/contact-form/grunion-form-view.php:154
1656
- msgid "Drop down"
1657
- msgstr ""
1658
-
1659
- #: modules/contact-form/grunion-form-view.php:157
1660
- msgid "Radio"
1661
- msgstr ""
1662
-
1663
- #: modules/contact-form/grunion-form-view.php:158
1664
- msgid "Text"
1665
- msgstr "Teks"
1666
-
1667
- #: modules/contact-form/grunion-form-view.php:159
1668
- msgid "Textarea"
1669
- msgstr ""
1670
-
1671
- #: modules/contact-form/grunion-form-view.php:166
1672
- msgid "Options"
1673
- msgstr ""
1674
-
1675
- #: modules/contact-form/grunion-form-view.php:167
1676
- msgid "First option"
1677
- msgstr ""
1678
-
1679
- #: modules/contact-form/grunion-form-view.php:170
1680
- msgid "Add another option"
1681
- msgstr ""
1682
-
1683
- #: modules/contact-form/grunion-form-view.php:177
1684
- msgid "Required?"
1685
- msgstr ""
1686
-
1687
- #: modules/contact-form/grunion-form-view.php:182
1688
- msgid "Save this field"
1689
- msgstr ""
1690
-
1691
- #: modules/contact-form/grunion-form-view.php:187
1692
- msgid "Here&#8217;s what your form will look like"
1693
- msgstr ""
1694
-
1695
- #: modules/contact-form/grunion-form-view.php:192
1696
- msgid "Add a new field"
1697
- msgstr ""
1698
-
1699
- #: modules/contact-form/grunion-form-view.php:194
1700
- msgid "Add this form to my post"
1701
- msgstr ""
1702
-
1703
- #: modules/contact-form/grunion-form-view.php:197
1704
- msgid "Email settings"
1705
- msgstr ""
1706
-
1707
- #: modules/contact-form/grunion-form-view.php:199
1708
- msgid "Enter your email address"
1709
- msgstr ""
1710
-
1711
- #: modules/contact-form/grunion-form-view.php:202
1712
- msgid "What should the subject line be?"
1713
- msgstr ""
1714
-
1715
- #: modules/contact-form/grunion-form-view.php:205
1716
- msgid "Save and go back to form builder"
1717
- msgstr ""
1718
-
1719
- #: modules/custom-css/custom-css.php:456
1720
- msgid ""
1721
- "Welcome to Custom CSS!\n"
1722
- "\n"
1723
- "CSS (Cascading Style Sheets) is a kind of code that tells the browser how to render a web page. You may delete these comments and get started with your customizations.\n"
1724
- "\n"
1725
- "By default, your stylesheet will be loaded after the theme stylesheets, which means that your rules can take precedence and override the theme CSS rules. Just write here what you want to change, you don't need to copy all your theme's stylesheet content."
1726
- msgstr ""
1727
-
1728
- #: modules/custom-css/custom-css.php:577
1729
- msgid "Preview: changes must be saved or they will be lost"
1730
- msgstr ""
1731
-
1732
- #: modules/custom-css/custom-css.php:605
1733
- msgid "Edit CSS"
1734
- msgstr ""
1735
-
1736
- #: modules/custom-css/custom-css.php:618
1737
- msgid "CSS"
1738
- msgstr ""
1739
-
1740
- #: modules/custom-css/custom-css.php:638
1741
- msgid "Custom CSS Stylesheet"
1742
- msgstr ""
1743
-
1744
- #: modules/custom-css/custom-css.php:659
1745
- msgid "Stylesheet saved."
1746
- msgstr ""
1747
-
1748
- #: modules/custom-css/custom-css.php:663
1749
- msgid "Publish"
1750
- msgstr "Publiseer"
1751
-
1752
- #: modules/custom-css/custom-css.php:669
1753
- msgid "CSS Revisions"
1754
- msgstr ""
1755
-
1756
- #: modules/custom-css/custom-css.php:673
1757
- msgid "CSS Stylesheet Editor"
1758
- msgstr ""
1759
-
1760
- #: modules/custom-css/custom-css.php:680
1761
- msgid ""
1762
- "New to CSS? Start with a <a href=\"http://www.htmldog.com/guides/cssbeginner/\">beginner tutorial</a>. Questions?\n"
1763
- "\t\tAsk in the <a href=\"http://wordpress.org/support/forum/themes-and-templates\">Themes and Templates forum</a>."
1764
- msgstr ""
1765
-
1766
- #: modules/custom-css/custom-css.php:717
1767
- msgid "Content Width:"
1768
- msgstr ""
1769
-
1770
- #: modules/custom-css/custom-css.php:718
1771
- msgid "Default"
1772
- msgstr ""
1773
-
1774
- #: modules/custom-css/custom-css.php:718
1775
- msgid "%s px"
1776
- msgstr ""
1777
-
1778
- #: modules/custom-css/custom-css.php:726
1779
- msgid "Limit width to %1$s pixels for videos, full size images, and other shortcodes. (<a href=\"%2$s\">More info</a>.)"
1780
- msgstr ""
1781
-
1782
- #: modules/custom-css/custom-css.php:742
1783
- msgid "The default content width for the %s theme is %d pixels."
1784
- msgstr ""
1785
-
1786
- #: modules/custom-css/custom-css.php:747 modules/custom-css/custom-css.php:829
1787
- #: modules/custom-css/custom-css.php:858 modules/minileven/minileven.php:270
1788
- #: modules/publicize/publicize-jetpack.php:473
1789
- #: modules/publicize/publicize-jetpack.php:585 modules/publicize/ui.php:274
1790
- msgid "OK"
1791
- msgstr "OK"
1792
-
1793
- #: modules/custom-css/custom-css.php:748 modules/custom-css/custom-css.php:830
1794
- #: modules/custom-css/custom-css.php:859 modules/minileven/minileven.php:271
1795
- #: modules/sharedaddy/sharing-sources.php:307
1796
- msgid "Cancel"
1797
- msgstr "Kanselleer"
1798
-
1799
- #: modules/custom-css/custom-css.php:812
1800
- msgid "Preprocessor:"
1801
- msgstr ""
1802
-
1803
- #: modules/custom-css/custom-css.php:813 modules/custom-css/custom-css.php:818
1804
- #: modules/videopress/videopress.php:273 modules/widgets/image-widget.php:137
1805
- msgid "None"
1806
- msgstr "Geen"
1807
-
1808
- #: modules/custom-css/custom-css.php:842
1809
- msgid "Mode:"
1810
- msgstr ""
1811
-
1812
- #: modules/custom-css/custom-css.php:843
1813
- msgid "Add-on"
1814
- msgstr ""
1815
-
1816
- #: modules/custom-css/custom-css.php:843
1817
- msgid "Replacement"
1818
- msgstr ""
1819
-
1820
- #: modules/custom-css/custom-css.php:850
1821
- msgid "Add-on CSS <b>(Recommended)</b>"
1822
- msgstr ""
1823
-
1824
- #: modules/custom-css/custom-css.php:855
1825
- msgid "Replace <a href=\"%s\">theme's CSS</a> <b>(Advanced)</b>"
1826
- msgstr ""
1827
-
1828
- #: modules/custom-css/custom-css.php:866
1829
- #: modules/custom-post-types/comics.php:235
1830
- #: modules/videopress/videopress.php:662
1831
- msgid "Preview"
1832
- msgstr "Vooraf Kyk"
1833
-
1834
- #: modules/custom-css/custom-css.php:868
1835
- msgid "Save &amp; Buy Upgrade"
1836
- msgstr ""
1837
-
1838
- #: modules/custom-css/custom-css.php:868
1839
- msgid "Save Stylesheet"
1840
- msgstr ""
1841
-
1842
- #: modules/custom-css/custom-css.php:930
1843
- msgid "Show more"
1844
- msgstr ""
1845
-
1846
- #: modules/custom-post-types/comics.php:83
1847
- msgid "Convert to Comic"
1848
- msgstr ""
1849
-
1850
- #: modules/custom-post-types/comics.php:89
1851
- msgid "Convert to Post"
1852
- msgstr ""
1853
-
1854
- #: modules/custom-post-types/comics.php:113
1855
- msgid "You are not allowed to make this change."
1856
- msgstr ""
1857
-
1858
- #: modules/custom-post-types/comics.php:160
1859
- msgid "Post converted."
1860
- msgid_plural "%s posts converted"
1861
- msgstr[0] ""
1862
- msgstr[1] ""
1863
-
1864
- #: modules/custom-post-types/comics.php:173
1865
- msgid "Drop images to upload"
1866
- msgstr ""
1867
-
1868
- #: modules/custom-post-types/comics.php:174
1869
- msgid "Uploading..."
1870
- msgstr ""
1871
-
1872
- #: modules/custom-post-types/comics.php:175
1873
- msgid "Processing..."
1874
- msgstr ""
1875
-
1876
- #: modules/custom-post-types/comics.php:176
1877
- msgid "Sorry, your browser isn't supported. Upgrade at browsehappy.com."
1878
- msgstr ""
1879
-
1880
- #: modules/custom-post-types/comics.php:177
1881
- msgid "Only images can be uploaded here."
1882
- msgstr ""
1883
-
1884
- #: modules/custom-post-types/comics.php:178
1885
- msgid "Your upload didn't complete; try again later or cross your fingers and try again right now."
1886
- msgstr ""
1887
-
1888
- #: modules/custom-post-types/comics.php:191
1889
- #: modules/custom-post-types/comics.php:193
1890
- #: modules/custom-post-types/comics.php:195
1891
- msgid "Comics"
1892
- msgstr ""
1893
-
1894
- #: modules/custom-post-types/comics.php:194
1895
- msgid "Comic"
1896
- msgstr ""
1897
-
1898
- #: modules/custom-post-types/comics.php:196
1899
- msgid "All Comics"
1900
- msgstr ""
1901
-
1902
- #: modules/custom-post-types/comics.php:197
1903
- #: modules/custom-post-types/testimonial.php:72 modules/publicize/ui.php:207
1904
- msgid "Add New"
1905
- msgstr ""
1906
-
1907
- #: modules/custom-post-types/comics.php:198
1908
- msgid "Add New Comic"
1909
- msgstr ""
1910
-
1911
- #: modules/custom-post-types/comics.php:199
1912
- msgid "Edit Comic"
1913
- msgstr ""
1914
-
1915
- #: modules/custom-post-types/comics.php:200
1916
- msgid "New Comic"
1917
- msgstr ""
1918
-
1919
- #: modules/custom-post-types/comics.php:201
1920
- msgid "View Comic"
1921
- msgstr ""
1922
-
1923
- #: modules/custom-post-types/comics.php:202
1924
- msgid "Search Comics"
1925
- msgstr ""
1926
-
1927
- #: modules/custom-post-types/comics.php:203
1928
- msgid "No Comics found"
1929
- msgstr ""
1930
-
1931
- #: modules/custom-post-types/comics.php:204
1932
- msgid "No Comics found in Trash"
1933
- msgstr ""
1934
-
1935
- #: modules/custom-post-types/comics.php:273
1936
- msgid "Comic updated. <a href=\"%s\">View comic</a>"
1937
- msgstr ""
1938
-
1939
- #: modules/custom-post-types/comics.php:274
1940
- #: modules/custom-post-types/testimonial.php:133
1941
- msgid "Custom field updated."
1942
- msgstr ""
1943
-
1944
- #: modules/custom-post-types/comics.php:275
1945
- #: modules/custom-post-types/testimonial.php:134
1946
- msgid "Custom field deleted."
1947
- msgstr ""
1948
-
1949
- #: modules/custom-post-types/comics.php:276
1950
- msgid "Comic updated."
1951
- msgstr ""
1952
-
1953
- #: modules/custom-post-types/comics.php:278
1954
- msgid "Comic restored to revision from %s"
1955
- msgstr ""
1956
-
1957
- #: modules/custom-post-types/comics.php:279
1958
- msgid "Comic published. <a href=\"%s\">View comic</a>"
1959
- msgstr ""
1960
-
1961
- #: modules/custom-post-types/comics.php:280
1962
- msgid "Comic saved."
1963
- msgstr ""
1964
-
1965
- #: modules/custom-post-types/comics.php:281
1966
- msgid "Comic submitted. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
1967
- msgstr ""
1968
-
1969
- #: modules/custom-post-types/comics.php:282
1970
- msgid "Comic scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview comic</a>"
1971
- msgstr ""
1972
-
1973
- #: modules/custom-post-types/comics.php:284
1974
- #: modules/custom-post-types/testimonial.php:143
1975
- msgid "M j, Y @ G:i"
1976
- msgstr ""
1977
-
1978
- #: modules/custom-post-types/comics.php:285
1979
- msgid "Comic draft updated. <a target=\"_blank\" href=\"%s\">Preview comic</a>"
1980
- msgstr ""
1981
-
1982
- #: modules/custom-post-types/comics.php:353
1983
- msgid "Invalid or expired nonce."
1984
- msgstr ""
1985
-
1986
- #: modules/custom-post-types/comics.php:462
1987
- msgid ""
1988
- "Welcome! Ready to publish your first strip?\n"
1989
- "\n"
1990
- "Your webcomic's new site is ready to go. Get started by <a href=\"BLOG_URLwp-admin/customize.php#title\">setting your comic's title and tagline</a> so your readers know what it's all about.\n"
1991
- "\n"
1992
- "Looking for more help with setting up your site? Check out the WordPress.com <a href=\"http://learn.wordpress.com/\">beginner's tutorial</a> and the <a href=\"http://en.support.wordpress.com/comics/\">guide to comics on WordPress.com</a>. Dive right in by <a href=\"BLOG_URLwp-admin/customize.php#title\">publishing your first strip!</a>\n"
1993
- "\n"
1994
- "Lots of laughs,\n"
1995
- "The WordPress.com Team"
1996
- msgstr ""
1997
-
1998
- #: modules/custom-post-types/nova.php:115
1999
- msgid "Menu Item Labels"
2000
- msgstr ""
2001
-
2002
- #: modules/custom-post-types/nova.php:116
2003
- msgid "Menu Item Label"
2004
- msgstr ""
2005
-
2006
- #: modules/custom-post-types/nova.php:117
2007
- msgid "Search Menu Item Labels"
2008
- msgstr ""
2009
-
2010
- #: modules/custom-post-types/nova.php:118
2011
- msgid "Popular Labels"
2012
- msgstr ""
2013
-
2014
- #: modules/custom-post-types/nova.php:119
2015
- msgid "All Menu Item Labels"
2016
- msgstr ""
2017
-
2018
- #: modules/custom-post-types/nova.php:120
2019
- msgid "Edit Menu Item Label"
2020
- msgstr ""
2021
-
2022
- #: modules/custom-post-types/nova.php:121
2023
- msgid "View Menu Item Label"
2024
- msgstr ""
2025
-
2026
- #: modules/custom-post-types/nova.php:122
2027
- msgid "Update Menu Item Label"
2028
- msgstr ""
2029
-
2030
- #: modules/custom-post-types/nova.php:123
2031
- msgid "Add New Menu Item Label"
2032
- msgstr ""
2033
-
2034
- #: modules/custom-post-types/nova.php:124
2035
- msgid "New Menu Item Label Name"
2036
- msgstr ""
2037
-
2038
- #: modules/custom-post-types/nova.php:125
2039
- #: modules/custom-post-types/nova.php:759
2040
- msgid "Separate Labels with commas"
2041
- msgstr ""
2042
-
2043
- #: modules/custom-post-types/nova.php:126
2044
- msgid "Add or remove Labels"
2045
- msgstr ""
2046
-
2047
- #: modules/custom-post-types/nova.php:127
2048
- msgid "Choose from the most used Labels"
2049
- msgstr ""
2050
-
2051
- #: modules/custom-post-types/nova.php:129
2052
- msgid "No Labels found"
2053
- msgstr ""
2054
-
2055
- #: modules/custom-post-types/nova.php:136
2056
- #: modules/custom-post-types/nova.php:167
2057
- msgid "Food Menus"
2058
- msgstr ""
2059
-
2060
- #: modules/custom-post-types/nova.php:137
2061
- msgid "Food Menu"
2062
- msgstr ""
2063
-
2064
- #: modules/custom-post-types/nova.php:138
2065
- msgid "Search Menus"
2066
- msgstr ""
2067
-
2068
- #: modules/custom-post-types/nova.php:139
2069
- msgid "All Menus"
2070
- msgstr ""
2071
-
2072
- #: modules/custom-post-types/nova.php:140
2073
- msgid "Parent Menu"
2074
- msgstr ""
2075
-
2076
- #: modules/custom-post-types/nova.php:141
2077
- msgid "Parent Menu:"
2078
- msgstr ""
2079
-
2080
- #: modules/custom-post-types/nova.php:142
2081
- msgid "Edit Menu"
2082
- msgstr ""
2083
-
2084
- #: modules/custom-post-types/nova.php:143
2085
- msgid "View Menu"
2086
- msgstr ""
2087
-
2088
- #: modules/custom-post-types/nova.php:144
2089
- msgid "Update Menu"
2090
- msgstr ""
2091
-
2092
- #: modules/custom-post-types/nova.php:145
2093
- msgid "Add New Menu"
2094
- msgstr ""
2095
-
2096
- #: modules/custom-post-types/nova.php:146
2097
- msgid "New Menu Name"
2098
- msgstr ""
2099
-
2100
- #: modules/custom-post-types/nova.php:162
2101
- msgid "Items on your restaurant's menu"
2102
- msgstr ""
2103
-
2104
- #: modules/custom-post-types/nova.php:165
2105
- #: modules/custom-post-types/nova.php:168
2106
- msgid "Menu Items"
2107
- msgstr ""
2108
-
2109
- #: modules/custom-post-types/nova.php:166
2110
- msgid "Menu Item"
2111
- msgstr ""
2112
-
2113
- #: modules/custom-post-types/nova.php:169
2114
- #: modules/custom-post-types/nova.php:170
2115
- msgid "Add One Item"
2116
- msgstr ""
2117
-
2118
- #: modules/custom-post-types/nova.php:171
2119
- msgid "Edit Menu Item"
2120
- msgstr ""
2121
-
2122
- #: modules/custom-post-types/nova.php:172
2123
- msgid "New Menu Item"
2124
- msgstr ""
2125
-
2126
- #: modules/custom-post-types/nova.php:173
2127
- msgid "View Menu Item"
2128
- msgstr ""
2129
-
2130
- #: modules/custom-post-types/nova.php:174
2131
- msgid "Search Menu Items"
2132
- msgstr ""
2133
-
2134
- #: modules/custom-post-types/nova.php:175
2135
- msgid "No Menu Items found"
2136
- msgstr ""
2137
-
2138
- #: modules/custom-post-types/nova.php:176
2139
- msgid "No Menu Items found in Trash"
2140
- msgstr ""
2141
-
2142
- #: modules/custom-post-types/nova.php:277
2143
- #: modules/custom-post-types/nova.php:278
2144
- #: modules/custom-post-types/nova.php:724
2145
- msgid "Add Many Items"
2146
- msgstr ""
2147
-
2148
- #: modules/custom-post-types/nova.php:313
2149
- msgid "Menu Items re-ordered."
2150
- msgstr ""
2151
-
2152
- #: modules/custom-post-types/nova.php:332
2153
- msgid "Labels"
2154
- msgstr ""
2155
-
2156
- #: modules/custom-post-types/nova.php:333
2157
- #: modules/custom-post-types/nova.php:742
2158
- #: modules/custom-post-types/nova.php:778
2159
- #: modules/custom-post-types/nova.php:784
2160
- msgid "Price"
2161
- msgstr ""
2162
-
2163
- #: modules/custom-post-types/nova.php:334
2164
- msgid "Order"
2165
- msgstr ""
2166
-
2167
- #: modules/custom-post-types/nova.php:390
2168
- #: modules/custom-post-types/nova.php:442
2169
- msgid "Re-order"
2170
- msgstr ""
2171
-
2172
- #: modules/custom-post-types/nova.php:637
2173
- msgid "Move menu section up"
2174
- msgstr ""
2175
-
2176
- #: modules/custom-post-types/nova.php:637
2177
- msgid "UP"
2178
- msgstr ""
2179
-
2180
- #: modules/custom-post-types/nova.php:639
2181
- msgid "Move menu section down"
2182
- msgstr ""
2183
-
2184
- #: modules/custom-post-types/nova.php:639
2185
- msgid "DOWN"
2186
- msgstr ""
2187
-
2188
- #: modules/custom-post-types/nova.php:726
2189
- msgid "Use the <kbd>TAB</kbd> key on your keyboard to move between colums and the <kbd>ENTER</kbd> or <kbd>RETURN</kbd> key to save each row and move on to the next."
2190
- msgstr ""
2191
-
2192
- #: modules/custom-post-types/nova.php:741
2193
- msgid "Description"
2194
- msgstr "Beskrywing"
2195
-
2196
- #: modules/custom-post-types/nova.php:743
2197
- msgid "Labels: <small>spicy, favorite, etc.</small>"
2198
- msgstr ""
2199
-
2200
- #: modules/custom-post-types/nova.php:765
2201
- msgid "Add These New Menu Items"
2202
- msgstr ""
2203
-
2204
- #: modules/custom-post-types/nova.php:847
2205
- #: modules/custom-post-types/nova.php:866
2206
- msgctxt "Nova label separator"
2207
- msgid ", "
2208
- msgstr ""
2209
-
2210
- #: modules/custom-post-types/nova.php:868
2211
- msgid "No Labels"
2212
- msgstr ""
2213
-
2214
- #: modules/custom-post-types/testimonial.php:66
2215
- msgid "Customer Testimonials"
2216
- msgstr ""
2217
-
2218
- #: modules/custom-post-types/testimonial.php:68
2219
- #: modules/custom-post-types/testimonial.php:70
2220
- #: modules/custom-post-types/testimonial.php:194
2221
- #: modules/custom-post-types/testimonial.php:199
2222
- msgid "Testimonials"
2223
- msgstr ""
2224
-
2225
- #: modules/custom-post-types/testimonial.php:69
2226
- msgid "Testimonial"
2227
- msgstr ""
2228
-
2229
- #: modules/custom-post-types/testimonial.php:71
2230
- msgid "All Testimonials"
2231
- msgstr ""
2232
-
2233
- #: modules/custom-post-types/testimonial.php:73
2234
- msgid "Add New Testimonial"
2235
- msgstr ""
2236
-
2237
- #: modules/custom-post-types/testimonial.php:74
2238
- msgid "Edit Testimonial"
2239
- msgstr ""
2240
-
2241
- #: modules/custom-post-types/testimonial.php:75
2242
- msgid "New Testimonial"
2243
- msgstr ""
2244
-
2245
- #: modules/custom-post-types/testimonial.php:76
2246
- msgid "View Testimonial"
2247
- msgstr ""
2248
-
2249
- #: modules/custom-post-types/testimonial.php:77
2250
- msgid "Search Testimonials"
2251
- msgstr ""
2252
-
2253
- #: modules/custom-post-types/testimonial.php:78
2254
- msgid "No Testimonials found"
2255
- msgstr ""
2256
-
2257
- #: modules/custom-post-types/testimonial.php:79
2258
- msgid "No Testimonials found in Trash"
2259
- msgstr ""
2260
-
2261
- #: modules/custom-post-types/testimonial.php:110
2262
- msgid "Enter the customer's name here"
2263
- msgstr ""
2264
-
2265
- #: modules/custom-post-types/testimonial.php:119
2266
- msgid "Customer Name"
2267
- msgstr ""
2268
-
2269
- #: modules/custom-post-types/testimonial.php:132
2270
- msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
2271
- msgstr ""
2272
-
2273
- #: modules/custom-post-types/testimonial.php:135
2274
- msgid "Testimonial updated."
2275
- msgstr ""
2276
-
2277
- #: modules/custom-post-types/testimonial.php:137
2278
- msgid "Testimonial restored to revision from %s"
2279
- msgstr ""
2280
-
2281
- #: modules/custom-post-types/testimonial.php:138
2282
- msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
2283
- msgstr ""
2284
-
2285
- #: modules/custom-post-types/testimonial.php:139
2286
- msgid "Testimonial saved."
2287
- msgstr ""
2288
-
2289
- #: modules/custom-post-types/testimonial.php:140
2290
- msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
2291
- msgstr ""
2292
-
2293
- #: modules/custom-post-types/testimonial.php:141
2294
- msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
2295
- msgstr ""
2296
-
2297
- #: modules/custom-post-types/testimonial.php:144
2298
- msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
2299
- msgstr ""
2300
-
2301
- #: modules/custom-post-types/testimonial.php:180
2302
- msgid "Customize Testimonials Archive"
2303
- msgstr ""
2304
-
2305
- #: modules/custom-post-types/testimonial.php:181
2306
- msgid "Customize"
2307
- msgstr ""
2308
-
2309
- #: modules/custom-post-types/testimonial.php:205
2310
- msgid "Testimonial Page Title"
2311
- msgstr ""
2312
-
2313
- #: modules/custom-post-types/testimonial.php:217
2314
- msgid "Testimonial Page Content"
2315
- msgstr ""
2316
-
2317
- #: modules/custom-post-types/testimonial.php:228
2318
- msgid "Testimonial Page Featured Image"
2319
- msgstr ""
2320
-
2321
- #: modules/gplus-authorship/admin/ui.php:54
2322
- #: modules/gplus-authorship/admin/ui.php:65 modules/likes.php:429
2323
- #: modules/likes.php:441 modules/publicize/ui.php:35
2324
- #: modules/publicize/ui.php:45 modules/sharedaddy/sharing.php:57
2325
- #: modules/sharedaddy/sharing.php:163
2326
- msgid "Sharing Settings"
2327
- msgstr ""
2328
-
2329
- #: modules/gplus-authorship/admin/ui.php:54 modules/likes.php:429
2330
- #: modules/module-info.php:325 modules/module-info.php:328
2331
- #: modules/module-info.php:349 modules/publicize/ui.php:35
2332
- #: modules/sharedaddy/sharedaddy.php:26 modules/sharedaddy/sharing.php:57
2333
- msgid "Sharing"
2334
- msgstr ""
2335
-
2336
- #: modules/gplus-authorship/admin/ui.php:79
2337
- msgid "Your Google+ account has been connected."
2338
- msgstr ""
2339
-
2340
- #: modules/gplus-authorship/admin/ui.php:80
2341
- msgid "There was a problem connecting your Google+ account. Please try again."
2342
- msgstr ""
2343
-
2344
- #: modules/gplus-authorship/admin/ui.php:81
2345
- msgid "You must click 'Accept' in the Google+ dialog to connect your account."
2346
- msgstr ""
2347
-
2348
- #: modules/gplus-authorship/admin/ui.php:113 modules/module-info.php:800
2349
- #: modules/module-info.php:804
2350
- msgid "Google+ Profile"
2351
- msgstr ""
2352
-
2353
- #: modules/gplus-authorship/admin/ui.php:125 modules/publicize/ui.php:182
2354
- #: modules/publicize/ui.php:186
2355
- msgid "Disconnect"
2356
- msgstr ""
2357
-
2358
- #: modules/gplus-authorship/admin/ui.php:129
2359
- msgid "Connect your WordPress account to Google+ to add this blog to your Google+ profile and improve the visibility of your blog posts on Google."
2360
- msgstr ""
2361
-
2362
- #: modules/gplus-authorship/admin/ui.php:131
2363
- msgid "Need help?"
2364
- msgstr ""
2365
-
2366
- #: modules/gplus-authorship/admin/ui.php:138
2367
- msgid "Your Google+ profile and WordPress.com accounts have been disconnected, including your Publicize connections. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
2368
- msgstr "Jou rekeninge op Google+ en WordPress.com is nie meer verbind nie, insluitend die opgestelde rekeninge by Die Groot Klok (Publisize). Indien jy nie meer met hierdie blog op Google+ geassosieer wil wees nie, moet jy ook die blogadres op jou <a href='%s' target='_blank'>Google+-profiel</a> verwyder."
2369
-
2370
- #: modules/gplus-authorship/admin/ui.php:140
2371
- msgid "Your Google+ profile and WordPress.com accounts have been disconnected. If you no longer wish to be associated with this blog on Google we recommend that you also remove the blog URL from your <a href='%s' target='_blank'>Google+ profile</a>."
2372
- msgstr "Jou rekeninge op Google+ en WordPress.com is nie meer verbind nie. Indien jy nie meer met hierdie blog op Google+ geassosieer wil wees nie, moet jy ook die blogadres op jou <a href='%s' target='_blank'>Google+-profiel</a> verwyder. "
2373
-
2374
- #: modules/gplus-authorship/admin/ui.php:147
2375
- msgid "Your Google+ profile name and URL will be displayed in the sharing area of your posts."
2376
- msgstr ""
2377
-
2378
- #: modules/gplus-authorship/admin/ui.php:165 modules/gplus-authorship.php:175
2379
- msgid "Google+"
2380
- msgstr ""
2381
-
2382
- #: modules/gplus-authorship/admin/ui.php:191
2383
- msgid "Show Google+ infomation with this post"
2384
- msgstr ""
2385
-
2386
- #: modules/gplus-authorship.php:132
2387
- msgid "on Google+"
2388
- msgstr ""
2389
-
2390
- #: modules/gravatar-hovercards.php:47 modules/module-info.php:57
2391
- #: modules/module-info.php:72
2392
- msgid "Gravatar Hovercards"
2393
- msgstr ""
2394
-
2395
- #: modules/gravatar-hovercards.php:59
2396
- msgid "View people's profiles when you mouse over their Gravatars"
2397
- msgstr ""
2398
-
2399
- #: modules/gravatar-hovercards.php:86
2400
- msgid "Put your mouse over your Gravatar to check out your profile."
2401
- msgstr ""
2402
-
2403
- #: modules/holiday-snow.php:19
2404
- msgid "Snow"
2405
- msgstr ""
2406
-
2407
- #: modules/holiday-snow.php:28
2408
- msgid "Show falling snow on my blog until January 4<sup>th</sup>."
2409
- msgstr ""
2410
-
2411
- #: modules/infinite-scroll/infinity.php:275
2412
- msgid "To infinity and beyond"
2413
- msgstr ""
2414
-
2415
- #: modules/infinite-scroll/infinity.php:284
2416
- msgid "We've disabled this option for you since you have footer widgets in Appearance &rarr; Widgets, or because your theme does not support infinite scroll."
2417
- msgstr ""
2418
-
2419
- #: modules/infinite-scroll/infinity.php:290
2420
- msgid "Scroll Infinitely"
2421
- msgstr ""
2422
-
2423
- #: modules/infinite-scroll/infinity.php:290
2424
- msgid "(Shows %s posts on each load)"
2425
- msgstr ""
2426
-
2427
- #: modules/infinite-scroll/infinity.php:527
2428
- msgid "Older posts"
2429
- msgstr ""
2430
-
2431
- #: modules/infinite-scroll/infinity.php:528
2432
- msgid "Scroll back to top"
2433
- msgstr ""
2434
-
2435
- #: modules/infinite-scroll/infinity.php:1054
2436
- msgid "Theme: %1$s."
2437
- msgstr ""
2438
-
2439
- #: modules/infinite-scroll.php:86
2440
- msgid "Use Google Analytics with Infinite Scroll"
2441
- msgstr ""
2442
-
2443
- #: modules/infinite-scroll.php:97
2444
- msgid "Track each Infinite Scroll post load as a page view in Google Analytics"
2445
- msgstr ""
2446
-
2447
- #: modules/infinite-scroll.php:97
2448
- msgid "By checking the box above, each new set of posts loaded via Infinite Scroll will be recorded as a page view in Google Analytics."
2449
- msgstr ""
2450
-
2451
- #: modules/likes.php:114
2452
- msgid "Likes and Shares"
2453
- msgstr ""
2454
-
2455
- #: modules/likes.php:125 modules/likes.php:593 modules/module-info.php:774
2456
- #: modules/module-info.php:778
2457
- msgid "Likes"
2458
- msgstr ""
2459
-
2460
- #: modules/likes.php:185
2461
- msgid "Show likes."
2462
- msgstr ""
2463
-
2464
- #: modules/likes.php:201 modules/sharedaddy/sharedaddy.php:40
2465
- msgid "Show sharing buttons."
2466
- msgstr ""
2467
-
2468
- #: modules/likes.php:213
2469
- msgid "Likes Notifications"
2470
- msgstr ""
2471
-
2472
- #: modules/likes.php:214
2473
- msgid "Email me whenever"
2474
- msgstr ""
2475
-
2476
- #: modules/likes.php:253
2477
- msgid "Someone likes one of my posts"
2478
- msgstr ""
2479
-
2480
- #: modules/likes.php:272
2481
- msgid "WordPress.com Likes are"
2482
- msgstr ""
2483
-
2484
- #: modules/likes.php:278
2485
- msgid "On for all posts"
2486
- msgstr ""
2487
-
2488
- #: modules/likes.php:284
2489
- msgid "Turned on per post"
2490
- msgstr ""
2491
-
2492
- #: modules/likes.php:310 modules/sharedaddy/sharing.php:330
2493
- msgid "Show buttons on"
2494
- msgstr ""
2495
-
2496
- #: modules/likes.php:319 modules/sharedaddy/sharing.php:336
2497
- msgid "Front Page, Archive Pages, and Search Results"
2498
- msgstr ""
2499
-
2500
- #: modules/likes.php:452 modules/sharedaddy/sharing.php:158
2501
- msgid "Settings have been saved"
2502
- msgstr ""
2503
-
2504
- #: modules/likes.php:459 modules/sharedaddy/sharing.php:170
2505
- msgid "Sharing Buttons"
2506
- msgstr ""
2507
-
2508
- #: modules/likes.php:468 modules/sharedaddy/sharing.php:352
2509
- msgid "Save Changes"
2510
- msgstr "Stoor wysigings"
2511
-
2512
- #: modules/likes.php:628
2513
- msgid "Like this:"
2514
- msgstr ""
2515
-
2516
- #: modules/likes.php:629
2517
- msgid "Like"
2518
- msgstr ""
2519
-
2520
- #: modules/likes.php:629 modules/widget-visibility/widget-conditions.php:168
2521
- msgid "Loading..."
2522
- msgstr ""
2523
-
2524
- #: modules/likes.php:730
2525
- msgid "<span>%d</span> bloggers like this:"
2526
- msgstr ""
2527
-
2528
- #: modules/markdown/easy-markdown.php:223
2529
- #: modules/markdown/easy-markdown.php:225 modules/module-info.php:953
2530
- msgid "Markdown"
2531
- msgstr ""
2532
-
2533
- #: modules/markdown/easy-markdown.php:248
2534
- msgid "Use Markdown for posts and pages."
2535
- msgstr ""
2536
-
2537
- #: modules/markdown/easy-markdown.php:249
2538
- #: modules/markdown/easy-markdown.php:264
2539
- msgid "Learn more about Markdown."
2540
- msgstr ""
2541
-
2542
- #: modules/markdown/easy-markdown.php:263
2543
- msgid "Use Markdown for comments."
2544
- msgstr ""
2545
-
2546
- #: modules/markdown/easy-markdown.php:528
2547
- msgid "Markdown content"
2548
- msgstr ""
2549
-
2550
- #: modules/minileven/minileven.php:93
2551
- msgid "View Mobile Site"
2552
- msgstr ""
2553
-
2554
- #: modules/minileven/minileven.php:260
2555
- msgid "Mobile-compatible:"
2556
- msgstr ""
2557
-
2558
- #: modules/minileven/minileven.php:261
2559
- msgid "No"
2560
- msgstr "Geen"
2561
-
2562
- #: modules/minileven/minileven.php:267 modules/minileven/minileven.php:318
2563
- msgid "Include this CSS in the Mobile Theme"
2564
- msgstr ""
2565
-
2566
- #: modules/minileven/theme/pub/minileven/comments.php:15
2567
- msgid "This post is password protected. Enter the password to view any comments."
2568
- msgstr ""
2569
-
2570
- #: modules/minileven/theme/pub/minileven/comments.php:45
2571
- msgid "Comment navigation"
2572
- msgstr ""
2573
-
2574
- #: modules/minileven/theme/pub/minileven/comments.php:46
2575
- msgid "&larr; Older Comments"
2576
- msgstr "&larr; Ouer kommentaar"
2577
-
2578
- #: modules/minileven/theme/pub/minileven/comments.php:47
2579
- msgid "Newer Comments &rarr;"
2580
- msgstr "Nuwer kommentaar &rarr;"
2581
-
2582
- #: modules/minileven/theme/pub/minileven/content-gallery.php:14
2583
- #: modules/minileven/theme/pub/minileven/content-gallery.php:58
2584
- #: modules/minileven/theme/pub/minileven/content.php:13
2585
- #: modules/minileven/theme/pub/minileven/content.php:18
2586
- #: modules/minileven/theme/pub/minileven/content.php:22
2587
- msgid "Permalink to %s"
2588
- msgstr ""
2589
-
2590
- #: modules/minileven/theme/pub/minileven/content-gallery.php:15
2591
- #: modules/widgets/gallery.php:26
2592
- msgid "Gallery"
2593
- msgstr ""
2594
-
2595
- #: modules/minileven/theme/pub/minileven/content-gallery.php:21
2596
- #: modules/minileven/theme/pub/minileven/content.php:41
2597
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:30
2598
- msgid "Continue reading <span class=\"meta-nav\">&rarr;</span>"
2599
- msgstr ""
2600
-
2601
- #: modules/minileven/theme/pub/minileven/content-gallery.php:57
2602
- msgid "This gallery contains <a %1$s>%2$s photo</a>."
2603
- msgid_plural "This gallery contains <a %1$s>%2$s photos</a>."
2604
- msgstr[0] ""
2605
- msgstr[1] ""
2606
-
2607
- #: modules/minileven/theme/pub/minileven/content-gallery.php:65
2608
- #: modules/minileven/theme/pub/minileven/content.php:43
2609
- #: modules/minileven/theme/pub/minileven/image.php:64
2610
- #: modules/minileven/theme/pub/minileven/page.php:27
2611
- msgid "Pages:"
2612
- msgstr ""
2613
-
2614
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2615
- #: modules/minileven/theme/pub/minileven/content.php:51
2616
- #: modules/minileven/theme/pub/minileven/image.php:80
2617
- msgid "<b>1</b> Reply"
2618
- msgstr ""
2619
-
2620
- #: modules/minileven/theme/pub/minileven/content-gallery.php:71
2621
- #: modules/minileven/theme/pub/minileven/content.php:51
2622
- #: modules/minileven/theme/pub/minileven/image.php:80
2623
- msgid "<b>%</b> Replies"
2624
- msgstr ""
2625
-
2626
- #: modules/minileven/theme/pub/minileven/content.php:19
2627
- msgid "Featured"
2628
- msgstr ""
2629
-
2630
- #: modules/minileven/theme/pub/minileven/content.php:28
2631
- msgid "Posted by "
2632
- msgstr ""
2633
-
2634
- #: modules/minileven/theme/pub/minileven/content.php:30
2635
- msgid "%s"
2636
- msgstr ""
2637
-
2638
- #: modules/minileven/theme/pub/minileven/content.php:51
2639
- #: modules/minileven/theme/pub/minileven/image.php:80
2640
- msgid "Leave a reply"
2641
- msgstr "Lewer kommentaar"
2642
-
2643
- #: modules/minileven/theme/pub/minileven/content.php:59
2644
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:19
2645
- msgid "Post navigation"
2646
- msgstr ""
2647
-
2648
- #: modules/minileven/theme/pub/minileven/content.php:60
2649
- #: modules/minileven/theme/pub/minileven/image.php:88
2650
- msgid "&laquo; Previous"
2651
- msgstr "&laquo; Vorige"
2652
-
2653
- #: modules/minileven/theme/pub/minileven/content.php:61
2654
- msgid "Next &raquo;"
2655
- msgstr "Volgende &raquo;"
2656
-
2657
- #: modules/minileven/theme/pub/minileven/footer.php:27
2658
- msgid "http://wordpress.org/"
2659
- msgstr ""
2660
-
2661
- #: modules/minileven/theme/pub/minileven/footer.php:27
2662
- msgid "Semantic Personal Publishing Platform"
2663
- msgstr ""
2664
-
2665
- #: modules/minileven/theme/pub/minileven/footer.php:27
2666
- msgid "Proudly powered by %s"
2667
- msgstr ""
2668
-
2669
- #: modules/minileven/theme/pub/minileven/functions.php:59
2670
- msgid "Primary Menu"
2671
- msgstr ""
2672
-
2673
- #: modules/minileven/theme/pub/minileven/functions.php:96
2674
- msgctxt "Open Sans font: on or off"
2675
- msgid "on"
2676
- msgstr ""
2677
-
2678
- #: modules/minileven/theme/pub/minileven/functions.php:102
2679
- msgctxt "Open Sans font: add new subset (greek, cyrillic, vietnamese)"
2680
- msgid "no-subset"
2681
- msgstr ""
2682
-
2683
- #: modules/minileven/theme/pub/minileven/functions.php:128
2684
- msgid "Main Sidebar"
2685
- msgstr ""
2686
-
2687
- #: modules/minileven/theme/pub/minileven/header.php:26
2688
- msgid "Menu"
2689
- msgstr ""
2690
-
2691
- #: modules/minileven/theme/pub/minileven/header.php:29
2692
- msgid "Skip to primary content"
2693
- msgstr ""
2694
-
2695
- #: modules/minileven/theme/pub/minileven/image.php:73
2696
- msgid "<span class=\"entry-gallery\">&laquo; <a href=\"%1$s\" title=\"Back to %2$s\" rel=\"gallery\">Back to Gallery</a></span>"
2697
- msgstr ""
2698
-
2699
- #: modules/minileven/theme/pub/minileven/image.php:87
2700
- msgctxt "next-saturday"
2701
- msgid "Image navigation"
2702
- msgstr ""
2703
-
2704
- #: modules/minileven/theme/pub/minileven/image.php:89
2705
- msgid "Next &raquo; "
2706
- msgstr ""
2707
-
2708
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:20
2709
- msgid "<span class=\"meta-nav\">&laquo;</span> Older"
2710
- msgstr ""
2711
-
2712
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:21
2713
- msgid "Newer <span class=\"meta-nav\">&raquo;</span>"
2714
- msgstr ""
2715
-
2716
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:38
2717
- msgid "Pingback:"
2718
- msgstr ""
2719
-
2720
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:55
2721
- msgid "%1$s on %2$s"
2722
- msgstr "%1$s op %2$s"
2723
-
2724
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:68
2725
- msgid "Your comment is awaiting moderation."
2726
- msgstr "Jou kommentaar word gemodereer."
2727
-
2728
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:76
2729
- msgid "Reply"
2730
- msgstr ""
2731
-
2732
- #: modules/minileven/theme/pub/minileven/inc/template-tags.php:90
2733
- msgid "<span class=\"entry-date\"><a href=\"%1$s\" title=\"%2$s\" rel=\"bookmark\"><time datetime=\"%3$s\" pubdate>%4$s</time></a></span>"
2734
- msgstr ""
2735
-
2736
- #: modules/minileven/theme/pub/minileven/inc/tweaks.php:94
2737
- msgid "Page %s"
2738
- msgstr ""
2739
-
2740
- #: modules/minileven/theme/pub/minileven/index.php:23
2741
- msgid "Daily Archives: %s"
2742
- msgstr ""
2743
-
2744
- #: modules/minileven/theme/pub/minileven/index.php:25
2745
- msgid "Monthly Archives: %s"
2746
- msgstr ""
2747
-
2748
- #: modules/minileven/theme/pub/minileven/index.php:27
2749
- msgid "Yearly Archives: %s"
2750
- msgstr "Jaarlikse Argiewe: %s "
2751
-
2752
- #: modules/minileven/theme/pub/minileven/index.php:29
2753
- msgid "Posted in %s"
2754
- msgstr ""
2755
-
2756
- #: modules/minileven/theme/pub/minileven/index.php:31
2757
- msgid "Tagged with %s"
2758
- msgstr ""
2759
-
2760
- #: modules/minileven/theme/pub/minileven/index.php:33
2761
- msgid "Posted by"
2762
- msgstr "Bygedra deur"
2763
-
2764
- #: modules/minileven/theme/pub/minileven/index.php:35
2765
- msgid "Blog Archives"
2766
- msgstr ""
2767
-
2768
- #: modules/minileven/theme/pub/minileven/index.php:43
2769
- msgid "Search Results for: %s"
2770
- msgstr ""
2771
-
2772
- #: modules/minileven/theme/pub/minileven/index.php:57
2773
- msgid "Nothing Found"
2774
- msgstr "Geen Bevingdings"
2775
-
2776
- #: modules/minileven/theme/pub/minileven/index.php:61
2777
- msgid "Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post."
2778
- msgstr ""
2779
-
2780
- #: modules/minileven/theme/pub/minileven/searchform.php:9
2781
- #: modules/minileven/theme/pub/minileven/searchform.php:10
2782
- #: modules/minileven/theme/pub/minileven/searchform.php:11
2783
- #: modules/omnisearch/omnisearch-core.php:156
2784
- msgid "Search"
2785
- msgstr "Soek"
2786
-
2787
- #: modules/minileven.php:51
2788
- msgid "Excerpts"
2789
- msgstr ""
2790
-
2791
- #: modules/minileven.php:55
2792
- msgid "Enable excerpts on front page and on archive pages"
2793
- msgstr ""
2794
-
2795
- #: modules/minileven.php:60
2796
- msgid "Show full posts on front page and on archive pages"
2797
- msgstr ""
2798
-
2799
- #: modules/minileven.php:65
2800
- msgid "Mobile App Promos"
2801
- msgstr ""
2802
-
2803
- #: modules/minileven.php:69
2804
- msgid "Show a promo for the WordPress mobile apps in the footer of the mobile theme."
2805
- msgstr ""
2806
-
2807
- #: modules/minileven.php:75 modules/stats.php:570
2808
- msgid "Save configuration"
2809
- msgstr ""
2810
-
2811
- #: modules/minileven.php:78
2812
- msgid "Mobile Apps"
2813
- msgstr ""
2814
-
2815
- #: modules/minileven.php:79
2816
- msgid "Take WordPress with you."
2817
- msgstr ""
2818
-
2819
- #: modules/minileven.php:81
2820
- msgid "We have apps for <a href=\"%s\">iOS (iPhone, iPad, iPod Touch)</a>, <a href=\"%s\">Android</a>, <a href=\"%s\">BlackBerry</a>, <a href=\"%s\">Windows Phone</a>, and <a href=\"%s\">more</a>!"
2821
- msgstr ""
2822
-
2823
- #: modules/module-info.php:22 modules/module-info.php:26
2824
- msgid "VaultPress"
2825
- msgstr ""
2826
-
2827
- #: modules/module-info.php:28
2828
- msgid "Your WordPress installation is currently being protected with the world&#8217;s best security, backup, and support."
2829
- msgstr ""
2830
-
2831
- #: modules/module-info.php:29
2832
- msgctxt "Visit your _VaultPress_dashboard_."
2833
- msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
2834
- msgstr ""
2835
-
2836
- #: modules/module-info.php:29
2837
- msgid "VaultPress dashboard"
2838
- msgstr ""
2839
-
2840
- #: modules/module-info.php:31
2841
- msgid "With a monthly subscription, the VaultPress plugin will backup your site&#8217;s content, themes, and plugins in real-time, as well as perform regular security scans for common threats and attacks."
2842
- msgstr ""
2843
-
2844
- #: modules/module-info.php:32
2845
- msgctxt "View _Plans_&_Pricing_. (VaultPress)"
2846
- msgid "View %s."
2847
- msgstr ""
2848
-
2849
- #: modules/module-info.php:32
2850
- msgid "Plans & Pricing"
2851
- msgstr ""
2852
-
2853
- #: modules/module-info.php:53 modules/module-info.php:68
2854
- msgid "Gravatar Hovercard"
2855
- msgstr ""
2856
-
2857
- #: modules/module-info.php:58 modules/module-info.php:73
2858
- msgid "What&#8217;s a Hovercard?"
2859
- msgstr ""
2860
-
2861
- #: modules/module-info.php:59
2862
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services they use on the web like Twitter, Facebook, or LinkedIn."
2863
- msgstr ""
2864
-
2865
- #: modules/module-info.php:60
2866
- msgid "Hovercards offer a great way to show your internet presence and help people find your own blog."
2867
- msgstr ""
2868
-
2869
- #: modules/module-info.php:74
2870
- msgid "Hovercards enhance plain Gravatar images with information about a person: name, bio, pictures, their contact info, and other services."
2871
- msgstr ""
2872
-
2873
- #: modules/module-info.php:75
2874
- msgid "To see hovercards, look at any blog post on your blog that has comments. If the commenter has a hovercard associated with their gravatar, mouse over their image and the hovercard will appear. To turn hovercards off, click the Deactivate button above."
2875
- msgstr ""
2876
-
2877
- #: modules/module-info.php:90 modules/module-info.php:94
2878
- #: modules/module-info.php:103 modules/module-info.php:107
2879
- msgid "Shortcode Embeds"
2880
- msgstr ""
2881
-
2882
- #: modules/module-info.php:95 modules/module-info.php:108
2883
- msgid "Shortcodes allow you to easily and safely embed media from other places in your site. With just one simple code, you can tell WordPress to embed YouTube, Flickr, and other media."
2884
- msgstr ""
2885
-
2886
- #: modules/module-info.php:109
2887
- msgid "Enter a shortcode directly into the Post/Page editor to embed media. For specific instructions follow the links below."
2888
- msgstr ""
2889
-
2890
- #: modules/module-info.php:142
2891
- msgid "Available shortcodes are: %l."
2892
- msgstr ""
2893
-
2894
- #: modules/module-info.php:157 modules/module-info.php:161
2895
- #: modules/module-info.php:171 modules/module-info.php:175
2896
- msgid "WP.me Shortlinks"
2897
- msgstr ""
2898
-
2899
- #: modules/module-info.php:162 modules/module-info.php:176
2900
- msgid "Instead of typing or copy-pasting long URLs, you can now get a short and simple link to your posts and pages. This uses the super compact wp.me domain name, and gives you a unique URL you can use that will be safe and reliable."
2901
- msgstr ""
2902
-
2903
- #: modules/module-info.php:163
2904
- msgid "It&#8217;s perfect for use on Twitter, Facebook, and cell phone text messages where every character counts."
2905
- msgstr ""
2906
-
2907
- #: modules/module-info.php:177
2908
- msgid "To use shortlinks, go to any already published post (or publish something new!). A &#8220;Get Shortlink&#8221; button will be visible under the Post title. When you click it, a dialog box will appear with the shortlink and you can copy and paste to Twitter, Facebook or wherever your heart desires."
2909
- msgstr ""
2910
-
2911
- #: modules/module-info.php:192 modules/module-info.php:196
2912
- #: modules/module-info.php:205 modules/module-info.php:209
2913
- msgid "WordPress.com Stats"
2914
- msgstr ""
2915
-
2916
- #: modules/module-info.php:197 modules/module-info.php:210
2917
- msgid "There are many plugins and services that provide statistics, but data can be overwhelming. WordPress.com Stats makes the most popular metrics easy to understand through a clear and attractive interface."
2918
- msgstr ""
2919
-
2920
- #: modules/module-info.php:211
2921
- msgid "You can <a href=\"%s\">view your stats dashboard here</a>."
2922
- msgstr ""
2923
-
2924
- #: modules/module-info.php:225 modules/module-info.php:229
2925
- #: modules/publicize/ui.php:95
2926
- msgid "Publicize"
2927
- msgstr ""
2928
-
2929
- #: modules/module-info.php:230
2930
- msgid "Publicize allows you to connect your blog to popular social networking sites and automatically share new posts with your friends.\t You can make a connection for just yourself or for all users on your blog."
2931
- msgstr ""
2932
-
2933
- #: modules/module-info.php:231
2934
- msgid "Publicize allows you to share your posts on Facebook, Twitter, Tumblr, Yahoo!, and Linkedin."
2935
- msgstr ""
2936
-
2937
- #: modules/module-info.php:235
2938
- msgid "Manage your <a href=\"%s\">Publicize settings</a>."
2939
- msgstr ""
2940
-
2941
- #: modules/module-info.php:239 modules/publicize/ui.php:114
2942
- msgid "More information on using Publicize."
2943
- msgstr ""
2944
-
2945
- #: modules/module-info.php:255 modules/module-info.php:259
2946
- #: modules/module-info.php:268 modules/module-info.php:272
2947
- #: modules/monitor.php:74 modules/notes.php:160
2948
- msgid "Notifications"
2949
- msgstr ""
2950
-
2951
- #: modules/module-info.php:260 modules/module-info.php:273
2952
- msgid "Keep up with the latest happenings on all your WordPress sites and interact with other WordPress.com users."
2953
- msgstr ""
2954
-
2955
- #: modules/module-info.php:274
2956
- msgid "You can view your notifications in the Toolbar and <a href=\"%s\">on WordPress.com</a>."
2957
- msgstr ""
2958
-
2959
- #: modules/module-info.php:289 modules/module-info.php:304
2960
- msgid "LaTeX"
2961
- msgstr ""
2962
-
2963
- #: modules/module-info.php:294 modules/module-info.php:309
2964
- msgid "%s is a powerful markup language for writing complex mathematical equations, formulas, etc."
2965
- msgstr ""
2966
-
2967
- #: modules/module-info.php:295
2968
- msgid "Jetpack combines the power of %s and the simplicity of WordPress to give you the ultimate in math blogging platforms."
2969
- msgstr ""
2970
-
2971
- #: modules/module-info.php:296
2972
- msgid "Wow, that sounds nerdy."
2973
- msgstr ""
2974
-
2975
- #: modules/module-info.php:310
2976
- msgid "Use <code>$latex your latex code here$</code> or <code>[latex]your latex code here[/latex]</code> to include %s in your posts and comments. There are <a href=\"%s\" target=\"_blank\">all sorts of options</a> available."
2977
- msgstr ""
2978
-
2979
- #: modules/module-info.php:329
2980
- msgid "Share your posts with Twitter, Facebook, and a host of other services. You can configure services to appear as icons, text, or both. Some services have additional options to display smart buttons, such as Twitter, which will update the number of times the post has been shared."
2981
- msgstr ""
2982
-
2983
- #: modules/module-info.php:333
2984
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, PressThis, Digg, LinkedIn, Google +1, Print, and Email."
2985
- msgstr ""
2986
-
2987
- #: modules/module-info.php:335
2988
- msgid "The following services are included: Twitter, Facebook, Reddit, StumbleUpon, Digg, LinkedIn, Google +1, Print, and Email."
2989
- msgstr ""
2990
-
2991
- #: modules/module-info.php:339
2992
- msgid "Additionally you can define your own custom services."
2993
- msgstr ""
2994
-
2995
- #: modules/module-info.php:354
2996
- msgid "To configure your sharing settings, go to the Settings &rarr; <a href=\"%s\">Sharing</a> menu."
2997
- msgstr ""
2998
-
2999
- #: modules/module-info.php:355
3000
- msgid "Drag and drop sharing services into the enabled section to have them show up on your site, and drag them into the hidden section to have them hidden behind a button."
3001
- msgstr ""
3002
-
3003
- #: modules/module-info.php:361
3004
- msgid "Full details can be found on the <a href=\"%s\">Sharing support page</a>. This video also gives a swish run-down of how to use the Sharing feature. Watch it in HD for extra snazz!"
3005
- msgstr ""
3006
-
3007
- #: modules/module-info.php:376 modules/module-info.php:380
3008
- msgid "Spelling and Grammar"
3009
- msgstr ""
3010
-
3011
- #: modules/module-info.php:382
3012
- msgid "The <a href='%s'>After&nbsp;the&nbsp;Deadline</a> Proofreading service improves your writing by using artificial intelligence to find your errors and offer smart suggestions."
3013
- msgstr ""
3014
-
3015
- #: modules/module-info.php:383
3016
- msgid "After the Deadline provides a number of <a href=\"%s\">customization options</a>, which you can edit in your profile."
3017
- msgstr ""
3018
-
3019
- #: modules/module-info.php:397 modules/module-info.php:411
3020
- msgid "Widgets Screenshot"
3021
- msgstr ""
3022
-
3023
- #: modules/module-info.php:400 modules/module-info.php:414
3024
- msgid "Extra Sidebar Widgets"
3025
- msgstr ""
3026
-
3027
- #: modules/module-info.php:402
3028
- msgid "The RSS Links Widget "
3029
- msgstr ""
3030
-
3031
- #: modules/module-info.php:402
3032
- msgid "allows you to add links to your blog&#8217;s post and comment RSS feeds in your sidebar. This makes it easy for your readers to stay updated when you post new content or receive new comments."
3033
- msgstr ""
3034
-
3035
- #: modules/module-info.php:403
3036
- msgid "The Twitter Widget "
3037
- msgstr ""
3038
-
3039
- #: modules/module-info.php:403
3040
- msgid "shows your latest tweets within a sidebar on your theme. It&#8217;s an easy way to add more activity to your site. There are also a number of customization options."
3041
- msgstr ""
3042
-
3043
- #: modules/module-info.php:403
3044
- msgid "The Facebook Like Box Widget "
3045
- msgstr ""
3046
-
3047
- #: modules/module-info.php:403
3048
- msgid "shows your Facebook Like Box within a sidebar on your theme. It&#8217;s a great way to let your readers show their support."
3049
- msgstr ""
3050
-
3051
- #: modules/module-info.php:403
3052
- msgid "The Image Widget "
3053
- msgstr ""
3054
-
3055
- #: modules/module-info.php:403
3056
- msgid "allows you to easily add images to widget areas in your theme. It&#8217;s an easy way to add more visual interest to your site."
3057
- msgstr ""
3058
-
3059
- #: modules/module-info.php:416
3060
- msgid "The RSS Links Widget"
3061
- msgstr ""
3062
-
3063
- #: modules/module-info.php:416
3064
- msgid "lets you easily add post and comment RSS feeds to a sidebar on your theme."
3065
- msgstr ""
3066
-
3067
- #: modules/module-info.php:417
3068
- msgid "The Twitter Widget"
3069
- msgstr ""
3070
-
3071
- #: modules/module-info.php:417
3072
- msgid "shows your latest tweets within a sidebar on your theme."
3073
- msgstr ""
3074
-
3075
- #: modules/module-info.php:418
3076
- msgid "The Facebook Like Box Widget"
3077
- msgstr ""
3078
-
3079
- #: modules/module-info.php:418
3080
- msgid "shows your Facebook Like Box within a sidebar on your theme."
3081
- msgstr ""
3082
-
3083
- #: modules/module-info.php:419
3084
- msgid "The Image Widget"
3085
- msgstr ""
3086
-
3087
- #: modules/module-info.php:419
3088
- msgid "lets you easily add images to a sidebar on your theme."
3089
- msgstr ""
3090
-
3091
- #: modules/module-info.php:420
3092
- msgid "The Gravatar Widget"
3093
- msgstr ""
3094
-
3095
- #: modules/module-info.php:420
3096
- msgid "allows you to pull in your Gravatar image along with some of your Gravatar profile data."
3097
- msgstr ""
3098
-
3099
- #: modules/module-info.php:421
3100
- msgid "The Gallery Widget"
3101
- msgstr ""
3102
-
3103
- #: modules/module-info.php:421
3104
- msgid "provides you with a simple way to display a photo gallery or slideshow in your blog’s sidebar."
3105
- msgstr ""
3106
-
3107
- #: modules/module-info.php:422
3108
- msgid "The Display WordPress Posts Widget"
3109
- msgstr ""
3110
-
3111
- #: modules/module-info.php:422
3112
- msgid "lets you display up to ten recent posts from another WordPress.com blog, or a self-hosted WordPress site with Jetpack enabled."
3113
- msgstr ""
3114
-
3115
- #: modules/module-info.php:423
3116
- msgid "The Readmill Widget"
3117
- msgstr ""
3118
-
3119
- #: modules/module-info.php:423
3120
- msgid "allows your readers to send a book to their device with one click."
3121
- msgstr ""
3122
-
3123
- #: modules/module-info.php:424
3124
- msgid "The Upcoming Events Widget"
3125
- msgstr ""
3126
-
3127
- #: modules/module-info.php:424
3128
- msgid "allows you to use an iCalendar link to display a list of events on your site."
3129
- msgstr ""
3130
-
3131
- #: modules/module-info.php:426
3132
- msgid "Each of these widgets has a number of customization options."
3133
- msgstr ""
3134
-
3135
- #: modules/module-info.php:426
3136
- msgid "To use the widgets, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag them into one of your sidebars and configure away."
3137
- msgstr ""
3138
-
3139
- #: modules/module-info.php:439
3140
- msgid "Subsriptions Screenshot"
3141
- msgstr ""
3142
-
3143
- #: modules/module-info.php:442
3144
- msgid "Subscriptions"
3145
- msgstr ""
3146
-
3147
- #: modules/module-info.php:444
3148
- msgid "Easily allow any visitor to subscribe to all of your posts via email through a widget in your blog&#8217;s sidebar. Every time you publish a post, WordPress.com will send a notification to all your subscribers."
3149
- msgstr ""
3150
-
3151
- #: modules/module-info.php:445
3152
- msgid "When leaving comments, your visitors can also subscribe to a post&#8217;s comments to keep up with the conversation."
3153
- msgstr ""
3154
-
3155
- #: modules/module-info.php:450
3156
- msgid "To use the Subscriptions widget, go to Appearance &#8594; <a href=\"%s\">Widgets</a>. Drag the widget labeled &#8220;Blog Subscriptions (Jetpack)&#8221; into one of your sidebars and configure away."
3157
- msgstr ""
3158
-
3159
- #: modules/module-info.php:451
3160
- msgid "You can also make changes to your Subscription settings at the bottom of the <a href=\"%s\">Discussion Settings</a> page."
3161
- msgstr ""
3162
-
3163
- #: modules/module-info.php:464
3164
- msgid "Enhanced Distribution"
3165
- msgstr ""
3166
-
3167
- #: modules/module-info.php:466
3168
- msgid "Jetpack will automatically take the great published content from your blog or website and share it instantly with third party services like search engines, increasing your reach and traffic."
3169
- msgstr ""
3170
-
3171
- #: modules/module-info.php:481
3172
- msgid "JSON API"
3173
- msgstr ""
3174
-
3175
- #: modules/module-info.php:483
3176
- msgid "Jetpack will allow you to authorize applications and services to securely connect to your blog and allow them to use your content in new ways and offer you new functionality."
3177
- msgstr ""
3178
-
3179
- #: modules/module-info.php:485
3180
- msgid "Developers can use WordPress.com's <a href='http://developer.wordpress.com/docs/oauth2/'>OAuth2</a> authentication system and <a href='http://developer.wordpress.com/docs/api/'>WordPress.com REST API</a> to manage and access your site's content."
3181
- msgstr ""
3182
-
3183
- #: modules/module-info.php:513
3184
- msgid "A contact form is a great way to offer your readers the ability to get in touch, without giving out your personal email address."
3185
- msgstr ""
3186
-
3187
- #: modules/module-info.php:516
3188
- msgid "Each contact form can easily be customized to fit your needs. When a user submits your contact form, the feedback will be filtered through <a href=\"http://akismet.com/\">Akismet</a> (if it is active on your site) to make sure it’s not spam. Any legitimate feedback will then be emailed to you, and added to your feedback management area."
3189
- msgstr ""
3190
-
3191
- #: modules/module-info.php:533
3192
- msgid "Jetpack Comments Screenshot"
3193
- msgstr ""
3194
-
3195
- #: modules/module-info.php:538
3196
- msgid "Jetpack Comments enables your visitors to use their WordPress.com, Twitter, or Facebook accounts when commenting on your site."
3197
- msgstr ""
3198
-
3199
- #: modules/module-info.php:543
3200
- msgid "Jetpack tries to match your site's color scheme automatically, but you can make manual adjustments at the bottom of the <a href='%s'>Discussion Settings</a> page."
3201
- msgstr ""
3202
-
3203
- #: modules/module-info.php:564
3204
- msgid "Gallery Carousel Screenshot"
3205
- msgstr ""
3206
-
3207
- #: modules/module-info.php:567 modules/widgets/gallery.php:334
3208
- msgid "Carousel"
3209
- msgstr ""
3210
-
3211
- #: modules/module-info.php:569
3212
- msgid "With Carousel active, any standard WordPress galleries you have embedded in posts or pages will launch a gorgeous full-screen photo browsing experience with comments and EXIF metadata."
3213
- msgstr ""
3214
-
3215
- #: modules/module-info.php:582 modules/module-info.php:585
3216
- msgid "Custom CSS"
3217
- msgstr ""
3218
-
3219
- #: modules/module-info.php:586
3220
- msgid "The Custom CSS editor gives you the ability to add to or replace your theme's CSS, all while supplying syntax coloring, auto-indentation, and immediate feedback on the validity of the CSS you're writing."
3221
- msgstr ""
3222
-
3223
- #: modules/module-info.php:587
3224
- msgid "To use the CSS editor, go to Appearance &#8594; <a href=\"%s\">Edit CSS</a>."
3225
- msgstr ""
3226
-
3227
- #: modules/module-info.php:604 modules/module-info.php:607
3228
- msgid "Mobile Theme"
3229
- msgstr ""
3230
-
3231
- #: modules/module-info.php:608
3232
- msgid "There's a good chance that visitors to your site will be using a smartphone, and it's important to provide them with a great reading experience while on the small screen."
3233
- msgstr ""
3234
-
3235
- #: modules/module-info.php:609
3236
- msgid "Jetpack's mobile theme is optimized for small screens. It uses the header image, background, and widgets from your current theme for a great custom look. Post format support is included, so your photos and galleries will look fantastic on a smartphone."
3237
- msgstr ""
3238
-
3239
- #: modules/module-info.php:610
3240
- msgid "Visitors on iPhone, Android, Windows Phone, and other mobile devices will automatically see the mobile theme, with the option to view the full site. You can enable or disable the mobile theme by clicking the \"Activate\" or \"Deactive\" button above."
3241
- msgstr ""
3242
-
3243
- #: modules/module-info.php:626 modules/module-info.php:629
3244
- msgid "Mobile Push Notifications"
3245
- msgstr ""
3246
-
3247
- #: modules/module-info.php:631
3248
- msgid "If you use <a href=\"%1$s\">WordPress for iOS</a> or <a href=\"%2$s\">WordPress for Android</a>, you’ll now be able to opt in to receive push notifications of new comments, which makes it easier than ever to keep up with your readers and moderate comments on the go."
3249
- msgstr ""
3250
-
3251
- #: modules/module-info.php:649
3252
- msgid "If you are a theme author, you can learn about adding support for Infinite Scroll at <a href=\"%1$s\">%1$s</a>."
3253
- msgstr ""
3254
-
3255
- #: modules/module-info.php:652
3256
- msgid "Infinite Scroll"
3257
- msgstr ""
3258
-
3259
- #: modules/module-info.php:655
3260
- msgid "When you write great content, all you really want is people to find it, right?"
3261
- msgstr ""
3262
-
3263
- #: modules/module-info.php:657
3264
- msgid "With the Infinite Scroll module and a supported theme, that's exactly what happens. Instead of the old way of navigating down a page by scrolling and then clicking a link to get to the next page, waiting for a page refresh&mdash;the document model of the web&mdash;infinite scrolling pulls the next set of posts automatically into view when the reader approaches the bottom of the page, more like an application."
3265
- msgstr ""
3266
-
3267
- #: modules/module-info.php:660
3268
- msgid "At this time, your theme, %s, doesn't support Infinite Scroll. Unlike other Jetpack modules, Infinite Scroll needs information from your theme to function properly."
3269
- msgstr ""
3270
-
3271
- #: modules/module-info.php:662
3272
- msgid "Until your theme supports Infinite Scroll, you won't be able to activate this module."
3273
- msgstr ""
3274
-
3275
- #: modules/module-info.php:672
3276
- msgid "There is an update available for your theme. You may wish to check if this update adds Infinite Scroll support by visiting the <a href=\"%s\">WordPress Updates</a> page."
3277
- msgstr ""
3278
-
3279
- #: modules/module-info.php:696 modules/module-info.php:699
3280
- #: modules/post-by-email.php:92
3281
- msgid "Post by Email"
3282
- msgstr ""
3283
-
3284
- #: modules/module-info.php:701
3285
- msgid "Post by Email is a way of publishing posts on your blog by email. Any email client can be used to send the email, allowing you to publish quickly and easily from devices such as cell phones."
3286
- msgstr ""
3287
-
3288
- #: modules/module-info.php:705
3289
- msgid "Manage your Post By Email address from your <a href=\"%s\">profile settings</a>."
3290
- msgstr ""
3291
-
3292
- #: modules/module-info.php:709
3293
- msgid "More information on sending emails, attachments, and customizing your posts."
3294
- msgstr ""
3295
-
3296
- #: modules/module-info.php:729
3297
- msgid "Photon"
3298
- msgstr ""
3299
-
3300
- #: modules/module-info.php:731
3301
- msgid "Give your site a boost by loading images in posts from the WordPress.com content delivery network. We cache your images and serve them from our super-fast network, reducing the burden on your Web host with the click of a button."
3302
- msgstr ""
3303
-
3304
- #: modules/module-info.php:750 modules/module-info.php:753
3305
- #: modules/tiled-gallery/tiled-gallery.php:344
3306
- msgid "Tiled Galleries"
3307
- msgstr ""
3308
-
3309
- #: modules/module-info.php:756
3310
- msgid "Create elegant magazine-style mosaic layouts for your photos without having to use an external graphic editor."
3311
- msgstr ""
3312
-
3313
- #: modules/module-info.php:757
3314
- msgid "When adding a gallery to your post, you now have the option to select a layout style for your images. We've added support for Rectangular, Square, and Circular galleries. By default, galleries will continue to display using the standard thumbnail grid layout. To make the rectangular layout the default for all of your site's galleries, head over to <a href=\"%s\">Settings &rarr; Media</a> and check the box next to \"Display all your gallery pictures in a cool mosaic.\""
3315
- msgstr ""
3316
-
3317
- #: modules/module-info.php:758
3318
- msgid "Note: Images in tiled galleries require extra-special processing, so they will be served from WordPress.com's CDN even if the Photon module is disabled."
3319
- msgstr ""
3320
-
3321
- #: modules/module-info.php:780
3322
- msgid "Likes allow your readers to show their appreciation for your posts and other published content using their WordPress.com accounts. Your readers will then be able to review their liked posts from WordPress.com."
3323
- msgstr ""
3324
-
3325
- #: modules/module-info.php:781
3326
- msgid "Displayed below your posts will be how many people have liked your posts and the Gravatars of those who have liked them."
3327
- msgstr ""
3328
-
3329
- #: modules/module-info.php:783
3330
- msgid "More information on using Likes."
3331
- msgstr ""
3332
-
3333
- #: modules/module-info.php:806
3334
- msgid "The Google+ profile module allows you to connect your blog and Google+ accounts."
3335
- msgstr ""
3336
-
3337
- #: modules/module-info.php:807
3338
- msgid "Displayed below your posts will be a link back to your Google+ profile and a Google+ follow button. A link will also be added to your Google+ profile."
3339
- msgstr ""
3340
-
3341
- #: modules/module-info.php:809
3342
- msgid "More information on using Google+ Profile."
3343
- msgstr ""
3344
-
3345
- #: modules/module-info.php:825 modules/omnisearch/omnisearch-core.php:59
3346
- #: modules/omnisearch/omnisearch-core.php:64
3347
- #: modules/omnisearch/omnisearch-core.php:85
3348
- msgid "Omnisearch"
3349
- msgstr ""
3350
-
3351
- #: modules/module-info.php:827
3352
- msgid "Search once, get results from everything! Currently supports searching posts, pages, comments, media, and plugins."
3353
- msgstr ""
3354
-
3355
- #: modules/module-info.php:829
3356
- msgid "Omnisearch plays nice with other plugins by letting other providers offer results as well."
3357
- msgstr ""
3358
-
3359
- #: modules/module-info.php:848
3360
- msgid "Widget Visibility"
3361
- msgstr ""
3362
-
3363
- #: modules/module-info.php:850
3364
- msgid "Control which pages your widgets appear on with Widget Visibility."
3365
- msgstr ""
3366
-
3367
- #: modules/module-info.php:851
3368
- msgid "To control visibility, expand the widget and click the Visibility button next to the Save button, and then, choose a set of visibility options."
3369
- msgstr ""
3370
-
3371
- #: modules/module-info.php:852
3372
- msgid "For example, if you wanted the Archives widget to only appear on category archives and error pages, choose \"Show\" from the first dropdown and then add two rules: \"Page is 404 Error Page\" and \"Category is All Category Pages.\""
3373
- msgstr ""
3374
-
3375
- #: modules/module-info.php:853
3376
- msgid "You can also hide widgets based on the current page. For example, if you don't want the Archives widget to appear on search results pages, choose \"Hide\" and \"Page is Search results.\""
3377
- msgstr ""
3378
-
3379
- #: modules/module-info.php:868 modules/videopress/videopress.php:330
3380
- msgid "VideoPress"
3381
- msgstr ""
3382
-
3383
- #: modules/module-info.php:869
3384
- msgid "With the VideoPress module you can easily upload videos to your WordPress site and embed them in your posts and pages. This module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
3385
- msgstr ""
3386
-
3387
- #: modules/module-info.php:882
3388
- msgid "Single Sign On"
3389
- msgstr ""
3390
-
3391
- #: modules/module-info.php:884
3392
- msgid "With WordPress.com Single Sign On, your users will be able to log in to or register for your WordPress site with the same credentials they use on WordPress.com. It's safe and secure."
3393
- msgstr ""
3394
-
3395
- #: modules/module-info.php:885
3396
- msgid "Once enabled, a \"Log in with WordPress.com\" option will be added to your existing log in form."
3397
- msgstr ""
3398
-
3399
- #: modules/module-info.php:900
3400
- msgid "Monitor"
3401
- msgstr ""
3402
-
3403
- #: modules/module-info.php:902 modules/monitor.php:62
3404
- msgid "Nobody likes downtime, and that's why Jetpack Monitor is on the job, keeping tabs on your site. As soon as any downtime is detected, you will receive an email notification alerting you to the issue. That way you can act quickly, to get your site back online again!"
3405
- msgstr ""
3406
-
3407
- #: modules/module-info.php:904 modules/monitor.php:63
3408
- msgid "We’ll also let you know as soon as your site is up and running, so you can keep an eye on total downtime."
3409
- msgstr ""
3410
-
3411
- #: modules/module-info.php:935 modules/module-info.php:936
3412
- msgid "Related Posts"
3413
- msgstr ""
3414
-
3415
- #: modules/module-info.php:937
3416
- msgid "\"Related Posts\" shows additional relevant links from your site under your posts. If the feature is enabled, links appear underneath your Sharing Buttons and WordPress.com Likes (if you’ve turned these on)."
3417
- msgstr ""
3418
-
3419
- #: modules/module-info.php:938
3420
- msgid "More information on using Related Posts."
3421
- msgstr ""
3422
-
3423
- #: modules/module-info.php:939
3424
- msgid "This feature uses the WordPress.com infrastructure and requires that your public content be mirrored there. If you see intermittent issues only effecting certain posts, request a reindex of your posts."
3425
- msgstr ""
3426
-
3427
- #: modules/module-info.php:955
3428
- msgid "Markdown lets you compose posts and comments with links, lists, and other styles using regular characters and punctuation marks. Markdown is used by writers and bloggers who want a quick and easy way to write rich text, without having to take their hands off the keyboard, and without learning a lot of complicated codes and shortcuts."
3429
- msgstr ""
3430
-
3431
- #: modules/monitor.php:79
3432
- msgid "Receive Monitor Email Notifications."
3433
- msgstr ""
3434
-
3435
- #: modules/monitor.php:81
3436
- msgid "Emails will be sent to %s (<a href=\"%s\">Edit</a>)"
3437
- msgstr ""
3438
-
3439
- #: modules/monitor.php:88 modules/sso.php:861
3440
- msgid "This profile is not currently linked to a WordPress.com Profile."
3441
- msgstr "Hierdie profiel is tans nie verbind met 'n profiel op WordPress.com nie."
3442
-
3443
- #: modules/omnisearch/omnisearch-comments.php:17
3444
- msgid "Search Comments"
3445
- msgstr "Deursoek die kommentaar"
3446
-
3447
- #: modules/omnisearch/omnisearch-comments.php:18
3448
- #: modules/omnisearch/omnisearch-comments.php:27
3449
- #: modules/widgets/rsslinks-widget.php:68
3450
- #: modules/widgets/rsslinks-widget.php:136
3451
- msgid "Comments"
3452
- msgstr "Kommentare"
3453
-
3454
- #: modules/omnisearch/omnisearch-core.php:85
3455
- msgid "search everything"
3456
- msgstr ""
3457
-
3458
- #: modules/omnisearch/omnisearch-core.php:95
3459
- msgid "Results:"
3460
- msgstr ""
3461
-
3462
- #: modules/omnisearch/omnisearch-core.php:96
3463
- msgid "Jump to:"
3464
- msgstr ""
3465
-
3466
- #: modules/omnisearch/omnisearch-core.php:107
3467
- msgid "Back to Top &uarr;"
3468
- msgstr ""
3469
-
3470
- #: modules/omnisearch/omnisearch-core.php:154
3471
- msgid "Search Everything"
3472
- msgstr ""
3473
-
3474
- #: modules/omnisearch/omnisearch-media.php:16
3475
- msgid "Search Media"
3476
- msgstr ""
3477
-
3478
- #: modules/omnisearch/omnisearch-media.php:17
3479
- #: modules/omnisearch/omnisearch-media.php:28
3480
- msgid "Media"
3481
- msgstr ""
3482
-
3483
- #: modules/omnisearch/omnisearch-plugins.php:20
3484
- msgid "Search Plugins"
3485
- msgstr ""
3486
-
3487
- #: modules/omnisearch/omnisearch-plugins.php:21
3488
- #: modules/omnisearch/omnisearch-plugins.php:26
3489
- msgid "Plugins"
3490
- msgstr "Laslappies"
3491
-
3492
- #: modules/omnisearch/omnisearch-plugins.php:23
3493
- msgid "Loading &hellip;"
3494
- msgstr ""
3495
-
3496
- #: modules/omnisearch/omnisearch-posts.php:44
3497
- #: modules/widgets/facebook-likebox.php:124
3498
- #: modules/widgets/gravatar-profile.php:177
3499
- msgid "Title"
3500
- msgstr "Titel"
3501
-
3502
- #: modules/omnisearch/omnisearch-posts.php:45
3503
- msgid "Snippet"
3504
- msgstr ""
3505
-
3506
- #: modules/omnisearch/omnisearch-posts.php:75
3507
- msgid "Unpublished"
3508
- msgstr ""
3509
-
3510
- #: modules/omnisearch/omnisearch-posts.php:78
3511
- msgid "Y/m/d g:i:s A"
3512
- msgstr ""
3513
-
3514
- #: modules/omnisearch/omnisearch-posts.php:85
3515
- msgid "%s ago"
3516
- msgstr "%s gelede"
3517
-
3518
- #: modules/omnisearch/omnisearch-posts.php:87
3519
- msgid "Y/m/d"
3520
- msgstr "Y/m/d"
3521
-
3522
- #: modules/omnisearch/omnisearch-posts.php:93
3523
- msgid "Published"
3524
- msgstr "Gepubliseer"
3525
-
3526
- #: modules/omnisearch/omnisearch-posts.php:96
3527
- msgid "Missed schedule"
3528
- msgstr ""
3529
-
3530
- #: modules/omnisearch/omnisearch-posts.php:98
3531
- msgid "Scheduled"
3532
- msgstr ""
3533
-
3534
- #: modules/omnisearch/omnisearch-posts.php:100
3535
- msgid "Last Modified"
3536
- msgstr ""
3537
-
3538
- #: modules/post-by-email.php:95 modules/subscriptions.php:635
3539
- msgid "Email Address"
3540
- msgstr "E-posadres"
3541
-
3542
- #: modules/post-by-email.php:110
3543
- msgid "Enable Post By Email"
3544
- msgstr ""
3545
-
3546
- #: modules/post-by-email.php:114
3547
- #: modules/videopress/class.videopress-player.php:283
3548
- msgid "More information"
3549
- msgstr ""
3550
-
3551
- #: modules/post-by-email.php:117
3552
- msgid "Regenerate Address"
3553
- msgstr ""
3554
-
3555
- #: modules/post-by-email.php:118
3556
- msgid "Disable Post By Email"
3557
- msgstr ""
3558
-
3559
- #: modules/post-by-email.php:126
3560
- msgid "To use Post By Email, you need to link your %s account to your WordPress.com account."
3561
- msgstr ""
3562
-
3563
- #: modules/post-by-email.php:129 modules/publicize/publicize-jetpack.php:66
3564
- msgid "If you don't have a WordPress.com account yet, you can sign up for free in just a few seconds."
3565
- msgstr ""
3566
-
3567
- #: modules/post-by-email.php:170 modules/post-by-email.php:179
3568
- msgid "Unable to create your Post By Email address. Please try again later."
3569
- msgstr ""
3570
-
3571
- #: modules/post-by-email.php:198 modules/post-by-email.php:207
3572
- msgid "Unable to regenerate your Post By Email address. Please try again later."
3573
- msgstr ""
3574
-
3575
- #: modules/post-by-email.php:226 modules/post-by-email.php:235
3576
- msgid "Unable to disable your Post By Email address. Please try again later."
3577
- msgstr ""
3578
-
3579
- #: modules/publicize/enhanced-open-graph.php:108
3580
- msgid "Video on %s"
3581
- msgstr ""
3582
-
3583
- #: modules/publicize/publicize-jetpack.php:63
3584
- msgid "To use Publicize, you'll need to link your %s account to your WordPress.com account using the button to the right."
3585
- msgstr ""
3586
-
3587
- #: modules/publicize/publicize-jetpack.php:180
3588
- msgid "There was a problem connecting to %s to create an authorized connection. Please try again in a moment."
3589
- msgstr ""
3590
-
3591
- #: modules/publicize/publicize-jetpack.php:186
3592
- msgid "An invalid request was made. This normally means that something intercepted or corrupted the request from your server to the Jetpack Server. Try again and see if it works this time."
3593
- msgstr ""
3594
-
3595
- #: modules/publicize/publicize-jetpack.php:189
3596
- msgid "We could not verify that your server is making an authorized request. Please try again, and make sure there is nothing interfering with requests from your server to the Jetpack Server."
3597
- msgstr ""
3598
-
3599
- #: modules/publicize/publicize-jetpack.php:192
3600
- msgid "No blog_id was included in your request. Please try disconnecting Jetpack from WordPress.com and then reconnecting it. Once you have done that, try connecting Publicize again."
3601
- msgstr ""
3602
-
3603
- #: modules/publicize/publicize-jetpack.php:195
3604
- msgid "No user information was included in your request. Please make sure that your user account has connected to Jetpack. Connect your user account by going to the <a href=\"%s\">Jetpack page</a> within wp-admin."
3605
- msgstr ""
3606
-
3607
- #: modules/publicize/publicize-jetpack.php:198
3608
- msgid "Something which should never happen, happened. Sorry about that. If you try again, maybe it will work."
3609
- msgstr ""
3610
-
3611
- #: modules/publicize/publicize-jetpack.php:202
3612
- msgid "There was a problem connecting with Publicize. Please try again in a moment."
3613
- msgstr ""
3614
-
3615
- #: modules/publicize/publicize-jetpack.php:211
3616
- msgid "Error code: %s"
3617
- msgstr ""
3618
-
3619
- #: modules/publicize/publicize-jetpack.php:220
3620
- msgid "That connection has been removed."
3621
- msgstr ""
3622
-
3623
- #: modules/publicize/publicize-jetpack.php:351
3624
- msgctxt "Refresh connection with {social media service}"
3625
- msgid "Refresh connection with %s"
3626
- msgstr ""
3627
-
3628
- #: modules/publicize/publicize-jetpack.php:425
3629
- #: modules/publicize/publicize-jetpack.php:442
3630
- #: modules/publicize/publicize-jetpack.php:565
3631
- msgid "Publicize to my %s:"
3632
- msgstr ""
3633
-
3634
- #: modules/publicize/publicize-jetpack.php:426
3635
- msgid "Facebook Wall"
3636
- msgstr ""
3637
-
3638
- #: modules/publicize/publicize-jetpack.php:443
3639
- msgid "Facebook Page"
3640
- msgstr ""
3641
-
3642
- #: modules/publicize/publicize-jetpack.php:566
3643
- msgid "Tumblr blog"
3644
- msgstr ""
3645
-
3646
- #: modules/publicize/publicize.php:373
3647
- msgid "This connection is working correctly."
3648
- msgstr ""
3649
-
3650
- #: modules/publicize/ui.php:76
3651
- msgid "You have successfully connected your blog with your %s account."
3652
- msgstr ""
3653
-
3654
- #: modules/publicize/ui.php:82
3655
- msgid "You have chosen not to connect your blog. Please click 'accept' when prompted if you wish to connect your accounts."
3656
- msgstr ""
3657
-
3658
- #: modules/publicize/ui.php:103
3659
- msgid "Connect your blog to popular social networking sites and automatically share new posts with your friends."
3660
- msgstr ""
3661
-
3662
- #: modules/publicize/ui.php:104
3663
- msgid "You can make a connection for just yourself or for all users on your blog. Shared connections are marked with the (Shared) text."
3664
- msgstr ""
3665
-
3666
- #: modules/publicize/ui.php:169
3667
- msgid "Connected as:"
3668
- msgstr ""
3669
-
3670
- #: modules/publicize/ui.php:179
3671
- msgid "Shared"
3672
- msgstr ""
3673
-
3674
- #: modules/publicize/ui.php:205 modules/theme-tools/social-links.php:81
3675
- msgid "Connect"
3676
- msgstr ""
3677
-
3678
- #: modules/publicize/ui.php:223
3679
- msgid "Are you sure you want to stop Publicizing posts to this connection?"
3680
- msgstr ""
3681
-
3682
- #: modules/publicize/ui.php:245
3683
- msgid "Make this connection available to all users of this blog?"
3684
- msgstr ""
3685
-
3686
- #: modules/publicize/ui.php:253
3687
- msgid "There was a problem connecting to %s. Please disconnect and try again."
3688
- msgstr ""
3689
-
3690
- #: modules/publicize/ui.php:427
3691
- msgid "Before you hit Publish, please refresh the following connection(s) to make sure we can Publicize your post:"
3692
- msgstr ""
3693
-
3694
- #: modules/publicize/ui.php:515
3695
- msgid "Publicize:"
3696
- msgstr ""
3697
-
3698
- #: modules/publicize/ui.php:595
3699
- msgctxt "Service: Account connected as"
3700
- msgid "%1$s: %2$s"
3701
- msgstr ""
3702
-
3703
- #: modules/publicize/ui.php:630
3704
- msgid "Custom Message:"
3705
- msgstr ""
3706
-
3707
- #: modules/publicize/ui.php:635 modules/publicize/ui.php:664
3708
- #: modules/publicize/ui.php:666
3709
- msgid "Hide"
3710
- msgstr ""
3711
-
3712
- #: modules/publicize/ui.php:644
3713
- msgid "Not Connected"
3714
- msgstr ""
3715
-
3716
- #: modules/publicize/ui.php:651
3717
- msgid "Connect to"
3718
- msgstr ""
3719
-
3720
- #: modules/publicize/ui.php:656
3721
- msgid "Connect and share your posts on %s"
3722
- msgstr ""
3723
-
3724
- #: modules/publicize/ui.php:679
3725
- msgid "Show"
3726
- msgstr ""
3727
-
3728
- #: modules/publicize.php:111
3729
- msgctxt "word count: words or characters?"
3730
- msgid "words"
3731
- msgstr ""
3732
-
3733
- #: modules/related-posts/jetpack-related-posts.php:87
3734
- msgid "Related posts"
3735
- msgstr ""
3736
-
3737
- #: modules/related-posts/jetpack-related-posts.php:134
3738
- #: modules/related-posts/jetpack-related-posts.php:284
3739
- msgid "Related"
3740
- msgstr ""
3741
-
3742
- #: modules/related-posts/jetpack-related-posts.php:237
3743
- msgid "Show a \"Related\" header to more clearly separate the related section from posts"
3744
- msgstr ""
3745
-
3746
- #: modules/related-posts/jetpack-related-posts.php:239
3747
- msgid "Show thumbnails for related posts when available"
3748
- msgstr ""
3749
-
3750
- #: modules/related-posts/jetpack-related-posts.php:240
3751
- msgid "Preview:"
3752
- msgstr ""
3753
-
3754
- #: modules/related-posts/jetpack-related-posts.php:267
3755
- msgid "Hide related content after posts"
3756
- msgstr ""
3757
-
3758
- #: modules/related-posts/jetpack-related-posts.php:269
3759
- msgid "Show related content after posts"
3760
- msgstr ""
3761
-
3762
- #: modules/related-posts/jetpack-related-posts.php:731
3763
- #: modules/related-posts/jetpack-related-posts.php:743
3764
- msgctxt "in {category/tag name}"
3765
- msgid "In \"%s\""
3766
- msgstr ""
3767
-
3768
- #: modules/related-posts/jetpack-related-posts.php:753
3769
- msgid "With 1 comment"
3770
- msgid_plural "With %s comments"
3771
- msgstr[0] ""
3772
- msgstr[1] ""
3773
-
3774
- #: modules/sharedaddy/sharedaddy.php:14
3775
- msgid "%1$s (%2$s) thinks you may be interested in the following post:"
3776
- msgstr ""
3777
-
3778
- #: modules/sharedaddy/sharedaddy.php:21
3779
- msgid "Shared Post"
3780
- msgstr ""
3781
-
3782
- #: modules/sharedaddy/sharedaddy.php:117
3783
- msgid "Disable CSS and JS"
3784
- msgstr ""
3785
-
3786
- #: modules/sharedaddy/sharedaddy.php:119
3787
- msgid "Advanced. If this option is checked, you must include these files in your theme manually for the sharing links to work."
3788
- msgstr ""
3789
-
3790
- #: modules/sharedaddy/sharing-service.php:12
3791
- msgid "Share this:"
3792
- msgstr ""
3793
-
3794
- #: modules/sharedaddy/sharing-service.php:551
3795
- #: modules/sharedaddy/sharing.php:250 modules/sharedaddy/sharing.php:283
3796
- msgid "More"
3797
- msgstr ""
3798
-
3799
- #: modules/sharedaddy/sharing-service.php:553
3800
- #: modules/videopress/videopress.php:635
3801
- msgid "Share"
3802
- msgstr ""
3803
-
3804
- #: modules/sharedaddy/sharing-sources.php:208
3805
- msgctxt "as sharing source"
3806
- msgid "Email"
3807
- msgstr "E-pos"
3808
-
3809
- #: modules/sharedaddy/sharing-sources.php:250
3810
- msgid "This post has been shared!"
3811
- msgstr "Die artikel is suksesvol gedeel!"
3812
-
3813
- #: modules/sharedaddy/sharing-sources.php:251
3814
- msgid "You have shared this post with %s"
3815
- msgstr "Die skakel na hierdie artikel is na %s gestuur"
3816
-
3817
- #: modules/sharedaddy/sharing-sources.php:252
3818
- #: modules/videopress/videopress.php:676
3819
- msgid "Close"
3820
- msgstr "Sluit"
3821
-
3822
- #: modules/sharedaddy/sharing-sources.php:274
3823
- msgctxt "share to"
3824
- msgid "Email"
3825
- msgstr "E-pos"
3826
-
3827
- #: modules/sharedaddy/sharing-sources.php:274
3828
- msgid "Click to email this to a friend"
3829
- msgstr ""
3830
-
3831
- #: modules/sharedaddy/sharing-sources.php:287
3832
- msgid "Send to Email Address"
3833
- msgstr "Stuur na e-posadres"
3834
-
3835
- #: modules/sharedaddy/sharing-sources.php:295
3836
- msgid "Your Name"
3837
- msgstr "Jou naam"
3838
-
3839
- #: modules/sharedaddy/sharing-sources.php:298
3840
- msgid "Your Email Address"
3841
- msgstr "Jou e-posadres"
3842
-
3843
- #: modules/sharedaddy/sharing-sources.php:306
3844
- msgid "Send Email"
3845
- msgstr "Stuur die e-pos"
3846
-
3847
- #: modules/sharedaddy/sharing-sources.php:310
3848
- msgid "Post was not sent - check your email addresses!"
3849
- msgstr ""
3850
-
3851
- #: modules/sharedaddy/sharing-sources.php:314
3852
- msgid "Email check failed, please try again"
3853
- msgstr ""
3854
-
3855
- #: modules/sharedaddy/sharing-sources.php:318
3856
- msgid "Sorry, your blog cannot share posts by email."
3857
- msgstr ""
3858
-
3859
- #: modules/sharedaddy/sharing-sources.php:341
3860
- msgid "Twitter"
3861
- msgstr ""
3862
-
3863
- #: modules/sharedaddy/sharing-sources.php:388
3864
- msgctxt "share to"
3865
- msgid "Twitter"
3866
- msgstr ""
3867
-
3868
- #: modules/sharedaddy/sharing-sources.php:388
3869
- msgid "Click to share on Twitter"
3870
- msgstr ""
3871
-
3872
- #: modules/sharedaddy/sharing-sources.php:463
3873
- msgid "StumbleUpon"
3874
- msgstr ""
3875
-
3876
- #: modules/sharedaddy/sharing-sources.php:474
3877
- msgctxt "share to"
3878
- msgid "StumbleUpon"
3879
- msgstr ""
3880
-
3881
- #: modules/sharedaddy/sharing-sources.php:474
3882
- msgid "Click to share on StumbleUpon"
3883
- msgstr ""
3884
-
3885
- #: modules/sharedaddy/sharing-sources.php:501
3886
- msgid "Reddit"
3887
- msgstr ""
3888
-
3889
- #: modules/sharedaddy/sharing-sources.php:508
3890
- msgctxt "share to"
3891
- msgid "Reddit"
3892
- msgstr ""
3893
-
3894
- #: modules/sharedaddy/sharing-sources.php:508
3895
- msgid "Click to share on Reddit"
3896
- msgstr ""
3897
-
3898
- #: modules/sharedaddy/sharing-sources.php:535
3899
- msgid "Digg"
3900
- msgstr ""
3901
-
3902
- #: modules/sharedaddy/sharing-sources.php:544
3903
- #: modules/sharedaddy/sharing-sources.php:547
3904
- msgid "Click to Digg this post"
3905
- msgstr ""
3906
-
3907
- #: modules/sharedaddy/sharing-sources.php:547
3908
- msgctxt "share to"
3909
- msgid "Digg"
3910
- msgstr ""
3911
-
3912
- #: modules/sharedaddy/sharing-sources.php:591
3913
- msgid "LinkedIn"
3914
- msgstr ""
3915
-
3916
- #: modules/sharedaddy/sharing-sources.php:605
3917
- msgctxt "share to"
3918
- msgid "LinkedIn"
3919
- msgstr ""
3920
-
3921
- #: modules/sharedaddy/sharing-sources.php:605
3922
- msgid "Click to share on LinkedIn"
3923
- msgstr ""
3924
-
3925
- #: modules/sharedaddy/sharing-sources.php:668
3926
- msgid "Facebook"
3927
- msgstr ""
3928
-
3929
- #: modules/sharedaddy/sharing-sources.php:744
3930
- msgctxt "share to"
3931
- msgid "Facebook"
3932
- msgstr ""
3933
-
3934
- #: modules/sharedaddy/sharing-sources.php:744
3935
- msgid "Share on Facebook"
3936
- msgstr ""
3937
-
3938
- #: modules/sharedaddy/sharing-sources.php:775
3939
- msgid "Print"
3940
- msgstr "Druk"
3941
-
3942
- #: modules/sharedaddy/sharing-sources.php:779
3943
- msgctxt "share to"
3944
- msgid "Print"
3945
- msgstr "Druk"
3946
-
3947
- #: modules/sharedaddy/sharing-sources.php:779
3948
- msgid "Click to print"
3949
- msgstr ""
3950
-
3951
- #: modules/sharedaddy/sharing-sources.php:795
3952
- msgid "Press This"
3953
- msgstr ""
3954
-
3955
- #: modules/sharedaddy/sharing-sources.php:823
3956
- msgctxt "share to"
3957
- msgid "Press This"
3958
- msgstr ""
3959
-
3960
- #: modules/sharedaddy/sharing-sources.php:823
3961
- msgid "Click to Press This!"
3962
- msgstr ""
3963
-
3964
- #: modules/sharedaddy/sharing-sources.php:841
3965
- msgid "Google"
3966
- msgstr ""
3967
-
3968
- #: modules/sharedaddy/sharing-sources.php:854
3969
- msgctxt "share to"
3970
- msgid "Google"
3971
- msgstr ""
3972
-
3973
- #: modules/sharedaddy/sharing-sources.php:854
3974
- msgid "Click to share on Google+"
3975
- msgstr ""
3976
-
3977
- #: modules/sharedaddy/sharing-sources.php:941
3978
- msgid "Click to share"
3979
- msgstr ""
3980
-
3981
- #: modules/sharedaddy/sharing-sources.php:996
3982
- msgid "URL"
3983
- msgstr "URL"
3984
-
3985
- #: modules/sharedaddy/sharing-sources.php:1001
3986
- msgid "Icon"
3987
- msgstr ""
3988
-
3989
- #: modules/sharedaddy/sharing-sources.php:1008
3990
- msgid "Save"
3991
- msgstr "Stoor"
3992
-
3993
- #: modules/sharedaddy/sharing-sources.php:1009
3994
- msgid "Remove Service"
3995
- msgstr ""
3996
-
3997
- #: modules/sharedaddy/sharing-sources.php:1088
3998
- msgid "Tumblr"
3999
- msgstr ""
4000
-
4001
- #: modules/sharedaddy/sharing-sources.php:1099
4002
- msgctxt "share to"
4003
- msgid "Tumblr"
4004
- msgstr ""
4005
-
4006
- #: modules/sharedaddy/sharing-sources.php:1099
4007
- msgid "Click to share on Tumblr"
4008
- msgstr ""
4009
-
4010
- #: modules/sharedaddy/sharing-sources.php:1135
4011
- msgid "Pinterest"
4012
- msgstr ""
4013
-
4014
- #: modules/sharedaddy/sharing-sources.php:1179
4015
- msgid "Pin It"
4016
- msgstr ""
4017
-
4018
- #: modules/sharedaddy/sharing-sources.php:1181
4019
- msgctxt "share to"
4020
- msgid "Pinterest"
4021
- msgstr ""
4022
-
4023
- #: modules/sharedaddy/sharing-sources.php:1181
4024
- msgid "Click to share on Pinterest"
4025
- msgstr ""
4026
-
4027
- #: modules/sharedaddy/sharing-sources.php:1252
4028
- #: modules/sharedaddy/sharing-sources.php:1270
4029
- msgid "Pocket"
4030
- msgstr ""
4031
-
4032
- #: modules/sharedaddy/sharing-sources.php:1275
4033
- msgctxt "share to"
4034
- msgid "Pocket"
4035
- msgstr ""
4036
-
4037
- #: modules/sharedaddy/sharing-sources.php:1275
4038
- msgid "Click to share on Pocket"
4039
- msgstr ""
4040
-
4041
- #: modules/sharedaddy/sharing.php:153
4042
- msgid "Warning! Multibyte support missing!"
4043
- msgstr ""
4044
-
4045
- #: modules/sharedaddy/sharing.php:154
4046
- msgid "This plugin will work without it, but multibyte support is used <a href=\"%s\">if available</a>. You may see minor problems with Tweets and other sharing services."
4047
- msgstr ""
4048
-
4049
- #: modules/sharedaddy/sharing.php:171
4050
- msgid "Add sharing buttons to your blog and allow your visitors to share posts with their friends."
4051
- msgstr ""
4052
-
4053
- #: modules/sharedaddy/sharing.php:177
4054
- msgid "Available Services"
4055
- msgstr ""
4056
-
4057
- #: modules/sharedaddy/sharing.php:178
4058
- msgid "Drag and drop the services you'd like to enable into the box below."
4059
- msgstr ""
4060
-
4061
- #: modules/sharedaddy/sharing.php:179
4062
- msgid "Add a new service"
4063
- msgstr ""
4064
-
4065
- #: modules/sharedaddy/sharing.php:192
4066
- msgid "Please note that your services have been restricted because your site is private."
4067
- msgstr ""
4068
-
4069
- #: modules/sharedaddy/sharing.php:203
4070
- msgid "Enabled Services"
4071
- msgstr ""
4072
-
4073
- #: modules/sharedaddy/sharing.php:206
4074
- msgid "Services dragged here will appear individually."
4075
- msgstr ""
4076
-
4077
- #: modules/sharedaddy/sharing.php:209
4078
- msgid "Drag and drop available services here."
4079
- msgstr ""
4080
-
4081
- #: modules/sharedaddy/sharing.php:220
4082
- msgid "Services dragged here will be hidden behind a share button."
4083
- msgstr ""
4084
-
4085
- #: modules/sharedaddy/sharing.php:235
4086
- msgid "Live Preview"
4087
- msgstr ""
4088
-
4089
- #: modules/sharedaddy/sharing.php:238
4090
- msgid "Sharing is off. Add services above to enable."
4091
- msgstr ""
4092
-
4093
- #: modules/sharedaddy/sharing.php:304
4094
- msgid "Button style"
4095
- msgstr ""
4096
-
4097
- #: modules/sharedaddy/sharing.php:307
4098
- msgid "Icon + text"
4099
- msgstr ""
4100
-
4101
- #: modules/sharedaddy/sharing.php:308
4102
- msgid "Icon only"
4103
- msgstr ""
4104
-
4105
- #: modules/sharedaddy/sharing.php:309
4106
- msgid "Text only"
4107
- msgstr ""
4108
-
4109
- #: modules/sharedaddy/sharing.php:310
4110
- msgid "Official buttons"
4111
- msgstr ""
4112
-
4113
- #: modules/sharedaddy/sharing.php:315
4114
- msgid "Sharing label"
4115
- msgstr ""
4116
-
4117
- #: modules/sharedaddy/sharing.php:321
4118
- msgid "Open links in"
4119
- msgstr ""
4120
-
4121
- #: modules/sharedaddy/sharing.php:324
4122
- msgid "New window"
4123
- msgstr ""
4124
-
4125
- #: modules/sharedaddy/sharing.php:325
4126
- msgid "Same window"
4127
- msgstr ""
4128
-
4129
- #: modules/sharedaddy/sharing.php:363
4130
- msgid "Service name"
4131
- msgstr ""
4132
-
4133
- #: modules/sharedaddy/sharing.php:369
4134
- msgid "Sharing URL"
4135
- msgstr ""
4136
-
4137
- #: modules/sharedaddy/sharing.php:373
4138
- msgid "You can add the following variables to your service sharing URL:"
4139
- msgstr ""
4140
-
4141
- #: modules/sharedaddy/sharing.php:378
4142
- msgid "Icon URL"
4143
- msgstr ""
4144
-
4145
- #: modules/sharedaddy/sharing.php:381
4146
- msgid "Enter the URL of a 16x16px icon you want to use for this service."
4147
- msgstr ""
4148
-
4149
- #: modules/sharedaddy/sharing.php:387
4150
- msgid "Create Share Button"
4151
- msgstr ""
4152
-
4153
- #: modules/sharedaddy/sharing.php:399
4154
- msgid "An error occurred creating your new sharing service - please check you gave valid details."
4155
- msgstr ""
4156
-
4157
- #: modules/shortcodes/archives.php:58
4158
- msgid "Your blog does not currently have any published posts."
4159
- msgstr ""
4160
-
4161
- #: modules/shortcodes/audio.php:202
4162
- msgid "Download: <a href=\"%s\">%s</a><br />"
4163
- msgstr ""
4164
-
4165
- #: modules/shortcodes/presentations.php:227
4166
- msgid "This slideshow could not be started. Try refreshing the page or viewing it in another browser."
4167
- msgstr ""
4168
-
4169
- #: modules/shortcodes/presentations.php:243
4170
- msgid "Click to autoplay the presentation!"
4171
- msgstr "Kliek om die aanbieding outomaties te speel!"
4172
-
4173
- #: modules/shortcodes/slideshow.php:65 modules/widgets/gallery.php:330
4174
- msgid "Slideshow"
4175
- msgstr ""
4176
-
4177
- #: modules/shortcodes/slideshow.php:70
4178
- msgid "Image Gallery Slideshow"
4179
- msgstr ""
4180
-
4181
- #: modules/shortcodes/slideshow.php:182
4182
- msgid "Click to view slideshow."
4183
- msgstr ""
4184
-
4185
- #: modules/shortcodes/slideshow.php:211
4186
- msgid "This slideshow requires JavaScript."
4187
- msgstr ""
4188
-
4189
- #: modules/shortcodes/twitter-timeline.php:17
4190
- msgid "Invalid username"
4191
- msgstr ""
4192
-
4193
- #: modules/shortcodes/twitter-timeline.php:20
4194
- msgid "Invalid id"
4195
- msgstr ""
4196
-
4197
- #: modules/shortcodes/twitter-timeline.php:22
4198
- msgid "Tweets by @%s"
4199
- msgstr ""
4200
-
4201
- #: modules/shortcodes/upcoming-events.php:23
4202
- #: modules/widgets/upcoming-events.php:79
4203
- msgid "No upcoming events"
4204
- msgstr ""
4205
-
4206
- #: modules/sso.php:137
4207
- msgid "Jetpack Single Sign On"
4208
- msgstr ""
4209
-
4210
- #: modules/sso.php:174
4211
- msgid "Require Two-Step Authentication"
4212
- msgstr ""
4213
-
4214
- #: modules/sso.php:192
4215
- msgid "Match by Email"
4216
- msgstr ""
4217
-
4218
- #: modules/sso.php:342
4219
- msgid "Error: This site's Jetpack connection is currently experiencing problems."
4220
- msgstr ""
4221
-
4222
- #: modules/sso.php:476
4223
- msgid "Error, invalid response data."
4224
- msgstr ""
4225
-
4226
- #: modules/sso.php:531
4227
- msgid "Error: Couldn't create suitable username."
4228
- msgstr ""
4229
-
4230
- #: modules/sso.php:647
4231
- msgid "Log in with WordPress.com"
4232
- msgstr ""
4233
-
4234
- #: modules/sso.php:722
4235
- msgid "Login method not allowed"
4236
- msgstr ""
4237
-
4238
- #: modules/sso.php:729
4239
- msgid "We couldn't find an account with the email <strong><code>%1$s</code></strong> to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that <strong><code>%1$s</code></strong> is configured as the email address, or that you have connected to WordPress.com on your profile page."
4240
- msgstr ""
4241
-
4242
- #: modules/sso.php:731
4243
- msgid "We couldn't find any account on <strong>%2$s</strong> that is linked to your WordPress.com account to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that you have connected to WordPress.com on your profile page."
4244
- msgstr ""
4245
-
4246
- #: modules/sso.php:782
4247
- msgid "WordPress.com Single Sign On"
4248
- msgstr ""
4249
-
4250
- #: modules/sso.php:783
4251
- msgid "Connecting with WordPress.com SSO enables you to log in via your WordPress.com account."
4252
- msgstr ""
4253
-
4254
- #: modules/sso.php:798
4255
- msgid "Two step Enabled"
4256
- msgstr ""
4257
-
4258
- #: modules/sso.php:800
4259
- msgid "Two step Disabled"
4260
- msgstr ""
4261
-
4262
- #: modules/sso.php:806
4263
- msgid "Unlink This Account"
4264
- msgstr "Verbreek die skakel met hierdie rekening"
4265
-
4266
- #: modules/stats.php:266 modules/stats.php:700
4267
- msgid "Site Stats"
4268
- msgstr ""
4269
-
4270
- #: modules/stats.php:351
4271
- msgid "Loading&hellip;"
4272
- msgstr ""
4273
-
4274
- #: modules/stats.php:353
4275
- msgid "Your Site Stats work better with Javascript enabled."
4276
- msgstr ""
4277
-
4278
- #: modules/stats.php:354
4279
- msgid "View Site Stats without Javascript"
4280
- msgstr ""
4281
-
4282
- #: modules/stats.php:536
4283
- msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
4284
- msgstr ""
4285
-
4286
- #: modules/stats.php:541
4287
- msgid "Admin bar"
4288
- msgstr ""
4289
-
4290
- #: modules/stats.php:542
4291
- msgid "Put a chart showing 48 hours of views in the admin bar."
4292
- msgstr ""
4293
-
4294
- #: modules/stats.php:543
4295
- msgid "Registered users"
4296
- msgstr ""
4297
-
4298
- #: modules/stats.php:545
4299
- msgid "Count the page views of registered users who are logged in."
4300
- msgstr ""
4301
-
4302
- #: modules/stats.php:555
4303
- msgid "Smiley"
4304
- msgstr ""
4305
-
4306
- #: modules/stats.php:556
4307
- msgid "Hide the stats smiley face image."
4308
- msgstr ""
4309
-
4310
- #: modules/stats.php:556
4311
- msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
4312
- msgstr ""
4313
-
4314
- #: modules/stats.php:556
4315
- msgid "Smiley face"
4316
- msgstr ""
4317
-
4318
- #: modules/stats.php:557
4319
- msgid "Report visibility"
4320
- msgstr ""
4321
-
4322
- #: modules/stats.php:559
4323
- msgid "Select the roles that will be able to view stats reports."
4324
- msgstr ""
4325
-
4326
- #: modules/stats.php:634
4327
- msgid "Stats"
4328
- msgstr ""
4329
-
4330
- #: modules/stats.php:636
4331
- msgid "Views over 48 hours. Click for more Site Stats."
4332
- msgstr ""
4333
-
4334
- #: modules/stats.php:721
4335
- msgid "day"
4336
- msgstr "dag"
4337
-
4338
- #: modules/stats.php:722
4339
- msgid "week"
4340
- msgstr "week"
4341
-
4342
- #: modules/stats.php:723
4343
- msgid "month"
4344
- msgstr "maand"
4345
-
4346
- #: modules/stats.php:726
4347
- msgid "the past day"
4348
- msgstr "die vorige dag"
4349
-
4350
- #: modules/stats.php:727
4351
- msgid "the past week"
4352
- msgstr ""
4353
-
4354
- #: modules/stats.php:728
4355
- msgid "the past month"
4356
- msgstr ""
4357
-
4358
- #: modules/stats.php:729
4359
- msgid "the past quarter"
4360
- msgstr ""
4361
-
4362
- #: modules/stats.php:730
4363
- msgid "the past year"
4364
- msgstr ""
4365
-
4366
- #: modules/stats.php:752
4367
- msgid "Chart stats by"
4368
- msgstr ""
4369
-
4370
- #: modules/stats.php:765
4371
- msgid "Show top posts over"
4372
- msgstr ""
4373
-
4374
- #: modules/stats.php:778
4375
- msgid "Show top search terms over"
4376
- msgstr ""
4377
-
4378
- #: modules/stats.php:944
4379
- msgid "%1$s %2$s Views"
4380
- msgstr ""
4381
-
4382
- #: modules/stats.php:965
4383
- msgid "View All"
4384
- msgstr ""
4385
-
4386
- #: modules/stats.php:969
4387
- msgid "Top Posts"
4388
- msgstr "Top Skrywes"
4389
-
4390
- #: modules/stats.php:973 modules/stats.php:997
4391
- msgid "Sorry, nothing to report."
4392
- msgstr ""
4393
-
4394
- #: modules/stats.php:993
4395
- msgid "Top Searches"
4396
- msgstr ""
4397
-
4398
- #: modules/stats.php:1021
4399
- msgid "We were unable to get your stats just now. Please reload this page to try again."
4400
- msgstr ""
4401
-
4402
- #: modules/stats.php:1028
4403
- msgid "We were unable to get your stats just now. Please reload this page to try again. If this error persists, please <a href=\"%1$s\">contact support</a>. In your report please include the information below."
4404
- msgstr ""
4405
-
4406
- #: modules/subscriptions.php:123
4407
- msgid "Jetpack Subscriptions Settings"
4408
- msgstr ""
4409
-
4410
- #: modules/subscriptions.php:132
4411
- msgid "Follow Blog"
4412
- msgstr ""
4413
-
4414
- #: modules/subscriptions.php:147
4415
- msgid "Follow Comments"
4416
- msgstr "Volg die kommentaar"
4417
-
4418
- #: modules/subscriptions.php:168
4419
- msgid "Follower Settings"
4420
- msgstr ""
4421
-
4422
- #: modules/subscriptions.php:175
4423
- msgid "Blog follow email text"
4424
- msgstr ""
4425
-
4426
- #: modules/subscriptions.php:183
4427
- msgid "Comment follow email text"
4428
- msgstr "E-posboodskap wanneer jy kommentaar volg"
4429
-
4430
- #: modules/subscriptions.php:197
4431
- msgid "Change whether your visitors can subscribe to your posts or comments or both."
4432
- msgstr ""
4433
-
4434
- #: modules/subscriptions.php:212
4435
- msgid "Show a <em>'follow blog'</em> option in the comment form"
4436
- msgstr ""
4437
-
4438
- #: modules/subscriptions.php:227
4439
- msgid "Show a <em>'follow comments'</em> option in the comment form"
4440
- msgstr ""
4441
-
4442
- #: modules/subscriptions.php:252
4443
- msgid "These settings change emails sent from your blog to followers."
4444
- msgstr ""
4445
-
4446
- #: modules/subscriptions.php:258
4447
- msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
4448
- msgstr ""
4449
-
4450
- #: modules/subscriptions.php:264
4451
- msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
4452
- msgstr ""
4453
-
4454
- #: modules/subscriptions.php:269
4455
- msgid ""
4456
- "Howdy.\n"
4457
- "\n"
4458
- "You recently followed this blog's posts. This means you will receive each new post by email.\n"
4459
- "\n"
4460
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
4461
- msgstr ""
4462
-
4463
- #: modules/subscriptions.php:270
4464
- msgid ""
4465
- "Howdy.\n"
4466
- "\n"
4467
- "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
4468
- "\n"
4469
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
4470
- msgstr ""
4471
-
4472
- #: modules/subscriptions.php:472
4473
- msgid "Notify me of follow-up comments by email."
4474
- msgstr "Stel my in kennis van nuwe kommentaar per e-pos."
4475
-
4476
- #: modules/subscriptions.php:479
4477
- msgid "Notify me of new posts by email."
4478
- msgstr "Stel my in kennis van nuwe artikels per e-pos."
4479
-
4480
- #: modules/subscriptions.php:557
4481
- msgid "Add an email signup form to allow people to subscribe to your blog."
4482
- msgstr ""
4483
-
4484
- #: modules/subscriptions.php:560
4485
- msgid "Blog Subscriptions (Jetpack)"
4486
- msgstr ""
4487
-
4488
- #: modules/subscriptions.php:600
4489
- msgid "An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing."
4490
- msgstr ""
4491
-
4492
- #: modules/subscriptions.php:609
4493
- msgid "The email you entered was invalid, please check and try again."
4494
- msgstr ""
4495
-
4496
- #: modules/subscriptions.php:612
4497
- msgid "You have already subscribed to this site, please check your inbox."
4498
- msgstr ""
4499
-
4500
- #: modules/subscriptions.php:618
4501
- msgid "There was an error when subscribing, please try again."
4502
- msgstr ""
4503
-
4504
- #: modules/subscriptions.php:631
4505
- msgid "Join %s other subscriber"
4506
- msgid_plural "Join %s other subscribers"
4507
- msgstr[0] ""
4508
- msgstr[1] ""
4509
-
4510
- #: modules/subscriptions.php:708
4511
- msgid "Subscribe to Blog via Email"
4512
- msgstr ""
4513
-
4514
- #: modules/subscriptions.php:709
4515
- msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
4516
- msgstr ""
4517
-
4518
- #: modules/subscriptions.php:711
4519
- msgid "Click to subscribe to this blog and receive notifications of new posts by email."
4520
- msgstr ""
4521
-
4522
- #: modules/subscriptions.php:727
4523
- msgid "%s: %s"
4524
- msgstr ""
4525
-
4526
- #: modules/subscriptions.php:734 modules/widgets/image-widget.php:120
4527
- msgid "Widget title:"
4528
- msgstr ""
4529
-
4530
- #: modules/subscriptions.php:740
4531
- msgid "Optional text to display to your readers:"
4532
- msgstr ""
4533
-
4534
- #: modules/subscriptions.php:746
4535
- msgid "Subscribe Button:"
4536
- msgstr ""
4537
-
4538
- #: modules/subscriptions.php:753
4539
- msgid "Show total number of subscribers? (%s subscriber)"
4540
- msgid_plural "Show total number of subscribers? (%s subscribers)"
4541
- msgstr[0] ""
4542
- msgstr[1] ""
4543
-
4544
- #: modules/theme-tools/featured-content.php:389
4545
- #: modules/theme-tools/featured-content.php:400
4546
- msgid "Featured Content"
4547
- msgstr ""
4548
-
4549
- #: modules/theme-tools/featured-content.php:401
4550
- msgid "Easily feature all posts with the <a href=\"%1$s\">\"featured\" tag</a> or a tag of your choice. Your theme supports up to %2$s posts in its featured content area."
4551
- msgstr ""
4552
-
4553
- #: modules/theme-tools/featured-content.php:419
4554
- msgid "Tag name"
4555
- msgstr ""
4556
-
4557
- #: modules/theme-tools/featured-content.php:425
4558
- msgid "Hide tag from displaying in post meta and tag clouds."
4559
- msgstr ""
4560
-
4561
- #: modules/theme-tools/featured-content.php:444
4562
- msgid "The settings for Featured Content have <a href=\"%s\">moved to Appearance &rarr; Customize</a>."
4563
- msgstr ""
4564
-
4565
- #: modules/theme-tools/social-links.php:157
4566
- msgid "&mdash; Select &mdash;"
4567
- msgstr ""
4568
-
4569
- #: modules/tiled-gallery/tiled-gallery.php:320
4570
- msgid "Tiled Mosaic"
4571
- msgstr ""
4572
-
4573
- #: modules/tiled-gallery/tiled-gallery.php:321 modules/widgets/gallery.php:328
4574
- msgid "Square Tiles"
4575
- msgstr ""
4576
-
4577
- #: modules/tiled-gallery/tiled-gallery.php:322 modules/widgets/gallery.php:329
4578
- msgid "Circles"
4579
- msgstr ""
4580
-
4581
- #: modules/tiled-gallery/tiled-gallery.php:351
4582
- msgid "Display all your gallery pictures in a cool mosaic."
4583
- msgstr ""
4584
-
4585
- #: modules/videopress/class.videopress-player.php:195
4586
- msgid "%s Error"
4587
- msgstr ""
4588
-
4589
- #: modules/videopress/class.videopress-player.php:230
4590
- msgid "This video is intended for mature audiences."
4591
- msgstr ""
4592
-
4593
- #: modules/videopress/class.videopress-player.php:230
4594
- msgid "Please verify your birthday."
4595
- msgstr ""
4596
-
4597
- #: modules/videopress/class.videopress-player.php:280
4598
- msgid "Submit"
4599
- msgstr "Stuur"
4600
-
4601
- #: modules/videopress/class.videopress-player.php:326
4602
- msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
4603
- msgstr ""
4604
-
4605
- #: modules/videopress/class.videopress-player.php:382
4606
- msgctxt "watch a video title"
4607
- msgid "Watch: %s"
4608
- msgstr ""
4609
-
4610
- #: modules/videopress/class.videopress-player.php:478
4611
- #: modules/videopress/class.videopress-player.php:500
4612
- msgid "this video"
4613
- msgstr ""
4614
-
4615
- #: modules/videopress/class.videopress-player.php:507
4616
- msgctxt "Play as in playback or view a movie"
4617
- msgid "JavaScript required to play %s."
4618
- msgstr ""
4619
-
4620
- #: modules/videopress/class.videopress-player.php:654
4621
- msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
4622
- msgstr ""
4623
-
4624
- #: modules/videopress/class.videopress-player.php:661
4625
- msgid "Loading video..."
4626
- msgstr ""
4627
-
4628
- #: modules/videopress/class.videopress-video.php:306
4629
- msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
4630
- msgstr ""
4631
-
4632
- #: modules/videopress/class.videopress-video.php:308
4633
- msgid "<strong>%s</strong> is not an allowed embed site."
4634
- msgstr ""
4635
-
4636
- #: modules/videopress/class.videopress-video.php:308
4637
- msgid "Publisher limits playback of video embeds."
4638
- msgstr ""
4639
-
4640
- #: modules/videopress/class.videopress-video.php:310
4641
- msgid "No data found for VideoPress identifier: <strong>%s</strong>."
4642
- msgstr ""
4643
-
4644
- #: modules/videopress/videopress.php:72 modules/videopress/videopress.php:76
4645
- msgid "Could not obtain a VideoPress upload token. Please try again later."
4646
- msgstr ""
4647
-
4648
- #: modules/videopress/videopress.php:264
4649
- msgid "Please note that the VideoPress module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
4650
- msgstr ""
4651
-
4652
- #: modules/videopress/videopress.php:269
4653
- msgid "Connected WordPress.com Blog"
4654
- msgstr ""
4655
-
4656
- #: modules/videopress/videopress.php:278
4657
- msgid "Only videos from the selected blog will be available in your media library."
4658
- msgstr ""
4659
-
4660
- #: modules/videopress/videopress.php:279
4661
- msgid "<a href=\"%s\">Click here</a> to refresh this list."
4662
- msgstr ""
4663
-
4664
- #: modules/videopress/videopress.php:285
4665
- msgid "Video Library Access"
4666
- msgstr ""
4667
-
4668
- #: modules/videopress/videopress.php:289
4669
- msgid "Do not allow other users to access my VideoPress library"
4670
- msgstr ""
4671
-
4672
- #: modules/videopress/videopress.php:291
4673
- msgid "Allow users to access my videos"
4674
- msgstr ""
4675
-
4676
- #: modules/videopress/videopress.php:293
4677
- msgid "Allow users to access and edit my videos"
4678
- msgstr ""
4679
-
4680
- #: modules/videopress/videopress.php:295
4681
- msgid "Allow users to access, edit, and delete my videos"
4682
- msgstr ""
4683
-
4684
- #: modules/videopress/videopress.php:298
4685
- msgid "Allow users to upload videos"
4686
- msgstr ""
4687
-
4688
- #: modules/videopress/videopress.php:303
4689
- msgid "Free formats"
4690
- msgstr ""
4691
-
4692
- #: modules/videopress/videopress.php:307
4693
- msgid "Only display videos in free software formats"
4694
- msgstr ""
4695
-
4696
- #: modules/videopress/videopress.php:308
4697
- msgid "Ogg file container with Theora video and Vorbis audio. Note that some browsers are unable to play free software video formats, including Internet Explorer and Safari."
4698
- msgstr ""
4699
-
4700
- #: modules/videopress/videopress.php:313
4701
- msgid "Default quality"
4702
- msgstr ""
4703
-
4704
- #: modules/videopress/videopress.php:317
4705
- msgid "Display higher quality video by default."
4706
- msgstr ""
4707
-
4708
- #: modules/videopress/videopress.php:318
4709
- msgid "This setting may be overridden for individual videos."
4710
- msgstr ""
4711
-
4712
- #: modules/videopress/videopress.php:330 modules/videopress/videopress.php:339
4713
- #: modules/videopress/videopress.php:593
4714
- msgid "VideoPress Library"
4715
- msgstr ""
4716
-
4717
- #: modules/videopress/videopress.php:340
4718
- msgid "Use the button below to browse your VideoPress Library. Note that you can also browse your VideoPress Library while editing a post or page by using the <strong>Add Media</strong> button in the post editor."
4719
- msgstr ""
4720
-
4721
- #: modules/videopress/videopress.php:341
4722
- msgid "Browse Your VideoPress Library"
4723
- msgstr ""
4724
-
4725
- #: modules/videopress/videopress.php:342
4726
- msgid "Please enable JavaScript support in your browser to use VideoPress."
4727
- msgstr ""
4728
-
4729
- #: modules/videopress/videopress.php:589
4730
- msgid "Please select a video file to upload."
4731
- msgstr ""
4732
-
4733
- #: modules/videopress/videopress.php:590
4734
- msgid "Your video is uploading... Please do not close this window."
4735
- msgstr ""
4736
-
4737
- #: modules/videopress/videopress.php:591
4738
- msgid "An unknown error has occurred. Please try again later."
4739
- msgstr ""
4740
-
4741
- #: modules/videopress/videopress.php:592
4742
- msgid "Your video has successfully been uploaded. It will appear in your VideoPress Library shortly."
4743
- msgstr ""
4744
-
4745
- #: modules/videopress/videopress.php:594
4746
- msgid "Upload a Video"
4747
- msgstr ""
4748
-
4749
- #: modules/videopress/videopress.php:595
4750
- msgid "Insert Video"
4751
- msgstr ""
4752
-
4753
- #: modules/videopress/videopress.php:628
4754
- msgid "Ogg File URL"
4755
- msgstr ""
4756
-
4757
- #: modules/videopress/videopress.php:630
4758
- msgid "Location of the Ogg video file."
4759
- msgstr ""
4760
-
4761
- #: modules/videopress/videopress.php:638
4762
- msgid "Display share menu and allow viewers to embed or download this video"
4763
- msgstr ""
4764
-
4765
- #: modules/videopress/videopress.php:644
4766
- msgid "Rating"
4767
- msgstr "Aanslag"
4768
-
4769
- #: modules/videopress/videopress.php:657
4770
- msgid "Shortcode"
4771
- msgstr ""
4772
-
4773
- #: modules/videopress/videopress.php:664
4774
- msgid "The preview is unavailable while this video is being processed."
4775
- msgstr "Die voorskou is nie beskikbaar terwyl die video verwerk word nie."
4776
-
4777
- #: modules/videopress/videopress.php:673
4778
- msgid "Video Preview:"
4779
- msgstr ""
4780
-
4781
- #: modules/videopress/videopress.php:707
4782
- msgid "Use the form below to upload a video to your VideoPress Library. The following video formats are supported: %s. Maximum upload file size is %d%s."
4783
- msgstr ""
4784
-
4785
- #: modules/videopress/videopress.php:710
4786
- msgid "Upload Video"
4787
- msgstr ""
4788
-
4789
- #: modules/widget-visibility/widget-conditions.php:34
4790
- msgid "All category pages"
4791
- msgstr ""
4792
-
4793
- #: modules/widget-visibility/widget-conditions.php:48
4794
- msgid "All author pages"
4795
- msgstr ""
4796
-
4797
- #: modules/widget-visibility/widget-conditions.php:59
4798
- msgid "All tag pages"
4799
- msgstr ""
4800
-
4801
- #: modules/widget-visibility/widget-conditions.php:73
4802
- msgid "All date archives"
4803
- msgstr ""
4804
-
4805
- #: modules/widget-visibility/widget-conditions.php:74
4806
- msgid "Daily archives"
4807
- msgstr ""
4808
-
4809
- #: modules/widget-visibility/widget-conditions.php:75
4810
- msgid "Monthly archives"
4811
- msgstr ""
4812
-
4813
- #: modules/widget-visibility/widget-conditions.php:76
4814
- msgid "Yearly archives"
4815
- msgstr ""
4816
-
4817
- #: modules/widget-visibility/widget-conditions.php:87
4818
- msgid "Front page"
4819
- msgstr ""
4820
-
4821
- #: modules/widget-visibility/widget-conditions.php:88
4822
- msgid "Posts page"
4823
- msgstr ""
4824
-
4825
- #: modules/widget-visibility/widget-conditions.php:89
4826
- msgid "404 error page"
4827
- msgstr ""
4828
-
4829
- #: modules/widget-visibility/widget-conditions.php:90
4830
- msgid "Search results"
4831
- msgstr ""
4832
-
4833
- #: modules/widget-visibility/widget-conditions.php:91
4834
- msgid "Post type:"
4835
- msgstr ""
4836
-
4837
- #: modules/widget-visibility/widget-conditions.php:104
4838
- msgid "Static page:"
4839
- msgstr ""
4840
-
4841
- #: modules/widget-visibility/widget-conditions.php:146
4842
- msgid "Visibility"
4843
- msgstr ""
4844
-
4845
- #: modules/widget-visibility/widget-conditions.php:149
4846
- msgctxt "placeholder: dropdown menu to select widget visibility; hide if or show if"
4847
- msgid "%s if:"
4848
- msgstr ""
4849
-
4850
- #: modules/widget-visibility/widget-conditions.php:149
4851
- msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
4852
- msgid "Show"
4853
- msgstr ""
4854
-
4855
- #: modules/widget-visibility/widget-conditions.php:149
4856
- msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
4857
- msgid "Hide"
4858
- msgstr ""
4859
-
4860
- #: modules/widget-visibility/widget-conditions.php:160
4861
- msgctxt "Used as the default option in a dropdown list"
4862
- msgid "-- Select --"
4863
- msgstr ""
4864
-
4865
- #: modules/widget-visibility/widget-conditions.php:161
4866
- msgid "Category"
4867
- msgstr ""
4868
-
4869
- #: modules/widget-visibility/widget-conditions.php:162
4870
- msgctxt "Noun, as in: \"The author of this post is...\""
4871
- msgid "Author"
4872
- msgstr ""
4873
-
4874
- #: modules/widget-visibility/widget-conditions.php:163
4875
- msgctxt "Noun, as in: \"This post has one tag.\""
4876
- msgid "Tag"
4877
- msgstr ""
4878
-
4879
- #: modules/widget-visibility/widget-conditions.php:164
4880
- msgctxt "Noun, as in: \"This page is a date archive.\""
4881
- msgid "Date"
4882
- msgstr ""
4883
-
4884
- #: modules/widget-visibility/widget-conditions.php:165
4885
- msgctxt "Example: The user is looking at a page, not a post."
4886
- msgid "Page"
4887
- msgstr ""
4888
-
4889
- #: modules/widget-visibility/widget-conditions.php:167
4890
- msgctxt "Widget Visibility: {Rule Major [Page]} is {Rule Minor [Search results]}"
4891
- msgid "is"
4892
- msgstr ""
4893
-
4894
- #: modules/widget-visibility/widget-conditions.php:171
4895
- msgctxt "Shown between widget visibility conditions."
4896
- msgid "or"
4897
- msgstr ""
4898
-
4899
- #: modules/widget-visibility/widget-conditions.php:174
4900
- msgid "Delete"
4901
- msgstr ""
4902
-
4903
- #: modules/widgets/facebook-likebox.php:31
4904
- msgid "Facebook Like Box"
4905
- msgstr ""
4906
-
4907
- #: modules/widgets/facebook-likebox.php:34
4908
- msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
4909
- msgstr ""
4910
-
4911
- #: modules/widgets/facebook-likebox.php:48
4912
- msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
4913
- msgstr ""
4914
-
4915
- #: modules/widgets/facebook-likebox.php:131
4916
- msgid "Facebook Page URL"
4917
- msgstr ""
4918
-
4919
- #: modules/widgets/facebook-likebox.php:134
4920
- msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
4921
- msgstr ""
4922
-
4923
- #: modules/widgets/facebook-likebox.php:140
4924
- msgid "Width"
4925
- msgstr "Wydte"
4926
-
4927
- #: modules/widgets/facebook-likebox.php:147
4928
- msgid "Height"
4929
- msgstr "Hoogte"
4930
-
4931
- #: modules/widgets/facebook-likebox.php:165
4932
- msgid "Show Faces"
4933
- msgstr "Wys gesigte"
4934
-
4935
- #: modules/widgets/facebook-likebox.php:167
4936
- msgid "Show profile photos in the plugin."
4937
- msgstr ""
4938
-
4939
- #: modules/widgets/facebook-likebox.php:174
4940
- msgid "Show Stream"
4941
- msgstr ""
4942
-
4943
- #: modules/widgets/facebook-likebox.php:176
4944
- msgid "Show the profile stream for the public profile."
4945
- msgstr ""
4946
-
4947
- #: modules/widgets/facebook-likebox.php:183
4948
- msgid "Show Border"
4949
- msgstr ""
4950
-
4951
- #: modules/widgets/facebook-likebox.php:185
4952
- msgid "Show a border around the plugin."
4953
- msgstr ""
4954
-
4955
- #: modules/widgets/facebook-likebox.php:192
4956
- msgid "Show Wall"
4957
- msgstr ""
4958
-
4959
- #: modules/widgets/facebook-likebox.php:194
4960
- msgid "Show the wall for a Places page rather than friend activity."
4961
- msgstr ""
4962
-
4963
- #: modules/widgets/gallery/templates/form.php:2 modules/widgets/readmill.php:50
4964
- #: modules/widgets/rsslinks-widget.php:62 modules/widgets/top-posts.php:73
4965
- #: modules/widgets/twitter-timeline.php:161
4966
- #: modules/widgets/upcoming-events.php:40
4967
- #: modules/widgets/wordpress-post-widget.php:168
4968
- msgid "Title:"
4969
- msgstr "Titel:"
4970
-
4971
- #: modules/widgets/gallery/templates/form.php:10
4972
- msgid "Images:"
4973
- msgstr ""
4974
-
4975
- #: modules/widgets/gallery/templates/form.php:39
4976
- msgid "Choose Images"
4977
- msgstr ""
4978
-
4979
- #: modules/widgets/gallery/templates/form.php:43
4980
- msgid "Link To:"
4981
- msgstr ""
4982
-
4983
- #: modules/widgets/gallery/templates/form.php:58
4984
- msgid "Random Order:"
4985
- msgstr ""
4986
-
4987
- #: modules/widgets/gallery/templates/form.php:69
4988
- msgid "Style:"
4989
- msgstr ""
4990
-
4991
- #: modules/widgets/gallery.php:20
4992
- msgid "Display a photo gallery or slideshow"
4993
- msgstr ""
4994
-
4995
- #: modules/widgets/gallery.php:327
4996
- msgid "Tiles"
4997
- msgstr ""
4998
-
4999
- #: modules/widgets/gallery.php:335
5000
- msgid "Attachment Page"
5001
- msgstr "Aanhangsel Bladsy"
5002
-
5003
- #: modules/widgets/gallery.php:336
5004
- msgid "Media File"
5005
- msgstr ""
5006
-
5007
- #: modules/widgets/gravatar-profile.php:21
5008
- msgid "Gravatar Profile"
5009
- msgstr ""
5010
-
5011
- #: modules/widgets/gravatar-profile.php:24
5012
- msgid "Display a mini version of your Gravatar Profile"
5013
- msgstr ""
5014
-
5015
- #: modules/widgets/gravatar-profile.php:41
5016
- msgid "You need to select what to show in this <a href=\"%s\">Gravatar Profile widget</a>."
5017
- msgstr ""
5018
-
5019
- #: modules/widgets/gravatar-profile.php:95
5020
- msgid "View Full Profile &rarr;"
5021
- msgstr ""
5022
-
5023
- #: modules/widgets/gravatar-profile.php:103
5024
- msgid "Error loading profile"
5025
- msgstr ""
5026
-
5027
- #: modules/widgets/gravatar-profile.php:115
5028
- msgid "Personal Links"
5029
- msgstr ""
5030
-
5031
- #: modules/widgets/gravatar-profile.php:138
5032
- msgid "Verified Services"
5033
- msgstr ""
5034
-
5035
- #: modules/widgets/gravatar-profile.php:149
5036
- msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
5037
- msgid "%1$s on %2$s"
5038
- msgstr ""
5039
-
5040
- #: modules/widgets/gravatar-profile.php:183
5041
- msgid "Select a user or pick \"custom\" and enter a custom email address."
5042
- msgstr ""
5043
-
5044
- #: modules/widgets/gravatar-profile.php:187
5045
- msgid "Custom"
5046
- msgstr ""
5047
-
5048
- #: modules/widgets/gravatar-profile.php:197
5049
- msgid "Custom Email Address"
5050
- msgstr ""
5051
-
5052
- #: modules/widgets/gravatar-profile.php:205
5053
- msgid "Show Personal Links"
5054
- msgstr ""
5055
-
5056
- #: modules/widgets/gravatar-profile.php:207
5057
- msgid "Links to your websites, blogs, or any other sites that help describe who you are."
5058
- msgstr ""
5059
-
5060
- #: modules/widgets/gravatar-profile.php:214
5061
- msgid "Show Account Links"
5062
- msgstr ""
5063
-
5064
- #: modules/widgets/gravatar-profile.php:216
5065
- msgid "Links to services that you use across the web."
5066
- msgstr ""
5067
-
5068
- #: modules/widgets/gravatar-profile.php:220
5069
- msgid "Opens in new window"
5070
- msgstr ""
5071
-
5072
- #: modules/widgets/gravatar-profile.php:220
5073
- msgid "Edit Your Profile"
5074
- msgstr "Verander jou profiel"
5075
-
5076
- #: modules/widgets/gravatar-profile.php:220
5077
- msgid "What's a Gravatar?"
5078
- msgstr "Wat is 'n Gravatar?"
5079
-
5080
- #: modules/widgets/image-widget.php:12
5081
- msgid "Display an image in your sidebar"
5082
- msgstr "Wys 'n foto in jou kantkolom"
5083
-
5084
- #: modules/widgets/image-widget.php:14
5085
- msgid "Image (Jetpack)"
5086
- msgstr "Foto (Jetpack)"
5087
-
5088
- #: modules/widgets/image-widget.php:123
5089
- msgid "Image URL:"
5090
- msgstr ""
5091
-
5092
- #: modules/widgets/image-widget.php:126
5093
- msgid "Alternate text:"
5094
- msgstr ""
5095
-
5096
- #: modules/widgets/image-widget.php:129
5097
- msgid "Image title:"
5098
- msgstr ""
5099
-
5100
- #: modules/widgets/image-widget.php:132
5101
- msgid "Caption:"
5102
- msgstr ""
5103
-
5104
- #: modules/widgets/image-widget.php:138
5105
- msgid "Left"
5106
- msgstr "Links"
5107
-
5108
- #: modules/widgets/image-widget.php:139
5109
- msgid "Center"
5110
- msgstr "Middel"
5111
-
5112
- #: modules/widgets/image-widget.php:140
5113
- msgid "Right"
5114
- msgstr "Regs"
5115
-
5116
- #: modules/widgets/image-widget.php:142
5117
- msgid "Image Alignment:"
5118
- msgstr ""
5119
-
5120
- #: modules/widgets/image-widget.php:152
5121
- msgid "Width:"
5122
- msgstr ""
5123
-
5124
- #: modules/widgets/image-widget.php:155
5125
- msgid "Height:"
5126
- msgstr ""
5127
-
5128
- #: modules/widgets/image-widget.php:158
5129
- msgid "If empty, we will attempt to determine the image size."
5130
- msgstr ""
5131
-
5132
- #: modules/widgets/image-widget.php:159
5133
- msgid "Link URL (when the image is clicked):"
5134
- msgstr ""
5135
-
5136
- #: modules/widgets/readmill.php:11 modules/widgets/readmill.php:21
5137
- msgid "Send To Readmill"
5138
- msgstr ""
5139
-
5140
- #: modules/widgets/readmill.php:13
5141
- msgid "Readmill is the best book reader for phones and tablets. With this widget you can enable users to send a book to their device with one click."
5142
- msgstr ""
5143
-
5144
- #: modules/widgets/readmill.php:47
5145
- msgid "Just enter the URL to your book, make sure it's a PDF or EPUB file, and you are ready to go. For more help, head to <a href='%s'>the Readmill WordPress Widget support page</a>."
5146
- msgstr ""
5147
-
5148
- #: modules/widgets/readmill.php:55
5149
- msgid "Download URL:"
5150
- msgstr ""
5151
-
5152
- #: modules/widgets/readmill.php:60
5153
- msgid "Item URL:"
5154
- msgstr ""
5155
-
5156
- #: modules/widgets/readmill.php:65
5157
- msgid "What size icon?"
5158
- msgstr ""
5159
-
5160
- #: modules/widgets/readmill.php:67 modules/widgets/rsslinks-widget.php:101
5161
- msgid "Large"
5162
- msgstr "Groot"
5163
-
5164
- #: modules/widgets/readmill.php:68 modules/widgets/rsslinks-widget.php:99
5165
- msgid "Small"
5166
- msgstr "Klein"
5167
-
5168
- #: modules/widgets/readmill.php:125
5169
- msgid "Your ePub link is empty. Provide an ePub link to display the Send to Readmill widget."
5170
- msgstr ""
5171
-
5172
- #: modules/widgets/rsslinks-widget.php:12
5173
- msgid "Links to your blog's RSS feeds"
5174
- msgstr ""
5175
-
5176
- #: modules/widgets/rsslinks-widget.php:13
5177
- msgid "RSS Links (Jetpack)"
5178
- msgstr "RSS-skakels (Jetpack)"
5179
-
5180
- #: modules/widgets/rsslinks-widget.php:67
5181
- #: modules/widgets/rsslinks-widget.php:133
5182
- msgid "Posts"
5183
- msgstr "Bydraes"
5184
-
5185
- #: modules/widgets/rsslinks-widget.php:69
5186
- msgid "Posts & Comments"
5187
- msgstr "Bydraes & Kommentare"
5188
-
5189
- #: modules/widgets/rsslinks-widget.php:71
5190
- msgid "Feed(s) to Display:"
5191
- msgstr "Sigbare feed(s):"
5192
-
5193
- #: modules/widgets/rsslinks-widget.php:81
5194
- msgid "Text Link"
5195
- msgstr "Teksskakel"
5196
-
5197
- #: modules/widgets/rsslinks-widget.php:82
5198
- msgid "Image Link"
5199
- msgstr "Fotoskakel"
5200
-
5201
- #: modules/widgets/rsslinks-widget.php:83
5202
- msgid "Text & Image Links"
5203
- msgstr "Teks- en fotoskakels"
5204
-
5205
- #: modules/widgets/rsslinks-widget.php:85
5206
- msgid "Format:"
5207
- msgstr "Formaat:"
5208
-
5209
- #: modules/widgets/rsslinks-widget.php:96
5210
- msgid "Image Settings:"
5211
- msgstr "Fotoverstellings:"
5212
-
5213
- #: modules/widgets/rsslinks-widget.php:100
5214
- msgid "Medium"
5215
- msgstr "Medium"
5216
-
5217
- #: modules/widgets/rsslinks-widget.php:103
5218
- msgid "Image Size:"
5219
- msgstr "Grootte van foto:"
5220
-
5221
- #: modules/widgets/rsslinks-widget.php:113
5222
- msgid "Red"
5223
- msgstr "Rooi"
5224
-
5225
- #: modules/widgets/rsslinks-widget.php:114
5226
- msgid "Orange"
5227
- msgstr "Oranje"
5228
-
5229
- #: modules/widgets/rsslinks-widget.php:115
5230
- msgid "Green"
5231
- msgstr "Groen"
5232
-
5233
- #: modules/widgets/rsslinks-widget.php:116
5234
- msgid "Blue"
5235
- msgstr "Blou"
5236
-
5237
- #: modules/widgets/rsslinks-widget.php:117
5238
- msgid "Purple"
5239
- msgstr "Pers"
5240
-
5241
- #: modules/widgets/rsslinks-widget.php:118
5242
- msgid "Pink"
5243
- msgstr "Pienk"
5244
-
5245
- #: modules/widgets/rsslinks-widget.php:119
5246
- msgid "Silver"
5247
- msgstr "Silwer"
5248
-
5249
- #: modules/widgets/rsslinks-widget.php:121
5250
- msgid "Image Color:"
5251
- msgstr "Foto se kleur:"
5252
-
5253
- #: modules/widgets/rsslinks-widget.php:140
5254
- msgid "Subscribe to %s"
5255
- msgstr "Teken in op %s"
5256
-
5257
- #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
5258
- msgid "Top Posts &amp; Pages"
5259
- msgstr "Top Artikels &amp; Bladsye"
5260
-
5261
- #: modules/widgets/top-posts.php:37
5262
- msgid "Shows your most viewed posts and pages."
5263
- msgstr "Wys jou mees geleeste artikels en bladsye."
5264
-
5265
- #: modules/widgets/top-posts.php:78
5266
- msgid "Maximum number of posts to show (no more than 10):"
5267
- msgstr "Maksimum hoeveelheid artikels om te vertoon (nie meer as 10 nie):"
5268
-
5269
- #: modules/widgets/top-posts.php:83
5270
- msgid "Display as:"
5271
- msgstr "Vertoon as:"
5272
-
5273
- #: modules/widgets/top-posts.php:85
5274
- msgid "Text List"
5275
- msgstr "Tekslys"
5276
-
5277
- #: modules/widgets/top-posts.php:86
5278
- msgid "Image List"
5279
- msgstr "Fotolys"
5280
-
5281
- #: modules/widgets/top-posts.php:87
5282
- msgid "Image Grid"
5283
- msgstr "Fotoversameling"
5284
-
5285
- #: modules/widgets/top-posts.php:91
5286
- msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
5287
- msgstr "Die top artikels &amp; bladsye volgens besoeke word bereken uit 24-48 uur se statistiek. Dit neem 'n rukkie om te verander."
5288
-
5289
- #: modules/widgets/top-posts.php:164
5290
- msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
5291
- msgstr "Daar is geen artikels om te wys nie. <a href=\"%s\">Wil jy meer verkeer hê?</a>"
5292
-
5293
- #: modules/widgets/twitter-timeline.php:24
5294
- msgid "Twitter Timeline"
5295
- msgstr "Twitter-tydlyn"
5296
-
5297
- #: modules/widgets/twitter-timeline.php:27
5298
- msgid "Display an official Twitter Embedded Timeline widget."
5299
- msgstr "Vertoon 'n amptelike Twitter Embedded Timeline brokkie."
5300
-
5301
- #: modules/widgets/twitter-timeline.php:75
5302
- msgid "My Tweets"
5303
- msgstr "My tweets"
5304
-
5305
- #: modules/widgets/twitter-timeline.php:146
5306
- msgid "Follow me on Twitter"
5307
- msgstr "Volg my op Twitter"
5308
-
5309
- #: modules/widgets/twitter-timeline.php:166
5310
- msgid "Width (px):"
5311
- msgstr "Breedte (px):"
5312
-
5313
- #: modules/widgets/twitter-timeline.php:171
5314
- msgid "Height (px):"
5315
- msgstr "Hoogte (px):"
5316
-
5317
- #: modules/widgets/twitter-timeline.php:176
5318
- msgid "# of Tweets Shown:"
5319
- msgstr "# sigbare tweets:"
5320
-
5321
- #: modules/widgets/twitter-timeline.php:184
5322
- msgid "You need to <a href=\"%1$s\" target=\"_blank\">create a widget at Twitter.com</a>, and then enter your widget id (the long number found in the URL of your widget's config page) in the field below. <a href=\"%2$s\" target=\"_blank\">Read more</a>."
5323
- msgstr ""
5324
-
5325
- #: modules/widgets/twitter-timeline.php:192
5326
- msgid "Widget ID:"
5327
- msgstr ""
5328
-
5329
- #: modules/widgets/twitter-timeline.php:197
5330
- msgid "Layout Options:"
5331
- msgstr "Opsies vir uitleg:"
5332
-
5333
- #: modules/widgets/twitter-timeline.php:198
5334
- msgid "No Header"
5335
- msgstr "Geen kopstrook nie"
5336
-
5337
- #: modules/widgets/twitter-timeline.php:199
5338
- msgid "No Footer"
5339
- msgstr "Geen voetstrook nie"
5340
-
5341
- #: modules/widgets/twitter-timeline.php:200
5342
- msgid "No Borders"
5343
- msgstr "Geen buitelyne nie"
5344
-
5345
- #: modules/widgets/twitter-timeline.php:201
5346
- msgid "No Scrollbar"
5347
- msgstr "Geen rolbalk nie"
5348
-
5349
- #: modules/widgets/twitter-timeline.php:202
5350
- msgid "Transparent Background"
5351
- msgstr "Deurskynende agtergrond"
5352
-
5353
- #: modules/widgets/twitter-timeline.php:206
5354
- msgid "Link Color (hex):"
5355
- msgstr "Kleur van skakels (hex):"
5356
-
5357
- #: modules/widgets/twitter-timeline.php:211
5358
- msgid "Border Color (hex):"
5359
- msgstr "Kleur van buitelyne (hex):"
5360
-
5361
- #: modules/widgets/twitter-timeline.php:216
5362
- msgid "Timeline Theme:"
5363
- msgstr "Tema van tydlyn:"
5364
-
5365
- #: modules/widgets/upcoming-events.php:7 modules/widgets/upcoming-events.php:32
5366
- msgid "Upcoming Events"
5367
- msgstr ""
5368
-
5369
- #: modules/widgets/upcoming-events.php:9
5370
- msgid "Display upcoming events from an iCalendar feed."
5371
- msgstr ""
5372
-
5373
- #: modules/widgets/upcoming-events.php:45
5374
- msgid "iCalendar Feed URL:"
5375
- msgstr ""
5376
-
5377
- #: modules/widgets/upcoming-events.php:50
5378
- msgid "Items to show:"
5379
- msgstr ""
5380
-
5381
- #: modules/widgets/upcoming-events.php:56
5382
- msgid "All"
5383
- msgstr ""
5384
-
5385
- #: modules/widgets/wordpress-post-widget.php:25
5386
- msgid "Display WordPress Posts"
5387
- msgstr ""
5388
-
5389
- #: modules/widgets/wordpress-post-widget.php:27
5390
- msgid "Displays a list of recent posts from another WordPress.com or Jetpack-enabled blog."
5391
- msgstr ""
5392
-
5393
- #: modules/widgets/wordpress-post-widget.php:76
5394
- #: modules/widgets/wordpress-post-widget.php:97
5395
- msgid "We cannot load blog data at this time."
5396
- msgstr ""
5397
-
5398
- #: modules/widgets/wordpress-post-widget.php:107
5399
- msgid "We cannot display posts for this blog."
5400
- msgstr ""
5401
-
5402
- #: modules/widgets/wordpress-post-widget.php:139
5403
- msgid "Recent Posts"
5404
- msgstr "Onlangse Bydraes"
5405
-
5406
- #: modules/widgets/wordpress-post-widget.php:173
5407
- msgid "Blog URL:"
5408
- msgstr ""
5409
-
5410
- #: modules/widgets/wordpress-post-widget.php:176
5411
- msgid "Enter a WordPress.com or Jetpack WordPress site URL."
5412
- msgstr ""
5413
-
5414
- #: modules/widgets/wordpress-post-widget.php:180
5415
- msgid "Number of Posts to Display:"
5416
- msgstr ""
5417
-
5418
- #: modules/widgets/wordpress-post-widget.php:190
5419
- msgid "Show Featured Image:"
5420
- msgstr ""
5421
-
5422
- #: modules/widgets/wordpress-post-widget.php:194
5423
- msgid "Show Excerpts:"
5424
- msgstr ""
5425
-
5426
- #: modules/widgets.php:50
5427
- msgid "%s (Jetpack)"
5428
- msgstr "%s (Jetpack)"
5429
-
5430
- #: tools/wordpress-i18n/pomo/sample/app.php:56
5431
- msgid "Welcome %s!"
5432
- msgstr ""
5433
-
5434
- #: tools/wordpress-i18n/pomo/sample/app.php:60
5435
- msgid "A string with low priority!"
5436
- msgstr ""
5437
-
5438
- #: tools/wordpress-i18n/pomo/sample/app.php:62
5439
- msgid "Bye\n"
5440
- msgstr ""
5441
-
5442
- #: views/admin/must-connect-main-blog.php:5
5443
- msgid "Get started with Jetpack Multisite"
5444
- msgstr ""
5445
-
5446
- #: views/admin/must-connect-main-blog.php:7
5447
- msgid "Get started managing your Multisite install of Jetpack by connecting."
5448
- msgstr ""
5449
-
5450
- #: views/admin/network-admin-header.php:13
5451
- msgid "Jetpack is network activated and notices can not be dismissed."
5452
- msgstr ""
5453
-
5454
- msgid "http://wordpress.org/extend/plugins/jetpack/"
5455
- msgstr "http://wordpress.org/extend/plugins/jetpack/"
5456
-
5457
- msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
5458
- msgstr ""
5459
-
5460
- msgid "Automattic"
5461
- msgstr "Automattic"
5462
-
5463
- msgid "http://jetpack.me"
5464
- msgstr "http://jetpack.me"
5465
-
5466
- msgid "Improve your spelling, style, and grammar with the <a href=\"http://www.afterthedeadline.com/\">After&nbsp;the&nbsp;Deadline</a> Proofreading service."
5467
- msgstr ""
5468
-
5469
- msgid "Transform your standard image galleries into an immersive full-screen experience."
5470
- msgstr "Omskep die gewone fotogallerye in 'n innemende ervaring wat jou skerm vul."
5471
-
5472
- msgid "A new comment system that has integrated social media login options."
5473
- msgstr "'n Nuwe kommentaarstelsel met geïntegreerde intekenopsies van sosiale netwerke."
5474
-
5475
- msgid "Easily insert a contact form anywhere on your site."
5476
- msgstr "Plaas 'n kontakvorm enige plek op jou webwerf, sommer tjop-tjop."
5477
-
5478
- msgid "Customize the appearance of your site using CSS but without modifying your theme."
5479
- msgstr "Verander die voorkoms van jou webwerf d.m.v. CSS, maar sonder om veranderinge op jou tema aan te bring."
5480
-
5481
- msgid "Share your public posts and comments to search engines and other services in real-time."
5482
- msgstr "Deel jou openbare artikels en kommentaar intyds met soekenjins en ander dienste."
5483
-
5484
- msgid "Show a link to your Google+ in the sharing area of your posts and add your blog URL to your Google+ profile."
5485
- msgstr ""
5486
-
5487
- msgid "Show a pop-up business card of your users' gravatar profiles in comments."
5488
- msgstr "Wys die gravatar-profiel van jou gebruikers in die kommentaar met 'n opspringvenster."
5489
-
5490
- msgid "Automatically pull the next set of posts into view when the reader approaches the bottom of the page."
5491
- msgstr "Laai outomaties die volgende klomp artikels soos die leser op die bladsy afrol."
5492
-
5493
- msgid "Allow applications to securely access your content through the cloud."
5494
- msgstr ""
5495
-
5496
- msgid "Beautiful Math"
5497
- msgstr "Elegante Wiskunde"
5498
-
5499
- msgid "Mark up your posts with the <img src=\"//s0.wp.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> markup language, perfect for complex mathematical equations and other &#252;ber-geekery."
5500
- msgstr "Gebruik <img src=\"//s0.wp.com/latex.php?latex=%5CLaTeX&amp;bg=transparent&amp;fg=000&amp;s=-2\" alt=\"LaTeX logo\" title=\"LaTeX\" style=\"vertical-align: -25%\" /> as uitlegtaal om ingewikkelde wiskundige vergelykings en ander toordery."
5501
-
5502
- msgid "Likes are a way for people to show their appreciation for content you have written. It’s also a way for you to show the world how popular your content has become."
5503
- msgstr "\"Likes\" is 'n manier vir mense om aan te dui dat hulle van jou artikel hou. Dit gee ook vir jou die geleentheid om vir die wêreld te wys hoe gewild jou storie is. "
5504
-
5505
- msgid "Write in Markdown, publish in HTML."
5506
- msgstr ""
5507
-
5508
- msgid "Automatically optimize your site for mobile devices."
5509
- msgstr "Pas jou webwerf outomaties vir mobiele toestelle aan."
5510
-
5511
- msgid "Jetpack Monitor will keep tabs on your site, and alert you the moment that downtime is detected."
5512
- msgstr ""
5513
-
5514
- msgid "Monitor and manage your site's activity with Notifications in your Toolbar and on WordPress.com."
5515
- msgstr "Hou jou webwerf dop en bestuur sy aktiwiteit deur middel van kennisgewings op die boonste balk en op WordPress.com."
5516
-
5517
- msgid "A single search box, that lets you search many different things."
5518
- msgstr "Een enkele soekfunksie waarmee jy verskillende dinge kan opspoor."
5519
-
5520
- msgid "Give your site a boost by loading images from the WordPress.com content delivery network."
5521
- msgstr "Gee jou webwerf 'n inspuiting deurdat foto's vinniger laai vanaf die WordPress.com-netwerk (CDN)."
5522
-
5523
- msgid "Publish posts to your blog directly from your personal email account."
5524
- msgstr "Publiseer artikels op jou blog deur middel van jou persoonlike e-posadres."
5525
-
5526
- msgid "Connect your site to popular social networks and automatically share new posts with your friends."
5527
- msgstr "Verbind jou webwerf met gewilde sosiale netwerke en deel outomaties die nuwe artikels met jou vriende."
5528
-
5529
- msgid "Display links to related site content under your posts."
5530
- msgstr ""
5531
-
5532
- msgid "The most super duper sharing tool on the interwebs. Share content with Facebook, Twitter, and many more."
5533
- msgstr "Die beste-este manier om jou storie op Facebook, Twitter en vele ander te deel."
5534
-
5535
- msgid "Easily embed videos and more from sites like YouTube, Vimeo, and SlideShare."
5536
- msgstr "'n Maklike manier om video's en ander media vanaf YouTube, Vimeo en Slideshare in 'n artikel te gebruik."
5537
-
5538
- msgid "Enable WP.me-powered shortlinks for all of your Posts and Pages for easier sharing."
5539
- msgstr "Aktiveer WP.me-gedrewe kortskakels vir al jou artikels sodat dit makliker gedeel kan word."
5540
-
5541
- msgid "Let users login with their WordPress.com Credentials"
5542
- msgstr ""
5543
-
5544
- msgid "Simple, concise site stats with no additional load on your server."
5545
- msgstr "Eenvoudige, bondige statistiek vir jou webwerf sonder ekstra las op die bediener."
5546
-
5547
- msgid "Allow users to subscribe to your posts and comments to receive a notification via email."
5548
- msgstr "Laat besoekers toe om op kennisgewings van nuwe artikels en kommentaar in te teken via e-pos."
5549
-
5550
- msgid "Create elegant magazine-style mosaic layouts for your photos without using an external graphic editor."
5551
- msgstr "Skep 'n elegante mosaïek-uitleg vir fotogallerye."
5552
-
5553
- msgid "Realtime backup and security scanning for your WordPress site."
5554
- msgstr "Intydse rugsteun en sekuriteit vir jou WordPress-gedrewe webwerf."
5555
-
5556
- msgid "Quite possibly the easiest way to upload beautiful videos to your blog."
5557
- msgstr "Heel moontlik die maklikste manier om pragtige video's op te laai."
5558
-
5559
- msgid "Control what pages your widgets appear on."
5560
- msgstr "Beheer op watter bladsye jou widgets verskyn."
5561
-
5562
- msgid "Easily add images, Twitter updates, and your site's RSS links to your theme's sidebar."
5563
- msgstr "Voeg foto's, Twitter-boodskappe en jou webwerf se RSS-skakels tjop-tjop by in die kantkolom."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/jetpack-ar.mo CHANGED
Binary file
languages/jetpack-ar.po DELETED
@@ -1,7254 +0,0 @@
1
- # Translation of 3.4 in Arabic
2
- # This file is distributed under the same license as the 3.4 package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2015-03-16 10:13:20+0000\n"
6
- "MIME-Version: 1.0\n"
7
- "Content-Type: text/plain; charset=UTF-8\n"
8
- "Content-Transfer-Encoding: 8bit\n"
9
- "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
10
- "X-Generator: GlotPress/0.1\n"
11
- "Project-Id-Version: 3.4\n"
12
-
13
- #: modules/module-headings.php:138
14
- msgctxt "Jumpstart Description"
15
- msgid "give visitors two easy subscription options — while commenting, or via a separate email subscription widget you can display."
16
- msgstr "منح الزوار خيارين للاشتراك بسهولة — أثناء التعليق، أو عبر مربع جانبي منفصل للاشتراك بالبريد الإلكتروني يمكن عرضه."
17
-
18
- #: modules/module-headings.php:65
19
- msgctxt "Jumpstart Description"
20
- msgid "helps you remotely manage plugins, turn on automated updates, and more from <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">wordpress.com</a>."
21
- msgstr "يساعدك على إدارة الأدوات الإضافية عن بُعد وتشغيل التحديثات التلقائية والاطلاع على مزيد من المعلومات من <a href=\"https://wordpress.com/plugins/\" target=\"_blank\">وردبرس.كوم</a>."
22
-
23
- #: modules/module-headings.php:90
24
- msgctxt "Jumpstart Description"
25
- msgid "mirrors and serves your images from our free and fast image CDN, improving your site’s performance with no additional load on your servers."
26
- msgstr "يعكس صورك ويخدمها من CDN الخاص بالصور المجاني والسريع؛ مما يحسن من مستوى أداء موقعك من دون حمل إضافي على الخوادم."
27
-
28
- #: modules/module-headings.php:107
29
- msgctxt "Jumpstart Description"
30
- msgid "keep visitors engaged on your blog by highlighting relevant and new content at the bottom of each published post."
31
- msgstr "يجذب الزوار للمشاركة في مدونتك عن طريق تمييز المحتوى الجديد ذي الصلة أسفل كل من المقالات المنشورة."
32
-
33
- #: modules/module-headings.php:112
34
- msgctxt "Jumpstart Description"
35
- msgid "Twitter, Facebook and LinkedIn buttons at the bottom of each post, making it easy for visitors to share your content."
36
- msgstr "أزرار Twitter وFacebook وLinkedIn أسفل كل مقالة تسهل الأمر على الزوار لمشاركة محتواك."
37
-
38
- #: modules/module-headings.php:129
39
- msgctxt "Jumpstart Description"
40
- msgid "lets you login to all your Jetpack-enabled sites with one click using your WordPress.com account."
41
- msgstr "يتيح لك تسجيل الدخول إلى كل المواقع التي تدعم Jetpack بنقرة واحدة باستخدام حساب وردبرس.كوم الخاص بك."
42
-
43
- #: modules/module-headings.php:18
44
- msgctxt "Jumpstart Description"
45
- msgid "brings your photos and images to life as full-size, easily navigable galleries."
46
- msgstr "يعيد إلى صورك وصورك الفوتوغرافية الحياة من جديد بحجمها الكامل ويسهل من التنقل عبر معارض الصور."
47
-
48
- #: modules/module-headings.php:27
49
- msgctxt "Jumpstart Description"
50
- msgid "adds a button to your post and page editors, allowing you to build simple forms to help visitors stay in touch."
51
- msgstr "يضيف زرًا إلى برامج تحرير المقالات والصفحات؛ مما يتيح لك إنشاء نماذج بسيطة لمساعدة الزوار في البقاء على اتصال."
52
-
53
- #: modules/module-headings.php:44
54
- msgctxt "Jumpstart Description"
55
- msgid "let commenters link their profiles to their Gravatar accounts, making it easy for your visitors to learn more about your community."
56
- msgstr "يتيح للمعلقين ربط ملفاتهم التعريفية بحسابات جرافاتار؛ مما يسهل من تعلم الزوار المزيد عن مجتمعك."
57
-
58
- #: modules/module-info.php:974
59
- msgid "Add a new post or page to any of your sites from a single interface."
60
- msgstr ""
61
-
62
- #: views/admin/admin-page.php:27
63
- msgid "Check out other recommended features below, or go to the <a href=\"%s\">settings</a> page to customize your Jetpack experience."
64
- msgstr ""
65
-
66
- #: modules/module-headings.php:199
67
- msgctxt "Module Tag"
68
- msgid "Jumpstart"
69
- msgstr "بداية سريعة"
70
-
71
- #: modules/module-headings.php:244
72
- msgctxt "Module Tag"
73
- msgid "Recommended"
74
- msgstr "مستحسن"
75
-
76
- #: modules/module-info.php:973
77
- msgid "Posts and Pages"
78
- msgstr ""
79
-
80
- #: json-endpoints/class.wpcom-json-api-update-media-v1-1-endpoint.php:56
81
- msgid "Album"
82
- msgstr "ألبوم"
83
-
84
- #: json-endpoints/class.wpcom-json-api-update-media-v1-1-endpoint.php:55
85
- msgid "Artist"
86
- msgstr "فنّان"
87
-
88
- #: modules/widgets/goodreads.php:124
89
- msgctxt "Goodreads numeric user id"
90
- msgid "Invalid User ID, please verify and re-enter your"
91
- msgstr "معرف المستخدم غير صالح، يُرجى التحقق وإعادة الإدخال"
92
-
93
- #: modules/widgets/goodreads.php:34
94
- msgctxt "my list of books to read"
95
- msgid "To Read"
96
- msgstr "للقراءة"
97
-
98
- #: class.jetpack.php:5646
99
- msgctxt "{#} blocked malicious login attempts -- number is on a prior line, text is a caption."
100
- msgid "blocked malicious login attempts"
101
- msgstr "تم حجب محاولات تسجيل الدخول الضارة"
102
-
103
- #: class.jetpack.php:5657
104
- msgctxt "{#} spam comments blocked by Akismet -- number is on a prior line, text is a caption."
105
- msgid "spam comments blocked by Akismet."
106
- msgstr "تم حجب التعليقات المزعجة بواسطة أكيسميت."
107
-
108
- #: modules/module-headings.php:63
109
- msgctxt "Module Name"
110
- msgid "Manage"
111
- msgstr "إدارة"
112
-
113
- #: modules/module-headings.php:64
114
- msgctxt "Module Description"
115
- msgid "Manage all your sites from a centralized place, https://wordpress.com/sites."
116
- msgstr "إدارة كل المواقع الخاصة بك من مكان مركزي، https://wordpress.com/sites."
117
-
118
- #: modules/module-headings.php:232
119
- msgctxt "Module Tag"
120
- msgid "Centralized Management"
121
- msgstr "إدارة مركزية"
122
-
123
- #: modules/widgets/contact-info.php:48
124
- msgctxt "Example of a phone number"
125
- msgid "1-202-555-1212"
126
- msgstr "1-202-555-1212"
127
-
128
- #: modules/widgets/goodreads.php:32
129
- msgctxt "past participle: books I have read"
130
- msgid "Read"
131
- msgstr "قراءة"
132
-
133
- #: views/admin/admin-page.php:47
134
- msgid "Get the most out of Jetpack with..."
135
- msgstr "تحقيق أقصى استفادة من Jetpack مع..."
136
-
137
- #: views/admin/admin-page.php:49
138
- msgid "See the other 25 Jetpack features"
139
- msgstr "مشاهدة ميزات Jetpack الأخرى البالغ عددها 25"
140
-
141
- #: views/admin/admin-page.php:60
142
- msgid "To start using Jetpack, connect to your WordPress.com account by clicking the button below <br>(if you don’t have an account you can create one quickly and for free)."
143
- msgstr "للبدء في استخدام Jetpack، اتصل بحساب وردبرس.كوم الخاص بك بالنقر فوق الزر أدناه <br>(إذا لم يكن لديك حساب يمكنك إنشاء حساب بسرعة مجانًا)."
144
-
145
- #: views/admin/admin-page.php:65
146
- msgid "Link to your account to WordPress.com"
147
- msgstr "ربط حسابك بموقع وردبرس.كوم"
148
-
149
- #: views/admin/admin-page.php:83
150
- msgid "RESET EVERYTHING (during testing only) - will reset modules to default as well"
151
- msgstr "إعادة تعيين الكل (أثناء الاختبار فقط) - ستتم إعادة تعيين الوحدات إلى الوضع الافتراضي أيضًا"
152
-
153
- #: views/admin/admin-page.php:19
154
- msgid "Jump Start your site"
155
- msgstr "بدء سريع لموقعك"
156
-
157
- #: views/admin/admin-page.php:20
158
- msgid "To immediately boost performance, security, and engagement, we recommend activating <strong>%s</strong> and a few others. Click <strong>Jump Start</strong> to activate these modules."
159
- msgstr "لتعزيز الأداء والأمان والمشاركة على الفور، فإننا نوصي بتنشيط <strong>%s</strong> وغيره من العناصر الأخرى. انقر فوق <strong>بدء سريع</strong> لتنشيط هذه الوحدات."
160
-
161
- #: views/admin/admin-page.php:21
162
- msgid "Learn more about Jump Start and what it adds to your site."
163
- msgstr "تعرف على ميزة البدء السريع وما تضيفه إلى موقعك."
164
-
165
- #: views/admin/admin-page.php:26
166
- msgid "Success! You've jump started your site."
167
- msgstr "تمّ بنجاح! لقد بدأت موقعك بسرعة."
168
-
169
- #: views/admin/admin-page.php:31
170
- msgid "Jump Start"
171
- msgstr "بدء سريع"
172
-
173
- #: views/admin/admin-page.php:32
174
- msgid "Dismiss"
175
- msgstr "تجاهل"
176
-
177
- #: modules/widgets/goodreads.php:57
178
- msgid "You need to enter your numeric user ID for the <a href=\"%1$s\">Goodreads Widget</a> to work correctly. <a href=\"%2$s\">Full instructions</a>."
179
- msgstr "يجب إدخال معرف المستخدم الرقمي <a href=\"%1$s\">لأداة Goodreads</a> للعمل بشكل صحيح. <a href=\"%2$s\">الإرشادات الكاملة</a>."
180
-
181
- #: modules/widgets/goodreads.php:129
182
- msgid "Goodreads numeric user id <a href=\"%s\" target=\"_blank\">(instructions)</a>:"
183
- msgstr "معرف مستخدم Goodreads الرقمي <a href=\"%s\" target=\"_blank\">(الإرشادات)</a>:"
184
-
185
- #: modules/widgets/goodreads.php:135
186
- msgid "Shelf:"
187
- msgstr "الرف:"
188
-
189
- #: modules/widgets/goodreads.php:27
190
- msgid "Display your books from Goodreads"
191
- msgstr "عرض كتبك في Goodreads"
192
-
193
- #: modules/widgets/goodreads.php:33
194
- msgid "Currently Reading"
195
- msgstr "قراءة الآن"
196
-
197
- #: modules/widgets/goodreads.php:24 modules/widgets/goodreads.php:74
198
- msgid "Goodreads"
199
- msgstr "Goodreads"
200
-
201
- #: modules/widgets/contact-info.php:213
202
- msgid "Hours:"
203
- msgstr "الساعات:"
204
-
205
- #: modules/widgets/contact-info.php:204
206
- msgid "Sorry. We can not plot this address. A map will not be displayed. Is the address formatted correctly?"
207
- msgstr "عذرًا. لا يمكنك تعيين هذا العنوان. لن يتم عرض الخريطة. هل تم تنسيق العنوان بشكل صحيح؟"
208
-
209
- #: modules/widgets/contact-info.php:210
210
- msgid "Phone:"
211
- msgstr "الهاتف:"
212
-
213
- #: modules/widgets/contact-info.php:200
214
- msgid "Show map"
215
- msgstr "إظهار الخريطة"
216
-
217
- #: modules/widgets/contact-info.php:194
218
- msgid "Address:"
219
- msgstr "العنوان:"
220
-
221
- #: modules/widgets/contact-info.php:46
222
- msgid "Hours & Info"
223
- msgstr "الساعات والمعلومات"
224
-
225
- #: modules/widgets/contact-info.php:47
226
- msgid ""
227
- "3999 Mission Boulevard,\n"
228
- "San Diego CA 92109"
229
- msgstr ""
230
- "3999 Mission Boulevard,\n"
231
- "San Diego CA 92109"
232
-
233
- #: modules/widgets/contact-info.php:49
234
- msgid ""
235
- "Lunch: 11am - 2pm \n"
236
- "Dinner: M-Th 5pm - 11pm, Fri-Sat:5pm - 1am"
237
- msgstr ""
238
- "الغداء: 11 ص - 2 م \n"
239
- "العشاء: الاثنين-الخميس 5 م - 11 م، الجمعة-السبت: 5 م - 1 ص"
240
-
241
- #: modules/widgets/contact-info.php:148
242
- msgid "There was a problem getting the data to display this address on a map. Please refresh your browser and try again."
243
- msgstr "حدثت مشكلة أثناء الحصول على البيانات لعرض هذا العنوان على الخريطة. يُرجى تحديث المستعرض والمحاولة مرة أخرى."
244
-
245
- #: modules/widgets/contact-info.php:26
246
- msgid "Display your location, hours, and contact information."
247
- msgstr "عرض موقعك والساعات ومعلومات الاتصال."
248
-
249
- #: modules/widgets/contact-info.php:30
250
- msgid "Contact Info"
251
- msgstr "معلومات الإتصال"
252
-
253
- #: modules/protect/shared-functions.php:32
254
- msgid "Expecting an array"
255
- msgstr "توقع صفيف"
256
-
257
- #: class.jetpack.php:5673 views/admin/admin-page.php:59
258
- msgid "Jetpack connects your site to WordPress.com to give you traffic and customization tools, enhanced security, speed boosts, and more."
259
- msgstr "يصل Jetpack موقعك بموقع وردبرس.كوم لمنحك أدوات تنظيم حركات المرور والتخصيص والأمان المحسن وسرعات فائقة، والمزيد."
260
-
261
- #: class.jetpack.php:5681
262
- msgid "or, deactivate Jetpack"
263
- msgstr "أو إلغاء تنشيط Jetpack"
264
-
265
- #: modules/module-info.php:966
266
- msgid "Manage all of your WordPress sites, self-hosted or not, from WordPress.com"
267
- msgstr "إدارة مواقع وردبرس المستضافة ذاتيًا أم لا من وردبرس.كوم"
268
-
269
- #: modules/module-info.php:969
270
- msgid "Enabling Manage allows you to update your self-hosted WordPress sites along with any WordPress.com sites you have, all in one simple dashboard."
271
- msgstr "يتيح لك تمكين الإدارة تحديث مواقع وردبرس المستضافة ذاتيًا جنبًا إلى جنب مع أي مواقع وردبرس.كوم لديك، الكل في لوحة المعلومات البسيطة."
272
-
273
- #: modules/module-info.php:971
274
- msgid "Now you can update plugins, set plugins to automatically update, and activate or deactivate plugins on a per-site basis or in bulk from <a href=\"%s\">wordpress.com/plugins</a>."
275
- msgstr ""
276
-
277
- #: modules/protect/config-ui.php:7
278
- msgid "Debug Jetpack for more information."
279
- msgstr "إصلاح أخطاء Jetpack لمزيد من المعلومات."
280
-
281
- #: class.jetpack.php:5661
282
- msgid "Akismet can help to keep your blog safe from spam!"
283
- msgstr "يمكن أن يساعدك أكيسميت في إصلاح أخطاء مدونتك بحيث لا تُصاب بالبريد المزعج!"
284
-
285
- #: class.jetpack.php:5672 views/admin/admin-page.php:57
286
- msgid "Boost traffic, enhance security, and improve performance."
287
- msgstr "تعزيز حركات المرور وتحسين الأمان وتطوير الأداء"
288
-
289
- #: class.jetpack.php:5648
290
- msgid "Jetpack Protect helps to keep you secure from brute-force login attacks."
291
- msgstr "يساعدك Jetpack Protect على الحفاظ على الأمان من هجمات تسجيل الدخول الشرسة."
292
-
293
- #: class.jetpack.php:5648
294
- msgid "Activate Jetpack Protect"
295
- msgstr "تنشيط Jetpack Protect"
296
-
297
- #: class.jetpack.php:5650
298
- msgid "Jetpack Protect is inactive."
299
- msgstr "Jetpack Protect غير نشط"
300
-
301
- #: class.jetpack.php:5659
302
- msgid "Activate Akismet"
303
- msgstr "فعِّل أكيسميت"
304
-
305
- #: class.jetpack.php:3256
306
- msgid "<strong>You&#8217;re fueled up and ready to go, Jetpack is now active.</strong> "
307
- msgstr "<strong>أنت مستعد للانطلاق الآن، Jetpack نشط الآن.</strong> "
308
-
309
- #: modules/sharedaddy/sharing-sources.php:1277
310
- msgctxt "share to"
311
- msgid "Pocket"
312
- msgstr "Pocket"
313
-
314
- #: modules/videopress/class.videopress-player.php:382
315
- msgctxt "watch a video title"
316
- msgid "Watch: %s"
317
- msgstr "شاهد: %s"
318
-
319
- #: modules/videopress/class.videopress-player.php:507
320
- msgctxt "Play as in playback or view a movie"
321
- msgid "JavaScript required to play %s."
322
- msgstr "الجافا سكريبت المطلوبة للتشغيل %s."
323
-
324
- #: modules/widget-visibility/widget-conditions.php:199
325
- msgctxt "placeholder: dropdown menu to select widget visibility; hide if or show if"
326
- msgid "%s if:"
327
- msgstr "%s لو:"
328
-
329
- #: modules/widget-visibility/widget-conditions.php:199
330
- msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
331
- msgid "Show"
332
- msgstr "إظهار"
333
-
334
- #: modules/widget-visibility/widget-conditions.php:199
335
- msgctxt "Used in the \"%s if:\" translation for the widget visibility dropdown"
336
- msgid "Hide"
337
- msgstr "إخفاء"
338
-
339
- #: modules/widget-visibility/widget-conditions.php:210
340
- msgctxt "Used as the default option in a dropdown list"
341
- msgid "-- Select --"
342
- msgstr "-- تحديد --"
343
-
344
- #: modules/widget-visibility/widget-conditions.php:212
345
- msgctxt "Noun, as in: \"The author of this post is...\""
346
- msgid "Author"
347
- msgstr "المؤلف"
348
-
349
- #: modules/widget-visibility/widget-conditions.php:217
350
- msgctxt "Noun"
351
- msgid "User"
352
- msgstr "حماية"
353
-
354
- #: modules/widget-visibility/widget-conditions.php:218
355
- msgctxt "Noun, as in: \"The user role of that can access this widget is...\""
356
- msgid "Role"
357
- msgstr "الدور"
358
-
359
- #: modules/widget-visibility/widget-conditions.php:220
360
- msgctxt "Noun, as in: \"This post has one tag.\""
361
- msgid "Tag"
362
- msgstr "العلامة"
363
-
364
- #: modules/widget-visibility/widget-conditions.php:221
365
- msgctxt "Noun, as in: \"This page is a date archive.\""
366
- msgid "Date"
367
- msgstr "التاريخ"
368
-
369
- #: modules/widget-visibility/widget-conditions.php:222
370
- msgctxt "Example: The user is looking at a page, not a post."
371
- msgid "Page"
372
- msgstr "الصفحة"
373
-
374
- #: modules/widget-visibility/widget-conditions.php:224
375
- msgctxt "Noun, as in: \"This post has one taxonomy.\""
376
- msgid "Taxonomy"
377
- msgstr "الفئة"
378
-
379
- #: modules/widget-visibility/widget-conditions.php:227
380
- msgctxt "Widget Visibility: {Rule Major [Page]} is {Rule Minor [Search results]}"
381
- msgid "is"
382
- msgstr "هو"
383
-
384
- #: modules/widget-visibility/widget-conditions.php:234
385
- msgctxt "Shown between widget visibility conditions."
386
- msgid "or"
387
- msgstr "أو"
388
-
389
- #: modules/widgets/gravatar-profile.php:155
390
- msgctxt "1: User Name, 2: Service Name (Facebook, Twitter, ...)"
391
- msgid "%1$s on %2$s"
392
- msgstr "%1$s على %2$s"
393
-
394
- #: views/admin/landing-page-templates.php:16
395
- msgctxt "As in Premium. Premium module description"
396
- msgid "Paid"
397
- msgstr "مدفوع"
398
-
399
- #: modules/widgets/top-posts.php:86
400
- msgid "Image List"
401
- msgstr "قائمة صور"
402
-
403
- #: modules/widgets/top-posts.php:87
404
- msgid "Image Grid"
405
- msgstr "شبكة صور"
406
-
407
- #: modules/widgets/top-posts.php:91
408
- msgid "Top Posts &amp; Pages by views are calculated from 24-48 hours of stats. They take a while to change."
409
- msgstr "يتم حساب مشاهدة المواضيع الهامة والصفحات من 24-48 ساعة من الإحصائيات. تأخذ بعض الوقت لتتغير."
410
-
411
- #: modules/widgets/top-posts.php:162
412
- msgid "There are no posts to display. <a href=\"%s\">Want more traffic?</a>"
413
- msgstr "لم يتم إيجاد أي موضوع لعرضه. <a href=\"%s\">هل تريد المزيد من تبادل البيانات؟</a>"
414
-
415
- #: modules/widgets/twitter-timeline.php:24
416
- msgid "Twitter Timeline"
417
- msgstr "الجدول الزمني لتويتر"
418
-
419
- #: modules/widgets/twitter-timeline.php:27
420
- msgid "Display an official Twitter Embedded Timeline widget."
421
- msgstr "إظهار ويدجت الجدول الزمني المدمج الرسمي لتويتر."
422
-
423
- #: modules/widgets/twitter-timeline.php:95
424
- msgid "My Tweets"
425
- msgstr "تغريداتي"
426
-
427
- #: modules/widgets/twitter-timeline.php:180
428
- msgid "Follow me on Twitter"
429
- msgstr "أتبعني على تويتر"
430
-
431
- #: modules/widgets/twitter-timeline.php:200
432
- msgid "Width (px):"
433
- msgstr "العرض (بيكسل):"
434
-
435
- #: modules/widgets/twitter-timeline.php:205
436
- msgid "Height (px):"
437
- msgstr "الارتفاع (بيكسل):"
438
-
439
- #: modules/widgets/twitter-timeline.php:210
440
- msgid "# of Tweets Shown:"
441
- msgstr "عدد التدوينات المعروضة:"
442
-
443
- #: modules/widgets/twitter-timeline.php:218
444
- msgid "You need to <a href=\"%1$s\" target=\"_blank\">create a widget at Twitter.com</a>, and then enter your widget id (the long number found in the URL of your widget's config page) in the field below. <a href=\"%2$s\" target=\"_blank\">Read more</a>."
445
- msgstr "يتعين عليك <a href=\"%1$s\" target=\"_blank\">إنشاء مربع جانبي في Twitter.com</a>، ثم إدخال معرف المربع الجانبي (الرقم الطويل الموجود في عنوان URL بصفحة تكوين المربع الجانبي) في الحقل الموجود أدناه. <a href=\"%2$s\" target=\"_blank\">قراءة المزيد</a>."
446
-
447
- #: modules/widgets/twitter-timeline.php:226
448
- msgid "Widget ID:"
449
- msgstr "معرف المربع الجانبي:"
450
-
451
- #: modules/widgets/twitter-timeline.php:231
452
- msgid "Layout Options:"
453
- msgstr "خيارات التخطيط:"
454
-
455
- #: modules/widgets/twitter-timeline.php:232
456
- msgid "No Header"
457
- msgstr "لا يوجد هيدر"
458
-
459
- #: modules/widgets/twitter-timeline.php:233
460
- msgid "No Footer"
461
- msgstr "لا يوجد فوتر"
462
-
463
- #: modules/widgets/twitter-timeline.php:234
464
- msgid "No Borders"
465
- msgstr "لا يوجد حدود"
466
-
467
- #: modules/widgets/twitter-timeline.php:235
468
- msgid "No Scrollbar"
469
- msgstr "لا يوجد شريط تمرير"
470
-
471
- #: modules/widgets/twitter-timeline.php:236
472
- msgid "Transparent Background"
473
- msgstr "خلفية شفافة"
474
-
475
- #: modules/widgets/twitter-timeline.php:240
476
- msgid "Link Color (hex):"
477
- msgstr "لون الرابط (ست عشري):"
478
-
479
- #: modules/widgets/twitter-timeline.php:245
480
- msgid "Border Color (hex):"
481
- msgstr "لون الحدود (ست عشري):"
482
-
483
- #: modules/widgets/twitter-timeline.php:250
484
- msgid "Timeline Theme:"
485
- msgstr "قالب الجدول الزمني:"
486
-
487
- #: modules/widgets/upcoming-events.php:7 modules/widgets/upcoming-events.php:32
488
- msgid "Upcoming Events"
489
- msgstr "الأحداث التالية"
490
-
491
- #: modules/widgets/upcoming-events.php:9
492
- msgid "Display upcoming events from an iCalendar feed."
493
- msgstr "عرض الأحداث التالية من موجز iCalendar."
494
-
495
- #: modules/widgets/upcoming-events.php:45
496
- msgid "iCalendar Feed URL:"
497
- msgstr "عنوان URL لموجز iCalendar:"
498
-
499
- #: modules/widgets/upcoming-events.php:50
500
- msgid "Items to show:"
501
- msgstr "العناصر التي سيتم إظهارها:"
502
-
503
- #: modules/widgets/wordpress-post-widget.php:25
504
- msgid "Display WordPress Posts"
505
- msgstr "عرض مقالات WordPress"
506
-
507
- #: modules/widgets/wordpress-post-widget.php:27
508
- msgid "Displays a list of recent posts from another WordPress.com or Jetpack-enabled blog."
509
- msgstr "عرض قائمة بأحدث المقالات من مدونة WordPress.com أو مدونة أخرى تدعم Jetpack."
510
-
511
- #: modules/widgets/wordpress-post-widget.php:76
512
- #: modules/widgets/wordpress-post-widget.php:97
513
- msgid "We cannot load blog data at this time."
514
- msgstr "لا نستطيع تحميل بيانات المدونة في حالياً."
515
-
516
- #: modules/widgets/wordpress-post-widget.php:107
517
- msgid "We cannot display posts for this blog."
518
- msgstr "لا نستطيع عرض التدوينات لهذه المدونة."
519
-
520
- #: modules/widgets/wordpress-post-widget.php:139
521
- msgid "Recent Posts"
522
- msgstr "أحدث التدوينات"
523
-
524
- #: modules/widgets/wordpress-post-widget.php:173
525
- msgid "Blog URL:"
526
- msgstr "عنوان المدونة"
527
-
528
- #: modules/widgets/wordpress-post-widget.php:176
529
- msgid "Enter a WordPress.com or Jetpack WordPress site URL."
530
- msgstr "أدخل عنوان URL لموقع WordPress.com أو Jetpack WordPress."
531
-
532
- #: modules/widgets/wordpress-post-widget.php:180
533
- msgid "Number of Posts to Display:"
534
- msgstr "عدد المقالات التي سيتم عرضها:"
535
-
536
- #: modules/widgets/wordpress-post-widget.php:190
537
- msgid "Show Featured Image:"
538
- msgstr "إظهار الصورة المميزة:"
539
-
540
- #: modules/widgets/wordpress-post-widget.php:194
541
- msgid "Show Excerpts:"
542
- msgstr "إظهار المقتطفات:"
543
-
544
- #: modules/widgets.php:48
545
- msgid "%s (Jetpack)"
546
- msgstr "%s (Jetpack)"
547
-
548
- #: views/admin/admin-page.php:10
549
- msgid "Jetpack is in local development mode."
550
- msgstr "Jetpack في وضع التطوير المحلي."
551
-
552
- #: views/admin/landing-page-templates.php:12
553
- msgid "loading&hellip;"
554
- msgstr "جاري التحميل&hellip;"
555
-
556
- #: views/admin/landing-page-templates.php:24
557
- msgid "Learn more"
558
- msgstr "تعرف على المزيد"
559
-
560
- #: views/admin/module-modal-template.php:2
561
- msgid "Modal window. Press escape to close."
562
- msgstr "نافذة مشروطة. اضغط على مفتاح escape للإغلاق."
563
-
564
- #: views/admin/module-modal-template.php:3
565
- msgid "Close modal window"
566
- msgstr "إغلاق النافذة المشروطة"
567
-
568
- #: views/admin/must-connect-main-blog.php:5
569
- msgid "Get started with Jetpack Multisite"
570
- msgstr "بدء استخدام تعدد مواقع Jetpack"
571
-
572
- #: views/admin/must-connect-main-blog.php:7
573
- msgid "Get started managing your Multisite install of Jetpack by connecting."
574
- msgstr "البدء في إدارة تثبيت Jetpack لتعدد المواقع عن طريق الاتصال."
575
-
576
- #: views/admin/network-activated-notice.php:3
577
- msgid "Jetpack is network activated and notices can not be dismissed."
578
- msgstr "Jetpack منشط على الشبكة والملاحظات لا يمكن استبعادها."
579
-
580
- #: views/admin/network-settings.php:8
581
- msgid "Jetpack Network Settings Updated!"
582
- msgstr "تم تحديث إعدادات شبكة Jetpack!"
583
-
584
- #: views/admin/network-settings.php:15
585
- msgid "Network Settings"
586
- msgstr "إعدادات الشبكة"
587
-
588
- #: views/admin/network-settings.php:17
589
- msgid "Global"
590
- msgstr "عام"
591
-
592
- #: views/admin/network-settings.php:18
593
- msgid "These settings affect all sites on the network."
594
- msgstr "تؤثر هذه الإعدادات على كل المواقع الموجودة على الشبكة."
595
-
596
- #: views/admin/network-settings.php:30
597
- msgid "Sub-site override"
598
- msgstr "تجاوز الموقع الفرعي"
599
-
600
- #: views/admin/network-settings.php:33
601
- msgid "Allow individual site administrators to manage their own connections (connect and disconnect) to <a href=\"//wordpress.com\">WordPress.com</a>"
602
- msgstr "السماح لمسؤولي المواقع الأفراد بإدارة اتصالاتهم الخاصة (توصيلها وقطعها) بخدمة <a href=\"//wordpress.com\">WordPress.com</a>"
603
-
604
- #. Plugin URI of the plugin/theme
605
- msgid "http://wordpress.org/extend/plugins/jetpack/"
606
- msgstr "http://wordpress.org/extend/plugins/jetpack/"
607
-
608
- #. Description of the plugin/theme
609
- msgid "Bring the power of the WordPress.com cloud to your self-hosted WordPress. Jetpack enables you to connect your blog to a WordPress.com account to use the powerful features normally only available to WordPress.com users."
610
- msgstr "إضافة تجلب القوة السحابية لموقعك وتمكنك من ربط حسابك على موقع WordPress.com لاستخدام ميزات قوية متوفرة فقط لمستخدمي موقع WordPress.com"
611
-
612
- #. Author of the plugin/theme
613
- msgid "Automattic"
614
- msgstr "Automattic"
615
-
616
- #. Author URI of the plugin/theme
617
- msgid "http://jetpack.me"
618
- msgstr "http://jetpack.me"
619
-
620
- #: _inc/lib/admin-pages/class.jetpack-landing-page.php:12
621
- msgctxt "The menu item label"
622
- msgid "Jetpack"
623
- msgstr "Jetpack"
624
-
625
- #: _inc/lib/admin-pages/class.jetpack-landing-page.php:30
626
- msgctxt "The menu item label with a new module count as %s"
627
- msgid "Jetpack %s"
628
- msgstr "Jetpack %s"
629
-
630
- #: class.jetpack.php:3236
631
- msgctxt "%l = list of Jetpack module/feature names"
632
- msgid "<strong>%l Deactivated!</strong> You can activate it again at any time using the activate link next to each module."
633
- msgid_plural "<strong>%l Deactivated!</strong> You can activate them again at any time using the activate links next to each module."
634
- msgstr[0] "<strong>تم إلغاء تنشيط %l!</strong> يمكنك تنشيطه مرة أخرى في أي وقت باستخدام روابط التنشيط الموجودة بجوار كل وحدة."
635
- msgstr[1] "<strong>تم إلغاء تنشيط %l!</strong> يمكنك تنشيطها مرة أخرى في أي وقت باستخدام روابط التنشيط الموجودة بجوار كل وحدة."
636
- msgstr[2] "<strong>تم إلغاء تنشيط %l!</strong> يمكنك تنشيطها مرة أخرى في أي وقت باستخدام روابط التنشيط الموجودة بجوار كل وحدة."
637
- msgstr[3] "<strong>تم إلغاء تنشيط %l!</strong> يمكنك تنشيطها مرة أخرى في أي وقت باستخدام روابط التنشيط الموجودة بجوار كل وحدة."
638
- msgstr[4] "<strong>تم إلغاء تنشيط %l!</strong> يمكنك تنشيطها مرة أخرى في أي وقت باستخدام روابط التنشيط الموجودة بجوار كل وحدة."
639
- msgstr[5] "<strong>تم إلغاء تنشيط %l!</strong> يمكنك تنشيطها مرة أخرى في أي وقت باستخدام روابط التنشيط الموجودة بجوار كل وحدة."
640
-
641
- #: class.jetpack.php:3372
642
- msgctxt "%l = list of Jetpack module/feature names"
643
- msgid "Like your site's RSS feeds, %l allows access to your posts and other content to third parties."
644
- msgid_plural "Like your site's RSS feeds, %l allow access to your posts and other content to third parties."
645
- msgstr[0] "هل أحببت خلاصات RSS لموقعك، تسمح إضافة %l بالوصول إلى مواضيعك ومحتويات أخرى لجهات أخرى."
646
- msgstr[1] "هل أحببت خلاصات RSS لموقعك، تسمح إضافة %l بالوصول إلى مواضيعك ومحتويات أخرى لجهات أخرى."
647
- msgstr[2] "هل أحببت خلاصات RSS لموقعك، تسمح إضافة %l بالوصول إلى مواضيعك ومحتويات أخرى لجهات أخرى."
648
- msgstr[3] "هل أحببت خلاصات RSS لموقعك، تسمح إضافة %l بالوصول إلى مواضيعك ومحتويات أخرى لجهات أخرى."
649
- msgstr[4] "هل أحببت خلاصات RSS لموقعك، تسمح إضافة %l بالوصول إلى مواضيعك ومحتويات أخرى لجهات أخرى."
650
- msgstr[5] "هل أحببت خلاصات RSS لموقعك، تسمح إضافة %l بالوصول إلى مواضيعك ومحتويات أخرى لجهات أخرى."
651
-
652
- #: class.jetpack.php:3406
653
- msgctxt "%l = list of Jetpack module/feature names"
654
- msgid "Deactivate %l"
655
- msgstr "تعطيل %l"
656
-
657
- #: class.jetpack.php:3389
658
- msgctxt "%1$s = deactivation URL, %2$s = \"Deactivate {list of Jetpack module/feature names}"
659
- msgid "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating this feature</a>."
660
- msgid_plural "If your site is not publicly accessible, consider <a href=\"%1$s\" title=\"%2$s\">deactivating these features</a>."
661
- msgstr[0] "إذا كان موقعك غير متاح للعامة، يرجى <a href=\"%1$s\" title=\"%2$s\">تعطيل هذه الميزة</a>."
662
- msgstr[1] "إذا كان موقعك غير متاح للعامة، يرجى <a href=\"%1$s\" title=\"%2$s\">تعطيل هذه الميزة</a>."
663
- msgstr[2] "إذا كان موقعك غير متاح للعامة، يرجى <a href=\"%1$s\" title=\"%2$s\">تعطيل هذه الميزات</a>."
664
- msgstr[3] "إذا كان موقعك غير متاح للعامة، يرجى <a href=\"%1$s\" title=\"%2$s\">تعطيل هذه الميزات</a>."
665
- msgstr[4] "إذا كان موقعك غير متاح للعامة، يرجى <a href=\"%1$s\" title=\"%2$s\">تعطيل هذه الميزات</a>."
666
- msgstr[5] "إذا كان موقعك غير متاح للعامة، يرجى <a href=\"%1$s\" title=\"%2$s\">تعطيل هذه الميزات</a>."
667
-
668
- #: class.jetpack.php:3774
669
- msgctxt "%s = Unsubscribe link"
670
- msgid "You are currently subscribed to email updates. %s"
671
- msgstr "أنت مشترك حالياً بالتحديثات على البريد الإلكتروني. %s"
672
-
673
- #: class.jetpack.php:3779
674
- msgctxt "%s = Subscribe link"
675
- msgid "Want to receive updates about Jetpack by email? %s"
676
- msgstr "هل تريد استقبال التحديثات حول Jetpack عبر البريد الإلكتروني؟ %s"
677
-
678
- #. translators: combined name for locales: 1: name in English, 2: native name
679
- #: locales.php:31
680
- msgctxt "locales"
681
- msgid "%1$s/%2$s"
682
- msgstr "%1$s/%2$s"
683
-
684
- #: modules/contact-form/admin.php:478
685
- #: modules/contact-form/grunion-contact-form.php:1453
686
- msgctxt "{$date_format} \\a\\t {$time_format}"
687
- msgid "%1$s \\a\\t %2$s"
688
- msgstr "%1$s \\a\\t %2$s"
689
-
690
- #: modules/contact-form/grunion-contact-form.php:893
691
- msgctxt "%1$s = blog name"
692
- msgid "%1$s Sidebar"
693
- msgstr "القائمة الجانبية %1$s"
694
-
695
- #: modules/contact-form/grunion-contact-form.php:896
696
- msgctxt "%1$s = blog name, %2$s = post title"
697
- msgid "%1$s %2$s"
698
- msgstr "%1$s %2$s"
699
-
700
- #: modules/contact-form/grunion-contact-form.php:1129
701
- #: modules/contact-form/grunion-contact-form.php:1149
702
- msgctxt "%1$s = form field label, %2$s = form field value"
703
- msgid "%1$s: %2$s"
704
- msgstr "%1$s: %2$s"
705
-
706
- #: modules/contact-form/grunion-form-view.php:8
707
- msgctxt "Label for HTML form \"Name\" field in contact form builder"
708
- msgid "Name"
709
- msgstr "الاسم"
710
-
711
- #: modules/contact-form/grunion-form-view.php:9
712
- msgctxt "Label for HTML form \"Email\" field in contact form builder"
713
- msgid "Email"
714
- msgstr "البريد الإلكتروني"
715
-
716
- #: modules/contact-form/grunion-form-view.php:10
717
- msgctxt "Label for HTML form \"URL/Website\" field in contact form builder"
718
- msgid "Website"
719
- msgstr "الموقع"
720
-
721
- #: modules/contact-form/grunion-form-view.php:11
722
- msgctxt "noun"
723
- msgid "Comment"
724
- msgstr "التعليق"
725
-
726
- #: modules/contact-form/grunion-form-view.php:12
727
- msgctxt "Default label for new HTML form field in contact form builder"
728
- msgid "New Field"
729
- msgstr "حقل جديد"
730
-
731
- #: modules/contact-form/grunion-form-view.php:13
732
- msgctxt "Label for the set of options to be included in a user-created dropdown in contact form builder"
733
- msgid "Options"
734
- msgstr "خيارات"
735
-
736
- #: modules/contact-form/grunion-form-view.php:14
737
- msgctxt "Label for an option to be included in a user-created dropdown in contact form builder"
738
- msgid "Option"
739
- msgstr "الخيار"
740
-
741
- #: modules/contact-form/grunion-form-view.php:15
742
- msgctxt "Default label for the first option to be included in a user-created dropdown in contact form builder"
743
- msgid "First option"
744
- msgstr "الخيار الأول"
745
-
746
- #: modules/contact-form/grunion-form-view.php:16
747
- msgctxt "error message in contact form builder"
748
- msgid "Oops, there was a problem generating your form. You'll likely need to try again."
749
- msgstr "عفواً، هناك مشكلة في توليد النموذج الخاص بك. ستحتاج على الأرجح لإعادة المحاولة."
750
-
751
- #: modules/contact-form/grunion-form-view.php:18
752
- msgctxt "Label to drag HTML form fields around to change their order in contact form builder"
753
- msgid "move"
754
- msgstr "تحريك"
755
-
756
- #: modules/contact-form/grunion-form-view.php:19
757
- msgctxt "Link to edit an HTML form field in contact form builder"
758
- msgid "edit"
759
- msgstr "تحرير"
760
-
761
- #: modules/contact-form/grunion-form-view.php:21
762
- msgctxt "This HTML form field is marked as required by the user in contact form builder"
763
- msgid "(required)"
764
- msgstr "(مطلوب)"
765
-
766
- #: modules/contact-form/grunion-form-view.php:150
767
- msgctxt "%1$s = \"Click here\" in an HTML link"
768
- msgid "Sure thing. %1$s to add a new text box, textarea, radio, checkbox, or dropdown field."
769
- msgstr "بالتأكيد يمكنك ذلك. %1$s لإضافة مربع نص جديد، ومحتويات صندوق الكتابة والاختيارات، ومربع الاختيار، أو حقل القائمة المنسدلة."
770
-
771
- #: modules/contact-form/grunion-form-view.php:155
772
- msgctxt "%1$s = \"Feedback\" in an HTML link"
773
- msgid "Yep, you can read your feedback at any time by clicking the \"%1$s\" link in the admin menu."
774
- msgstr "نعم، يمكنك قراءة ملاحظاتك في أي وقت بالنقر على رابط \"%1$s\" في قائمة المدير."
775
-
776
- #: modules/custom-post-types/nova.php:987
777
- #: modules/custom-post-types/nova.php:1006
778
- msgctxt "Nova label separator"
779
- msgid ", "
780
- msgstr ", "
781
-
782
- #. translators: If there are characters in your language that are not supported
783
- #. by Open Sans, translate this to 'off'. Do not translate into your own
784
- #. language.
785
- #: modules/minileven/theme/pub/minileven/functions.php:95
786
- msgctxt "Open Sans font: on or off"
787
- msgid "on"
788
- msgstr "on"
789
-
790
- #. translators: To add an additional Open Sans character subset specific to
791
- #. your language, translate
792
- #. this to 'greek', 'cyrillic' or 'vietnamese'. Do not translate into your
793
- #. own language.
794
- #: modules/minileven/theme/pub/minileven/functions.php:101
795
- msgctxt "Open Sans font: add new subset (greek, cyrillic, vietnamese)"
796
- msgid "no-subset"
797
- msgstr "no-subset"
798
-
799
- #: modules/minileven/theme/pub/minileven/image.php:87
800
- msgctxt "next-saturday"
801
- msgid "Image navigation"
802
- msgstr "التنقل عبر الصور"
803
-
804
- #: modules/module-headings.php:12
805
- msgctxt "Module Name"
806
- msgid "Spelling and Grammar"
807
- msgstr "التدقيق الإملائي والنحوي"
808
-
809
- #: modules/module-headings.php:16
810
- msgctxt "Module Name"
811
- msgid "Carousel"
812
- msgstr "دائري"
813
-
814
- #: modules/module-headings.php:21
815
- msgctxt "Module Name"
816
- msgid "Jetpack Comments"
817
- msgstr "تعليقات Jetpack"
818
-
819
- #: modules/module-headings.php:25
820
- msgctxt "Module Name"
821
- msgid "Contact Form"
822
- msgstr "نموذج جهة الاتصال"
823
-
824
- #: modules/module-headings.php:30
825
- msgctxt "Module Name"
826
- msgid "Custom Content Types"
827
- msgstr "أنواع المحتويات الخاصة"
828
-
829
- #: modules/module-headings.php:34
830
- msgctxt "Module Name"
831
- msgid "Custom CSS"
832
- msgstr "CSS مخصصة"
833
-
834
- #: modules/module-headings.php:38
835
- msgctxt "Module Name"
836
- msgid "Enhanced Distribution"
837
- msgstr "التوزيع المحسن"
838
-
839
- #: modules/module-headings.php:42
840
- msgctxt "Module Name"
841
- msgid "Gravatar Hovercards"
842
- msgstr "بطاقات تمرير الصور الكرتونية المعروفة عالميًا (جرافاتار)"
843
-
844
- #: modules/module-headings.php:47
845
- msgctxt "Module Name"
846
- msgid "Infinite Scroll"
847
- msgstr "تمرير لانهائي"
848
-
849
- #: modules/module-headings.php:51
850
- msgctxt "Module Name"
851
- msgid "JSON API"
852
- msgstr "واجهة برمجة تطبيقات JSON"
853
-
854
- #: modules/module-headings.php:55
855
- msgctxt "Module Name"
856
- msgid "Beautiful Math"
857
- msgstr "الرياضيات الجميلة"
858
-
859
- #: modules/module-headings.php:59
860
- msgctxt "Module Name"
861
- msgid "Likes"
862
- msgstr "الإعجابات"
863
-
864
- #: modules/module-headings.php:68
865
- msgctxt "Module Name"
866
- msgid "Markdown"
867
- msgstr "الضبط"
868
-
869
- #: modules/module-headings.php:72
870
- msgctxt "Module Name"
871
- msgid "Mobile Theme"
872
- msgstr "قالب المحمول"
873
-
874
- #: modules/module-headings.php:76
875
- msgctxt "Module Name"
876
- msgid "Monitor"
877
- msgstr "المراقبة"
878
-
879
- #: modules/module-headings.php:80
880
- msgctxt "Module Name"
881
- msgid "Notifications"
882
- msgstr "التنبيهات"
883
-
884
- #: modules/module-headings.php:84
885
- msgctxt "Module Name"
886
- msgid "Omnisearch"
887
- msgstr "بحث عام"
888
-
889
- #: modules/module-headings.php:88
890
- msgctxt "Module Name"
891
- msgid "Photon"
892
- msgstr "الفوتون"
893
-
894
- #: modules/module-headings.php:93
895
- msgctxt "Module Name"
896
- msgid "Post by Email"
897
- msgstr "الإرسال بالبريد الإلكتروني"
898
-
899
- #: modules/module-headings.php:97
900
- msgctxt "Module Name"
901
- msgid "Protect"
902
- msgstr "المستخدم"
903
-
904
- #: modules/module-headings.php:101
905
- msgctxt "Module Name"
906
- msgid "Publicize"
907
- msgstr "نشر عام"
908
-
909
- #: modules/module-headings.php:105
910
- msgctxt "Module Name"
911
- msgid "Related Posts"
912
- msgstr "المقالات ذات الصلة"
913
-
914
- #: modules/module-headings.php:110
915
- msgctxt "Module Name"
916
- msgid "Sharing"
917
- msgstr "مشاركة"
918
-
919
- #: modules/module-headings.php:115
920
- msgctxt "Module Name"
921
- msgid "Shortcode Embeds"
922
- msgstr "تضمين الكود"
923
-
924
- #: modules/module-headings.php:119
925
- msgctxt "Module Name"
926
- msgid "WP.me Shortlinks"
927
- msgstr "روابط WP.me القصيرة"
928
-
929
- #: modules/module-headings.php:123
930
- msgctxt "Module Name"
931
- msgid "Site Icon"
932
- msgstr "أيقونة الموقع"
933
-
934
- #: modules/module-headings.php:127
935
- msgctxt "Module Name"
936
- msgid "Jetpack Single Sign On"
937
- msgstr "تسجيل الدخول الموحد إلى Jetpack"
938
-
939
- #: modules/module-headings.php:132
940
- msgctxt "Module Name"
941
- msgid "WordPress.com Stats"
942
- msgstr "إحصاءات WordPress.com"
943
-
944
- #: modules/module-headings.php:136
945
- msgctxt "Module Name"
946
- msgid "Subscriptions"
947
- msgstr "الاشتراكات"
948
-
949
- #: modules/module-headings.php:141
950
- msgctxt "Module Name"
951
- msgid "Tiled Galleries"
952
- msgstr "المعارض المتجانبة"
953
-
954
- #: modules/module-headings.php:145
955
- msgctxt "Module Name"
956
- msgid "VaultPress"
957
- msgstr "VaultPress"
958
-
959
- #: modules/module-headings.php:149
960
- msgctxt "Module Name"
961
- msgid "Site Verification"
962
- msgstr "التحقق من الموقع"
963
-
964
- #: modules/module-headings.php:153
965
- msgctxt "Module Name"
966
- msgid "VideoPress"
967
- msgstr "VideoPress"
968
-
969
- #: modules/module-headings.php:157
970
- msgctxt "Module Name"
971
- msgid "Widget Visibility"
972
- msgstr "رؤية المربع الجانبي"
973
-
974
- #: modules/module-headings.php:161
975
- msgctxt "Module Name"
976
- msgid "Extra Sidebar Widgets"
977
- msgstr "مربعات جانبية إضافية بالشريط الجانبي"
978
-
979
- #: modules/module-headings.php:13
980
- msgctxt "Module Description"
981
- msgid "Check your spelling, style, and grammar with the After the Deadline proofreading service."
982
- msgstr "تحقق من الإملاء والأسلوب والقواعد النحوية باستخدام خدمة التدقيق اللغوي After the Deadline."
983
-
984
- #: modules/module-headings.php:17
985
- msgctxt "Module Description"
986
- msgid "Transform standard image galleries into full-screen slideshows."
987
- msgstr "تحويل معارض الصور القياسية إلى عروض شرائح بملء الشاشة."
988
-
989
- #: modules/module-headings.php:22
990
- msgctxt "Module Description"
991
- msgid "Let readers comment with WordPress.com, Twitter, Facebook, or Google+ accounts."
992
- msgstr "السماح للقراء بالتعليق باستخدام حسابات WordPress.com أو Twitter أو Facebook أو Google+‎."
993
-
994
- #: modules/module-headings.php:26
995
- msgctxt "Module Description"
996
- msgid "Insert a contact form anywhere on your site."
997
- msgstr "إدراج نموذج جهة اتصال في أي مكان على موقعك."
998
-
999
- #: modules/module-headings.php:31
1000
- msgctxt "Module Description"
1001
- msgid "Organize and display different types of content on your site, separate from posts and pages."
1002
- msgstr "تنظيم أنواع المحتوى المختلفة وعرضها على موقعك، بعيدًا عن المقالات والصفحات."
1003
-
1004
- #: modules/module-headings.php:35
1005
- msgctxt "Module Description"
1006
- msgid "Customize your site’s CSS without modifying your theme."
1007
- msgstr "تخصيص CSS لموقعك دون تعديل القالب."
1008
-
1009
- #: modules/module-headings.php:39
1010
- msgctxt "Module Description"
1011
- msgid "Share your public posts and comments to search engines and other services."
1012
- msgstr "مشاركة المقالات والتعليقات العامة على محركات البحث والخدمات الأخرى."
1013
-
1014
- #: modules/module-headings.php:43
1015
- msgctxt "Module Description"
1016
- msgid "Enable pop-up business cards over commenters’ Gravatars."
1017
- msgstr "تمكين بطاقة العمل المنبثقة عبر الصور الكرتونية المعروفة عالميًا (جرافاتار) للمعلقين."
1018
-
1019
- #: modules/module-headings.php:48
1020
- msgctxt "Module Description"
1021
- msgid "Add support for infinite scroll to your theme."
1022
- msgstr "إضافة الدعم للتمرير اللانهائي وصولاً إلى القالب الخاص بك."
1023
-
1024
- #: modules/module-headings.php:52
1025
- msgctxt "Module Description"
1026
- msgid "Allow applications to securely access your content through the cloud."
1027
- msgstr "السماح للتطبيقات بالوصول بأمان إلى محتواك من خلال السحابة."
1028
-
1029
- #: modules/module-headings.php:56
1030
- msgctxt "Module Description"
1031
- msgid "Use LaTeX markup language in posts and pages for complex equations and other geekery."
1032
- msgstr "استخدام لغة تمييز LaTeX في المقالات والصفحات للمعادلات المركبة والتركيبات الأخرى."
1033
-
1034
- #: modules/module-headings.php:60
1035
- msgctxt "Module Description"
1036
- msgid "Give visitors an easy way to show their appreciation for your content."
1037
- msgstr "منح الزائرين طريقة سهلة لإظهار إعجابهم بالمحتوى الخاص بك."
1038
-
1039
- #: modules/module-headings.php:69
1040
- msgctxt "Module Description"
1041
- msgid "Write posts or pages in plain-text Markdown syntax."
1042
- msgstr "كتابة المقالات أو الصفحات بصياغة مبسطة بنص عادي."
1043
-
1044
- #: modules/module-headings.php:73
1045
- msgctxt "Module Description"
1046
- msgid "Optimize your site with a mobile-friendly theme for smartphones."
1047
- msgstr "طوِّر موقعك باستخدام قالب متوافق مع الهواتف المحمولة للهواتف الذكية."
1048
-
1049
- #: modules/module-headings.php:77
1050
- msgctxt "Module Description"
1051
- msgid "Receive notifications from Jetpack if your site goes offline — and when it it returns."
1052
- msgstr "استلام التنبيهات من Jetpack في حالة قطع الاتصال بموقعك — وعند عودته إلى وضع الاتصال."
1053
-
1054
- #: modules/module-headings.php:81
1055
- msgctxt "Module Description"
1056
- msgid "Receive notification of site activity via the admin toolbar and your Mobile devices."
1057
- msgstr "استلام تنبيه بنشاط الموقع عبر شريط أدوات المسؤول وأجهزتك المحمولة."
1058
-
1059
- #: modules/module-headings.php:85
1060
- msgctxt "Module Description"
1061
- msgid "Search your entire database from a single field in your Dashboard."
1062
- msgstr "بحث في قاعدة البيانات بأكملها من حقل واحد في لوحة التحكم الخاصة بك."
1063
-
1064
- #: modules/module-headings.php:89
1065
- msgctxt "Module Description"
1066
- msgid "Accelerate your site by loading images from the WordPress.com CDN."
1067
- msgstr "زيادة سرعة موقعك عن طريق تحميل الصور من WordPress.com CDN."
1068
-
1069
- #: modules/module-headings.php:94
1070
- msgctxt "Module Description"
1071
- msgid "Publish posts by email, using any device and email client."
1072
- msgstr "نشر مقالات عبر البريد الإلكتروني باستخدام أي جهاز وعميل بريد إلكتروني."
1073
-
1074
- #: modules/module-headings.php:98
1075
- msgctxt "Module Description"
1076
- msgid "Adds brute force protection to your login page. Formerly BruteProtect."
1077
- msgstr "ركِّب إضافة brute force protection إلى صفحة تسجيل الدخول الخاصة بك. كانت هذه الإضافة تسمى BruteProtect سابقًا."
1078
-
1079
- #: modules/module-headings.php:102
1080
- msgctxt "Module Description"
1081
- msgid "Share new posts on social media networks automatically."
1082
- msgstr "مشاركة مقالات جديدة على شبكات التواصل الاجتماعي تلقائيًا."
1083
-
1084
- #: modules/module-headings.php:106
1085
- msgctxt "Module Description"
1086
- msgid "Display links to your related content under posts and pages."
1087
- msgstr "عرض روابط للمحتوى ذي الصلة ضمن المقالات والصفحات."
1088
-
1089
- #: modules/module-headings.php:111
1090
- msgctxt "Module Description"
1091
- msgid "Allow visitors to share your content on Facebook, Twitter, and more with a click."
1092
- msgstr "السماح للزائرين بمشاركة المحتوى الخاص بك على Facebook وTwitter وغيرهما بنقرة زر واحدة."
1093
-
1094
- #: modules/module-headings.php:116
1095
- msgctxt "Module Description"
1096
- msgid "Embed content from YouTube, Vimeo, SlideShare, and more, no coding necessary."
1097
- msgstr "تضمين المحتوى من YouTube وVimeo وSlideShare وغيرها، لا يلزم وجود أي ترميز."
1098
-
1099
- #: modules/module-headings.php:120
1100
- msgctxt "Module Description"
1101
- msgid "Enable WP.me-powered shortlinks for all posts and pages."
1102
- msgstr "تضمين روابط مختصرة تعمل بواسطة WP.me لجميع المقالات والصفحات."
1103
-
1104
- #: modules/module-headings.php:124
1105
- msgctxt "Module Description"
1106
- msgid "Add a site icon to your site."
1107
- msgstr "أضفْ أيقونة الموقع إلى موقعك."
1108
-
1109
- #: modules/module-headings.php:128
1110
- msgctxt "Module Description"
1111
- msgid "Allow your users to log in using their WordPress.com accounts."
1112
- msgstr "السماح للمستخدمين لديك بتسجيل الدخول باستخدام حسابات WordPress.com الخاصة بهم."
1113
-
1114
- #: modules/module-headings.php:133
1115
- msgctxt "Module Description"
1116
- msgid "Monitor your stats with clear, concise reports and no additional load on your server."
1117
- msgstr "مراقبة الإحصاءات باستخدام تقارير دقيقة وشفافة، دون أي تحميل على الخادم لديك."
1118
-
1119
- #: modules/module-headings.php:137
1120
- msgctxt "Module Description"
1121
- msgid "Allow users to subscribe to your posts and comments and receive notifications via email."
1122
- msgstr "السماح للمستخدمين بالاشتراك في مقالاتك وتعليقاتك واستلام تنبيهات عبر البريد الإلكتروني."
1123
-
1124
- #: modules/module-headings.php:142
1125
- msgctxt "Module Description"
1126
- msgid "Display your image galleries in a variety of sleek, graphic arrangements."
1127
- msgstr "عرض معارض صورك بمجموعة متنوعة من الترتيبات الرسومية الأنيقة."
1128
-
1129
- #: modules/module-headings.php:146
1130
- msgctxt "Module Description"
1131
- msgid "Protect your site with automatic backups and security scans. (Subscription required.)"
1132
- msgstr "حماية موقعك باستخدام عمليات نسخ احتياطي تلقائية وعمليات فحص للتحقق من الأمان. (يلزم الاشتراك.)"
1133
-
1134
- #: modules/module-headings.php:150
1135
- msgctxt "Module Description"
1136
- msgid "Verify your site or domain with Google Webmaster Tools, Pinterest, and others."
1137
- msgstr "التحقق من موقعك أو مجالك باستخدام Google Webmaster Tools وPinterest وغيرهما."
1138
-
1139
- #: modules/module-headings.php:154
1140
- msgctxt "Module Description"
1141
- msgid "Upload and embed videos right on your site. (Subscription required.)"
1142
- msgstr "حمِّل مقاطع الفيديو وضمِّنها إلى موقعك. (يلزم الاشتراك.)"
1143
-
1144
- #: modules/module-headings.php:158
1145
- msgctxt "Module Description"
1146
- msgid "Specify which widgets appear on which pages of your site."
1147
- msgstr "تحديد أي مربعات جانبية تظهر على أي صفحات في موقعك."
1148
-
1149
- #: modules/module-headings.php:162
1150
- msgctxt "Module Description"
1151
- msgid "Add images, Twitter streams, your site’s RSS links, and more to your sidebar."
1152
- msgstr "إضافة الصور وتدفقات Twitter وروابط RSS على موقعك وغيرها إلى الشريط الجانبي لديك."
1153
-
1154
- #: modules/module-headings.php:168
1155
- msgctxt "Module Tag"
1156
- msgid "Other"
1157
- msgstr "غير ذلك"
1158
-
1159
- #: modules/module-headings.php:179
1160
- msgctxt "Module Tag"
1161
- msgid "Writing"
1162
- msgstr "الكتابة"
1163
-
1164
- #: modules/module-headings.php:187
1165
- msgctxt "Module Tag"
1166
- msgid "Photos and Videos"
1167
- msgstr "الصور والفيديو"
1168
-
1169
- #: modules/module-headings.php:211
1170
- msgctxt "Module Tag"
1171
- msgid "Social"
1172
- msgstr "اجتماعي"
1173
-
1174
- #: modules/module-headings.php:222
1175
- msgctxt "Module Tag"
1176
- msgid "Appearance"
1177
- msgstr "المظهر"
1178
-
1179
- #: modules/module-headings.php:228
1180
- msgctxt "Module Tag"
1181
- msgid "Developers"
1182
- msgstr "المطورون"
1183
-
1184
- #: modules/module-headings.php:248
1185
- msgctxt "Module Tag"
1186
- msgid "Mobile"
1187
- msgstr "الموبايل"
1188
-
1189
- #: modules/module-headings.php:252
1190
- msgctxt "Module Tag"
1191
- msgid "WordPress.com Stats"
1192
- msgstr "إحصائيات WordPress.com"
1193
-
1194
- #: modules/module-info.php:28
1195
- msgctxt "Visit your _VaultPress_dashboard_."
1196
- msgid "To check your backups, see any security alerts, or check your VaultPress Vitality, visit your %s."
1197
- msgstr "لتفحص نسخك الاحتياطية، ومشاهدة أي تنبيهات أمنية، أو لفحص نشاط VaultPress. قم بزيارة لوحة التحكم %s. "
1198
-
1199
- #: modules/module-info.php:31
1200
- msgctxt "View _Plans_&_Pricing_. (VaultPress)"
1201
- msgid "View %s."
1202
- msgstr "عرض %s."
1203
-
1204
- #: modules/publicize/publicize-jetpack.php:384
1205
- msgctxt "Refresh connection with {social media service}"
1206
- msgid "Refresh connection with %s"
1207
- msgstr "تحديث الاتصال مع %s"
1208
-
1209
- #: modules/publicize/ui.php:616
1210
- msgctxt "Service: Account connected as"
1211
- msgid "%1$s: %2$s"
1212
- msgstr "%1$s: %2$s"
1213
-
1214
- #: modules/publicize.php:112
1215
- msgctxt "word count: words or characters?"
1216
- msgid "words"
1217
- msgstr "كلمة"
1218
-
1219
- #: modules/related-posts/jetpack-related-posts.php:954
1220
- #: modules/related-posts/jetpack-related-posts.php:967
1221
- msgctxt "in {category/tag name}"
1222
- msgid "In \"%s\""
1223
- msgstr "في \"%s\""
1224
-
1225
- #: modules/sharedaddy/sharing-sources.php:232
1226
- msgctxt "as sharing source"
1227
- msgid "Email"
1228
- msgstr "البريد الإلكتروني"
1229
-
1230
- #: modules/sharedaddy/sharing-sources.php:298
1231
- msgctxt "share to"
1232
- msgid "Email"
1233
- msgstr "البريد الإلكتروني"
1234
-
1235
- #: modules/sharedaddy/sharing-sources.php:433
1236
- msgctxt "share to"
1237
- msgid "Twitter"
1238
- msgstr "تويتر"
1239
-
1240
- #: modules/sharedaddy/sharing-sources.php:520
1241
- msgctxt "share to"
1242
- msgid "StumbleUpon"
1243
- msgstr "StumbleUpon"
1244
-
1245
- #: modules/sharedaddy/sharing-sources.php:555
1246
- msgctxt "share to"
1247
- msgid "Reddit"
1248
- msgstr "Reddit"
1249
-
1250
- #: modules/sharedaddy/sharing-sources.php:597
1251
- msgctxt "share to"
1252
- msgid "LinkedIn"
1253
- msgstr "LinkedIn"
1254
-
1255
- #: modules/sharedaddy/sharing-sources.php:740
1256
- msgctxt "share to"
1257
- msgid "Facebook"
1258
- msgstr "فيس بوك"
1259
-
1260
- #: modules/sharedaddy/sharing-sources.php:776
1261
- msgctxt "share to"
1262
- msgid "Print"
1263
- msgstr "طباعة"
1264
-
1265
- #: modules/sharedaddy/sharing-sources.php:838
1266
- msgctxt "share to"
1267
- msgid "Press This"
1268
- msgstr "نشر"
1269
-
1270
- #: modules/sharedaddy/sharing-sources.php:870
1271
- msgctxt "share to"
1272
- msgid "Google"
1273
- msgstr "Google"
1274
-
1275
- #: modules/sharedaddy/sharing-sources.php:1129
1276
- msgctxt "share to"
1277
- msgid "Tumblr"
1278
- msgstr "Tumblr"
1279
-
1280
- #: modules/sharedaddy/sharing-sources.php:1176
1281
- msgctxt "share to"
1282
- msgid "Pinterest"
1283
- msgstr "Pinterest"
1284
-
1285
- #: modules/widgets/gravatar-profile.php:189
1286
- msgid "Select a user or pick \"custom\" and enter a custom email address."
1287
- msgstr "حدد مستخدم أو اختر \"مخصص\" وأدخل البريد الإلكتروني المخصص."
1288
-
1289
- #: modules/widgets/gravatar-profile.php:193
1290
- msgid "Custom"
1291
- msgstr "مخصص"
1292
-
1293
- #: modules/widgets/gravatar-profile.php:203
1294
- msgid "Custom Email Address"
1295
- msgstr "بريد إلكتروني مخصص"
1296
-
1297
- #: modules/widgets/gravatar-profile.php:211
1298
- msgid "Show Personal Links"
1299
- msgstr "عرض الروابط الشخصية"
1300
-
1301
- #: modules/widgets/gravatar-profile.php:213
1302
- msgid "Links to your websites, blogs, or any other sites that help describe who you are."
1303
- msgstr "روابط مواقعك، مدوناتك، أو أي مواقع أخرى تساعد في التعريف بنفسك."
1304
-
1305
- #: modules/widgets/gravatar-profile.php:220
1306
- msgid "Show Account Links"
1307
- msgstr "عرض روابط الحساب"
1308
-
1309
- #: modules/widgets/gravatar-profile.php:222
1310
- msgid "Links to services that you use across the web."
1311
- msgstr "روابط للخدمات التي تستخدمها على شبكة الإنترنت."
1312
-
1313
- #: modules/widgets/gravatar-profile.php:226
1314
- msgid "Opens in new window"
1315
- msgstr "تفتح في نافذة جديدة"
1316
-
1317
- #: modules/widgets/gravatar-profile.php:226
1318
- msgid "Edit Your Profile"
1319
- msgstr "تعديل الملف الشخصي"
1320
-
1321
- #: modules/widgets/gravatar-profile.php:226
1322
- msgid "What's a Gravatar?"
1323
- msgstr "ما هو Gravatar؟"
1324
-
1325
- #: modules/widgets/image-widget.php:24
1326
- msgid "Image"
1327
- msgstr "صورة"
1328
-
1329
- #: modules/widgets/image-widget.php:27
1330
- msgid "Display an image in your sidebar"
1331
- msgstr "عرض صورة في القائمة الجانبية"
1332
-
1333
- #: modules/widgets/image-widget.php:186
1334
- msgid "Image URL:"
1335
- msgstr "رابط الصورة:"
1336
-
1337
- #: modules/shortcodes/twitter-timeline.php:22
1338
- msgid "Tweets by @%s"
1339
- msgstr "تغريدات بواسطة @%s"
1340
-
1341
- #: modules/widgets/image-widget.php:189
1342
- msgid "Alternate text:"
1343
- msgstr "النص البديل:"
1344
-
1345
- #: modules/shortcodes/upcoming-events.php:23
1346
- #: modules/widgets/upcoming-events.php:79
1347
- msgid "No upcoming events"
1348
- msgstr "لا توجد أحداث تالية"
1349
-
1350
- #: modules/widgets/image-widget.php:192
1351
- msgid "Image title:"
1352
- msgstr "عنوان الصورة:"
1353
-
1354
- #: modules/site-icon/jetpack-site-icon.php:163
1355
- msgid "Site Icon Upload"
1356
- msgstr "تحميل أيقونة الموقع"
1357
-
1358
- #: modules/widgets/image-widget.php:195
1359
- msgid "Caption:"
1360
- msgstr "الشرح:"
1361
-
1362
- #: modules/site-icon/jetpack-site-icon.php:279
1363
- #: modules/site-icon/jetpack-site-icon.php:318
1364
- msgid "Update Site Icon"
1365
- msgstr "تحديث أيقونة الموقع"
1366
-
1367
- #: modules/widgets/image-widget.php:201
1368
- msgid "Left"
1369
- msgstr "يسار"
1370
-
1371
- #: modules/site-icon/jetpack-site-icon.php:280
1372
- msgid "Remove Icon"
1373
- msgstr "إزالة الأيقونة"
1374
-
1375
- #: modules/widgets/image-widget.php:202
1376
- msgid "Center"
1377
- msgstr "وسط"
1378
-
1379
- #: modules/site-icon/jetpack-site-icon.php:284
1380
- msgid "Add a Site Icon"
1381
- msgstr "إضافة أيقونة موقع"
1382
-
1383
- #: modules/widgets/image-widget.php:203
1384
- msgid "Right"
1385
- msgstr "يمين"
1386
-
1387
- #: modules/site-icon/jetpack-site-icon.php:289
1388
- msgid "Site Icon creates a favicon for your site and more."
1389
- msgstr "تقوم أيقونة الموقع بإنشاء أيقونة مفضلة لموقعك، وغير ذلك المزيد."
1390
-
1391
- #: modules/widgets/image-widget.php:205
1392
- msgid "Image Alignment:"
1393
- msgstr "محاذاة الصورة:"
1394
-
1395
- #: modules/site-icon/jetpack-site-icon.php:320
1396
- msgid "Add Site Icon"
1397
- msgstr "إضافة أيقونة موقع"
1398
-
1399
- #: modules/widgets/image-widget.php:215
1400
- msgid "Width:"
1401
- msgstr "العرض:"
1402
-
1403
- #: modules/site-icon/jetpack-site-icon.php:321
1404
- msgid "select a file"
1405
- msgstr "تحديد ملف"
1406
-
1407
- #: modules/widgets/image-widget.php:218
1408
- msgid "Height:"
1409
- msgstr "الإرتفاع:"
1410
-
1411
- #: modules/site-icon/jetpack-site-icon.php:322
1412
- msgid "Upload a image that you want to use as your site icon. You will be asked to crop it in the next step."
1413
- msgstr "تحميل صورة ترغب في استخدامها كأيقونة لموقعك. سيُطلب منك قصها في الخطوة التالية."
1414
-
1415
- #: modules/widgets/image-widget.php:221
1416
- msgid "If empty, we will attempt to determine the image size."
1417
- msgstr "إذا كانت فارغة، فسنحاول تحديد حجم الصورة."
1418
-
1419
- #: modules/site-icon/jetpack-site-icon.php:326
1420
- msgid "The image needs to be at least"
1421
- msgstr "يجب أن تكون الصورة على الأقل"
1422
-
1423
- #: modules/widgets/image-widget.php:222
1424
- msgid "Link URL (when the image is clicked):"
1425
- msgstr "رابط للصورة (في حال تم الضغط على الصورة):"
1426
-
1427
- #: modules/site-icon/jetpack-site-icon.php:326
1428
- msgid "in both width and height."
1429
- msgstr "في كل من العرض والطول."
1430
-
1431
- #: modules/widgets/image-widget.php:227
1432
- msgid "Open link in a new window/tab"
1433
- msgstr "فتح الرابط في نافذة/لسان جديد"
1434
-
1435
- #: modules/site-icon/jetpack-site-icon.php:328
1436
- msgid "Upload Image"
1437
- msgstr "رفع صورة"
1438
-
1439
- #: modules/widgets/readmill.php:11
1440
- msgid "Retired: Send To Readmill"
1441
- msgstr "التقاعد: إرسال إلى Readmill"
1442
-
1443
- #: modules/site-icon/jetpack-site-icon.php:328
1444
- #: modules/site-icon/jetpack-site-icon.php:365
1445
- msgid " or <a href=\"%s\">Cancel</a> and go back to the settings."
1446
- msgstr " أو <a href=\"%s\">إلغاء</a> ثم ارجع إلى الإعدادات."
1447
-
1448
- #: modules/widgets/readmill.php:13
1449
- msgid "Readmill has closed its doors. http://readmill.com/"
1450
- msgstr "أغلق Readmill أبوابه. http://readmill.com/"
1451
-
1452
- #: modules/site-icon/jetpack-site-icon.php:362
1453
- msgid "crop the image"
1454
- msgstr "قص الصورة"
1455
-
1456
- #: modules/widgets/readmill.php:27
1457
- msgid "<strong>The Readmill reading service has shut down</strong><br /> <a target=\"_blank\" href=\"%s\">Learn More</a>"
1458
- msgstr "<strong>تم إيقاف تشغيل خدمة قراءة Readmill</strong><br /> <a target=\"_blank\" href=\"%s\">معرفة المزيد</a>"
1459
-
1460
- #: modules/site-icon/jetpack-site-icon.php:365
1461
- msgid "Crop Image"
1462
- msgstr "اقتطع الصورة"
1463
-
1464
- #: modules/widgets/readmill.php:30 modules/widgets/readmill.php:68
1465
- msgid "The Send to Readmill widget is no longer working and will be removed completely from Jetpack."
1466
- msgstr "لم يعد المربع الجانبي \"إرسال إلى Readmill\" يعمل وستتم إزالته نهائيًا من Jetpack."
1467
-
1468
- #: modules/site-icon/jetpack-site-icon.php:370
1469
- msgid "As your favicon"
1470
- msgstr "كأيقونة مفضلة"
1471
-
1472
- #: modules/widgets/readmill.php:32 modules/widgets/readmill.php:70
1473
- msgid "The Send to Readmill widget is no longer working and will be removed completely."
1474
- msgstr "لم يعد المربع الجانبي \"إرسال إلى Readmill\" يعمل وستتم إزالته نهائيًا."
1475
-
1476
- #: modules/site-icon/jetpack-site-icon.php:372
1477
- msgid "Browser Chrome"
1478
- msgstr "المتصفح Chrome"
1479
-
1480
- #: modules/widgets/readmill.php:34
1481
- msgid "You can remove it yourself now."
1482
- msgstr "يمكنك إزالته بنفسك الآن."
1483
-
1484
- #: modules/site-icon/jetpack-site-icon.php:374
1485
- msgid "Preview Favicon"
1486
- msgstr "معاينة أيقونة المفضلة"
1487
-
1488
- #: modules/widgets/readmill.php:35
1489
- msgid "No content is displayed to users who can't manage widgets"
1490
- msgstr "لا يتم عرض أي محتوى للمستخدمين الذين لا يمكنهم إدارة المربعات الجانبية"
1491
-
1492
- #: modules/site-icon/jetpack-site-icon.php:379
1493
- msgid "As a mobile icon"
1494
- msgstr "كأيقونة محمول"
1495
-
1496
- #: modules/widgets/readmill.php:66
1497
- msgid "Notice to Administrators:<br /> <strong>The Readmill reading service has shut down</strong> <a target=\"_blank\" href=\"%s\">learn more</a>."
1498
- msgstr "ملاحظة للمسؤولين:<br /> <strong>تم إيقاف تشغيل خدمة قراءة Readmill</strong> <a target=\"_blank\" href=\"%s\">معرفة المزيد</a>."
1499
-
1500
- #: modules/site-icon/jetpack-site-icon.php:381
1501
- msgid "Preview Home Icon"
1502
- msgstr "أيقونة معاينة الصفحة الرئيسية"
1503
-
1504
- #: modules/widgets/readmill.php:72
1505
- msgid "You can visit <a href=\"%s\" title=\"Appearance > Widgets\">Appearance > Widgets </a> to remove it from this sidebar."
1506
- msgstr "يمكنك زيارة <a href=\"%s\" title=\"المظهر > المربعات الجانبية\">المظهر > المربعات الجانبية </a> لإزالتها من الشريط الجانبي."
1507
-
1508
- #: modules/site-icon/jetpack-site-icon.php:387
1509
- msgid "Image to be cropped"
1510
- msgstr "الصورة التي سيتم قصها"
1511
-
1512
- #: modules/widgets/readmill.php:73
1513
- msgid "This notice is only visible to logged in users that can manage widgets"
1514
- msgstr "لا تكون هذه الملاحظة مرئية للمستخدمين الذين قاموا بتسجيل الدخول والذين يمكنهم إدارة المربعات الجانبية"
1515
-
1516
- #: modules/site-icon/jetpack-site-icon.php:438
1517
- msgid "Large Blog Image"
1518
- msgstr "صورة المدونة الكبيرة"
1519
-
1520
- #: modules/widgets/rsslinks-widget.php:12
1521
- msgid "Links to your blog's RSS feeds"
1522
- msgstr "روابط موقعك لتغذية RSS"
1523
-
1524
- #: modules/site-icon/jetpack-site-icon.php:452
1525
- msgid "All Done"
1526
- msgstr "إتمام الكل"
1527
-
1528
- #: modules/widgets/rsslinks-widget.php:13
1529
- msgid "RSS Links (Jetpack)"
1530
- msgstr "روابط التغذية (Jetpack)"
1531
-
1532
- #: modules/site-icon/jetpack-site-icon.php:453
1533
- msgid "Your site icon has been uploaded!"
1534
- msgstr "تم تحميل أيقونة الموقع الخاصة بك!"
1535
-
1536
- #: modules/widgets/rsslinks-widget.php:67
1537
- #: modules/widgets/rsslinks-widget.php:133
1538
- msgid "Posts"
1539
- msgstr "تدوينات"
1540
-
1541
- #: modules/site-icon/jetpack-site-icon.php:453
1542
- msgid "Back to General Settings"
1543
- msgstr "عودة إلى الإعدادات العامة"
1544
-
1545
- #: modules/widgets/rsslinks-widget.php:69
1546
- msgid "Posts & Comments"
1547
- msgstr "المواضيع والتعليقات"
1548
-
1549
- #: modules/site-icon/jetpack-site-icon.php:610
1550
- msgid "Please upload a file."
1551
- msgstr "يُرجى تحميل ملف."
1552
-
1553
- #: modules/widgets/rsslinks-widget.php:71
1554
- msgid "Feed(s) to Display:"
1555
- msgstr "عرض التغذية: "
1556
-
1557
- #: modules/site-icon/jetpack-site-icon.php:617
1558
- msgid "The file that you uploaded is not an accepted file type. Please try again."
1559
- msgstr "الملف الذي حملته ليس نوع ملف مقبولاً. الرجاء المحاولة مرة أخرى."
1560
-
1561
- #: modules/widgets/rsslinks-widget.php:81
1562
- msgid "Text Link"
1563
- msgstr "رابط نصي"
1564
-
1565
- #: modules/site-icon/jetpack-site-icon.php:642
1566
- msgid "The image that you uploaded is smaller than %upx in width."
1567
- msgstr "عرض الصورة التي حملتها أصغر من %upx."
1568
-
1569
- #: modules/widgets/rsslinks-widget.php:82
1570
- msgid "Image Link"
1571
- msgstr "رابط صورة"
1572
-
1573
- #: modules/site-icon/jetpack-site-icon.php:646
1574
- msgid "The image that you uploaded is smaller than %upx in height."
1575
- msgstr "ارتفاع الصورة التي حملتها أصغر من %upx."
1576
-
1577
- #: modules/widgets/rsslinks-widget.php:83
1578
- msgid "Text & Image Links"
1579
- msgstr "روابط نصية وروابط صور"
1580
-
1581
- #: modules/site-icon/jetpack-site-icon.php:652
1582
- msgid "Temporary Large Image for Blog Image"
1583
- msgstr "صورة كبيرة مؤقتة لصورة المدونة"
1584
-
1585
- #: modules/widgets/rsslinks-widget.php:85
1586
- msgid "Format:"
1587
- msgstr "صيغة:"
1588
-
1589
- #: modules/site-icon/jetpack-site-icon.php:666
1590
- msgid "Temporary Resized Image for Blog Image"
1591
- msgstr "صورة مؤقتة تم تغيير حجمها لصورة المدونة"
1592
-
1593
- #: modules/widgets/rsslinks-widget.php:96
1594
- msgid "Image Settings:"
1595
- msgstr "إعدادات الصورة"
1596
-
1597
- #: modules/site-icon/upload-site-icon.php:16
1598
- msgid "You are not suppoed to be here!"
1599
- msgstr "ليس من المفترض أن تتواجد هنا!"
1600
-
1601
- #: modules/widgets/rsslinks-widget.php:99
1602
- msgid "Small"
1603
- msgstr "صغير"
1604
-
1605
- #: modules/sso.php:139
1606
- msgid "Jetpack Single Sign On"
1607
- msgstr "تسجيل الدخول الموحد إلى Jetpack"
1608
-
1609
- #: modules/widgets/rsslinks-widget.php:100
1610
- msgid "Medium"
1611
- msgstr "متوسط"
1612
-
1613
- #: modules/sso.php:210
1614
- msgid "Require Two-Step Authentication"
1615
- msgstr "يلزم إجراء مصادقة من خطوتين"
1616
-
1617
- #: modules/widgets/rsslinks-widget.php:101
1618
- msgid "Large"
1619
- msgstr "كبير"
1620
-
1621
- #: modules/sso.php:233
1622
- msgid "Match by Email"
1623
- msgstr "مطابقة بالبريد الإلكتروني"
1624
-
1625
- #: modules/widgets/rsslinks-widget.php:103
1626
- msgid "Image Size:"
1627
- msgstr "حجم الصورة:"
1628
-
1629
- #: modules/sso.php:364
1630
- msgid "Error: This site's Jetpack connection is currently experiencing problems."
1631
- msgstr "خطأ: اتصال Jetpack الخاص بهذا الموقع يواجه مشاكل حاليًا."
1632
-
1633
- #: modules/widgets/rsslinks-widget.php:113
1634
- msgid "Red"
1635
- msgstr "أحمر"
1636
-
1637
- #: modules/sso.php:380
1638
- msgid "Cannot deal with cookie redirects, as headers are already sent."
1639
- msgstr "لا يمكن التعامل مع إعادة توجيه كوكي، بسبب إرسال الرؤوس بالفعل."
1640
-
1641
- #: modules/widgets/rsslinks-widget.php:114
1642
- msgid "Orange"
1643
- msgstr "برتقالي"
1644
-
1645
- #: modules/sso.php:535
1646
- msgid "Error, invalid response data."
1647
- msgstr "خطأ، بيانات الاستجابة غير صالحة."
1648
-
1649
- #: modules/widgets/rsslinks-widget.php:115
1650
- msgid "Green"
1651
- msgstr "أخضر"
1652
-
1653
- #: modules/sso.php:595
1654
- msgid "Error: Couldn't create suitable username."
1655
- msgstr "خطأ: تعذر إنشاء اسم مستخدم مناسب."
1656
-
1657
- #: modules/widgets/rsslinks-widget.php:116
1658
- msgid "Blue"
1659
- msgstr "ازرق"
1660
-
1661
- #: modules/sso.php:740
1662
- msgid "Log in with WordPress.com"
1663
- msgstr "تسجيل دخول باستخدام WordPress.com"
1664
-
1665
- #: modules/widgets/rsslinks-widget.php:117
1666
- msgid "Purple"
1667
- msgstr "أرجواني"
1668
-
1669
- #: modules/sso.php:831
1670
- msgid "Login method not allowed"
1671
- msgstr "غير مسموح بطريقة تسجيل الدخول"
1672
-
1673
- #: modules/widgets/rsslinks-widget.php:118
1674
- msgid "Pink"
1675
- msgstr "زهري"
1676
-
1677
- #: modules/sso.php:838
1678
- msgid "We couldn't find an account with the email <strong><code>%1$s</code></strong> to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that <strong><code>%1$s</code></strong> is configured as the email address, or that you have connected to WordPress.com on your profile page."
1679
- msgstr "تعذر علينا العثور على حساب بالبريد الإلكتروني <strong><code>%1$s</code></strong> لتسجيل الدخول باستخدامه. إذا كان لديك حساب على <strong>%2$s</strong> بالفعل، فيُرجى التأكد من تكوين <strong><code>%1$s</code></strong> كعنوان بريد إلكتروني أو الاتصال بـ WordPress.com على صفحة ملفك الشخصي."
1680
-
1681
- #: modules/widgets/rsslinks-widget.php:119
1682
- msgid "Silver"
1683
- msgstr "فضي"
1684
-
1685
- #: modules/sso.php:840
1686
- msgid "We couldn't find any account on <strong>%2$s</strong> that is linked to your WordPress.com account to log you in with. If you already have an account on <strong>%2$s</strong>, please make sure that you have connected to WordPress.com on your profile page."
1687
- msgstr "تعذر علينا العثور على أي حساب على <strong>%2$s</strong> مرتبط بحساب WordPress.com الخاص بك لتسجيل الدخول باستخدامه. إذا كان لديك حساب على <strong>%2$s</strong> بالفعل، فيُرجى التأكد من الاتصال بـ WordPress.com على صفحة ملفك الشخصي."
1688
-
1689
- #: modules/widgets/rsslinks-widget.php:121
1690
- msgid "Image Color:"
1691
- msgstr "لون الصورة:"
1692
-
1693
- #: modules/sso.php:892
1694
- msgid "WordPress.com Single Sign On"
1695
- msgstr "تسجيل الدخول الموحد إلى WordPress.com"
1696
-
1697
- #: modules/widgets/rsslinks-widget.php:140
1698
- msgid "Subscribe to %s"
1699
- msgstr "اشترك بـ %s"
1700
-
1701
- #: modules/sso.php:893
1702
- msgid "Connecting with WordPress.com SSO enables you to log in via your WordPress.com account."
1703
- msgstr "يتيح لك الاتصال بـ WordPress.com من خلال ميزة تسجيل الدخول الموحد إمكانية تسجيل الدخول عبر حساب WordPress.com الخاص بك."
1704
-
1705
- #: modules/widgets/top-posts.php:35 modules/widgets/top-posts.php:41
1706
- msgid "Top Posts &amp; Pages"
1707
- msgstr "أعلى المواضيع والصفحات"
1708
-
1709
- #: modules/sso.php:908
1710
- msgid "Two step Enabled"
1711
- msgstr "تم تمكين الخطوتين"
1712
-
1713
- #: modules/widgets/top-posts.php:37
1714
- msgid "Shows your most viewed posts and pages."
1715
- msgstr "أعرض أغلب مشاهدات المواضيع والصفحات."
1716
-
1717
- #: modules/sso.php:910
1718
- msgid "Two step Disabled"
1719
- msgstr "تم تعطيل الخطوتين"
1720
-
1721
- #: modules/widgets/top-posts.php:78
1722
- msgid "Maximum number of posts to show (no more than 10):"
1723
- msgstr "العدد الأعظمي لإظهار المواضيع (ليس أكثر من 10):"
1724
-
1725
- #: modules/sso.php:916
1726
- msgid "Unlink This Account"
1727
- msgstr "إلغاء ربط هذا الحساب"
1728
-
1729
- #: modules/widgets/top-posts.php:83
1730
- msgid "Display as:"
1731
- msgstr "أعرض كـ:"
1732
-
1733
- #: modules/stats.php:272 modules/stats.php:357 modules/stats.php:714
1734
- #: modules/stats.php:812
1735
- msgid "Site Stats"
1736
- msgstr "إحصائيات الموقع"
1737
-
1738
- #: modules/widgets/top-posts.php:85
1739
- msgid "Text List"
1740
- msgstr "قائمة نصية"
1741
-
1742
- #: modules/stats.php:360
1743
- msgid "Loading&hellip;"
1744
- msgstr "تحميل..."
1745
-
1746
- #: modules/stats.php:363
1747
- msgid "View stats on WordPress.com right now"
1748
- msgstr "عرض إحصاءات عن WordPress.com الآن"
1749
-
1750
- #: modules/stats.php:364
1751
- msgid "Your Site Stats work better with Javascript enabled."
1752
- msgstr "تعمل إحصائيات موقعك بشكل أفضل مع تفعيل الجافا سكريبت."
1753
-
1754
- #: modules/stats.php:365
1755
- msgid "View Site Stats without Javascript"
1756
- msgstr "عرض إحصائيات الموقع بدون استخدام الجافا سكريبت"
1757
-
1758
- #: modules/stats.php:550
1759
- msgid "Visit <a href=\"%s\">Site Stats</a> to see your stats."
1760
- msgstr "قم بزيارة <a href=\"%s\">إحصائيات الموقع</a> لتشاهد إحصائياتك."
1761
-
1762
- #: modules/stats.php:555
1763
- msgid "Admin bar"
1764
- msgstr "شريط المدير"
1765
-
1766
- #: modules/stats.php:556
1767
- msgid "Put a chart showing 48 hours of views in the admin bar."
1768
- msgstr "وضع مخطط يعرض المشاهدات آخر 48 ساعة في شريط تنبيهات المدير."
1769
-
1770
- #: modules/stats.php:557
1771
- msgid "Registered users"
1772
- msgstr "المستخدمون المسجلون"
1773
-
1774
- #: modules/stats.php:559
1775
- msgid "Count the page views of registered users who are logged in."
1776
- msgstr "قم بعد مشاهدات الصفحة للأعضاء المسجلين الذين قاموا بتسجيل الدخول."
1777
-
1778
- #: modules/stats.php:569
1779
- msgid "Smiley"
1780
- msgstr "ابتسامة"
1781
-
1782
- #: modules/stats.php:570
1783
- msgid "Hide the stats smiley face image."
1784
- msgstr "إخفاء الإحصائيات لصورة وجه الابتسامة."
1785
-
1786
- #: modules/stats.php:570
1787
- msgid "The image helps collect stats and <strong>makes the world a better place</strong> but should still work when hidden"
1788
- msgstr "تساعد الصورة بجمع الإحصاء و <strong>تجعل العالم أفضل مكان</strong> لكن تبقى تعمل عند الإخفاء"
1789
-
1790
- #: modules/stats.php:570
1791
- msgid "Smiley face"
1792
- msgstr "وجه مضحك"
1793
-
1794
- #: modules/stats.php:571
1795
- msgid "Report visibility"
1796
- msgstr "تقرير المشاهدة"
1797
-
1798
- #: modules/stats.php:573
1799
- msgid "Select the roles that will be able to view stats reports."
1800
- msgstr "اختلا القواعد لتكون قادراً من مشاهدة تقارير الإحصائيات."
1801
-
1802
- #: modules/stats.php:648
1803
- msgid "Stats"
1804
- msgstr "الحالة"
1805
-
1806
- #: modules/stats.php:650
1807
- msgid "Views over 48 hours. Click for more Site Stats."
1808
- msgstr "عدد المشاهدات لما يزيد عن 48 ساعة. اضغط للحصول على المزيد من إحصائيات الموقع."
1809
-
1810
- #: modules/stats.php:735
1811
- msgid "day"
1812
- msgstr "يوم"
1813
-
1814
- #: modules/stats.php:736
1815
- msgid "week"
1816
- msgstr "أسبوع"
1817
-
1818
- #: modules/stats.php:737
1819
- msgid "month"
1820
- msgstr "شهر"
1821
-
1822
- #: modules/stats.php:740
1823
- msgid "the past day"
1824
- msgstr "اليوم السابق"
1825
-
1826
- #: modules/stats.php:741
1827
- msgid "the past week"
1828
- msgstr "الأسبوع الماضي"
1829
-
1830
- #: modules/stats.php:742
1831
- msgid "the past month"
1832
- msgstr "الشهر الماضي"
1833
-
1834
- #: modules/stats.php:743
1835
- msgid "the past quarter"
1836
- msgstr "الثلاثة الأشهر الماضية"
1837
-
1838
- #: modules/stats.php:744
1839
- msgid "the past year"
1840
- msgstr "السنة الماضية"
1841
-
1842
- #: modules/stats.php:766
1843
- msgid "Chart stats by"
1844
- msgstr "جدول الإحصائيات لغاية"
1845
-
1846
- #: modules/stats.php:779
1847
- msgid "Show top posts over"
1848
- msgstr "أظهر المواضيع الأفضل على"
1849
-
1850
- #: modules/stats.php:792
1851
- msgid "Show top search terms over"
1852
- msgstr "إظهار أعلى مصطلحات البحث من"
1853
-
1854
- #. translators: Stats dashboard widget postviews list: "$post_title $views
1855
- #. Views"
1856
- #: modules/stats.php:1024
1857
- msgid "%1$s %2$s Views"
1858
- msgstr "%1$s %2$s مشاهدة"
1859
-
1860
- #: modules/stats.php:1045
1861
- msgid "View All"
1862
- msgstr "عرض الكل"
1863
-
1864
- #: modules/stats.php:1049
1865
- msgid "Top Posts"
1866
- msgstr "أحسن مشاركات"
1867
-
1868
- #: modules/stats.php:1053 modules/stats.php:1077
1869
- msgid "Sorry, nothing to report."
1870
- msgstr "نأسف، لا يوجد شيء للتبليغ عنه."
1871
-
1872
- #: modules/stats.php:1073
1873
- msgid "Top Searches"
1874
- msgstr "أعلى الأبحاث"
1875
-
1876
- #: modules/stats.php:1101
1877
- msgid "We were unable to get your stats just now. Please reload this page to try again."
1878
- msgstr "لم نتمكن من الحصول على إحصائياتك الآن. الرجاء إعادة تحميل هذه الصفحة للمحاولة مرة أخرى."
1879
-
1880
- #: modules/stats.php:1108
1881
- msgid "We were unable to get your stats just now. Please reload this page to try again. If this error persists, please <a href=\"%1$s\">contact support</a>. In your report please include the information below."
1882
- msgstr "لم نتمكن من الحصول على إحصائياتك الخاصة بك فقط الآن. الرجاء إعادة تحميل هذه الصفحة للمحاولة مرة أخرى. إذا استمر ظهور هذا الخطأ، الرجاء <a href=\"%1$s\">الاتصال بالدعم</a>. يرجى تضمين المعلومات الواردة أدناه في تقريرك."
1883
-
1884
- #: modules/subscriptions.php:125
1885
- msgid "Jetpack Subscriptions Settings"
1886
- msgstr "إعدادات الاشتراكات في Jetpack"
1887
-
1888
- #: modules/subscriptions.php:134
1889
- msgid "Follow Blog"
1890
- msgstr "متابعة الموقع"
1891
-
1892
- #: modules/subscriptions.php:149
1893
- msgid "Follow Comments"
1894
- msgstr "متابعة التعليقات"
1895
-
1896
- #: modules/subscriptions.php:170
1897
- msgid "Follower Settings"
1898
- msgstr "إعدادات المتابعين"
1899
-
1900
- #: modules/subscriptions.php:177
1901
- msgid "Blog follow email text"
1902
- msgstr "نص متابعة الموقع على البريد الإلكتروتي"
1903
-
1904
- #: modules/subscriptions.php:185
1905
- msgid "Comment follow email text"
1906
- msgstr "نص متابعة التعليق على البريد الإلكتروني"
1907
-
1908
- #: modules/subscriptions.php:199
1909
- msgid "Change whether your visitors can subscribe to your posts or comments or both."
1910
- msgstr "تحديد ما يمكن لزوار موقعك بالاشتراك في مواضيعك أو التعليقات أو كلاهما."
1911
-
1912
- #: modules/subscriptions.php:214
1913
- msgid "Show a <em>'follow blog'</em> option in the comment form"
1914
- msgstr "إظهار خيار <em>'متابعة الموقع'</em> في نموذج التعليقات"
1915
-
1916
- #: modules/subscriptions.php:229
1917
- msgid "Show a <em>'follow comments'</em> option in the comment form"
1918
- msgstr "إظهار خيار <em>'متابعة التعليقات'</em> في نموذج التعليقات"
1919
-
1920
- #: modules/subscriptions.php:255
1921
- msgid "These settings change emails sent from your blog to followers."
1922
- msgstr "هذه الإعدادات تقوم بتغيير رسائل البريد الإلكتروني المرسلة من موقعك إلى المتابعين."
1923
-
1924
- #: modules/subscriptions.php:262
1925
- msgid "Introduction text sent when someone follows your blog. (Site and confirmation details will be automatically added for you.)"
1926
- msgstr "مقدمة لنص الإرسال عندما يقوم أحد الأشخاص بمتابعة موقعك. (الموقع وتفاصيل التأكيد ستضاف تلقائياً.)"
1927
-
1928
- #: modules/subscriptions.php:268
1929
- msgid "Introduction text sent when someone follows a post on your blog. (Site and confirmation details will be automatically added for you.)"
1930
- msgstr "مقدمة لنص الإرسال عندما يقوم أحد الأشخاص بمتابعة موضوع على موقعك. (الموقع وتفاصيل التأكيد ستضاف تلقائياً.)"
1931
-
1932
- #: modules/subscriptions.php:273
1933
- msgid ""
1934
- "Howdy.\n"
1935
- "\n"
1936
- "You recently followed this blog's posts. This means you will receive each new post by email.\n"
1937
- "\n"
1938
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1939
- msgstr ""
1940
- "مرحبا\n"
1941
- "\n"
1942
- "لقد تابعت مؤخراً موضوعاً من مواضيعي. هذا يعني بأنك سوف تتلقى كل موضوع جديد عن طريق البريد الإلكتروني.\n"
1943
- "\n"
1944
- "للتفعيل، اضغط فوق تأكيد أدناه. إذا كنت تعتقد بأن هذا خطأ، تجاهل هذه الرسالة ولن نزعجك مرة أخرى."
1945
-
1946
- #: modules/subscriptions.php:274
1947
- msgid ""
1948
- "Howdy.\n"
1949
- "\n"
1950
- "You recently followed one of my posts. This means you will receive an email when new comments are posted.\n"
1951
- "\n"
1952
- "To activate, click confirm below. If you believe this is an error, ignore this message and we'll never bother you again."
1953
- msgstr ""
1954
- "مرحبا\n"
1955
- "\n"
1956
- "لقد تابعت مؤخراً واحداً من مواضيعي. هذا يعني بأنك سوف تتلقى بريداً إلكترونياً عند كتابة تعليق جديد.\n"
1957
- "\n"
1958
- "للتفعيل، اضغط فوق تأكيد أدناه. إذا كنت تعتقد بأن هذا خطأ، تجاهل هذه الرسالة ولن نزعجك مرة أخرى."
1959
-
1960
- #: modules/subscriptions.php:476
1961
- msgid "Notify me of follow-up comments by email."
1962
- msgstr "أعلمني بمتابعة التعليقات بواسطة البريد الإلكتروني."
1963
-
1964
- #: modules/subscriptions.php:484
1965
- msgid "Notify me of new posts by email."
1966
- msgstr "أعلمني بالمواضيع الجديدة بواسطة البريد الإلكتروني."
1967
-
1968
- #: modules/subscriptions.php:563
1969
- msgid "Add an email signup form to allow people to subscribe to your blog."
1970
- msgstr "أضف بريداً إلكترونياً للاشتراك منه لتسمح للزوار بتسجيل الاشتراك في موقعك."
1971
-
1972
- #: modules/subscriptions.php:566
1973
- msgid "Blog Subscriptions (Jetpack)"
1974
- msgstr "الاشتراك في الموقع (Jetpack)"
1975
-
1976
- #: modules/subscriptions.php:618
1977
- msgid "The email you entered was invalid. Please check and try again."
1978
- msgstr "عنوان البريد الإلكتروني الذي أدخلته غير صالح. يُرجى التحقق والمحاولة مرة أخرى."
1979
-
1980
- #: modules/subscriptions.php:621
1981
- msgid "You have already subscribed to this site. Please check your inbox."
1982
- msgstr "أنت مشترك بالفعل في هذا الموقع. يُرجى التحقق من علبة الوارد لديك."
1983
-
1984
- #: modules/subscriptions.php:627
1985
- msgid "There was an error when subscribing. Please try again."
1986
- msgstr "حدث خطأ أثناء الاشتراك. الرجاء المحاولة مرة أخرى."
1987
-
1988
- #: modules/subscriptions.php:645
1989
- msgid "Email Address:"
1990
- msgstr "عنوان البريد الإلكتروني:"
1991
-
1992
- #: modules/subscriptions.php:735
1993
- msgid "Subscribe to Blog via Email"
1994
- msgstr "اشترك بالنشرة البريدية للموقع"
1995
-
1996
- #: modules/subscriptions.php:736
1997
- msgid "Enter your email address to subscribe to this blog and receive notifications of new posts by email."
1998
- msgstr "أدخل بريدك الإلكتروني للإشتراك في هذا الموقع لتستقبل أحدث المواضيع من خلال البريد الإلكتروني."
1999
-
2000
- #: modules/subscriptions.php:739
2001
- msgid "Success! An email was just sent to confirm your subscription. Please find the email now and click activate to start subscribing"
2002
- msgstr "تمّ بنجاح! أُرسل للتو بريد إلكتروني إليك لتتمكن من تأكيد اشتراكك. يرجى الاطلاع على البريد الإلكتروني والنقر فوق تفعيل لبدء الاشتراك"
2003
-
2004
- #: modules/subscriptions.php:754 modules/widgets/image-widget.php:183
2005
- msgid "Widget title:"
2006
- msgstr "عنوان المربع الجانبي:"
2007
-
2008
- #: modules/subscriptions.php:760
2009
- msgid "Optional text to display to your readers:"
2010
- msgstr "نص اختياري لعرضه لقراء موقعك:"
2011
-
2012
- #: modules/subscriptions.php:766
2013
- msgid "Subscribe Placeholder:"
2014
- msgstr "متغير المشاركة:"
2015
-
2016
- #: modules/subscriptions.php:772
2017
- msgid "Subscribe Button:"
2018
- msgstr "زر الاشتراك:"
2019
-
2020
- #: modules/subscriptions.php:778
2021
- msgid "Success Message Text:"
2022
- msgstr "نص رسالة نجاح عملية الاشتراك:"
2023
-
2024
- #: modules/subscriptions.php:783
2025
- msgid "You can use the shortcode [total-subscribers] in both the text displayed to readers and the success message to show the number of subscribers to your site."
2026
- msgstr "يمكنك استخدام الكود [total-subscribers] في كل من النص المعروض للقراء ورسالة نجاح عملية الاشتراك لعرض عدد المشتركين في موقعك."
2027
-
2028
- #: modules/theme-tools/featured-content.php:413
2029
- #: modules/theme-tools/featured-content.php:426
2030
- msgid "Featured Content"
2031
- msgstr "المحتوى المميز"
2032
-
2033
- #: modules/theme-tools/featured-content.php:427
2034
- msgid "Easily feature all posts with the <a href=\"%1$s\">\"featured\" tag</a> or a tag of your choice. Your theme supports up to %2$s posts in its featured content area."
2035
- msgstr "وضع علامة بسهولة على كل المقالات باستخدام علامة <a href=\"%1$s\">\"مميزة\"</a> أو علامة من اختيارك. يدعم القالب الخاص بك حتى %2$s من المقالات في منطقة المحتوى المميزة."
2036
-
2037
- #: modules/theme-tools/featured-content.php:454
2038
- msgid "Tag name"
2039
- msgstr "اسم الوسم"
2040
-
2041
- #: modules/theme-tools/featured-content.php:460
2042
- msgid "Hide tag from displaying in post meta and tag clouds."
2043
- msgstr "إخفاء الوسم من الظهور في بيانات الموضوع وسحابة الوسوم."
2044
-
2045
- #: modules/theme-tools/featured-content.php:467
2046
- msgid "Display tag content in all listings."
2047
- msgstr "عرض محتوى العلامة في كل القوائم."
2048
-
2049
- #: modules/theme-tools/featured-content.php:486
2050
- msgid "The settings for Featured Content have <a href=\"%s\">moved to Appearance &rarr; Customize</a>."
2051
- msgstr "تم نقل إعدادات المحتوى المميز <a href=\"%s\">إلى المظهر ← إضفاء الطابع الشخصي</a>."
2052
-
2053
- #: modules/theme-tools/site-logo/inc/class-site-logo-control.php:19
2054
- msgid "Add logo"
2055
- msgstr "إضافة شعار"
2056
-
2057
- #: modules/theme-tools/site-logo/inc/class-site-logo-control.php:20
2058
- msgid "Set as logo"
2059
- msgstr "تعيين كشعار"
2060
-
2061
- #: modules/theme-tools/site-logo/inc/class-site-logo-control.php:21
2062
- msgid "Choose logo"
2063
- msgstr "اختيار شعار"
2064
-
2065
- #: modules/theme-tools/site-logo/inc/class-site-logo-control.php:22
2066
- msgid "Change logo"
2067
- msgstr "تغيير الشعار"
2068
-
2069
- #: modules/theme-tools/site-logo/inc/class-site-logo-control.php:23
2070
- msgid "Remove logo"
2071
- msgstr "إزالة الشعار"
2072
-
2073
- #: modules/theme-tools/site-logo/inc/class-site-logo-control.php:24
2074
- msgid "No logo set"
2075
- msgstr "لم يتم تعيين شعار"
2076
-
2077
- #: modules/theme-tools/site-logo/inc/class-site-logo.php:78
2078
- msgid "Site Title, Tagline, and Logo"
2079
- msgstr "عنوان الموقع ووسمه وشعاره"
2080
-
2081
- #: modules/theme-tools/site-logo/inc/class-site-logo.php:89
2082
- msgid "Display Header Text"
2083
- msgstr "عرض اسم الموقع و سطر الوصف في الترويسة"
2084
-
2085
- #: modules/theme-tools/site-logo/inc/class-site-logo.php:111
2086
- msgid "Logo"
2087
- msgstr "الشعار"
2088
-
2089
- #: modules/theme-tools/site-logo/inc/class-site-logo.php:251
2090
- msgid "Site Logo"
2091
- msgstr "شعار الموقع"
2092
-
2093
- #: modules/theme-tools/social-links.php:195
2094
- msgid "&mdash; Select &mdash;"
2095
- msgstr "&mdash; اختيار &mdash;"
2096
-
2097
- #: modules/tiled-gallery/tiled-gallery.php:172
2098
- msgid "Tiled Mosaic"
2099
- msgstr "مربعات فسيفساء"
2100
-
2101
- #: modules/tiled-gallery/tiled-gallery.php:173 modules/widgets/gallery.php:323
2102
- msgid "Square Tiles"
2103
- msgstr "بلاط مربع"
2104
-
2105
- #: modules/tiled-gallery/tiled-gallery.php:174 modules/widgets/gallery.php:324
2106
- msgid "Circles"
2107
- msgstr "دوائر"
2108
-
2109
- #: modules/tiled-gallery/tiled-gallery.php:207
2110
- msgid "Display all your gallery pictures in a cool mosaic."
2111
- msgstr "عرض كافة الصور كلوحة فسيفسائية رائعة"
2112
-
2113
- #: modules/verification-tools/blog-verification-tools.php:90
2114
- msgid "Example:"
2115
- msgstr "مثال:"
2116
-
2117
- #: modules/verification-tools/blog-verification-tools.php:116
2118
- msgid "Website Verification Services"
2119
- msgstr "خدمات التحقق من موقع الويب"
2120
-
2121
- #: modules/verification-tools/blog-verification-tools.php:117
2122
- msgid "Enter your meta key \"content\" value to verify your blog with %s"
2123
- msgstr "أدخل قيمة \"محتوى\" مفتاح التعريف الخاصة بك للتحقق من مدونتك باستخدام %s"
2124
-
2125
- #: modules/verification-tools/blog-verification-tools.php:117
2126
- msgid "and"
2127
- msgstr "و"
2128
-
2129
- #: modules/videopress/class.videopress-player.php:195
2130
- msgid "%s Error"
2131
- msgstr "%s خطأ"
2132
-
2133
- #: modules/videopress/class.videopress-player.php:230
2134
- msgid "This video is intended for mature audiences."
2135
- msgstr "يستهدف هذا الفيديو الجماهير الناضجة."
2136
-
2137
- #: modules/videopress/class.videopress-player.php:230
2138
- msgid "Please verify your birthday."
2139
- msgstr "يرجى التحقق من تاريخ ميلادك."
2140
-
2141
- #: modules/stats.php:818 modules/videopress/class.videopress-player.php:280
2142
- msgid "Submit"
2143
- msgstr "تنفيذ"
2144
-
2145
- #: modules/videopress/class.videopress-player.php:326
2146
- msgid "You do not have sufficient <a rel=\"nofollow\" href=\"%s\">freedom levels</a> to view this video. Support free software and upgrade."
2147
- msgstr "ليس لديك ما يكفي من <a rel=\"nofollow\" href=\"%s\">مستويات الحرية</a> لمشاهدة هذا الفيديو. أدعم البرامج المجانية وقم بالترقية."
2148
-
2149
- #: modules/videopress/class.videopress-player.php:478
2150
- #: modules/videopress/class.videopress-player.php:500
2151
- msgid "this video"
2152
- msgstr "هذا الفيديو"
2153
-
2154
- #: modules/videopress/class.videopress-player.php:654
2155
- msgid "This video requires <a rel=\"nofollow\" href=\"%s\">Adobe Flash</a> for playback."
2156
- msgstr "هذا الفيديو يتطلب وجود مشغل <a rel=\"nofollow\" href=\"%s\">أدوبي فلاش</a> ليتم تشغيله."
2157
-
2158
- #: modules/videopress/class.videopress-player.php:661
2159
- msgid "Loading video..."
2160
- msgstr "تحميل الفيديو..."
2161
-
2162
- #: modules/videopress/class.videopress-video.php:306
2163
- msgid "The VideoPress plugin could not communicate with the VideoPress servers. This error is most likely caused by a misconfigured plugin. Please reinstall or upgrade."
2164
- msgstr "لا يستطيع VideoPress الاتصال مع ملقمات VideoPress. فمن الأرجح بأن يكون سبب هذا الخطأ بتكوين الإضافة. الرجاء إعادة التثبيت أو الترقية."
2165
-
2166
- #: modules/videopress/class.videopress-video.php:308
2167
- msgid "<strong>%s</strong> is not an allowed embed site."
2168
- msgstr "<strong>%s</strong> لا يسمح بتضمين الموقع."
2169
-
2170
- #: modules/videopress/class.videopress-video.php:308
2171
- msgid "Publisher limits playback of video embeds."
2172
- msgstr "يحد الناشر تشغيل ملفات الفيديو المتضمنة."
2173
-
2174
- #: modules/videopress/class.videopress-video.php:310
2175
- msgid "No data found for VideoPress identifier: <strong>%s</strong>."
2176
- msgstr "لم يتم العثور لتعريف VideoPress: <strong>%s</strong>."
2177
-
2178
- #: modules/videopress/videopress.php:72 modules/videopress/videopress.php:76
2179
- msgid "Could not obtain a VideoPress upload token. Please try again later."
2180
- msgstr "تعذر الحصول على رمز مميز للتحميل على VideoPress. يُرجى المحاولة مرة أخرى لاحقًا."
2181
-
2182
- #: modules/videopress/videopress.php:264
2183
- msgid "Please note that the VideoPress module requires a WordPress.com account with an active <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">VideoPress subscription</a>."
2184
- msgstr "يُرجى ملاحظة أن وحدة VideoPress النمطية تتطلب حساب WordPress.com مع <a href=\"http://store.wordpress.com/premium-upgrades/videopress/\" target=\"_blank\">اشتراك VideoPress</a> نشط."
2185
-
2186
- #: modules/videopress/videopress.php:269
2187
- msgid "Connected WordPress.com Blog"
2188
- msgstr "متصل بمدونة WordPress.com"
2189
-
2190
- #: modules/videopress/videopress.php:278
2191
- msgid "Only videos from the selected blog will be available in your media library."
2192
- msgstr "ستصبح مقاطع الفيديو من المدونة المحددة متاحة في مكتبة الوسائط الخاصة بك فقط."
2193
-
2194
- #: modules/videopress/videopress.php:279
2195
- msgid "<a href=\"%s\">Click here</a> to refresh this list."
2196
- msgstr "<a href=\"%s\">انقر هنا</a> لتحديث هذه القائمة."
2197
-
2198
- #: modules/videopress/videopress.php:285
2199
- msgid "Video Library Access"
2200
- msgstr "الوصول إلى مكتبة الفيديو"
2201
-
2202
- #: modules/videopress/videopress.php:289
2203
- msgid "Do not allow other users to access my VideoPress library"
2204
- msgstr "عدم السماح للمستخدمين الآخرين بالوصول إلى مكتبة VideoPress الخاصة بي"
2205
-
2206
- #: modules/videopress/videopress.php:291
2207
- msgid "Allow users to access my videos"
2208
- msgstr "السماح للمستخدمين بالوصول إلى مقاطع الفيديو الخاصة بي"
2209
-
2210
- #: modules/videopress/videopress.php:293
2211
- msgid "Allow users to access and edit my videos"
2212
- msgstr "السماح للمستخدمين بالوصول إلى مقاطع الفيديو الخاصة بي وتحريرها"
2213
-
2214
- #: modules/videopress/videopress.php:295
2215
- msgid "Allow users to access, edit, and delete my videos"
2216
- msgstr "السماح للمستخدمين بالوصول إلى مقاطع الفيديو الخاصة بي وتحريرها وحذفها"
2217
-
2218
- #: modules/videopress/videopress.php:298
2219
- msgid "Allow users to upload videos"
2220
- msgstr "السماح للمستخدمين بتحميل مقاطع الفيديو"
2221
-
2222
- #: modules/videopress/videopress.php:303
2223
- msgid "Free formats"
2224
- msgstr "تنسيقات حرة"
2225
-
2226
- #: modules/videopress/videopress.php:307
2227
- msgid "Only display videos in free software formats"
2228
- msgstr "عرض مقاطع الفيديو بتنسيقات برامج حرة فقط"
2229
-
2230
- #: modules/videopress/videopress.php:308
2231
- msgid "Ogg file container with Theora video and Vorbis audio. Note that some browsers are unable to play free software video formats, including Internet Explorer and Safari."
2232
- msgstr "حاوية ملفات Ogg مع فيديو Theora وصوت Vorbis. لاحظ أن بعض المتصفحات لا يمكنها تشغيل تنسيقات الفيديو البرمجية الحرة، بما فيها Internet Explorer وSafari."
2233
-
2234
- #: modules/videopress/videopress.php:313
2235
- msgid "Default quality"
2236
- msgstr "الجودة الافتراضية"
2237
-
2238
- #: modules/videopress/videopress.php:317
2239
- msgid "Display higher quality video by default."
2240
- msgstr "عرض فيديو بجودة أعلى افتراضيًا."
2241
-
2242
- #: modules/videopress/videopress.php:318
2243
- msgid "This setting may be overridden for individual videos."
2244
- msgstr "يمكن تجاوز هذا الإعداد بالنسبة لمقاطع الفيديو الفردية."
2245
-
2246
- #: modules/videopress/videopress.php:330 modules/videopress/videopress.php:339
2247
- #: modules/videopress/videopress.php:593
2248
- msgid "VideoPress Library"
2249
- msgstr "مكتبة VideoPress"
2250
-
2251
- #: modules/videopress/videopress.php:330
2252
- msgid "VideoPress"
2253
- msgstr "فيديو برس"
2254
-
2255
- #: modules/videopress/videopress.php:340
2256
- msgid "Use the button below to browse your VideoPress Library. Note that you can also browse your VideoPress Library while editing a post or page by using the <strong>Add Media</strong> button in the post editor."
2257
- msgstr "استخدم الزر الموجود أدناه لتصفح مكتبة VideoPress الخاصة بك. لاحظ أنه بإمكانك أيضًا تصفح مكتبة VideoPress الخاصة بك أثناء تحرير مقالة أو صفحة باستخدام زر <strong>إضافة وسائط</strong> في محرر المقالة."
2258
-
2259
- #: modules/videopress/videopress.php:341
2260
- msgid "Browse Your VideoPress Library"
2261
- msgstr "تصفح مكتبة VideoPress الخاصة بك"
2262
-
2263
- #: modules/videopress/videopress.php:342
2264
- msgid "Please enable JavaScript support in your browser to use VideoPress."
2265
- msgstr "يُرجى تمكين دعم JavaScript في المتصفح الخاص بك لكي تتمكن من استخدام VideoPress."
2266
-
2267
- #: modules/videopress/videopress.php:589
2268
- msgid "Please select a video file to upload."
2269
- msgstr "يُرجى تحديد ملف فيديو لتحميله."
2270
-
2271
- #: modules/videopress/videopress.php:590
2272
- msgid "Your video is uploading... Please do not close this window."
2273
- msgstr "جارٍ تحميل الفيديو الخاص بك... يُرجى عدم إغلاق هذه النافذة."
2274
-
2275
- #: modules/videopress/videopress.php:591
2276
- msgid "An unknown error has occurred. Please try again later."
2277
- msgstr "حدث خطأ غير معروف. يُرجى المحاولة مرة أخرى لاحقًا."
2278
-
2279
- #: modules/videopress/videopress.php:592
2280
- msgid "Your video has successfully been uploaded. It will appear in your VideoPress Library shortly."
2281
- msgstr "تم تحميل الفيديو الخاص بك بنجاح. وسيظهر في مكتبة VideoPress الخاصة بك بعد قليل."
2282
-
2283
- #: modules/videopress/videopress.php:594
2284
- msgid "Upload a Video"
2285
- msgstr "تحميل فيديو"
2286
-
2287
- #: modules/videopress/videopress.php:595
2288
- msgid "Insert Video"
2289
- msgstr "إدراج فيديو"
2290
-
2291
- #: modules/videopress/videopress.php:628
2292
- msgid "Ogg File URL"
2293
- msgstr "عنوان URL لملف Ogg"
2294
-
2295
- #: modules/videopress/videopress.php:630
2296
- msgid "Location of the Ogg video file."
2297
- msgstr "موقع ملف فيديو الـ Ogg."
2298
-
2299
- #: modules/videopress/videopress.php:638
2300
- msgid "Display share menu and allow viewers to embed or download this video"
2301
- msgstr "عرض قائمة مشاركة والسماح للعارضين بتضمين هذا الفيديو أو تنزيله"
2302
-
2303
- #: modules/videopress/videopress.php:644
2304
- msgid "Rating"
2305
- msgstr "التقدير"
2306
-
2307
- #: modules/videopress/videopress.php:657
2308
- msgid "Shortcode"
2309
- msgstr "رمز مختصر"
2310
-
2311
- #: modules/videopress/videopress.php:664
2312
- msgid "The preview is unavailable while this video is being processed."
2313
- msgstr "المعاينة غير متاحة أثناء معالجة هذا الفيديو."
2314
-
2315
- #: modules/videopress/videopress.php:673
2316
- msgid "Video Preview:"
2317
- msgstr "معاينة الفيديو:"
2318
-
2319
- #: modules/videopress/videopress.php:707
2320
- msgid "Use the form below to upload a video to your VideoPress Library. The following video formats are supported: %s. Maximum upload file size is %d%s."
2321
- msgstr "استخدم النموذج الموجود أدناه لتحميل فيديو إلى مكتبة VideoPress الخاصة بك. تنسيقات الفيديو التالية مدعومة: %s. الحد الأقصى لحجم ملف التحميل هو %d%s."
2322
-
2323
- #: modules/videopress/videopress.php:710
2324
- msgid "Upload Video"
2325
- msgstr "تحميل الفيديو"
2326
-
2327
- #: modules/widget-visibility/widget-conditions.php:42
2328
- msgid "All category pages"
2329
- msgstr "كل صفحات الفئة"
2330
-
2331
- #: modules/widget-visibility/widget-conditions.php:56
2332
- msgid "Logged In"
2333
- msgstr "تم الدخول"
2334
-
2335
- #: modules/widget-visibility/widget-conditions.php:57
2336
- msgid "Logged Out"
2337
- msgstr "تسجيل الخروج"
2338
-
2339
- #: modules/widget-visibility/widget-conditions.php:62
2340
- msgid "All author pages"
2341
- msgstr "كل صفحات المؤلف"
2342
-
2343
- #: modules/widget-visibility/widget-conditions.php:82
2344
- msgid "All tag pages"
2345
- msgstr "كل صفحات العلامة"
2346
-
2347
- #: modules/widget-visibility/widget-conditions.php:96
2348
- msgid "All date archives"
2349
- msgstr "كل أرشيفات التاريخ"
2350
-
2351
- #: modules/widget-visibility/widget-conditions.php:97
2352
- msgid "Daily archives"
2353
- msgstr "أرشيفات يومية"
2354
-
2355
- #: modules/widget-visibility/widget-conditions.php:98
2356
- msgid "Monthly archives"
2357
- msgstr "الأرشيف الشهري"
2358
-
2359
- #: modules/widget-visibility/widget-conditions.php:99
2360
- msgid "Yearly archives"
2361
- msgstr "أرشيفات سنوية"
2362
-
2363
- #: modules/widget-visibility/widget-conditions.php:110
2364
- msgid "Front page"
2365
- msgstr "الصفحة الرئيسية"
2366
-
2367
- #: modules/widget-visibility/widget-conditions.php:111
2368
- msgid "Posts page"
2369
- msgstr "صفحة المقالات"
2370
-
2371
- #: modules/widget-visibility/widget-conditions.php:112
2372
- msgid "Archive page"
2373
- msgstr "صفحة الأرشيف"
2374
-
2375
- #: modules/widget-visibility/widget-conditions.php:113
2376
- msgid "404 error page"
2377
- msgstr "صفحة الخطأ 404"
2378
-
2379
- #: modules/widget-visibility/widget-conditions.php:114
2380
- msgid "Search results"
2381
- msgstr "نتائج البحث"
2382
-
2383
- #: modules/widget-visibility/widget-conditions.php:115
2384
- msgid "Post type:"
2385
- msgstr "نوع المقالة:"
2386
-
2387
- #: modules/widget-visibility/widget-conditions.php:128
2388
- msgid "Static page:"
2389
- msgstr "الصفحة الثابتة:"
2390
-
2391
- #: modules/widget-visibility/widget-conditions.php:139
2392
- msgid "All taxonomy pages"
2393
- msgstr "كل صفحات التصنيف"
2394
-
2395
- #: modules/widget-visibility/widget-conditions.php:196
2396
- msgid "Visibility"
2397
- msgstr "الظهور:"
2398
-
2399
- #: modules/widget-visibility/widget-conditions.php:211
2400
- msgid "Category"
2401
- msgstr "الفئة"
2402
-
2403
- #: modules/widget-visibility/widget-conditions.php:236
2404
- msgid "Delete"
2405
- msgstr "حذف"
2406
-
2407
- #: modules/widgets/facebook-likebox.php:31
2408
- msgid "Facebook Like Box"
2409
- msgstr "مربع إعجاب فيس بوك"
2410
-
2411
- #: modules/widgets/facebook-likebox.php:34
2412
- msgid "Display a Facebook Like Box to connect visitors to your Facebook Page"
2413
- msgstr "عرض مربع إعجاب فيس بوك لربط زوار موقعك بصفحتك على فيس بوك"
2414
-
2415
- #: modules/widgets/facebook-likebox.php:48
2416
- msgid "It looks like your Facebook URL is incorrectly configured. Please check it in your <a href=\"%s\">widget settings</a>."
2417
- msgstr "يبدو وكأنه يتم تكوين رابط الفيس بوك بشكل غير صحيح. يرجى التحقق من ذلك في ضبط <a href=\"%s\">إعدادات المربع الجانبي</a>."
2418
-
2419
- #: modules/widgets/facebook-likebox.php:138
2420
- msgid "Facebook Page URL"
2421
- msgstr "رابط صفحة فيس بوك"
2422
-
2423
- #: modules/widgets/facebook-likebox.php:141
2424
- msgid "The Like Box only works with <a href=\"http://www.facebook.com/help/?faq=174987089221178\">Facebook Pages</a>."
2425
- msgstr "صندوق الإعجاب يعمل مع <a href=\"http://www.facebook.com/help/?faq=174987089221178\">صفحات فيس بوك</a> فقط."
2426
-
2427
- #: modules/widgets/facebook-likebox.php:147
2428
- msgid "Width"
2429
- msgstr "عرض"
2430
-
2431
- #: modules/widgets/facebook-likebox.php:154
2432
- msgid "Height"
2433
- msgstr "ارتفاع"
2434
-
2435
- #: modules/widgets/facebook-likebox.php:172
2436
- msgid "Show Faces"
2437
- msgstr "إظهار الوجوه"
2438
-
2439
- #: modules/widgets/facebook-likebox.php:174
2440
- msgid "Show profile photos in the plugin."
2441
- msgstr "إظهار صور الملف الشخصي في الإضافة."
2442
-
2443
- #: modules/widgets/facebook-likebox.php:181
2444
- msgid "Show Stream"
2445
- msgstr "إظهار التدفق"
2446
-
2447
- #: modules/widgets/facebook-likebox.php:183
2448
- msgid "Show the profile stream for the public profile."
2449
- msgstr "إظهار تدفق الملف الشخصي للملف الشخصي العام."
2450
-
2451
- #: modules/widgets/facebook-likebox.php:190
2452
- msgid "Show Border"
2453
- msgstr "إظهار الحدود"
2454
-
2455
- #: modules/widgets/facebook-likebox.php:192
2456
- msgid "Show a border around the plugin."
2457
- msgstr "إظهار الحدود حول الإضافة."
2458
-
2459
- #: modules/widgets/facebook-likebox.php:199
2460
- msgid "Show Wall"
2461
- msgstr "إظهار الحائط"
2462
-
2463
- #: modules/widgets/facebook-likebox.php:201
2464
- msgid "Show the wall for a Places page rather than friend activity."
2465
- msgstr "إظهار الحائط لصفحة الأماكن بدلاً من أنشطة الأصدقاء."
2466
-
2467
- #: modules/widgets/contact-info.php:190
2468
- #: modules/widgets/gallery/templates/form.php:2
2469
- #: modules/widgets/goodreads.php:119 modules/widgets/rsslinks-widget.php:62
2470
- #: modules/widgets/top-posts.php:73 modu