Changeset 44149 for trunk/src/wp-content/themes/twentynineteen/print.scss
- Timestamp:
- 12/14/2018 02:32:33 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43808,43821,43842,43860,43892,43904,43909,43926-43929,43956,43961-43963
- Property svn:mergeinfo changed
-
trunk/src/wp-content/themes/twentynineteen/print.scss
r43808 r44149 24 24 } 25 25 26 .hentry .entry-header, .site-footer .site-info { 26 .entry { 27 margin-top: 1em; 28 } 29 30 .entry .entry-header, .site-footer .site-info { 27 31 margin: 0; 28 32 } … … 90 94 a:link, a:visited, a { 91 95 background: transparent; 92 color: #520;93 96 font-weight: bold; 94 97 text-decoration: underline; … … 97 100 98 101 a { 99 page-break-inside: avoid 102 page-break-inside: avoid; 100 103 } 101 104 … … 118 121 /* Visibility */ 119 122 .main-navigation, 123 .site-title + .main-navigation, 120 124 .social-navigation, 121 125 .site-branding-container:before, 122 . hentry .entry-title:before,123 .entry- meta, .entry-footer,126 .entry .entry-title:before, 127 .entry-footer, 124 128 .author-description:before, 125 .post-navigation { 129 .post-navigation, 130 .widget-area, 131 .comment-form-flex, 132 .comment-reply, 133 .comment .comment-metadata .edit-link { 126 134 display: none; 127 135 } 136 137 .entry .entry-content .wp-block-button .wp-block-button__link, 138 .entry .entry-content .button { 139 color: #000; 140 background: none; 141 } 142 143 /* Site Header (With Featured Image) */ 144 .site-header.featured-image { 145 min-height: 0; 146 147 .main-navigation a, 148 .main-navigation a + svg, 149 .social-navigation a, 150 .site-title a, 151 .site-featured-image a, 152 .site-branding .site-title, 153 .site-branding .site-description, 154 .main-navigation a:after, 155 .main-navigation .main-menu > li.menu-item-has-children:after, 156 .main-navigation li, 157 .social-navigation li, 158 .entry-meta, 159 .entry-title, 160 &#masthead .site-title a { 161 color: #000; 162 text-shadow: none; 163 } 164 165 .site-featured-image .entry-header, 166 .site-branding-container { 167 margin-top: 0; 168 margin-bottom: 0; 169 } 170 171 .site-featured-image .post-thumbnail img { 172 position: relative; 173 height: initial; 174 width: initial; 175 object-fit: none; 176 min-width: 0; 177 min-height: 0; 178 max-width: 100%; 179 margin-top: 1rem; 180 } 181 } 182 183 /* Remove image filters from featured image */ 184 .image-filters-enabled { 185 186 *:after { 187 display: none !important; 188 } 189 190 .site-header.featured-image .site-featured-image:before { 191 display: none; 192 } 193 194 .site-header.featured-image .site-featured-image .post-thumbnail img { 195 filter: none; 196 } 197 } 128 198 }
Note: See TracChangeset
for help on using the changeset viewer.