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