|
@@ -441,7 +441,7 @@ Included in theme screenshot and in block patterns.
|
|
.post-thumbnail,
|
|
.post-thumbnail,
|
|
.entry-content,
|
|
.entry-content,
|
|
.entry-footer,
|
|
.entry-footer,
|
|
-.author-bio,
|
|
|
|
|
|
+.entry-author,
|
|
.widget-area {
|
|
.widget-area {
|
|
margin-top: var(--global--spacing-vertical);
|
|
margin-top: var(--global--spacing-vertical);
|
|
margin-left: auto;
|
|
margin-left: auto;
|
|
@@ -510,7 +510,7 @@ Included in theme screenshot and in block patterns.
|
|
.post-thumbnail > *,
|
|
.post-thumbnail > *,
|
|
.page-content > *,
|
|
.page-content > *,
|
|
.comment-content > *,
|
|
.comment-content > *,
|
|
-.author-bio > *,
|
|
|
|
|
|
+.entry-author > *,
|
|
.widget > * {
|
|
.widget > * {
|
|
margin-top: var(--global--spacing-unit);
|
|
margin-top: var(--global--spacing-unit);
|
|
margin-bottom: var(--global--spacing-unit);
|
|
margin-bottom: var(--global--spacing-unit);
|
|
@@ -521,7 +521,7 @@ Included in theme screenshot and in block patterns.
|
|
.post-thumbnail > *:first-child,
|
|
.post-thumbnail > *:first-child,
|
|
.page-content > *:first-child,
|
|
.page-content > *:first-child,
|
|
.comment-content > *:first-child,
|
|
.comment-content > *:first-child,
|
|
-.author-bio > *:first-child,
|
|
|
|
|
|
+.entry-author > *:first-child,
|
|
.widget > *:first-child {
|
|
.widget > *:first-child {
|
|
margin-top: 0;
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
@@ -531,7 +531,7 @@ Included in theme screenshot and in block patterns.
|
|
.post-thumbnail > *:last-child,
|
|
.post-thumbnail > *:last-child,
|
|
.page-content > *:last-child,
|
|
.page-content > *:last-child,
|
|
.comment-content > *:last-child,
|
|
.comment-content > *:last-child,
|
|
-.author-bio > *:last-child,
|
|
|
|
|
|
+.entry-author > *:last-child,
|
|
.widget > *:last-child {
|
|
.widget > *:last-child {
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
@@ -3290,24 +3290,40 @@ nav a {
|
|
* Author
|
|
* Author
|
|
*/
|
|
*/
|
|
/* Author description */
|
|
/* Author description */
|
|
-.author-bio {
|
|
|
|
|
|
+.entry-author {
|
|
font-size: var(--global--font-size-xs);
|
|
font-size: var(--global--font-size-xs);
|
|
max-width: var(--responsive--aligndefault-width);
|
|
max-width: var(--responsive--aligndefault-width);
|
|
}
|
|
}
|
|
|
|
|
|
-.site-main > article > .author-bio {
|
|
|
|
|
|
+.entry-author .author-avatar {
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.site-main > article > .entry-author {
|
|
margin-top: calc(2 * var(--global--spacing-vertical));
|
|
margin-top: calc(2 * var(--global--spacing-vertical));
|
|
}
|
|
}
|
|
|
|
|
|
-.author-bio .author-title {
|
|
|
|
|
|
+.entry-author .author-title {
|
|
|
|
+ font-family: var(--global--font-ui);
|
|
|
|
+ font-size: var(--global--font-size-xs);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.entry-author .author-title .author-name {
|
|
|
|
+ display: block;
|
|
|
|
+ margin-top: 4px;
|
|
font-family: var(--entry-author-bio--font-family);
|
|
font-family: var(--entry-author-bio--font-family);
|
|
font-size: var(--entry-author-bio--font-size);
|
|
font-size: var(--entry-author-bio--font-size);
|
|
}
|
|
}
|
|
|
|
|
|
-.author-bio .author-description {
|
|
|
|
|
|
+.entry-author .author-bio {
|
|
font-size: var(--global--font-size-md);
|
|
font-size: var(--global--font-size-md);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.entry-author .author-link::before {
|
|
|
|
+ content: '';
|
|
|
|
+ display: block;
|
|
|
|
+}
|
|
|
|
+
|
|
/* Next/Previous navigation */
|
|
/* Next/Previous navigation */
|
|
.navigation {
|
|
.navigation {
|
|
color: var(--global--color-foreground);
|
|
color: var(--global--color-foreground);
|