12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025 |
- /*
- * Theme Name: Libretto
- * Description: Gutenberg Block Editor Styles
- */
- /*--------------------------------------------------------------
- >>> TABLE OF CONTENTS:
- ----------------------------------------------------------------
- 1.0 General Typography
- 2.0 General Block Styles
- 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,
- .edit-post-visual-editor .editor-block-list__block p,
- .editor-default-block-appender textarea.editor-default-block-appender__content {
- font-family: "Libre Baskerville", Baskerville, "Book Antiqua", Georgia, Times, serif;
- font-size: 17px;
- line-height: 2;
- }
- .edit-post-visual-editor .editor-block-list__block {
- color: #363431;
- }
- .alignleft,
- .editor-block-list__layout .editor-block-list__block[data-align=left] .editor-block-list__block-edit {
- display: inline;
- float: left;
- margin: 0 1.5em 0.5em 0;
- }
- .alignright,
- .editor-block-list__layout .editor-block-list__block[data-align=right] .editor-block-list__block-edit {
- display: inline;
- float: right;
- margin: 0 0 0.5em 1.5em;
- }
- .aligncenter,
- .editor-block-list__layout .editor-block-list__block[data-align=center] .editor-block-list__block-edit {
- margin-left: auto;
- margin-right: auto;
- }
- .wp-block > p:not(.no-emphasis):first-of-type + p,
- .page:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type + p,
- .emphasis + p {
- clear: left;
- }
- /* Title */
- .editor-post-title__block .editor-post-title__input {
- border: none;
- color: #787065;
- font-family: "Playfair Display";
- font-size: 44px;
- font-style: normal;
- font-weight: normal;
- letter-spacing: 0;
- line-height: 1.2;
- margin: 0;
- padding: 0;
- text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
- text-transform: none;
- }
- /* Headings */
- .edit-post-visual-editor h1,
- .wp-block-freeform.block-library-rich-text__tinymce h1,
- .edit-post-visual-editor h2,
- .wp-block-freeform.block-library-rich-text__tinymce h2,
- .edit-post-visual-editor h3,
- .wp-block-freeform.block-library-rich-text__tinymce h3,
- .edit-post-visual-editor h4,
- .wp-block-freeform.block-library-rich-text__tinymce h4,
- .edit-post-visual-editor h5,
- .wp-block-freeform.block-library-rich-text__tinymce h5,
- .edit-post-visual-editor h6,
- .wp-block-freeform.block-library-rich-text__tinymce h6 {
- clear: both;
- line-height: 1.6;
- font-weight: normal;
- }
- .edit-post-visual-editor h1,
- .wp-block-freeform.block-library-rich-text__tinymce h1 {
- color: #a09a92;
- font-family: "Playfair Display", Georgia, serif;
- font-size: 44px;
- font-style: italic;
- margin: 1em 0 0.5em;
- }
- .edit-post-visual-editor h2,
- .wp-block-freeform.block-library-rich-text__tinymce h2 {
- border-bottom: 1px solid #787065;
- color: #787065;
- font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 21px;
- letter-spacing: 2px;
- margin: 4em 0 2em;
- padding-bottom: 0.5em;
- text-transform: uppercase;
- }
- .edit-post-visual-editor h3,
- .wp-block-freeform.block-library-rich-text__tinymce h3 {
- color: #a09a92;
- font-size: 25px;
- font-style: italic;
- margin: 2em 0 1em;
- }
- .edit-post-visual-editor h4,
- .wp-block-freeform.block-library-rich-text__tinymce h4 {
- color: #787065;
- font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 16px;
- letter-spacing: 1px;
- margin: 3em 0 1.5em;
- text-transform: uppercase;
- }
- .edit-post-visual-editor h5,
- .wp-block-freeform.block-library-rich-text__tinymce h5 {
- color: #a09a92;
- font-size: 21px;
- font-style: italic;
- margin: 1.5em 0 0.75em;
- }
- .edit-post-visual-editor h6,
- .wp-block-freeform.block-library-rich-text__tinymce h6 {
- color: #787065;
- font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 14px;
- letter-spacing: 1px;
- margin: 1.5em 0 0.75em;
- text-transform: uppercase;
- }
- /*--------------------------------------------------------------
- 2.0 General Block Styles
- --------------------------------------------------------------*/
- /* Main column width */
- .wp-block {
- max-width: 710px; /* 680px + 30px to account for padding */
- }
- /* Background color */
- .edit-post-layout__content .edit-post-visual-editor {
- background-color: #faf9f5;
- }
- /* Link styles */
- .edit-post-visual-editor a,
- .editor-block-list__block a,
- .wp-block-freeform.block-library-rich-text__tinymce a {
- color: #932817;
- text-decoration: none;
- }
- .edit-post-visual-editor a:hover,
- .edit-post-visual-editor a:focus,
- .edit-post-visual-editor a:active,
- .editor-block-list__block a:hover,
- .editor-block-list__block a:focus,
- .editor-block-list__block a:active,
- .wp-block-freeform.block-library-rich-text__tinymce a:hover,
- .wp-block-freeform.block-library-rich-text__tinymce a:focus,
- .wp-block-freeform.block-library-rich-text__tinymce a:active {
- color: #712012;
- }
- /* List styles */
- .edit-post-visual-editor ul:not(.wp-block-gallery),
- .editor-block-list__block ul:not(.wp-block-gallery),
- .block-library-list ul,
- .edit-post-visual-editor ol,
- .editor-block-list__block ol,
- .block-library-list ol.editor-rich-text__tinymce {
- margin: 0 0 1.5em;
- padding: 0;
- }
- .block-library-list .editor-rich-text__tinymce {
- margin: 0;
- padding: 0;
- }
- .edit-post-visual-editor ul:not(.wp-block-gallery),
- .editor-block-list__block ul:not(.wp-block-gallery),
- .block-library-list ul {
- list-style: disc outside;
- }
- .edit-post-visual-editor ul:not(.wp-block-gallery) ul,
- .editor-block-list__block ul:not(.wp-block-gallery) ul,
- .block-library-list ul ul {
- list-style: circle outside;
- }
- .edit-post-visual-editor ol,
- .editor-block-list__block ol,
- .block-library-list ol.editor-rich-text__tinymce {
- list-style: decimal outside;
- }
- .edit-post-visual-editor ol ol,
- .editor-block-list__block ol ol,
- .block-library-list ol.editor-rich-text__tinymce ol {
- list-style: lower-alpha outside;
- }
- .edit-post-visual-editor ul:not(.wp-block-gallery) li > ul,
- .editor-block-list__block ul:not(.wp-block-gallery) li > ul,
- .block-library-list li > ul,
- .edit-post-visual-editor li > ol,
- .editor-block-list__block li > ol,
- .block-library-list li > ol {
- margin-bottom: 0;
- margin-left: 1em;
- }
- .rtl .edit-post-visual-editor ul:not(.wp-block-gallery),
- .rtl .editor-block-list__block ul:not(.wp-block-gallery),
- .rtl .block-library-list ul,
- .rtl .edit-post-visual-editor ol,
- .rtl .editor-block-list__block ol,
- .rtl .block-library-list ol.editor-rich-text__tinymce {
- margin-left: 0;
- margin-right: 1em;
- padding: 0;
- }
- /* Captions */
- [class^="wp-block-"] figcaption {
- color: #a09a92;
- font-size: 16px;
- font-style: italic;
- line-height: 1.2;
- text-align: center;
- }
- .wp-block-freeform.block-library-rich-text__tinymce address {
- margin-top: 0.75em;
- margin-bottom: 0.75em;
- }
- .wp-block-freeform.block-library-rich-text__tinymce ol {
- list-style: decimal;
- margin-left: 3em;
- padding: 0;
- }
- .wp-block-freeform.block-library-rich-text__tinymce li > ol {
- margin-left: 1.5em;
- }
- .wp-block-freeform.block-library-rich-text__tinymce blockquote:before {
- color: #ebe7e1;
- content: "\201C";
- display: block;
- font-size: 208px;
- font-style: normal;
- left: -35px;
- line-height: 1;
- position: absolute;
- top: -40px;
- z-index: -1;
- }
- .rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote:before {
- content: "\201D";
- right: -35px;
- left: auto;
- }
- .wp-block-freeform.block-library-rich-text__tinymce blockquote {
- border: 0;
- color: #a09a92;
- font-family: "Playfair Display", Georgia, serif;
- font-size: 28px;
- font-style: italic;
- position: relative;
- z-index: 2;
- }
- .wp-block-freeform.block-library-rich-text__tinymce blockquote p {
- line-height: 1.4;
- }
- .wp-block-freeform.block-library-rich-text__tinymce blockquote > :last-child {
- margin-bottom: 0;
- }
- .wp-block-freeform.block-library-rich-text__tinymce blockquote cite {
- color: #787065;
- display: block;
- font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 16px;
- font-style: normal;
- letter-spacing: 1px;
- margin-top: 1em;
- text-transform: uppercase;
- text-align: right;
- width: 100%;
- }
- .rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote {
- margin-right: 0;
- padding-left: 0;
- padding-right: 1.5em;
- }
- .rtl .wp-block-freeform.block-library-rich-text__tinymce .alignleft {
- float: left;
- }
- .rtl .wp-block-freeform.block-library-rich-text__tinymce .alignright {
- float: right;
- }
- .rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote.alignleft {
- margin: .75em 1.5em .75em 0;
- }
- .rtl .wp-block-freeform.block-library-rich-text__tinymce blockquote.alignright {
- margin: .75em 0 .75em 1.5em;
- }
- .wp-block-freeform.block-library-rich-text__tinymce pre {
- background: #d9d6d0;
- font-family: "Droid Sans Mono", "Andale Mono", Consolas, "DejaVu Sans Mono", monospace;
- font-size: 16px;
- line-height: 1.6;
- margin-bottom: 1.6em;
- max-width: 100%;
- padding: 1.6em;
- white-space: pre;
- white-space: pre-wrap;
- }
- .wp-block-freeform.block-library-rich-text__tinymce table {
- border-collapse: collapse;
- border: 0;
- font-size: 0.85em;
- line-height: 1.4;
- margin: 0.5em 0 1.5em;
- width: 100%;
- }
- .wp-block-freeform.block-library-rich-text__tinymce .alternate {
- background: transparent;
- }
- .wp-block-freeform.block-library-rich-text__tinymce table tr:nth-of-type(odd) td {
- background: rgba(255, 255, 255, 0.5);
- }
- .wp-block-freeform.block-library-rich-text__tinymce table td {
- border: 0;
- border-bottom: 1px solid #d9d6d0;
- padding: 0.8em 1em;
- }
- .wp-block-freeform.block-library-rich-text__tinymce table thead:nth-of-type(odd) tr td {
- background: none;
- }
- .wp-block-freeform.block-library-rich-text__tinymce table th {
- border: 0;
- border-bottom: 1px solid #d9d6d0;
- font-style: italic;
- font-weight: normal;
- padding: 0.8em 1em;
- text-align: left;
- }
- .wp-block-freeform.block-library-rich-text__tinymce table thead th {
- color: #a09a92;
- font-style: normal;
- font-weight: bold;
- }
- .rtl .wp-block-freeform.block-library-rich-text__tinymce table th {
- text-align: right;
- }
- /* Preformatted */
- .editor-block-list__block .wp-block-preformatted pre {
- background: #d9d6d0;
- font-family: "Droid Sans Mono", "Andale Mono", Consolas, "DejaVu Sans Mono", monospace;
- font-size: 16px;
- line-height: 1.6;
- margin-bottom: 1.6em;
- max-width: 100%;
- padding: 1.6em;
- white-space: pre;
- white-space: pre-wrap;
- }
- /* Definition List styles */
- .wp-block-freeform.block-library-rich-text__tinymce dt {
- font-weight: bold;
- }
- /*--------------------------------------------------------------
- 3.0 Blocks - Common Blocks
- --------------------------------------------------------------*/
- /* Paragraph */
- .wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
- color: #b7b1a9;
- display: inline-block;
- float: left;
- font-family: "Playfair Display";
- font-size: 70px;
- font-style: normal;
- font-weight: 700;
- line-height: 40px;
- margin: 6px 10px 0 -5px;
- }
- .rtl .wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
- float: right;
- margin: 6px -5px 0 10px;
- }
- @media only screen and (min-width: 641px) {
- .wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
- font-size: 121px;
- line-height: 70px;
- margin: 6px 10px 0 -5px;
- }
- .rtl .wp-block-paragraph.has-drop-cap:not(:focus)::first-letter {
- margin: 6px -5px 0 10px;
- }
- }
- .edit-post-visual-editor p {
- margin: 0 0 1.5em;
- }
- .edit-post-visual-editor blockquote p {
- margin: 0 0 1.5em;
- }
- /* Theme has built-in dropcaps and emphasis on the first line of each paragraph */
- /* Drop cap and first line */
- .editor-writing-flow .editor-block-list__block[data-type="core/paragraph"]:first-of-type .wp-block-paragraph[data-is-placeholder-visible="false"]:not(.no-emphasis):not(:focus):first-letter,
- .emphasis:first-letter {
- color: #b7b1a9;
- display: inline-block;
- float: left;
- font-family: "Playfair Display";
- font-size: 70px;
- font-style: normal;
- font-weight: 700;
- line-height: 40px;
- margin: 6px 10px 0 -5px;
- }
- .editor-writing-flow .editor-block-list__block[data-type="core/paragraph"]:first-of-type .wp-block-paragraph[data-is-placeholder-visible="false"]:not(:focus):not(.no-emphasis):first-line,
- .emphasis:first-line {
- color: #787065;
- font-family: "Playfair Display SC";
- font-size: 1em;
- font-style: normal !important; /* Cheat to preserve visual sanity */
- font-weight: bold;
- letter-spacing: 2px;
- }
- .editor-writing-flow .editor-block-list__block[data-type="core/paragraph"]:first-of-type:not(:focus) .wp-block-paragraph[data-is-placeholder-visible="false"]:not(:focus):not(.no-emphasis)::after,
- .emphasis::after {
- clear: both;
- content: "";
- display: block;
- }
- /*
- Browser hack that targets Safari only, to prevent first line from disappearing.
- See: https://stackoverflow.com/questions/16348489/is-there-a-css-hack-for-safari-only-not-chrome
- */
- @media not all and (min-resolution:.001dpcm) { @media {
- .editor-writing-flow .editor-block-list__block[data-type="core/paragraph"]:first-of-type:not(:focus) .wp-block-paragraph:not(.no-emphasis):first-letter:after,
- .emphasis:first-letter:after; {
- display: inline-block;
- }
- } }
- /* Images */
- .wp-block-image figcaption {
- color: #a09a92;
- font-size: 16px;
- font-style: italic;
- line-height: 1.2;
- text-align: center;
- }
- /* Quote */
- .editor-block-list__block .wp-block-quote:not(.is-large):not(.is-style-large) {
- margin: 0 0 .75em;
- border: 0;
- padding: 0;
- }
- .wp-block-quote:before,
- .rtl .wp-block-quote[style*="text-align:left"]:before,
- .rtl .wp-block-quote[style*="text-align: left"]:before {
- color: #ebe7e1;
- content: "\201C";
- display: block;
- font-size: 208px;
- font-style: normal;
- left: -35px;
- line-height: 1;
- position: absolute;
- top: -40px;
- z-index: -1;
- }
- .rtl .wp-block-quote:before,
- .wp-block-quote[style*="text-align:right"]:before,
- .wp-block-quote[style*="text-align: right"]:before {
- content: "\201D";
- left: auto;
- right: -35px;
- }
- .editor-block-list__block .wp-block-quote {
- color: #a09a92;
- font-family: "Playfair Display", Georgia, serif;
- font-size: 28px;
- font-style: italic;
- line-height: 1.4;
- position: relative;
- z-index: 2;
- }
- .edit-post-visual-editor .editor-block-list__block blockquote p {
- font-family: "Playfair Display", Georgia, serif;
- color: #a09a92;
- font-size: 26px;
- font-style: italic;
- }
- .editor-block-list__block .wp-block-quote__citation {
- color: #787065;
- display: block;
- font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 16px;
- font-style: normal;
- letter-spacing: 1px;
- margin-top: 1em;
- text-transform: uppercase;
- text-align: right;
- width: 100%;
- }
- .editor-block-list__block .wp-block-quote__citation::before {
- content: "\2013";
- display: inline;
- }
- .editor-block-list__block .wp-block-quote em,
- .editor-block-list__block .wp-block-quote i {
- font-style: normal;
- }
- .editor-block-list__block .wp-block-quote > :last-child {
- margin-bottom: 0;
- }
- .editor-block-list__block .wp-block-quote.alignleft {
- background: #fff;
- border-bottom: 1px solid #ebe7e1;
- border-top: 2px solid #a09a92;
- box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.025);
- font-size: 27px;
- font-size: 2.7rem;
- max-width: 75%;
- padding: 0.5em;
- margin: .75em 1.5em .75em 0;
- }
- .editor-block-list__block .wp-block-quote.alignright {
- background: #fff;
- border-bottom: 1px solid #ebe7e1;
- border-top: 2px solid #a09a92;
- box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.025);
- font-size: 27px;
- max-width: 75%;
- padding: 0.5em;
- margin: .75em 0 .75em 1.5em;
- }
- .editor-block-list__block .wp-block-quote.aligncenter {
- margin-bottom: .75em;
- }
- .wp-block-quote.is-large,
- .wp-block-quote.is-style-large {
- font-size: 32px;
- margin: 0 .75em .75em;
- padding: 0;
- }
- .edit-post-visual-editor .editor-block-list__block .wp-block-quote.is-large,
- .edit-post-visual-editor .editor-block-list__block .wp-block-quote.is-style-large,
- .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: 32px;
- }
- .editor-block-list__block .wp-block-quote.is-large p,
- .editor-block-list__block .wp-block-quote.is-style-large p {
- margin-bottom: .4em;
- font-style: normal;
- }
- /* 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: 2.0em; /* Cover images inherit the paragraph size; this resets it */
- }
- /* File */
- .wp-block-file__textlink {
- color: #932817;
- }
- .wp-block-file {
- margin: 1.5em 0;
- }
- .wp-block-file .wp-block-file__button {
- border-radius: 0;
- background: #a09a92;
- border: 1px solid #eae9e6;
- color: #eae9e6;
- font-size: 12px;
- letter-spacing: 1px;
- line-height: 24px;
- outline: 4px solid #a09a92;
- padding: 7px 14px;
- position: relative;
- text-transform: uppercase;
- }
- .wp-block-file .wp-block-file__button:hover,
- .wp-block-file .wp-block-file__button:focus {
- background: #a09a92;
- color: #faf9f5;
- outline: 2px solid #a09a92;
- }
- .wp-block-file .wp-block-file__button:active {
- background: #363431;
- outline: 5px solid #363431;
- }
- .rtl .wp-block-file .wp-block-file__button {
- margin-left: .75em;
- margin-right: 0;
- }
- /*--------------------------------------------------------------
- 4.0 Blocks - Formatting
- --------------------------------------------------------------*/
- /* Verse */
- .wp-block-verse pre {
- background: transparent;
- color: inherit;
- font-family: inherit;
- font-size: inherit;
- font-style: italic;
- line-height: inherit;
- margin-bottom: 1.5em;
- max-width: 100%;
- overflow: auto;
- padding: 0;
- }
- /* Code */
- .wp-block-code {
- background: #d9d6d0;
- font-family: "Droid Sans Mono", "Andale Mono", Consolas, "DejaVu Sans Mono", monospace;
- font-size: 16px;
- line-height: 1.6;
- margin-bottom: 1.6em;
- max-width: 100%;
- padding: 1.6em;
- white-space: pre;
- white-space: pre-wrap;
- }
- .wp-block-code textarea {
- background: #d9d6d0;
- }
- /* Classic */
- .wp-block-freeform.block-library-rich-text__tinymce {
- overflow: visible;
- }
- /* Pullquote */
- .editor-block-list__block .wp-block-pullquote blockquote {
- margin: 0;
- padding: 0;
- border: 0;
- }
- .edit-post-visual-editor .wp-block-pullquote p {
- font-size: 24px;
- }
- .wp-block-pullquote blockquote:before {
- display: none;
- }
- .wp-block-pullquote {
- color: #a09a92;
- border-top: 2px solid currentColor;
- border-bottom: 2px solid currentColor;
- font-style: italic;
- font-size: 27px;
- margin: 0 0 1.5em;
- padding: .75em 0;
- text-align: center;
- }
- .wp-block-pullquote blockquote {
- font-size: 27px;
- }
- .wp-block-pullquote.alignfull blockquote {
- padding-left: 1.5em;
- padding-right: 1.5em;
- }
- .wp-block-pullquote.alignleft,
- .wp-block-pullquote.alignright {
- background: #fff;
- border-bottom: 1px solid #ebe7e1;
- border-top: 2px solid #a09a92;
- box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.025);
- font-size: 27px;
- max-width: 75%;
- padding: 0.5em;
- }
- .wp-block-pullquote.alignleft cite,
- .wp-block-pullquote.alignright cite {
- display: block;
- width: 100%;
- text-align: right;
- }
- .wp-block-pullquote.alignleft blockquote,
- .wp-block-pullquote.alignright blockquote {
- border: 0;
- padding: 0;
- margin: 0;
- }
- .wp-block-pullquote.alignleft {
- margin-right: 1.5em;
- }
- .wp-block-pullquote.alignright {
- margin-left: 1.5em;
- }
- @media only screen and (min-width: 641px) {
- .rtl .wp-block-pullquote.alignleft,
- .wp-block-pullquote.alignleft {
- margin-left: -1.5em;
- }
- .rtl .wp-block-pullquote.alignright,
- .wp-block-pullquote.alignright {
- margin-right: -1.5em;
- }
- }
- @media only screen and (min-width: 860px) {
- .rtl .wp-block-pullquote.alignleft,
- .wp-block-pullquote.alignleft {
- margin-left: -6em;
- }
- .rtl .wp-block-pullquote.alignright,
- .wp-block-pullquote.alignright {
- margin-right: -6em;
- }
- }
- .wp-block-pullquote blockquote > .editor-rich-text p {
- font-size: 24px;
- margin-bottom: .75em;
- }
- .wp-block-pullquote.alignleft blockquote > .editor-rich-text p,
- .wp-block-pullquote.alignright blockquote > .editor-rich-text p {
- font-size: 24px;
- }
- .wp-block-pullquote__citation,
- .wp-block-pullquote cite,
- .wp-block-pullquote footer {
- color: #a09a92;
- font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 18px;
- font-style: normal;
- font-weight: normal;
- letter-spacing: 1px;
- margin-top: 1em;
- text-transform: uppercase;
- text-align: center;
- }
- /* Table */
- .editor-block-list__block .wp-block-table__cell-content {
- padding: 0;
- }
- .editor-block-list__block table.wp-block-table {
- font-size: 0.85em;
- line-height: 1.4;
- margin: 0.5em 0 1.5em;
- }
- .editor-block-list__block table.wp-block-table tr:nth-of-type(odd) td {
- background: rgba(255, 255, 255, 0.5);
- }
- .editor-block-list__block table.wp-block-table td {
- border: 0;
- border-bottom: 1px solid #d9d6d0;
- padding: 0.8em 1em;
- }
- .editor-block-list__block table.wp-block-table thead:nth-of-type(odd) tr td {
- background: none;
- }
- .editor-block-list__block table.wp-block-table th {
- border: 0;
- font-style: italic;
- border-bottom: 1px solid #d9d6d0;
- padding: 0.8em 1em;
- text-align: left;
- }
- .editor-block-list__block table.wp-block-table thead th {
- border-width: 2px;
- color: #a09a92;
- font-style: normal;
- font-weight: bold;
- }
- .rtl .editor-block-list__block table.wp-block-table th {
- text-align: right;
- }
- /*--------------------------------------------------------------
- 5.0 Blocks - Layout Elements
- --------------------------------------------------------------*/
- /* Buttons */
- .wp-block-button .wp-block-button__link {
- font-size: 12px;
- letter-spacing: 1px;
- padding: 7px 14px;
- line-height: 24px;
- position: relative;
- text-transform: uppercase;
- }
- .wp-block-button__link {
- background: #a09a92;
- border: 1px solid #eae9e6;
- color: #eae9e6;
- }
- .wp-block-button__link:not(.has-background) {
- box-shadow: 0 0 0 4px #a09a92;
- }
- .wp-block-button .wp-block-button__link.has-background {
- padding: 11px 18px;
- }
- .is-style-outline .wp-block-button__link {
- box-shadow: none;
- }
- .is-style-outline .wp-block-button__link:not(.has-text-color) {
- color: #a09a92;
- }
- /* Separator */
- .wp-block-separator {
- background-color: #d9d6d0;
- border: 0;
- height: 1px;
- margin-bottom: 1.5em;
- }
- .wp-block-separator.is-style-wide {
- max-width: 100%;
- }
- /*--------------------------------------------------------------
- 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;
- }
- /* Categories */
- .editor-block-list__block[data-align=right] .wp-block-categories__list,
- .editor-block-list__block[data-align=left] .wp-block-categories__list {
- padding: 0;
- }
- /* Latest Comments */
- .wp-block-latest-comments {
- margin-left: 0;
- margin-right: 0;
- }
- .wp-block-latest-comments__comment {
- margin-bottom: 2em;
- }
- .wp-block-latest-comments__comment-meta {
- font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 14px;
- font-weight: normal;
- letter-spacing: 1px;
- text-transform: uppercase;
- }
- .wp-block-latest-comments__comment-meta a {
- color: #363431;
- }
- .wp-block-latest-comments__comment-date {
- color: #787065;
- }
- .wp-block-latest-comments .avatar,
- .wp-block-latest-comments__comment-avatar {
- margin: 0;
- }
- .wp-block-latest-comments__comment-excerpt p:last-child {
- margin-bottom: 0;
- }
- .rtl .wp-block-latest-posts {
- margin-left: 0;
- margin-right: 0;
- }
- /* Latest Posts */
- .edit-post-visual-editor .wp-block-latest-posts.is-grid {
- list-style: none;
- margin-left: 0;
- margin-right: 0;
- }
- .edit-post-visual-editor .wp-block-latest-posts.is-grid li {
- margin-bottom: 1em;
- }
|