PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.3 16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 All 504 releases
← All changes | modules/theme-tools/compat/twentynineteen.css +20 -17 13.2.416.3-a.1 View file →
@@ -3,13 +3,15 @@
3 3 /* Globally hidden elements when Infinite Scroll is supported and in use. */
4 4 .infinite-scroll .pagination,
5 5 .infinite-scroll .posts-navigation,
6 6 .infinite-scroll.neverending .site-footer {
7 +
7 8 /* Theme Footer (when set to scrolling) */
8 9 display: none;
9 10 }
10 11
11 - /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
12 +/* When Infinite Scroll has reached its end we need to re-display
13 + * elements that were hidden (via .neverending) before. */
12 14 .infinity-end.neverending .site-footer {
13 15 display: block;
14 16 }
15 17
@@ -40,10 +42,10 @@
40 42 background: #2271b1;
41 43 border: none;
42 44 border-radius: 5px;
43 45 box-sizing: border-box;
44 - color: white;
45 - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
46 + color: #fff;
47 + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
46 48 font-size: 0.8888888889em;
47 49 font-weight: 600;
48 50 line-height: 1.2;
49 51 outline: none;
@@ -84,9 +86,9 @@
84 86 }
85 87
86 88 .entry div.sharedaddy h3.sd-title,
87 89 .entry h3.sd-title {
88 - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
90 + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
89 91 font-size: 1.125em;
90 92 font-weight: 700;
91 93 letter-spacing: -0.02em;
92 94 line-height: 1.2;
@@ -94,10 +96,10 @@
94 96 -webkit-font-smoothing: antialiased;
95 97 -moz-osx-font-smoothing: grayscale;
96 98 }
97 99
98 -.entry div.sharedaddy h3.sd-title:before,
99 -.entry h3.sd-title:before {
100 +.entry div.sharedaddy h3.sd-title::before,
101 +.entry h3.sd-title::before {
100 102 background: #767676;
101 103 border-top: none;
102 104 content: "\020";
103 105 display: block;
@@ -127,9 +129,9 @@
127 129 margin-bottom: 32px;
128 130 }
129 131
130 132 .entry #jp-relatedposts h3.jp-relatedposts-headline {
131 - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
133 + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
132 134 font-size: 1.125em;
133 135 font-weight: 700;
134 136 letter-spacing: -0.02em;
135 137 line-height: 1.2;
@@ -137,9 +139,9 @@
137 139 -webkit-font-smoothing: antialiased;
138 140 -moz-osx-font-smoothing: grayscale;
139 141 }
140 142
141 -.entry #jp-relatedposts h3.jp-relatedposts-headline:before {
143 +.entry #jp-relatedposts h3.jp-relatedposts-headline::before {
142 144 background: #767676;
143 145 border-top: none;
144 146 content: "\020";
145 147 display: block;
@@ -148,9 +150,9 @@
148 150 width: 1em;
149 151 min-width: inherit;
150 152 }
151 153
152 -.entry #jp-relatedposts h3.jp-relatedposts-headline em:before {
154 +.entry #jp-relatedposts h3.jp-relatedposts-headline em::before {
153 155 display: none;
154 156 }
155 157
156 158 .entry #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
@@ -158,9 +160,9 @@
158 160 }
159 161
160 162 .entry #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
161 163 .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
162 - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
164 + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
163 165 font-size: 1em;
164 166 letter-spacing: -0.02em;
165 167 line-height: 1.2;
166 168 margin-bottom: 0.5em;
@@ -180,9 +182,9 @@
180 182 }
181 183
182 184 .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
183 185 .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
184 - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
186 + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
185 187 font-size: 13px;
186 188 font-weight: 500;
187 189 }
188 190
@@ -229,9 +231,9 @@
229 231 .widget_links li,
230 232 .widget_jp_blogs_i_follow li,
231 233 .widget_rss_links li {
232 234 color: #767676;
233 - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
235 + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
234 236 font-size: calc(22px * 1.125);
235 237 font-weight: 700;
236 238 line-height: 1.2;
237 239 margin-top: 0.5rem;
@@ -251,9 +253,9 @@
251 253 }
252 254
253 255 .widget_authors > ul > li > a {
254 256 display: block;
255 - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
257 + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
256 258 position: relative;
257 259 }
258 260
259 261 .widget.widget_authors li a strong {
@@ -297,9 +299,9 @@
297 299 /* EU cookie law */
298 300 .widget_eu_cookie_law_widget #eu-cookie-law {
299 301 border-color: #ccc;
300 302 color: #767676;
301 - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
303 + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
302 304 font-size: 0.68182em;
303 305 padding: 0.5rem 1rem;
304 306 }
305 307
@@ -314,9 +316,9 @@
314 316 margin: 1rem 0 0.5rem;
315 317 }
316 318
317 319 .widget_rss .rssSummary {
318 - font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
320 + font-family: NonBreakingSpaceOverride, "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
319 321 font-weight: 400;
320 322 font-size: 22px;
321 323 }
322 324
@@ -332,9 +334,9 @@
332 334 .widget_rss cite {
333 335 font-style: normal;
334 336 }
335 337
336 -.widget_rss cite:before {
338 +.widget_rss cite::before {
337 339 content: "\2014\00a0";
338 340 }
339 341
340 342 /* Top Posts & Pages Widget */
@@ -345,10 +347,11 @@
345 347 }
346 348
347 349 /* Search widget override */
348 350 @media only screen and (min-width: 600px) {
351 +
349 352 .widget.widget_search .search-field {
350 - max-width: calc( 50vw - 20% );
353 + max-width: calc(50vw - 20%);
351 354 }
352 355 }
353 356
354 357 /**