/* Theme Name: Libre 2 Description: Used to style Gutenberg Blocks in the editor. */ /*-------------------------------------------------------------- >>> TABLE OF CONTENTS: ---------------------------------------------------------------- 1.0 General Typography 2.0 General Block Settings 3.0 Blocks - Common Blocks 4.0 Blocks - Formatting 5.0 Blocks - Layout Elements 6.0 Blocks - Widgets --------------------------------------------------------------*/ /*-------------------------------------------------------------- 1.0 General Typography --------------------------------------------------------------*/ .edit-post-visual-editor .editor-block-list__block, .editor-default-block-appender textarea.editor-default-block-appender__content { font-family: "Libre Baskerville", Libre, Georgia, Times, serif; } .edit-post-visual-editor .editor-block-list__block, .edit-post-visual-editor .editor-block-list__block p, .editor-default-block-appender textarea.editor-default-block-appender__content { font-size: 16px; } .edit-post-visual-editor .editor-block-list__block { color: #404040; } /* Post title */ .editor-post-title__block .editor-post-title__input { color: #404040; font-family: "Libre Baskerville", Libre, Georgia, Times, serif; font-size: 29px; } @media screen and ( min-width: 720px ) { .editor-post-title__block .editor-post-title__input { font-size: 47px; } } /* Headings */ .edit-post-visual-editor h1, .wp-block-freeform.block-library-rich-text__tinymce h1 { font-size: 29px; } .edit-post-visual-editor h2, .wp-block-freeform.block-library-rich-text__tinymce h2 { font-size: 23px; } .edit-post-visual-editor h3, .wp-block-freeform.block-library-rich-text__tinymce h3 { font-size: 18px; } .edit-post-visual-editor h4, .wp-block-freeform.block-library-rich-text__tinymce h4 { font-size: 14px; } .edit-post-visual-editor h5, .wp-block-freeform.block-library-rich-text__tinymce h5 { font-size: 13px; } .edit-post-visual-editor h6, .wp-block-freeform.block-library-rich-text__tinymce h6 { font-size: 12px; } @media (min-width: 720px) { .editor-styles-wrapper.edit-post-visual-editor h1, .wp-block-freeform.block-library-rich-text__tinymce h1 { font-size: 47px; } .editor-styles-wrapper.edit-post-visual-editor h2, .wp-block-freeform.block-library-rich-text__tinymce h2 { font-size: 29px; } .editor-styles-wrapper.edit-post-visual-editor h3, .wp-block-freeform.block-library-rich-text__tinymce h3 { font-size: 23px; } .editor-styles-wrapper.edit-post-visual-editor h4, .wp-block-freeform.block-library-rich-text__tinymce h4 { font-size: 18px; } .editor-styles-wrapper.edit-post-visual-editor h5, .wp-block-freeform.block-library-rich-text__tinymce h5 { font-size: 14px; } .editor-styles-wrapper.edit-post-visual-editor h6, .wp-block-freeform.block-library-rich-text__tinymce h6 { font-size: 13px; } } /*-------------------------------------------------------------- 2.0 General Block Settings --------------------------------------------------------------*/ /* Main content width */ .wp-block { max-width: 705px; /* 675px + 30px to account for padding */ } /* Link styles */ .edit-post-visual-editor a, .editor-block-list__block a, .wp-block-freeform.block-library-rich-text__tinymce a { box-shadow: 0 1px 0 0 currentColor; color: #404040; text-decoration: none; transition: 0.2s; } /* Caption styles */ [class^="wp-block-"] figcaption { color: inherit; font-size: 14px; font-style: italic; position: relative; } [class^="wp-block-"]:not(.wp-block-gallery) figcaption { text-align: left; } [class^="wp-block-"]:not(.wp-block-gallery) figcaption::after { border-top: 1px solid; clear: both; content: ""; display: block; margin-top: .875em; padding-top: .875em; width: 25%; } .rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption { text-align: right; } /* Table styles */ .wp-block-freeform.block-library-rich-text__tinymce table, .wp-block-freeform.block-library-rich-text__tinymce table th, .wp-block-freeform.block-library-rich-text__tinymce table td { border: 0; } .rtl .wp-block-freeform.block-library-rich-text__tinymce td, .rtl .wp-block-freeform.block-library-rich-text__tinymce th { text-align: right; } /* Quote styles */ .wp-block-freeform.block-library-rich-text__tinymce blockquote { border: 0; padding-left: 2.5em; } .wp-block-freeform.block-library-rich-text__tinymce blockquote:before { content: "\201c"; display: block; font-size: 72px; line-height: 1; position: absolute; top: 0; left: 0; } .wp-block-freeform.block-library-rich-text__tinymce blockquote cite { font-style: italic; } .rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote { padding-left: 0; padding-right: 2.5em; } .rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote:before { left: auto; right: 0; } @media (min-width: 720px) { .wp-block-freeform.block-library-rich-text__tinymce blockquote { padding-left: 4em; } .rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote { padding-left: 0; padding-right: 4em; } .wp-block-freeform.block-library-rich-text__tinymce blockquote p { font-size: 23px; } .wp-block-freeform.block-library-rich-text__tinymce blockquote:before { font-size: 129px; } } /* Definition List styles */ .wp-block-freeform.block-library-rich-text__tinymce dt { font-weight: bold; } /* Pre styles */ .editor-styles-wrapper .wp-block-freeform.block-library-rich-text__tinymce pre { font-family: "Libre Baskerville", Libre, Georgia, Times, serif; font-size: inherit; } /*-------------------------------------------------------------- 3.0 Blocks - Common Blocks --------------------------------------------------------------*/ /* Paragraph */ p.has-drop-cap:not(:focus)::first-letter { font-size: 5em; margin-top: 0.15em; } /* Quote */ .wp-block-quote p, .wp-block-quote.is-large p, .wp-block-quote.is-style-large p { margin-bottom: 1.0em; } .wp-block-quote:not(.is-large):not(.is-style-large) { border: 0; padding-left: 0.5em; } .wp-block-quote:before { left: -40.5px; } .wp-block-quote.is-large:before, .wp-block-quote.is-style-large:before { display: none } .wp-block-quote__citation { color: inherit; font-size: inherit; font-style: italic; } .wp-block-quote.is-large, .wp-block-quote.is-style-large { font-style: normal; padding: 0; } .edit-post-visual-editor .editor-block-list__block .wp-block-quote.is-large p, .edit-post-visual-editor .editor-block-list__block .wp-block-quote.is-style-large p { font-size: 20px; font-style: normal; } .wp-block-quote.is-large .wp-block-quote__citation, .wp-block-quote.is-style-large .wp-block-quote__citation { font-size: 18px; } .rtl .wp-block-quote:before, .wp-block-quote[style*="text-align:right"]:before, .wp-block-quote[style*="text-align: right"]:before { left: auto; right: -40.5px; } .rtl .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align:left"], .rtl .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align: left"] { padding-left: 0.5em; padding-right: 0; } .rtl .wp-block-quote:not(.is-large):not(.is-style-large), .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align:right"], .wp-block-quote:not(.is-large):not(.is-style-large)[style*="text-align: right"] { padding-left: 0; padding-right: 0.5em; } .rtl .wp-block-quote[style*="text-align:left"]:before, .rtl .wp-block-quote[style*="text-align: left"]:before { left: -40.5px; right: auto; } @media (min-width: 720px) { .edit-post-visual-editor .editor-block-list__block .wp-block-quote p { font-size: 23px; } .editor-styles-wrapper .wp-block-quote:before { font-size: 129px; } .edit-post-visual-editor .editor-block-list__block .wp-block-quote.is-large p, .edit-post-visual-editor .editor-block-list__block .wp-block-quote.is-style-large p { font-size: 28.75px; } .wp-block-quote.is-large .wp-block-quote__citation, .wp-block-quote.is-style-large .wp-block-quote__citation { font-size: 23px; } .rtl .wp-block-quote:before, .wp-block-quote[style*="text-align:right"]:before, .wp-block-quote[style*="text-align: right"]:before { right: -70.5px; } .rtl .wp-block-quote[style*="text-align:left"]:before, .rtl .wp-block-quote[style*="text-align: left"]:before { left: -70.5px; } } /* Audio */ .editor-styles-wrapper .wp-block-audio { margin-left: 0; margin-right: 0; } /* Cover */ .edit-post-visual-editor .editor-block-list__block .wp-block-cover-image .wp-block-cover-image-text, .edit-post-visual-editor .editor-block-list__block .wp-block-cover-image .wp-block-cover-text, .edit-post-visual-editor .editor-block-list__block .wp-block-cover-image h2, .edit-post-visual-editor .editor-block-list__block .wp-block-cover .wp-block-cover-image-text, .edit-post-visual-editor .editor-block-list__block .wp-block-cover .wp-block-cover-text, .edit-post-visual-editor .editor-block-list__block .wp-block-cover h2 { font-size: 1.5em; } /* File */ .wp-block-file :not(.wp-block-file__button) { box-shadow: none; } .wp-block-file .wp-block-file__button { border: 0 none; border-radius: 0; box-shadow: 0 2px 0 0 currentColor; background: transparent; color: #404040; font-size: 18px; font-size: 1rem; font-weight: bold; padding: 0.21875em 0; transition: 0.2s; } /*-------------------------------------------------------------- 4.0 Blocks - Formatting --------------------------------------------------------------*/ /* Verse */ .wp-block-verse { font-style: italic; } .editor-styles-wrapper .wp-block-verse pre { font-family: "Libre Baskerville", Libre, Georgia, Times, serif; } .wp-block-verse pre { padding: 0; } /* Code */ .wp-block-code { border: none; border-radius: 0; } .wp-block-code textarea { background: transparent; } /* Preformatted */ .editor-styles-wrapper .wp-block-preformatted pre { font-family: "Libre Baskerville", Libre, Georgia, Times, serif; } /* Pullquote */ .wp-block-pullquote { border: 0; } .editor-styles-wrapper .wp-block-pullquote blockquote { margin-left: inherit; padding: 0; } .editor-styles-wrapper .wp-block-pullquote blockquote:before { display: none; } .wp-block-pullquote blockquote p { margin-bottom: 0.75em; } .wp-block-pullquote .wp-block-pullquote__citation { font-size: inherit; font-style: italic; text-transform: none; } .wp-block-pullquote.alignleft blockquote > .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty="true"]::before, .wp-block-pullquote.alignright blockquote > .block-library-pullquote__content .editor-rich-text__tinymce[data-is-empty="true"]::before, .wp-block-pullquote.alignleft blockquote > .editor-rich-text p, .wp-block-pullquote.alignright blockquote > .editor-rich-text p { font-size: 20px; } /* Table */ .wp-block-table, .wp-block-table td, .wp-block-table th { border: 0; } .wp-block-table th { text-align: left; } .rtl .wp-block-table th { text-align: right; } .wp-block-table__cell-content { padding: 0; } /*-------------------------------------------------------------- 5.0 Blocks - Layout Elements --------------------------------------------------------------*/ /* Buttons */ .wp-block-button .wp-block-button__link { box-shadow: none; } .wp-block-button__link { background: #404040; color: #fff; font-size: 18px; font-size: 1rem; font-weight: bold; padding: 0.5em 1.25em; transition: 0.2s; } .is-style-outline .wp-block-button__link { border-color: currentColor; background-color: transparent; } .is-style-outline .wp-block-button__link:not(.has-text-color) { color: #222; } /* Separator */ .wp-block-separator { background-color: #ccc; border: 0; height: 1px; } /*-------------------------------------------------------------- 6.0 Blocks - Widgets --------------------------------------------------------------*/ /* General Widget styles */ .edit-post-visual-editor [data-align="center"] .wp-block-categories__list, .edit-post-visual-editor [data-align="center"] .wp-block-archives, .edit-post-visual-editor [data-align="center"] .wp-block-lastest-posts { list-style-position: inside; } /* Latest Comments */ .editor-styles-wrapper .wp-block-latest-comments { padding-left: 0; padding-right: 0; } .wp-block-latest-comments__comment a { box-shadow: 0 1px 0 0 rgba(0,0,0,0); }