Ticket #46371: 43671.4.diff
File 43671.4.diff, 3.1 KB (added by , 3 years ago) |
---|
-
src/wp-content/themes/twentyfourteen/rtl.css
166 166 padding-left: 7px; 167 167 } 168 168 169 .entry-content p span[id^="more-"] {170 float: right;171 }172 169 173 174 170 /** 175 171 * 6.5 Galleries 176 172 * ----------------------------------------------------------------------------- -
src/wp-content/themes/twentyfourteen/style.css
95 95 overflow-y: scroll; 96 96 -webkit-text-size-adjust: 100%; 97 97 -ms-text-size-adjust: 100%; 98 scroll-padding-top: calc( var(--wp-admin--admin-bar--height, 0px) + 48px ); 98 99 } 99 100 100 101 body, … … 1304 1305 padding: 12px 10px 0; 1305 1306 } 1306 1307 1307 .site-content .entry-content {1308 padding-top: 22px;1309 }1310 1311 1308 .page .entry-content { 1312 1309 padding-top: 0; 1313 1310 } … … 1392 1389 white-space: nowrap; 1393 1390 } 1394 1391 1395 .entry-content span[id^="more-"] {1396 display: block;1397 padding-top: 52px;1398 margin-top: -76px;1399 }1400 1401 .admin-bar .entry-content span[id^="more-"] {1402 padding-top: 84px;1403 margin-top: -108px;1404 }1405 1406 .entry-content span[id^="more-"] + blockquote,1407 .entry-content span[id^="more-"] + div,1408 .entry-content span[id^="more-"] + figure,1409 .entry-content span[id^="more-"] + hr,1410 .entry-content span[id^="more-"] + ol,1411 .entry-content span[id^="more-"] + ul,1412 .entry-content span[id^="more-"] + p,1413 .entry-content span[id^="more-"] + pre {1414 margin-top: 24px;1415 }1416 1417 .entry-content p span[id^="more-"] {1418 width: 1px;1419 height: 24px;1420 float: left;1421 }1422 1423 1392 /* Mediaelements */ 1424 1393 1425 1394 .hentry .mejs-container, -
src/wp-content/themes/twentyseventeen/style.css
3382 3382 } 3383 3383 3384 3384 @media screen and (min-width: 48em) { 3385 html { 3386 scroll-padding-top: calc( var(--wp-admin--admin-bar--height, 0px) + 72px ); 3387 } 3385 3388 3386 3389 /* Typography */ 3387 3390 -
src/wp-content/themes/twentysixteen/style.css
2774 2774 */ 2775 2775 2776 2776 @media screen and (min-width: 44.375em) { 2777 html { 2778 scroll-padding-top: calc( var(--wp-admin--admin-bar--height, 0px) + 21px ); 2779 } 2780 2777 2781 body:not(.custom-background-image):before, 2778 2782 body:not(.custom-background-image):after { 2779 2783 background: inherit; -
src/wp-includes/css/admin-bar.css
1 1 html { 2 2 --wp-admin--admin-bar--height: 32px; 3 scroll-padding-top: var(--wp-admin--admin-bar--height); 3 4 } 4 5 5 6 #wpadminbar * {