- Timestamp:
- 11/16/2018 12:13:32 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/print.scss
r43842 r43904 22 22 @page { 23 23 margin: 2cm; 24 } 25 26 .entry { 27 margin-top: 1em; 24 28 } 25 29 … … 121 125 .site-branding-container:before, 122 126 .entry .entry-title:before, 123 .entry- meta, .entry-footer,127 .entry-footer, 124 128 .author-description:before, 125 .post-navigation { 129 .post-navigation, 130 .widget-area, 131 .comment-form-flex { 126 132 display: none; 127 133 } 134 135 /* Site Header (With Featured Image) */ 136 .site-header.featured-image { 137 min-height: 0; 138 139 .main-navigation a, 140 .main-navigation a + svg, 141 .social-navigation a, 142 .site-title a, 143 .site-featured-image a, 144 .site-branding .site-title, 145 .site-branding .site-description, 146 .main-navigation a:after, 147 .main-navigation .main-menu > li.menu-item-has-children:after, 148 .main-navigation li, 149 .social-navigation li, 150 .entry-meta, 151 .entry-title { 152 color: #000; 153 text-shadow: none; 154 } 155 156 .site-featured-image .entry-header, 157 .site-branding-container { 158 margin-top: 0; 159 margin-bottom: 0; 160 } 161 162 .site-featured-image .post-thumbnail img { 163 position: relative; 164 height: initial; 165 width: initial; 166 object-fit: none; 167 min-width: 0; 168 min-height: 0; 169 max-width: 100%; 170 margin-top: 1rem; 171 } 172 } 173 174 /* Remove image filters from featured image */ 175 .image-filters-enabled { 176 177 *:after { 178 display: none !important; 179 } 180 181 .site-header.featured-image .site-featured-image .post-thumbnail img { 182 filter: none; 183 } 184 } 128 185 }
Note: See TracChangeset
for help on using the changeset viewer.