mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
77 lines
No EOL
1.3 KiB
Handlebars
77 lines
No EOL
1.3 KiB
Handlebars
<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 {
|
||
font-size: 13px;
|
||
color: #999;
|
||
padding-bottom: 5px;
|
||
margin-bottom: 5px;
|
||
border-bottom: 1px solid #ccc;
|
||
}
|
||
</style>
|
||
|
||
<span class="heading">Recently on {{siteName}}</span>
|
||
<span class="digest-date">– {{date}}</span>
|
||
<br><br>
|
||
|
||
<div class="email-digest">
|
||
{{{content}}}
|
||
</div>
|
||
<br> |