Tweaky
This commit is contained in:
parent
bf1dd0e9d4
commit
788c8ebff0
|
@ -329,7 +329,6 @@ table.plain {
|
|||
-moz-border-radius: 100%;
|
||||
border-radius: 100%;
|
||||
overflow: hidden;
|
||||
background: #303538;
|
||||
}
|
||||
|
||||
/* Create dark overlay state for blog icon */
|
||||
|
@ -479,15 +478,6 @@ table.plain {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.post-footer {
|
||||
position: relative;
|
||||
padding: 4rem 100px 0 0;
|
||||
margin: 6rem 0 0 0;
|
||||
border-top: #DDE6EB 1px solid;
|
||||
font-size: 1.6rem;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
.user-meta {
|
||||
position: relative;
|
||||
padding: 0.3rem 40px 0 100px;
|
||||
|
@ -538,7 +528,7 @@ table.plain {
|
|||
top: -14px;
|
||||
left: 50%;
|
||||
margin-left: -14px;
|
||||
border: #DDE6EB 1px solid;
|
||||
border: #EBF2F6 1px solid;
|
||||
text-align: center;
|
||||
line-height: 2.4rem;
|
||||
border-radius: 50px;
|
||||
|
@ -547,7 +537,7 @@ table.plain {
|
|||
}
|
||||
|
||||
.subscribe:before {
|
||||
color: #BBC7CC;
|
||||
color: #D2DEE3;
|
||||
font-size: 10px;
|
||||
position: absolute;
|
||||
top: 9px;
|
||||
|
@ -564,7 +554,7 @@ table.plain {
|
|||
position: relative;
|
||||
margin: 6rem 0 0 0;
|
||||
padding: 6rem 0;
|
||||
border-top: #DDE6EB 1px solid;
|
||||
border-top: #EBF2F6 1px solid;
|
||||
}
|
||||
|
||||
.post-footer h4 {
|
||||
|
@ -575,6 +565,7 @@ table.plain {
|
|||
.post-footer p {
|
||||
margin: 1rem 0;
|
||||
font-size: 1.4rem;
|
||||
line-height: 1.6em;
|
||||
}
|
||||
|
||||
.post-footer .author {
|
||||
|
@ -777,7 +768,7 @@ table.plain {
|
|||
.post-footer .author {
|
||||
margin: 0 0 2rem 0;
|
||||
padding: 0 0 1.6rem 0;
|
||||
border-bottom: #DDE6EB 1px dashed;
|
||||
border-bottom: #EBF2F6 1px dashed;
|
||||
}
|
||||
|
||||
.post-footer .share {
|
||||
|
|
8
post.hbs
8
post.hbs
|
@ -18,8 +18,6 @@
|
|||
|
||||
</article>
|
||||
|
||||
{{/post}}
|
||||
|
||||
<footer class="post-footer">
|
||||
<a class="subscribe icon-feed" href="#"><span class="hidden">Subscribe to RSS</span></a>
|
||||
<div class="inner">
|
||||
|
@ -29,11 +27,13 @@
|
|||
</section>
|
||||
<section class="share">
|
||||
<h4>Share this post</h4>
|
||||
<a class="icon-twitter" href="http://twitter.com/share?text={{title}}&url={{url}}"><span class="hidden">Twitter</span></a>
|
||||
<a class="icon-facebook" href="http://www.facebook.com/sharer.php?u={{url}}"><span class="hidden">Twitter</span></a>
|
||||
<a class="icon-twitter" href="http://twitter.com/share?text={{title}}&url={{../settings.url}}/{{slug}}"><span class="hidden">Twitter</span></a>
|
||||
<a class="icon-facebook" href="http://www.facebook.com/sharer.php?u={{../settings.url}}/{{slug}}"><span class="hidden">Twitter</span></a>
|
||||
<a class="icon-google-plus" href="#"><span class="hidden">Twitter</span></a>
|
||||
</section>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
{{/post}}
|
||||
|
||||
</main>
|
Loading…
Reference in New Issue