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

View File

@@ -17,7 +17,7 @@
* skin andrea style
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.0.0.9, May 15, 2012
* @version 1.1.0.0, Sep 21, 2017
*/
body {
background-image: url("../images/bg-grey.jpg");
@@ -400,6 +400,11 @@ a:hover {
list-style-type: none;
}
.side-tool .page-icon {
height: 14px;
width: 14px;
}
#greyBG, #brownBG, #blueBG {
background-position: -103px 0;
display: block;

File diff suppressed because one or more lines are too long

View File

@@ -5,7 +5,7 @@
<#list pageNavigations as page>
<li>
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}" title="${page.pageTitle}">
${page.pageTitle}
<#if page.pageIcon != ''><img class="page-icon" src="${page.pageIcon}"></#if>${page.pageTitle}
</a>
</li>
</#list>