Changeset 39124
- Timestamp:
- 11/03/2016 07:43:15 PM (8 years ago)
- Location:
- trunk/src/wp-content/themes/twentyseventeen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/assets/css/ie8.css
r39072 r39124 61 61 } 62 62 63 .has-header-image.twentyseventeen-front-page .custom-header, 64 .has-header-image.home.blog .custom-header { 65 display: block; 66 } 67 63 68 .custom-header-image { 64 69 background-position: bottom center; … … 67 72 .site-branding { 68 73 padding: 45px 0; 74 } 75 76 .has-header-image.twentyseventeen-front-page .site-branding, 77 .has-header-image.home.blog .site-branding { 78 bottom: 0; 79 display: block; 80 left: 0; 81 height: auto; 82 padding-top: 0; 83 position: absolute; 84 width: 100%; 69 85 } 70 86 … … 194 210 /* RTL Styles */ 195 211 212 .rtl .has-header-image.twentyseventeen-front-page .site-branding, 213 .rtl .has-header-image.home.blog .site-branding { 214 left: auto; 215 right: 0; 216 } 217 196 218 .rtl .entry-footer .cat-links, 197 219 .rtl .entry-footer .tags-links { -
trunk/src/wp-content/themes/twentyseventeen/style.css
r39080 r39124 1543 1543 background-color: #fafafa; 1544 1544 position: relative; 1545 overflow: hidden; 1545 1546 } 1546 1547 … … 1564 1565 .site-branding a:focus { 1565 1566 opacity: 0.7; 1566 }1567 1568 .has-header-image.twentyseventeen-front-page .site-branding,1569 .has-header-image.home.blog .site-branding {1570 align-self: flex-end;1571 1567 } 1572 1568 … … 1640 1636 .has-header-image.twentyseventeen-front-page .custom-header, 1641 1637 .has-header-image.home.blog .custom-header { 1642 display: flex; 1638 display: table; 1639 height: 100%; 1643 1640 min-height: 300px; 1644 1641 min-height: 75vh; 1642 width: 100%; 1645 1643 } 1646 1644 … … 1701 1699 body:not(.has-header-image) .custom-header-image { 1702 1700 padding: 5% 0; 1701 } 1702 1703 .has-header-image.twentyseventeen-front-page .site-branding, 1704 .has-header-image.home.blog .site-branding { 1705 display: table-cell; 1706 height: 100%; 1707 vertical-align: bottom; 1703 1708 } 1704 1709 … … 3242 3247 .has-header-image.home.blog .site-branding { 3243 3248 bottom: 0; 3249 display: block; 3250 left: 0; 3251 height: auto; 3244 3252 padding-top: 0; 3245 3253 position: absolute; … … 3249 3257 .has-header-image.twentyseventeen-front-page .custom-header, 3250 3258 .has-header-image.home.blog .custom-header { 3259 display: block; 3251 3260 min-height: 0; 3252 3261 } … … 3550 3559 max-height: 100%; 3551 3560 overflow: hidden; 3552 /* padding: 10% 0; */3553 3561 } 3554 3562
Note: See TracChangeset
for help on using the changeset viewer.