diff --git a/style.css b/style.css index 3b9e0b0..25682c8 100644 --- a/style.css +++ b/style.css @@ -333,6 +333,7 @@ p.wp-caption-text .home .sticky .page-link a { background: #d9e8f7; } .page-link a:active, .page-link a:hover { color: #aaa; } + .alignnone { margin: 20px 0; } .aligncenter @@ -683,6 +684,7 @@ h3#reply-title { margin: 18px 0; } #menu div.menu li a, #menu div.menu-footer li a { /* font-family: 'OFLSortsMillGoudyRegular', Georgia, serif; */ +/* font-family: Futura; */ font-size: 18px; font-style: italic; text-decoration: none; @@ -771,9 +773,34 @@ span.older-posts a, span.newer-posts a { text-align: center; font-variant: small-caps; + /* font-family: Futura; */ } /* ## Gutenberg Blocks ## */ + +figcaption { + font-size:0.75em; + font-family: Futura; +} + +.alignwide { + margin: 20px 0; + position: relative; + max-width: 810px; + margin-left: -80px; + margin-right: -80px; +} + +.alignfull { + left: 50%; + margin-left: -50vw; + margin-right: -50vw; + max-width: 100vw; + position: relative; + right: 50%; + width: 100vw; +} + pre.wp-block-verse { line-height: 1.5em;