Changeset 50358
- Timestamp:
- 02/16/2021 06:57:31 PM (4 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/editor-blocks.css
r49511 r50358 268 268 } 269 269 270 .edit-post-visual-editor .editor-block-list__block .wp-block-quote p { 270 .edit-post-visual-editor .editor-block-list__block .wp-block-quote p, 271 .editor-styles-wrapper .wp-block-quote p { 271 272 font-family: Georgia, "Bitstream Charter", serif; 272 273 } … … 274 275 .wp-block-quote:not(.is-large):not(.is-style-large) { 275 276 border: 0; 276 padding-left: 0; 277 padding-right: 0; 278 } 279 280 .wp-block-quote .wp-block-quote__citation.editor-rich-text__tinymce.mce-content-body { 277 padding-left: 3em; 278 padding-right: 3em; 279 } 280 281 .wp-block-quote .wp-block-quote__citation.editor-rich-text__tinymce.mce-content-body, 282 .wp-block-quote .wp-block-quote__citation { 281 283 color: #666; 282 284 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; … … 332 334 /* Code */ 333 335 334 . wp-block-code {336 .editor-styles-wrapper .wp-block-code { 335 337 background: transparent; 336 338 border: 0; … … 340 342 /* Pullquote */ 341 343 342 .edit-post-visual-editor .editor-block-list__block .wp-block-pullquote p { 344 .edit-post-visual-editor .editor-block-list__block .wp-block-pullquote p, 345 .editor-styles-wrapper .wp-block-pullquote p { 343 346 font-family: Georgia, "Bitstream Charter", serif; 344 347 font-style: italic; … … 367 370 .rtl .editor-block-list__block td { 368 371 text-align: right; 372 } 373 374 /* Verse */ 375 376 .editor-styles-wrapper .wp-block-verse { 377 font-family: inherit; 369 378 } 370 379 -
trunk/src/wp-content/themes/twentyfifteen/css/editor-blocks.css
r49511 r50358 636 636 /* Code */ 637 637 638 . wp-block-code,638 .editor-styles-wrapper .wp-block-code, 639 639 .wp-block-freeform.block-library-rich-text__tinymce code { 640 640 background: transparent; … … 705 705 .rtl .editor-block-list__block .wp-block-table th { 706 706 text-align: right; 707 } 708 709 /* Verse */ 710 711 .editor-styles-wrapper .wp-block-verse { 712 font-family: inherit; 707 713 } 708 714 -
trunk/src/wp-content/themes/twentyfifteen/css/editor-style.css
r36075 r50358 164 164 line-height: 1.2353; 165 165 margin-bottom: 28px; 166 max-width: 100%;167 166 overflow: auto; 168 167 padding: 14px; -
trunk/src/wp-content/themes/twentyfourteen/css/editor-blocks.css
r50347 r50358 351 351 --------------------------------------------------------------*/ 352 352 353 /* Code */354 355 . wp-block-code {353 /* Code (Added specficity required to override TinyMCE styles) */ 354 355 .editor-styles-wrapper .wp-block-code { 356 356 border: 0; 357 357 padding: 0; … … 392 392 } 393 393 394 /* Verse */ 395 396 .editor-styles-wrapper .wp-block-verse { 397 font-family: inherit; 398 } 399 394 400 /*-------------------------------------------------------------- 395 401 5.0 Blocks - Layout Elements -
trunk/src/wp-content/themes/twentyfourteen/css/editor-style.css
r44380 r50358 154 154 border: 1px solid rgba(0, 0, 0, 0.1); 155 155 margin-bottom: 24px; 156 max-width: 100%;157 156 overflow: auto; 158 157 padding: 12px; -
trunk/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
r50347 r50358 519 519 } 520 520 521 . editor-block-list__block .wp-block-quote .wp-block-quote__citation {521 .wp-block-quote .wp-block-quote__citation { 522 522 color: inherit; 523 523 display: block; … … 534 534 } 535 535 536 . editor-block-list__block .wp-block-quote.alignleft p,537 . editor-block-list__block .wp-block-quote.alignright p,538 . editor-block-list__block .wp-block-quote.alignleft .wp-block-quote__citation,539 . editor-block-list__block .wp-block-quote.alignright .wp-block-quote__citation {536 .wp-block-quote.alignleft p, 537 .wp-block-quote.alignright p, 538 .wp-block-quote.alignleft .wp-block-quote__citation, 539 .wp-block-quote.alignright .wp-block-quote__citation { 540 540 font-size: 13px; 541 541 font-size: 0.8125rem; 542 542 } 543 543 544 . editor-block-list__block .wp-block-quote.alignleft p:last-of-type,545 . editor-block-list__block .wp-block-quote.alignright p:last-of-type {544 .wp-block-quote.alignleft p:last-of-type, 545 .wp-block-quote.alignright p:last-of-type { 546 546 margin-bottom: 0; 547 547 } … … 558 558 559 559 @media screen and (min-width: 30em) { 560 . editor-block-list__block .wp-block-quote.alignleft p,561 . editor-block-list__block .wp-block-quote.alignright p,562 . editor-block-list__block .wp-block-quote.alignleft .wp-block-quote__citation,563 . editor-block-list__block .wp-block-quote.alignright .wp-block-quote__citation,564 . editor-block-list__block .wp-block-quote footer {560 .wp-block-quote.alignleft p, 561 .wp-block-quote.alignright p, 562 .wp-block-quote.alignleft .wp-block-quote__citation, 563 .wp-block-quote.alignright .wp-block-quote__citation, 564 .wp-block-quote footer { 565 565 font-size: 14px; 566 566 font-size: 0.875rem; … … 569 569 570 570 @media screen and (min-width: 48em) { 571 . editor-block-list__block .wp-block-quote.alignleft p,572 . editor-block-list__block .wp-block-quote.alignright p,573 . editor-block-list__block .wp-block-quote.alignleft .wp-block-quote__citation,574 . editor-block-list__block .wp-block-quote.alignright .wp-block-quote__citation {571 .wp-block-quote.alignleft p, 572 .wp-block-quote.alignright p, 573 .wp-block-quote.alignleft .wp-block-quote__citation, 574 .wp-block-quote.alignright .wp-block-quote__citation { 575 575 font-size: 13px; 576 576 font-size: 0.8125rem; 577 577 } 578 578 579 . editor-block-list__block .wp-block-quote.alignleft {579 .wp-block-quote.alignleft { 580 580 margin-left: -17.5%; 581 581 width: 48%; 582 582 } 583 583 584 . editor-block-list__block .wp-block-quote.alignright {584 .wp-block-quote.alignright { 585 585 margin-right: -17.5%; 586 586 width: 48%; … … 618 618 /* Code */ 619 619 620 . wp-block-code {620 .editor-styles-wrapper .wp-block-code { 621 621 border: 0; 622 622 padding: 0; 623 background-color: transparent; 623 624 } 624 625 … … 703 704 .rtl table.wp-block-table td { 704 705 text-align: right; 706 } 707 708 /* Verse */ 709 710 .editor-styles-wrapper .wp-block-verse { 711 font-family: inherit; 705 712 } 706 713 -
trunk/src/wp-content/themes/twentyseventeen/assets/css/editor-style.css
r46586 r50358 150 150 line-height: 1.6; 151 151 margin-bottom: 1.6em; 152 max-width: 100%;153 152 overflow: auto; 154 153 padding: 1.6em; -
trunk/src/wp-content/themes/twentysixteen/css/editor-blocks.css
r49511 r50358 366 366 width: calc(50% - 0.736842105em); 367 367 } 368 369 .wp-block-quote:not(.alignleft):not(.alignright) {370 margin-left: -1.473684211em;371 }372 373 .rtl .wp-block-quote:not(.alignleft):not(.alignright) {374 margin-left: 0;375 margin-right: -1.473684211em;376 }377 368 } 378 369 … … 411 402 /* Code */ 412 403 413 . wp-block-code {404 .editor-styles-wrapper .wp-block-code { 414 405 border: 0; 415 406 padding: 0.125em 0.25em; 407 background-color: #d1d1d1; 416 408 } 417 409 … … 536 528 } 537 529 530 /* Verse */ 531 532 .editor-styles-wrapper .wp-block-verse { 533 font-family: inherit; 534 } 535 538 536 /*-------------------------------------------------------------- 539 537 5.0 Blocks - Layout Elements -
trunk/src/wp-content/themes/twentysixteen/css/editor-style.css
r44311 r50358 121 121 } 122 122 123 blockquote:not(.alignleft):not(.alignright) {124 margin-left: -28px;125 }126 127 123 blockquote blockquote:not(.alignleft):not(.alignright) { 128 124 margin-left: 0; … … 189 185 line-height: 1.3125; 190 186 margin: 0 0 28px; 191 max-width: 100%;192 187 overflow: auto; 193 188 padding: 14px; … … 520 515 521 516 .rtl blockquote:not(.alignleft):not(.alignright) { 522 margin-right: -28px;523 517 padding: 0 24px 0 0; 524 518 } -
trunk/src/wp-content/themes/twentythirteen/css/editor-blocks.css
r49511 r50358 165 165 /* Code */ 166 166 167 .wp-block-freeform.block-library-rich-text__tinymce code { 167 .wp-block-freeform.block-library-rich-text__tinymce code, 168 .editor-styles-wrapper .wp-block-code { 168 169 background: transparent; 169 170 } … … 221 222 border-left: 0; 222 223 border-right: 0; 223 padding-left: 0; 224 padding-right: 0; 225 } 226 227 .wp-block-quote .wp-block-quote__citation.editor-rich-text__tinymce.mce-content-body { 224 padding-left: 40px; 225 padding-right: 40px; 226 } 227 228 .wp-block-quote .wp-block-quote__citation.editor-rich-text__tinymce.mce-content-body, 229 .wp-block-quote .wp-block-quote__citation { 228 230 color: inherit; 229 231 font-size: 16px; 230 232 font-style: italic; 233 font-weight: normal; 231 234 text-transform: uppercase; 232 235 } … … 270 273 } 271 274 275 /* Verse */ 276 277 .editor-styles-wrapper .wp-block-verse { 278 font-family: inherit; 279 } 280 272 281 /*-------------------------------------------------------------- 273 282 5.0 Blocks - Formatting … … 276 285 /* Code */ 277 286 278 . wp-block-code {287 .editor-styles-wrapper .wp-block-code { 279 288 border: 0; 280 289 padding: 0; -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
r49510 r50358 620 620 border-style: solid; 621 621 border-width: 0 2px 0 0; 622 margin: 20px 0; 622 margin-top: 20px; 623 margin-bottom: 20px; 623 624 padding: 5px 20px 5px 0; 624 625 } … … 879 880 .editor-styles-wrapper .wp-block-verse pre, 880 881 .editor-styles-wrapper pre.wp-block-verse { 881 font-size: 0.75em; 882 font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif; 883 font-size: 0.9em; 882 884 } 883 885 -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
r49510 r50358 620 620 border-style: solid; 621 621 border-width: 0 0 0 2px; 622 margin: 20px 0; 622 margin-top: 20px; 623 margin-bottom: 20px; 623 624 padding: 5px 0 5px 20px; 624 625 } … … 879 880 .editor-styles-wrapper .wp-block-verse pre, 880 881 .editor-styles-wrapper pre.wp-block-verse { 881 font-size: 0.75em; 882 font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif; 883 font-size: 0.9em; 882 884 } 883 885
Note: See TracChangeset
for help on using the changeset viewer.