Vulcan/packages/telescope-newsletter/lib/server/templates/emailDigest.handlebars
2015-08-15 11:51:23 +09:00

90 lines
No EOL
1.5 KiB
Handlebars
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<style type="text/css">
.email-digest{
}
.digest-date{
color: #999;
font-weight: normal;
font-size: 16px;
}
.post-item{
border-top: 1px solid #ddd;
}
.post-date{
font-size: 13px;
color: #999;
}
.post-title{
font-size: 18px;
line-height: 1.6;
}
.post-thumbnail{
height: 28px;
width: 37px;
vertical-align: top;
}
.post-meta{
font-size: 13px;
color: #999;
margin: 5px 0;
}
.post-meta a{
color: #333;
}
.post-domain{
font-weight: bold;
}
.post-body-excerpt{
font-size: 14px;
}
.post-body-excerpt p{
margin: 0;
}
.post-comments {
margin-top: 10px;
}
.post-comment {
padding: 10px;
background: #efefef;
margin-bottom: 5px;
}
.post-comment:last-child {
margin-bottom: 0;
}
.post-comments-title {
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}
.post-comment-body{
font-size: 14px;
}
.post-comment-author {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #ccc;
}
.avatar {
height: 20px;
width: 20px;
display: inline-block;
vertical-align: middle;
border-radius: 100%;
}
.post-comment-author-name {
line-height: 20px;
vertical-align: middle;
font-size: 13px;
}
.post-comment-author-link {
color: black;
}
</style>
<span class="heading">Recently on {{siteName}}</span>
<span class="digest-date"> {{date}}</span>
<br><br>
<div class="email-digest">
{{{content}}}
</div>
<br>