This commit is contained in:
parent
06c24f31da
commit
d93bed0b8e
@ -760,6 +760,10 @@ a {
|
||||
-webkit-box-sizing: border-box
|
||||
}
|
||||
|
||||
.form input {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.form input:focus,
|
||||
.form textarea:focus {
|
||||
background-color: #FFF;
|
||||
|
@ -60,5 +60,6 @@
|
||||
};
|
||||
|
||||
Util.parseMarkdown('content-reset');
|
||||
Util.killIE(10)
|
||||
</script>
|
||||
${plugins}
|
||||
|
@ -69,5 +69,6 @@
|
||||
<script>
|
||||
Util.setTopBar();
|
||||
Util.parseMarkdown('article-content');
|
||||
Util.killIE(8)
|
||||
</script>
|
||||
${plugins}
|
||||
|
@ -57,5 +57,6 @@
|
||||
"em14Label": "${em14Label}"
|
||||
};
|
||||
Util.parseMarkdown('post-content');
|
||||
Util.killIE(8)
|
||||
</script>
|
||||
${plugins}
|
||||
|
@ -254,6 +254,7 @@
|
||||
"em14Label": "${em14Label}"
|
||||
};
|
||||
|
||||
Util.killIE()
|
||||
Util.parseMarkdown('content-reset');
|
||||
Skin.initArticle();
|
||||
</script>
|
||||
|
@ -1011,12 +1011,13 @@ blockquote {
|
||||
box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 4px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.09);
|
||||
border-radius: 3px;
|
||||
padding: 10px 20px;
|
||||
padding: 10px 20px 10px 77px;
|
||||
margin: 0 0 20px;
|
||||
}
|
||||
|
||||
.article__comment .comment__avatar {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
height: 57px;
|
||||
width: 57px;
|
||||
display: inline-block;
|
||||
@ -1025,10 +1026,6 @@ blockquote {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.article__comment .comment__body {
|
||||
padding-left: 81px;
|
||||
}
|
||||
|
||||
.article__comment .comment__body svg.ft-gray {
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
@ -1352,8 +1349,8 @@ blockquote {
|
||||
transform: scale(0.7);
|
||||
}
|
||||
|
||||
.article__comment .comment__body {
|
||||
padding-left: 0;
|
||||
.article__comment .comment__item {
|
||||
padding-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -71,7 +71,7 @@
|
||||
"em13Label": "${em13Label}",
|
||||
"em14Label": "${em14Label}"
|
||||
};
|
||||
|
||||
Util.killIE(8)
|
||||
Util.parseMarkdown('content-reset');
|
||||
</script>
|
||||
${plugins}
|
||||
|
@ -75,6 +75,7 @@ a {
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
padding: 15px;
|
||||
color: $black;
|
||||
display: block;
|
||||
&:hover {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
@ -20,27 +20,4 @@
|
||||
<header>
|
||||
<a href="${servePath}" id="logoTitle">${blogTitle}</a>
|
||||
<p>${blogSubtitle}</p>
|
||||
</header><!--
|
||||
<div class="right" id="statistic">
|
||||
<span>
|
||||
${viewCount1Label}
|
||||
<span class='error-msg'>
|
||||
${statistic.statisticBlogViewCount}
|
||||
</span>
|
||||
|
||||
</span>
|
||||
<span>
|
||||
${articleCount1Label}
|
||||
<span class='error-msg'>
|
||||
${statistic.statisticPublishedBlogArticleCount}
|
||||
</span>
|
||||
|
||||
</span>
|
||||
<span>
|
||||
${commentCount1Label}
|
||||
<span class='error-msg'>
|
||||
${statistic.statisticPublishedBlogCommentCount}
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
<div class="clear"></div>-->
|
||||
</header>
|
@ -78,5 +78,6 @@
|
||||
"em14Label": "${em14Label}"
|
||||
};
|
||||
Util.parseMarkdown();
|
||||
Util.killIE(8)
|
||||
</script>
|
||||
${plugins}
|
||||
|
Loading…
x
Reference in New Issue
Block a user