Release 1.4.0
This commit is contained in:
parent
5070676b40
commit
dae1cb3516
@ -19,7 +19,7 @@
|
|||||||
*
|
*
|
||||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||||
* @author <a href="http://88250.b3log.org">Liang Ding</a>
|
* @author <a href="http://88250.b3log.org">Liang Ding</a>
|
||||||
* @version 1.2.0.1, Nov 7, 2015
|
* @version 1.2.0.3, Jan 27, 2016
|
||||||
*/
|
*/
|
||||||
/* start reset */
|
/* start reset */
|
||||||
html {
|
html {
|
||||||
@ -430,13 +430,14 @@ pre code, pre tt {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: -1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .content {
|
.side .content {
|
||||||
width: 76%;
|
width: 76%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 112px auto 0;
|
margin: 112px auto 0;
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side .avatar {
|
.side .avatar {
|
||||||
@ -477,6 +478,10 @@ pre code, pre tt {
|
|||||||
.side footer {
|
.side footer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 15px;
|
bottom: 15px;
|
||||||
|
width: 228px;
|
||||||
|
text-align: center;
|
||||||
|
left: 50%;
|
||||||
|
margin-left: -114px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.side footer > div {
|
.side footer > div {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<div class="fn-clear post-meta">
|
<div class="fn-clear post-meta">
|
||||||
<span class="fn-left">
|
<span class="fn-left">
|
||||||
<#if "http://" == comment.commentURL>
|
<#if "http://" == comment.commentURL>
|
||||||
<span>${comment.commentName}</span>
|
<a>${comment.commentName}</a>
|
||||||
<#else>
|
<#else>
|
||||||
<a href="${comment.commentURL}" target="_blank">${comment.commentName}</a>
|
<a href="${comment.commentURL}" target="_blank">${comment.commentName}</a>
|
||||||
</#if>
|
</#if>
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
</header>
|
||||||
<footer>
|
<footer>
|
||||||
<#if noticeBoard??>
|
<#if noticeBoard??>
|
||||||
<div>${noticeBoard}</div>
|
<div>${noticeBoard}</div>
|
||||||
@ -50,5 +51,4 @@
|
|||||||
</#if>
|
</#if>
|
||||||
<a rel="alternate" href="${servePath}/blog-articles-rss.do" title="${subscribeLabel}" class="icon-rss"></a>
|
<a rel="alternate" href="${servePath}/blog-articles-rss.do" title="${subscribeLabel}" class="icon-rss"></a>
|
||||||
</footer>
|
</footer>
|
||||||
</header>
|
|
||||||
</div>
|
</div>
|
Loading…
x
Reference in New Issue
Block a user