Ticket #62010: 62010.diff
File 62010.diff, 1.9 KB (added by , 9 months ago) |
---|
-
src/wp-content/themes/twentytwelve/css/editor-blocks.css
19 19 1.0 General Typography 20 20 --------------------------------------------------------------*/ 21 21 22 .editor-styles-wrapper, 23 .editor-styles-wrapper p, 22 24 .edit-post-visual-editor .editor-block-list__block, 23 25 .edit-post-visual-editor .editor-block-list__block p, 24 26 .editor-default-block-appender textarea.editor-default-block-appender__content { … … 25 27 font-size: 14px; 26 28 } 27 29 30 .editor-styles-wrapper, 28 31 .editor-default-block-appender textarea.editor-default-block-appender__content { 29 32 font-family: "Open Sans", Helvetica, Arial, sans-serif; 30 33 } 31 34 35 .editor-styles-wrapper, 32 36 .edit-post-visual-editor .editor-block-list__block { 33 37 color: #444; 34 38 } 35 39 40 .editor-styles-wrapper .wp-block-post-title, 36 41 .editor-post-title__block .editor-post-title__input { 37 42 font-family: "Open Sans", Helvetica, Arial, sans-serif; 38 43 font-size: 20px; … … 40 45 } 41 46 42 47 @media screen and (min-width: 600px) { 48 .editor-styles-wrapper .wp-block-post-title, 43 49 .editor-post-title__block .editor-post-title__input { 44 50 font-size: 22px; 45 51 } 46 52 } 47 53 54 .editor-styles-wrapper h1, 48 55 .wp-block-freeform.block-library-rich-text__tinymce h1 { 49 56 font-size: 21px; 50 57 } 51 58 59 .editor-styles-wrapper h2, 52 60 .wp-block-freeform.block-library-rich-text__tinymce h2 { 53 61 font-size: 18px; 54 62 } 55 63 64 .editor-styles-wrapper h3, 56 65 .wp-block-freeform.block-library-rich-text__tinymce h3 { 57 66 font-size: 16px; 58 67 } 59 68 69 .editor-styles-wrapper h4, 60 70 .wp-block-freeform.block-library-rich-text__tinymce h4 { 61 71 font-size: 14px; 62 72 } 63 73 74 .editor-styles-wrapper h5, 64 75 .wp-block-freeform.block-library-rich-text__tinymce h5 { 65 76 font-size: 13px; 66 77 } 67 78 79 .editor-styles-wrapper h6, 68 80 .wp-block-freeform.block-library-rich-text__tinymce h6 { 69 81 font-size: 12px; 70 82 }