Changeset 54154
- Timestamp:
- 09/14/2022 10:46:51 AM (2 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwenty
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
r54153 r54154 122 122 .editor-post-title__block .editor-post-title__input, 123 123 .editor-styles-wrapper .wp-block-post-title, 124 .editor-styles-wrapper .wp-blockh1,125 .editor-styles-wrapper .wp-blockh2,126 .editor-styles-wrapper .wp-blockh3,127 .editor-styles-wrapper .wp-blockh4,128 .editor-styles-wrapper .wp-blockh5,129 .editor-styles-wrapper .wp-blockh6,124 .editor-styles-wrapper h1, 125 .editor-styles-wrapper h2, 126 .editor-styles-wrapper h3, 127 .editor-styles-wrapper h4, 128 .editor-styles-wrapper h5, 129 .editor-styles-wrapper h6, 130 130 .editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter, 131 131 .editor-styles-wrapper cite, … … 139 139 .editor-post-title__block .editor-post-title__input, 140 140 .editor-styles-wrapper .wp-block-post-title, 141 .editor-styles-wrapper .wp-blockh1,142 .editor-styles-wrapper .wp-blockh2,143 .editor-styles-wrapper .wp-blockh3,144 .editor-styles-wrapper .wp-blockh4,145 .editor-styles-wrapper .wp-blockh5,146 .editor-styles-wrapper .wp-blockh6,141 .editor-styles-wrapper h1, 142 .editor-styles-wrapper h2, 143 .editor-styles-wrapper h3, 144 .editor-styles-wrapper h4, 145 .editor-styles-wrapper h5, 146 .editor-styles-wrapper h6, 147 147 .editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter, 148 148 .editor-styles-wrapper cite, … … 243 243 .editor-post-title__block .editor-post-title__input, 244 244 .editor-styles-wrapper .wp-block-post-title, 245 .editor-styles-wrapper .wp-blockh1,246 .editor-styles-wrapper .wp-blockh2,247 .editor-styles-wrapper .wp-blockh3,248 .editor-styles-wrapper .wp-blockh4,249 .editor-styles-wrapper .wp-blockh5,250 .editor-styles-wrapper .wp-blockh6 {245 .editor-styles-wrapper h1, 246 .editor-styles-wrapper h2, 247 .editor-styles-wrapper h3, 248 .editor-styles-wrapper h4, 249 .editor-styles-wrapper h5, 250 .editor-styles-wrapper h6 { 251 251 font-feature-settings: "lnum"; 252 252 font-variant-numeric: lining-nums; … … 260 260 .editor-post-title__block .editor-post-title__input, 261 261 .editor-styles-wrapper .wp-block-post-title, 262 .editor-styles-wrapper .wp-block h1 { 262 .editor-styles-wrapper h1, 263 .editor-styles-wrapper .heading-size-1 { 263 264 font-size: 36px; 264 265 font-weight: 800; … … 266 267 } 267 268 268 .editor-styles-wrapper .wp-block h2 { 269 .editor-styles-wrapper h2, 270 .editor-styles-wrapper .heading-size-2 { 269 271 font-size: 32px; 270 272 } 271 273 272 .editor-styles-wrapper .wp-block h3 { 274 .editor-styles-wrapper h3, 275 .editor-styles-wrapper .heading-size-3 { 273 276 font-size: 28px; 274 277 } 275 278 276 .editor-styles-wrapper .wp-block h4 { 279 .editor-styles-wrapper h4, 280 .editor-styles-wrapper .heading-size-4 { 277 281 font-size: 24px; 278 282 } 279 283 280 .editor-styles-wrapper .wp-block h5 { 284 .editor-styles-wrapper h5, 285 .editor-styles-wrapper .heading-size-5 { 281 286 font-size: 21px; 282 287 } 283 288 284 .editor-styles-wrapper .wp-block h6 { 289 .editor-styles-wrapper h6, 290 .editor-styles-wrapper .heading-size-6 { 285 291 font-size: 16px; 286 292 letter-spacing: 0.03125em; … … 1249 1255 .editor-post-title__block .editor-post-title__input, 1250 1256 .editor-styles-wrapper .wp-block-post-title, 1251 .editor-styles-wrapper .wp-block h1 { 1257 .editor-styles-wrapper h1, 1258 .editor-styles-wrapper .heading-size-1 { 1252 1259 font-size: 64px; 1253 1260 } 1254 1261 1255 .editor-styles-wrapper .wp-block h2 { 1262 .editor-styles-wrapper h2, 1263 .editor-styles-wrapper .heading-size-2 { 1256 1264 font-size: 48px; 1257 1265 } 1258 1266 1259 .editor-styles-wrapper .wp-block h3 { 1267 .editor-styles-wrapper h3, 1268 .editor-styles-wrapper .heading-size-3 { 1260 1269 font-size: 40px; 1261 1270 } 1262 1271 1263 .editor-styles-wrapper .wp-block h4 { 1272 .editor-styles-wrapper h4, 1273 .editor-styles-wrapper .heading-size-4 { 1264 1274 font-size: 32px; 1265 1275 } 1266 1276 1267 .editor-styles-wrapper .wp-block h5 { 1277 .editor-styles-wrapper h5, 1278 .editor-styles-wrapper .heading-size-5 { 1268 1279 font-size: 24px; 1269 1280 } … … 1428 1439 .editor-post-title__block .editor-post-title__input, 1429 1440 .editor-styles-wrapper .wp-block-post-title, 1430 .editor-styles-wrapper .wp-block h1 { 1441 .editor-styles-wrapper h1, 1442 .editor-styles-wrapper .heading-size-1 { 1431 1443 font-size: 84px; 1432 1444 } 1433 1445 1434 .editor-styles-wrapper .wp-block h6 { 1446 .editor-styles-wrapper h6, 1447 .editor-styles-wrapper .heading-size-6 { 1435 1448 font-size: 18px; 1436 1449 } -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
r54153 r54154 122 122 .editor-post-title__block .editor-post-title__input, 123 123 .editor-styles-wrapper .wp-block-post-title, 124 .editor-styles-wrapper .wp-blockh1,125 .editor-styles-wrapper .wp-blockh2,126 .editor-styles-wrapper .wp-blockh3,127 .editor-styles-wrapper .wp-blockh4,128 .editor-styles-wrapper .wp-blockh5,129 .editor-styles-wrapper .wp-blockh6,124 .editor-styles-wrapper h1, 125 .editor-styles-wrapper h2, 126 .editor-styles-wrapper h3, 127 .editor-styles-wrapper h4, 128 .editor-styles-wrapper h5, 129 .editor-styles-wrapper h6, 130 130 .editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter, 131 131 .editor-styles-wrapper cite, … … 139 139 .editor-post-title__block .editor-post-title__input, 140 140 .editor-styles-wrapper .wp-block-post-title, 141 .editor-styles-wrapper .wp-blockh1,142 .editor-styles-wrapper .wp-blockh2,143 .editor-styles-wrapper .wp-blockh3,144 .editor-styles-wrapper .wp-blockh4,145 .editor-styles-wrapper .wp-blockh5,146 .editor-styles-wrapper .wp-blockh6,141 .editor-styles-wrapper h1, 142 .editor-styles-wrapper h2, 143 .editor-styles-wrapper h3, 144 .editor-styles-wrapper h4, 145 .editor-styles-wrapper h5, 146 .editor-styles-wrapper h6, 147 147 .editor-styles-wrapper .has-drop-cap:not(:focus)::first-letter, 148 148 .editor-styles-wrapper cite, … … 243 243 .editor-post-title__block .editor-post-title__input, 244 244 .editor-styles-wrapper .wp-block-post-title, 245 .editor-styles-wrapper .wp-blockh1,246 .editor-styles-wrapper .wp-blockh2,247 .editor-styles-wrapper .wp-blockh3,248 .editor-styles-wrapper .wp-blockh4,249 .editor-styles-wrapper .wp-blockh5,250 .editor-styles-wrapper .wp-blockh6 {245 .editor-styles-wrapper h1, 246 .editor-styles-wrapper h2, 247 .editor-styles-wrapper h3, 248 .editor-styles-wrapper h4, 249 .editor-styles-wrapper h5, 250 .editor-styles-wrapper h6 { 251 251 font-feature-settings: "lnum"; 252 252 font-variant-numeric: lining-nums; … … 260 260 .editor-post-title__block .editor-post-title__input, 261 261 .editor-styles-wrapper .wp-block-post-title, 262 .editor-styles-wrapper .wp-block h1 { 262 .editor-styles-wrapper h1, 263 .editor-styles-wrapper .heading-size-1 { 263 264 font-size: 36px; 264 265 font-weight: 800; … … 266 267 } 267 268 268 .editor-styles-wrapper .wp-block h2 { 269 .editor-styles-wrapper h2, 270 .editor-styles-wrapper .heading-size-2 { 269 271 font-size: 32px; 270 272 } 271 273 272 .editor-styles-wrapper .wp-block h3 { 274 .editor-styles-wrapper h3, 275 .editor-styles-wrapper .heading-size-3 { 273 276 font-size: 28px; 274 277 } 275 278 276 .editor-styles-wrapper .wp-block h4 { 279 .editor-styles-wrapper h4, 280 .editor-styles-wrapper .heading-size-4 { 277 281 font-size: 24px; 278 282 } 279 283 280 .editor-styles-wrapper .wp-block h5 { 284 .editor-styles-wrapper h5, 285 .editor-styles-wrapper .heading-size-5 { 281 286 font-size: 21px; 282 287 } 283 288 284 .editor-styles-wrapper .wp-block h6 { 289 .editor-styles-wrapper h6, 290 .editor-styles-wrapper .heading-size-6 { 285 291 font-size: 16px; 286 292 letter-spacing: 0.03125em; … … 1253 1259 .editor-post-title__block .editor-post-title__input, 1254 1260 .editor-styles-wrapper .wp-block-post-title, 1255 .editor-styles-wrapper .wp-block h1 { 1261 .editor-styles-wrapper h1, 1262 .editor-styles-wrapper .heading-size-1 { 1256 1263 font-size: 64px; 1257 1264 } 1258 1265 1259 .editor-styles-wrapper .wp-block h2 { 1266 .editor-styles-wrapper h2, 1267 .editor-styles-wrapper .heading-size-2 { 1260 1268 font-size: 48px; 1261 1269 } 1262 1270 1263 .editor-styles-wrapper .wp-block h3 { 1271 .editor-styles-wrapper h3, 1272 .editor-styles-wrapper .heading-size-3 { 1264 1273 font-size: 40px; 1265 1274 } 1266 1275 1267 .editor-styles-wrapper .wp-block h4 { 1276 .editor-styles-wrapper h4, 1277 .editor-styles-wrapper .heading-size-4 { 1268 1278 font-size: 32px; 1269 1279 } 1270 1280 1271 .editor-styles-wrapper .wp-block h5 { 1281 .editor-styles-wrapper h5, 1282 .editor-styles-wrapper .heading-size-5 { 1272 1283 font-size: 24px; 1273 1284 } … … 1432 1443 .editor-post-title__block .editor-post-title__input, 1433 1444 .editor-styles-wrapper .wp-block-post-title, 1434 .editor-styles-wrapper .wp-block h1 { 1445 .editor-styles-wrapper h1, 1446 .editor-styles-wrapper .heading-size-1 { 1435 1447 font-size: 84px; 1436 1448 } 1437 1449 1438 .editor-styles-wrapper .wp-block h6 { 1450 .editor-styles-wrapper h6, 1451 .editor-styles-wrapper .heading-size-6 { 1439 1452 font-size: 18px; 1440 1453 } -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic-rtl.css
r52661 r54154 216 216 } 217 217 218 body#tinymce.wp-editor.content h1 { 218 body#tinymce.wp-editor.content h1, 219 body#tinymce.wp-editor.content .heading-size-1 { 219 220 font-size: 84px; 220 221 font-weight: 800; … … 222 223 } 223 224 224 body#tinymce.wp-editor.content h2 { 225 body#tinymce.wp-editor.content h2, 226 body#tinymce.wp-editor.content .heading-size-2 { 225 227 font-size: 48px; 226 228 } 227 229 228 body#tinymce.wp-editor.content h3 { 230 body#tinymce.wp-editor.content h3, 231 body#tinymce.wp-editor.content .heading-size-3 { 229 232 font-size: 40px; 230 233 } 231 234 232 body#tinymce.wp-editor.content h4 { 235 body#tinymce.wp-editor.content h4, 236 body#tinymce.wp-editor.content .heading-size-4 { 233 237 font-size: 32px; 234 238 } 235 239 236 body#tinymce.wp-editor.content h5 { 240 body#tinymce.wp-editor.content h5, 241 body#tinymce.wp-editor.content .heading-size-5 { 237 242 font-size: 24px; 238 243 } 239 244 240 body#tinymce.wp-editor.content h6 { 245 body#tinymce.wp-editor.content h6, 246 body#tinymce.wp-editor.content .heading-size-6 { 241 247 font-size: 18px; 242 248 letter-spacing: 0.03125em; -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-classic.css
r52661 r54154 216 216 } 217 217 218 body#tinymce.wp-editor.content h1 { 218 body#tinymce.wp-editor.content h1, 219 body#tinymce.wp-editor.content .heading-size-1 { 219 220 font-size: 84px; 220 221 font-weight: 800; … … 222 223 } 223 224 224 body#tinymce.wp-editor.content h2 { 225 body#tinymce.wp-editor.content h2, 226 body#tinymce.wp-editor.content .heading-size-2 { 225 227 font-size: 48px; 226 228 } 227 229 228 body#tinymce.wp-editor.content h3 { 230 body#tinymce.wp-editor.content h3, 231 body#tinymce.wp-editor.content .heading-size-3 { 229 232 font-size: 40px; 230 233 } 231 234 232 body#tinymce.wp-editor.content h4 { 235 body#tinymce.wp-editor.content h4, 236 body#tinymce.wp-editor.content .heading-size-4 { 233 237 font-size: 32px; 234 238 } 235 239 236 body#tinymce.wp-editor.content h5 { 240 body#tinymce.wp-editor.content h5, 241 body#tinymce.wp-editor.content .heading-size-5 { 237 242 font-size: 24px; 238 243 } 239 244 240 body#tinymce.wp-editor.content h6 { 245 body#tinymce.wp-editor.content h6, 246 body#tinymce.wp-editor.content .heading-size-6 { 241 247 font-size: 18px; 242 248 letter-spacing: 0.03125em; -
trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-non-latin-languages.php
r52271 r54154 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-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-blockh6', '.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 h1', '.editor-styles-wrapper h2', '.editor-styles-wrapper h3', '.editor-styles-wrapper h4', '.editor-styles-wrapper h5', '.editor-styles-wrapper 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.