Changeset 52271
- Timestamp:
- 11/29/2021 10:02:32 PM (3 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwenty
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
r51231 r52271 121 121 122 122 .editor-post-title__block .editor-post-title__input, 123 .editor-styles-wrapper .wp-block-post-title, 123 124 .editor-styles-wrapper .wp-block h1, 124 125 .editor-styles-wrapper .wp-block h2, … … 137 138 138 139 .editor-post-title__block .editor-post-title__input, 140 .editor-styles-wrapper .wp-block-post-title, 139 141 .editor-styles-wrapper .wp-block h1, 140 142 .editor-styles-wrapper .wp-block h2, … … 236 238 237 239 .editor-post-title__block .editor-post-title__input, 240 .editor-styles-wrapper .wp-block-post-title, 238 241 .editor-styles-wrapper .wp-block h1, 239 242 .editor-styles-wrapper .wp-block h2, … … 252 255 253 256 .editor-post-title__block .editor-post-title__input, 257 .editor-styles-wrapper .wp-block-post-title, 254 258 .editor-styles-wrapper .wp-block h1 { 255 259 font-size: 36px; … … 287 291 288 292 /* POST TITLE */ 293 294 .editor-styles-wrapper .wp-block-post-title { 295 max-width: 1000px; 296 margin: 0 auto; 297 text-align: center; 298 } 289 299 290 300 .wp-block.editor-post-title__block { … … 1218 1228 1219 1229 .editor-post-title__block .editor-post-title__input, 1230 .editor-styles-wrapper .wp-block-post-title, 1220 1231 .editor-styles-wrapper .wp-block h1 { 1221 1232 font-size: 64px; … … 1396 1407 1397 1408 .editor-post-title__block .editor-post-title__input, 1409 .editor-styles-wrapper .wp-block-post-title, 1398 1410 .editor-styles-wrapper .wp-block h1 { 1399 1411 font-size: 84px; -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
r51231 r52271 121 121 122 122 .editor-post-title__block .editor-post-title__input, 123 .editor-styles-wrapper .wp-block-post-title, 123 124 .editor-styles-wrapper .wp-block h1, 124 125 .editor-styles-wrapper .wp-block h2, … … 137 138 138 139 .editor-post-title__block .editor-post-title__input, 140 .editor-styles-wrapper .wp-block-post-title, 139 141 .editor-styles-wrapper .wp-block h1, 140 142 .editor-styles-wrapper .wp-block h2, … … 236 238 237 239 .editor-post-title__block .editor-post-title__input, 240 .editor-styles-wrapper .wp-block-post-title, 238 241 .editor-styles-wrapper .wp-block h1, 239 242 .editor-styles-wrapper .wp-block h2, … … 252 255 253 256 .editor-post-title__block .editor-post-title__input, 257 .editor-styles-wrapper .wp-block-post-title, 254 258 .editor-styles-wrapper .wp-block h1 { 255 259 font-size: 36px; … … 287 291 288 292 /* POST TITLE */ 293 294 .editor-styles-wrapper .wp-block-post-title { 295 max-width: 1000px; 296 margin: 0 auto; 297 text-align: center; 298 } 289 299 290 300 .wp-block.editor-post-title__block { … … 1218 1228 1219 1229 .editor-post-title__block .editor-post-title__input, 1230 .editor-styles-wrapper .wp-block-post-title, 1220 1231 .editor-styles-wrapper .wp-block h1 { 1221 1232 font-size: 64px; … … 1396 1407 1397 1408 .editor-post-title__block .editor-post-title__input, 1409 .editor-styles-wrapper .wp-block-post-title, 1398 1410 .editor-styles-wrapper .wp-block h1 { 1399 1411 font-size: 84px; -
trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php
r51874 r52271 120 120 array( 121 121 'front-end' => array( 'body', 'input', 'textarea', 'button', '.button', '.faux-button', '.wp-block-button__link', '.wp-block-file__button', '.has-drop-cap:not(:focus)::first-letter', '.entry-content .wp-block-archives', '.entry-content .wp-block-categories', '.entry-content .wp-block-cover-image', '.entry-content .wp-block-latest-comments', '.entry-content .wp-block-latest-posts', '.entry-content .wp-block-pullquote', '.entry-content .wp-block-quote.is-large', '.entry-content .wp-block-quote.is-style-large', '.entry-content .wp-block-archives *', '.entry-content .wp-block-categories *', '.entry-content .wp-block-latest-posts *', '.entry-content .wp-block-latest-comments *', '.entry-content p', '.entry-content ol', '.entry-content ul', '.entry-content dl', '.entry-content dt', '.entry-content cite', '.entry-content figcaption', '.entry-content .wp-caption-text', '.comment-content p', '.comment-content ol', '.comment-content ul', '.comment-content dl', '.comment-content dt', '.comment-content cite', '.comment-content figcaption', '.comment-content .wp-caption-text', '.widget_text p', '.widget_text ol', '.widget_text ul', '.widget_text dl', '.widget_text dt', '.widget-content .rssSummary', '.widget-content cite', '.widget-content figcaption', '.widget-content .wp-caption-text' ), 122 'block-editor' => array( '.editor-styles-wrapper > *', '.editor-styles-wrapper p', '.editor-styles-wrapper ol', '.editor-styles-wrapper ul', '.editor-styles-wrapper dl', '.editor-styles-wrapper dt', '.editor-post-title__block .editor-post-title__input', '.editor-styles-wrapper .wp-block h1', '.editor-styles-wrapper .wp-block h2', '.editor-styles-wrapper .wp-block h3', '.editor-styles-wrapper .wp-block h4', '.editor-styles-wrapper .wp-block h5', '.editor-styles-wrapper .wp-block h6', '.editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter', '.editor-styles-wrapper cite', '.editor-styles-wrapper figcaption', '.editor-styles-wrapper .wp-caption-text' ),122 'block-editor' => array( '.editor-styles-wrapper > *', '.editor-styles-wrapper p', '.editor-styles-wrapper ol', '.editor-styles-wrapper ul', '.editor-styles-wrapper dl', '.editor-styles-wrapper dt', '.editor-post-title__block .editor-post-title__input', '.editor-styles-wrapper .wp-block-post-title', '.editor-styles-wrapper .wp-block h1', '.editor-styles-wrapper .wp-block h2', '.editor-styles-wrapper .wp-block h3', '.editor-styles-wrapper .wp-block h4', '.editor-styles-wrapper .wp-block h5', '.editor-styles-wrapper .wp-block h6', '.editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter', '.editor-styles-wrapper cite', '.editor-styles-wrapper figcaption', '.editor-styles-wrapper .wp-caption-text' ), 123 123 'classic-editor' => array( 'body#tinymce.wp-editor', 'body#tinymce.wp-editor p', 'body#tinymce.wp-editor ol', 'body#tinymce.wp-editor ul', 'body#tinymce.wp-editor dl', 'body#tinymce.wp-editor dt', 'body#tinymce.wp-editor figcaption', 'body#tinymce.wp-editor .wp-caption-text', 'body#tinymce.wp-editor .wp-caption-dd', 'body#tinymce.wp-editor cite', 'body#tinymce.wp-editor table' ), 124 124 )
Note: See TracChangeset
for help on using the changeset viewer.