|
@@ -3282,7 +3282,8 @@ p a:hover {
|
|
.page-title,
|
|
.page-title,
|
|
.author-title,
|
|
.author-title,
|
|
.comments-title,
|
|
.comments-title,
|
|
-.comment-reply-title {
|
|
|
|
|
|
+.comment-reply-title,
|
|
|
|
+.a8c-posts-list {
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3339,6 +3340,10 @@ table th,
|
|
border-color: #DDDDDD;
|
|
border-color: #DDDDDD;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.a8c-posts-list-item__excerpt {
|
|
|
|
+ text-align: right;
|
|
|
|
+}
|
|
|
|
+
|
|
.entry-header .entry-meta {
|
|
.entry-header .entry-meta {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
@@ -3351,22 +3356,26 @@ table th,
|
|
}
|
|
}
|
|
|
|
|
|
article .entry-header .entry-title,
|
|
article .entry-header .entry-title,
|
|
-.page-title {
|
|
|
|
|
|
+.page-title,
|
|
|
|
+.a8c-posts-list-item__title {
|
|
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
|
|
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Times, "Times New Roman", serif;
|
|
font-size: 2.48832rem;
|
|
font-size: 2.48832rem;
|
|
- margin-top: 32px;
|
|
|
|
margin-bottom: 48px;
|
|
margin-bottom: 48px;
|
|
}
|
|
}
|
|
|
|
|
|
article .entry-header .entry-title a,
|
|
article .entry-header .entry-title a,
|
|
-.page-title a {
|
|
|
|
|
|
+.page-title a,
|
|
|
|
+.a8c-posts-list-item__title a {
|
|
color: inherit;
|
|
color: inherit;
|
|
}
|
|
}
|
|
|
|
|
|
article .entry-header .entry-title a:active, article .entry-header .entry-title a:focus, article .entry-header .entry-title a:hover,
|
|
article .entry-header .entry-title a:active, article .entry-header .entry-title a:focus, article .entry-header .entry-title a:hover,
|
|
.page-title a:active,
|
|
.page-title a:active,
|
|
.page-title a:focus,
|
|
.page-title a:focus,
|
|
-.page-title a:hover {
|
|
|
|
|
|
+.page-title a:hover,
|
|
|
|
+.a8c-posts-list-item__title a:active,
|
|
|
|
+.a8c-posts-list-item__title a:focus,
|
|
|
|
+.a8c-posts-list-item__title a:hover {
|
|
color: #CA2017;
|
|
color: #CA2017;
|
|
}
|
|
}
|
|
|
|
|