Changeset 52198
- Timestamp:
- 11/17/2021 05:18:09 PM (3 years ago)
- Location:
- trunk/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/rtl.css
r47405 r52198 167 167 } 168 168 169 .entry-content p span[id^="more-"] {170 float: right;171 }172 173 169 174 170 /** -
trunk/src/wp-content/themes/twentyfourteen/style.css
r51455 r52198 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 … … 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; … … 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 -
trunk/src/wp-content/themes/twentyseventeen/style.css
r52031 r52198 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 */ -
trunk/src/wp-content/themes/twentysixteen/style.css
r51455 r52198 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 { -
trunk/src/wp-includes/css/admin-bar.css
r51672 r52198 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
Note: See TracChangeset
for help on using the changeset viewer.