2017-11-24 19:56:32 +00:00
|
|
|
/*
|
|
|
|
* Generally useful blog styles.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Styles for the blog title <h1> */
|
|
|
|
.blog-title {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
a.blog-title {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* The blog entry publish date */
|
|
|
|
.blog-meta {
|
|
|
|
font-style: italic;
|
|
|
|
font-size: smaller;
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|
2017-11-24 20:53:13 +00:00
|
|
|
.blog-meta .blog-private, .blog-meta .blog-unlisted {
|
|
|
|
color: #F00;
|
|
|
|
}
|
|
|
|
.blog-meta .blog-draft {
|
|
|
|
color: #909;
|
|
|
|
}
|
2017-11-24 19:56:32 +00:00
|
|
|
|
2017-11-26 23:53:10 +00:00
|
|
|
/* Comment metadata line */
|
|
|
|
.comment-meta {
|
|
|
|
font-style: italic;
|
|
|
|
font-size: smaller;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|