updated to wide and full width CSS, still need to fix overflow;hidden, updated caption font and font size
This commit is contained in:
parent
f68a84ad76
commit
0eb0a29a0b
27
style.css
27
style.css
@ -333,6 +333,7 @@ p.wp-caption-text
|
|||||||
.home .sticky .page-link a { background: #d9e8f7; }
|
.home .sticky .page-link a { background: #d9e8f7; }
|
||||||
.page-link a:active,
|
.page-link a:active,
|
||||||
.page-link a:hover { color: #aaa; }
|
.page-link a:hover { color: #aaa; }
|
||||||
|
|
||||||
.alignnone { margin: 20px 0; }
|
.alignnone { margin: 20px 0; }
|
||||||
|
|
||||||
.aligncenter
|
.aligncenter
|
||||||
@ -683,6 +684,7 @@ h3#reply-title { margin: 18px 0; }
|
|||||||
#menu div.menu li a, #menu div.menu-footer li a
|
#menu div.menu li a, #menu div.menu-footer li a
|
||||||
{
|
{
|
||||||
/* font-family: 'OFLSortsMillGoudyRegular', Georgia, serif; */
|
/* font-family: 'OFLSortsMillGoudyRegular', Georgia, serif; */
|
||||||
|
/* font-family: Futura; */
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -771,9 +773,34 @@ span.older-posts a, span.newer-posts a
|
|||||||
{
|
{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
|
/* font-family: Futura; */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ## Gutenberg Blocks ## */
|
/* ## 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
|
pre.wp-block-verse
|
||||||
{
|
{
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user