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 style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 0.2.1.0, Mar 14, 2017
* @version 0.3.9.9, Sep 21 2017
*/
/* start common */
html {
@ -883,6 +883,13 @@ aside {
.navbar button:hover {
background-color: #e42f19;
}
.page-icon {
float: left;
height: 14px;
width: 14px;
margin: 18px 5px 0 0;
}
/* end header */
/* start footer */
@ -1143,6 +1150,10 @@ aside.has-toc > section:last-child {
}
}
@media (max-width: 700px) {
.page-icon {
margin: 13px 3px 0 0;
}
.wrapper {
width: 100%;
min-width: auto;

File diff suppressed because one or more lines are too long

View File

@ -36,7 +36,7 @@
</a>
<#list pageNavigations as page>
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}" rel="section">
${page.pageTitle}
<#if page.pageIcon != ''><img class="page-icon" src="${page.pageIcon}"></#if>${page.pageTitle}
</a>
</#list>
<a href="${servePath}/dynamic.html" rel="section">
@ -99,7 +99,7 @@
<#list pageNavigations as page>
<li>
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}" rel="section">
${page.pageTitle}
<#if page.pageIcon != ''><img class="page-icon" src="${page.pageIcon}"></#if>${page.pageTitle}
</a>
</li>
</#list>

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>

View File

@ -18,7 +18,8 @@
* Skin Bruce style.
*
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.0.1.3, Jan 7, 2015
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 1.1.0.0, Sep 21, 2017
*/
body, button, input, select, textarea {
@ -81,6 +82,13 @@ h4, h5, h6 {
font-weight: 500;
}
.nav-item .page-icon {
float: left;
height: 14px;
width: 14px;
margin: 2px 3px 0 0;
}
.comment {
margin-bottom: 32px;
}

View File

@ -13,4 +13,4 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@charset "utf-8";.article-date,.article-tags,.article-title,.footer{text-align:center}.footer,.header{background-color:#f9f9f9}body,button,input,select,textarea{font:400 1em/1.8 Avenir,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif;letter-spacing:.01rem}.site{padding:0 2em;margin:0 auto;font-size:16px}h4,h5,h6{font-weight:700}.article{margin-bottom:90px}.article-tags{font-size:14px}.article-date{font-size:12px;margin-top:6px;margin-bottom:12px}.article-content{font-size:1.1em}.article-content img{max-width:100%}.header{border-bottom:1px solid #ddd;margin-bottom:20px}.nav-item{position:relative;display:inline-block;padding:10px;font-weight:500}.comment{margin-bottom:32px}.comment p{margin-bottom:0}#captcha,#captchaReply,#emotions span,#emotionsReply span,.form-control{margin-top:15px}.cmtFromSym{font-size:12px;color:#ccc;margin-bottom:1em}.cmtForm{margin-top:24px}.gray{color:#ccc}.em00,.em01,.em02,.em03,.em04,.em05,.em06,.em07,.em08,.em09,.em10,.em11,.em12,.em13,.em14{cursor:pointer;background-image:url(../../../images/emotions/emotions.png);background-size:120px;float:left;height:24px;margin-right:5px;width:24px;transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out}#emotions span:hover{transform:scale(1.2) rotate(360deg);-webkit-transform:scale(1.2) rotate(360deg);-moz-transform:scale(1.2) rotate(360deg)}.em01{background-position:-24px 0}.em02{background-position:-48px 0}.em03{background-position:-72px 0}.em04{background-position:-96px 1px}.em05{background-position:0 -24px}.em06{background-position:-24px -24px}.em07{background-position:-48px -24px}.em08{background-position:-72px -24px}.em09{background-position:-96px -24px}.em10{background-position:0 -48px}.em11{background-position:-24px -48px}.em12{background-position:-48px -48px}.em13{background-position:-72px -48px}.em14{background-position:-96px -48px}.footer{padding:40px 0;margin-top:20px;color:#999;border-top:1px solid #e5e5e5}.article-relative{margin-top:48px}.right{float:right}
@charset "utf-8";.article-date,.article-tags,.article-title,.footer{text-align:center}.footer,.header{background-color:#f9f9f9}body,button,input,select,textarea{font:400 1em/1.8 Avenir,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif;letter-spacing:.01rem}.site{padding:0 2em;margin:0 auto;font-size:16px}h4,h5,h6{font-weight:700}.article{margin-bottom:90px}.article-tags{font-size:14px}.article-date{font-size:12px;margin-top:6px;margin-bottom:12px}.article-content{font-size:1.1em}.article-content img{max-width:100%}.header{border-bottom:1px solid #ddd;margin-bottom:20px}.nav-item{position:relative;display:inline-block;padding:10px;font-weight:500}.nav-item .page-icon{float:left;height:14px;width:14px;margin:2px 3px 0 0}.comment{margin-bottom:32px}.comment p{margin-bottom:0}#captcha,#captchaReply,#emotions span,#emotionsReply span,.form-control{margin-top:15px}.cmtFromSym{font-size:12px;color:#ccc;margin-bottom:1em}.cmtForm{margin-top:24px}.gray{color:#ccc}.em00,.em01,.em02,.em03,.em04,.em05,.em06,.em07,.em08,.em09,.em10,.em11,.em12,.em13,.em14{cursor:pointer;background-image:url(../../../images/emotions/emotions.png);background-size:120px;float:left;height:24px;margin-right:5px;width:24px;transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out}#emotions span:hover{transform:scale(1.2) rotate(360deg);-webkit-transform:scale(1.2) rotate(360deg);-moz-transform:scale(1.2) rotate(360deg)}.em01{background-position:-24px 0}.em02{background-position:-48px 0}.em03{background-position:-72px 0}.em04{background-position:-96px 1px}.em05{background-position:0 -24px}.em06{background-position:-24px -24px}.em07{background-position:-48px -24px}.em08{background-position:-72px -24px}.em09{background-position:-96px -24px}.em10{background-position:0 -48px}.em11{background-position:-24px -48px}.em12{background-position:-48px -48px}.em13{background-position:-72px -48px}.em14{background-position:-96px -48px}.footer{padding:40px 0;margin-top:20px;color:#999;border-top:1px solid #e5e5e5}.article-relative{margin-top:48px}.right{float:right}

View File

@ -7,7 +7,7 @@ ${topBarReplacement}
<a class="nav-item" href="${servePath}">${indexLabel}</a>
<#list pageNavigations as page>
<a class="nav-item" href="${page.pagePermalink}" target="${page.pageOpenTarget}">${page.pageTitle}</a>
<a class="nav-item" href="${page.pagePermalink}" target="${page.pageOpenTarget}"><#if page.pageIcon != ''><img class="page-icon" src="${page.pageIcon}"></#if>${page.pageTitle}</a>
</#list>
<a class="nav-item" href="${servePath}/links.html">${friendLinkLabel}</a>

View File

@ -18,7 +18,7 @@
* skin community style
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.0.0.7, May 15, 2012
* @version 1.1.0.0, Sep 21, 2017
*/
body {
background-color: #EFEFEF;
@ -154,6 +154,13 @@ a.header-title {
display: block;
}
.sub-tabs .page-icon {
float: left;
height: 14px;
width: 14px;
margin: 15px 5px 0 0;
}
.header-navi-main .sub-tab {
background-color: #9BC4CE;
border-bottom: 1px solid #76A0AA;
@ -163,8 +170,7 @@ a.header-title {
.header-navi-main .sub-tab a {
min-width: 98px;
padding: 0 16px;
line-height: 42px;
padding: 10px 16px;
font-size: 14px;
}

File diff suppressed because one or more lines are too long

View File

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

View File

@ -19,7 +19,7 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.1.1.1, Oct 13, 2016
* @version 1.2.0.0, Sep 21, 2017
*/
/* start reset */
html {
@ -775,6 +775,13 @@ pre code, pre tt {
color: #fff;
}
.nav .page-icon {
float: left;
height: 14px;
width: 14px;
margin: 3px 4px 0 0;
}
body.nav-closed .nav {
-webkit-transform: translate3D(97px, 0, 0);
-ms-transform: translate3D(97px, 0, 0);
@ -1367,10 +1374,6 @@ ul.comments {
background-color: transparent;
}
.nav-opened .menu-button {
display: none;
}
.post-author {
width: 40px;
height: 40px;

File diff suppressed because one or more lines are too long

View File

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

View File

@ -17,7 +17,7 @@
* skin neoease style
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.0.2.9, Aug 30, 2017
* @version 1.1.0.0, Sep 21, 2017
*/
/* start base */
html, body, div, ul, li, h1, h2, h3, h4, h5, h6 {
@ -269,6 +269,13 @@ textarea, input {
font-size: 11px;
}
.nav .page-icon {
float: left;
height: 14px;
width: 14px;
margin: 8px 3px 0 0;
}
#search {
background-position: 7px -99px;
background-repeat: no-repeat;

File diff suppressed because one or more lines are too long

View File

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

View File

@ -19,7 +19,7 @@
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @author <a href="mailto:DL88250@gmail.com">Liang Ding</a>
* @version 1.1.1.3, May 14, 2017
* @version 1.2.0.0, Sep 21, 2017
*/
a, a:link {
color: #0000CC;
@ -41,6 +41,13 @@ h5 {
.header {
height: 108px;
}
.header .page-icon {
height: 14px;
width: 14px;
margin: -1px 3px 0 0;
}
.sub-title {
font-size: 14px;
font-weight: normal;

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@
<div class="left">
<#list pageNavigations as page>
<span>
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}">${page.pageTitle}</a>&nbsp;&nbsp;
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}"><#if page.pageIcon != ''><img class="page-icon" src="${page.pageIcon}"></#if>${page.pageTitle}</a>&nbsp;&nbsp;
</span>
</#list>
<a href="${servePath}/tags.html">${allTagsLabel}</a>&nbsp;&nbsp;

View File

@ -17,7 +17,7 @@
* Skin ease style.
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.0.2.9, Aug 23, 2014
* @version 1.1.0.0, Sep 21, 2017
*/
/* start base */
html, body, div, ul, li {
@ -317,6 +317,13 @@ sup {
.nav img {
margin-left: 3px;
}
.nav .page-icon {
float: left;
height: 14px;
width: 14px;
margin: 8px 5px 0 0;
}
/* end header */
/* start footer */

File diff suppressed because one or more lines are too long

View File

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

View File

@ -3,7 +3,7 @@
<a rel="nofollow" href="${servePath}" class="home">${homeLabel}</a>
<a href="${servePath}/tags.html" class="about">${allTagsLabel}</a>
<#list pageNavigations as page>
<a href="${page.pagePermalink}" target="${page.pageOpenTarget}" class="${page.pageTitle}">${page.pageTitle}</a>
<a href="${page.pagePermalink}" <#if page.pageIcon != ''>style="background-image: url(${page.pageIcon})"</#if> target="${page.pageOpenTarget}" class="${page.pageTitle}">${page.pageTitle}</a>
</#list>
<a rel="alternate" href="${servePath}/blog-articles-rss.do" class="classifiche">RSS</a>
<a href="${servePath}/search?keyword=">Search</a>

View File

@ -18,7 +18,7 @@
* skin i-nove style
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.0.3.0, Aug 30, 2017
* @version 1.1.0.0, Sep 21 2017
*/
img {
max-width: 100%;
@ -146,6 +146,14 @@ h5 {
#header-navi li.selected a.home {
background-position: 0 -155px;
}
#header-navi .page-icon {
float: left;
height: 14px;
width: 14px;
margin: 8px 3px 0 0;
}
#statistic {
font-size: 11px;
line-height: 31px;

File diff suppressed because one or more lines are too long

View File

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

View File

@ -18,7 +18,7 @@
* skin metro-hot style
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.0.1.1, Sep 30, 2013
* @version 1.1.0.0, Sep 21, 2017
*/
/* start base */
@font-face {
@ -385,6 +385,12 @@ textarea {
border-bottom-width: 0;
}
.navigation .page-icon {
float: left;
height: 14px;
width: 14px;
margin: 2px 5px 0 0;
}
/* end header */
/* start article list */

File diff suppressed because one or more lines are too long

View File

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

View File

@ -36,7 +36,7 @@
<ul id="head-pages">
<li id="admin" data-login="${isLoggedIn?string}"><a href="${servePath}/admin-index.do#main"><img src="${staticServePath}/skins/${skinDirName}/images/icon-pool/Home.png" alt=""/>Admin</a></li>
<#list pageNavigations as page>
<li><a href="${page.pagePermalink}" target="${page.pageOpenTarget}"><img src="${staticServePath}/skins/${skinDirName}/images/icon-pool/Apps.png" alt=""/>${page.pageTitle}</a></li>
<li><a href="${page.pagePermalink}" target="${page.pageOpenTarget}"><#if page.pageIcon != ''><img class="page-icon" src="${page.pageIcon}"></#if>${page.pageTitle}</a></li>
</#list>
<li><a rel="alternate" href="${servePath}/blog-articles-rss.do"><img src="${staticServePath}/skins/${skinDirName}/images/icon-pool/RSS.png" alt="" />RSS Feed</a></li>
<li><a href="${servePath}/search?keyword=">Search</a></li>

View File

@ -334,6 +334,7 @@ ul#tweets li {
padding: 0;
text-align: left;
margin: 0;
list-style: none;
}
.dropper ul#head-account li.text {

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>

View File

@ -27,7 +27,7 @@ Update: Dongxu Wang 2011-02-24
/*
* skin owmx-3.0 style
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.0.0.7, Jun 2, 2012
* @version 1.1.0.0, Sep 21 2017
*/
/* Reset */
header, footer, article, nav, section, aside, time, hgroup {
@ -354,6 +354,12 @@ nav li.active, aside li.active li {
background : url(../images/ai2.png) no-repeat 0 8px;
}
nav .page-icon {
float: left;
height: 14px;
width: 14px;
margin: 4px 4px 0 0;
}
/* Gallery */
.gallery {
list-style : none;

File diff suppressed because one or more lines are too long

View File

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

View File

@ -17,7 +17,7 @@
* timeline skin style.
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.0.1.2, Jun 6, 2013
* @version 1.1.0.0, Sep 21, 2017
*/
/* start reset */
html, body {
@ -448,6 +448,12 @@ a:hover > .ico-pre {
height: auto;
overflow: visible;
}
.header .page-icon {
height: 14px;
width: 14px;
margin: -1px 5px 0 0;
}
/* end header */
/* start article list */

File diff suppressed because one or more lines are too long

View File

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

View File

@ -18,7 +18,7 @@
* skin tree-house style
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.0.0.8, May 14, 2012
* @version 1.1.0.0, Sep 21, 2017
*/
html {
min-width: 948px;
@ -63,6 +63,14 @@ h5 {
.header-navi li {
float: left;
}
.header-navi .page-icon {
float: left;
height: 14px;
width: 14px;
margin: 2px 3px 0 0;
}
.header-title {
color: #FFFFFF;
margin-left: 146px;

File diff suppressed because one or more lines are too long

View File

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

View File

@ -19,7 +19,7 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.2.0.4, Jun 30, 2016
* @version 1.3.0.0, Sep 21 2017
*/
/* start reset */
html {
@ -644,6 +644,13 @@ pre code, pre tt {
font-size: 14px;
}
.side nav .page-icon {
height: 16px;
width: 16px;
margin: 0px 3px 0 0;
vertical-align: -2px;
}
.side footer {
position: absolute;
bottom: 15px;

File diff suppressed because one or more lines are too long

View File

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