Vanessa
2017-09-21 21:59:51 +08:00
parent 3f984f6f94
commit 239c9a5ef2
48 changed files with 161 additions and 53 deletions

View File

@@ -18,7 +18,7 @@
* skin next style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 0.5.0.0, Jul 25, 2017
* @version 0.6.0.0, Sep 21, 2017
*/
/* start reset */
html {
@@ -344,6 +344,13 @@ img {
background: #e1e1e1;
}
.menu .page-icon {
float: left;
height: 14px;
width: 14px;
margin: 4px -4px 0 0;
}
.site-search {
float: right;
margin-top: 15px;
@@ -1202,6 +1209,10 @@ ul.comments .comment-meta time {
display: block;
}
.menu .page-icon {
margin: 6px -4px 0px 10px;
}
.footer {
text-align: center;
font-size: 12px;

File diff suppressed because one or more lines are too long

View File

@@ -19,6 +19,7 @@
<ul class="menu">
<#list pageNavigations as page>
<li class="menu-item">
<#if page.pageIcon != ''><img class="page-icon" src="${page.pageIcon}"></#if>
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}" rel="section">
${page.pageTitle}
</a>