This commit is contained in:
Vanessa 2018-01-04 16:36:11 +08:00
parent 734b10853e
commit 0ebfe5c3ef
26 changed files with 100 additions and 24 deletions

View File

@ -6,7 +6,7 @@
Powered by <a href="http://b3log.org" target="_blank">B3log</a> 开源 &nbsp;
<span class="ft-warn">&heartsuit;</span>
Theme by <a href="https://github.com/9IPHP/9IPHP" target="_blank">9IPHP</a> & <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">9IPHP</a> by <a href="https://github.com/9IPHP/9IPHP" target="_blank">9IPHP</a> & <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</footer>
<div class="icon-up" onclick="Util.goTop()"></div>

View File

@ -18,7 +18,7 @@
* skin andrea style
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.1.0.0, Sep 21, 2017
* @version 1.2.0.0, Jun 4, 2018
*/
body {
background-image: url("../images/bg-grey.jpg");
@ -40,6 +40,16 @@ a:hover {
color: rgba(190, 7, 0, 0.75);
}
img {
max-width: 100%;
vertical-align: middle;
border: 0;
height: auto;
-ms-interpolation-mode: bicubic;
overflow: hidden;
font-size: 12px;
}
/* common */
.error-msg {
color: #BE0700;

View File

@ -19,6 +19,6 @@
</#if></span>
</div>
<div class="row code-highlight">${comment.commentContent}</div>
<div class="row code-highlight article-content">${comment.commentContent}</div>
</div>
</div>

View File

@ -1,5 +1,10 @@
<div class="footer">
&copy; ${year} - <a href="${servePath}">${blogTitle}</a>${footerContent} Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version}
<div>
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">Bruce</a>
by
<a rel="friend" href="http://88250.b3log.org" target="_blank">88250</a>
</div>
<div><em>All rights reserved.</em></div>
</div>

View File

@ -19,7 +19,7 @@
* skin community style
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.1.0.0, Sep 21, 2017
* @version 1.2.0.0, Jun 4, 2018
*/
body {
background-color: #EFEFEF;
@ -40,7 +40,15 @@ a:active, a:visited {
a:hover {
text-decoration: underline;
}
img {
max-width: 100%;
vertical-align: middle;
border: 0;
height: auto;
-ms-interpolation-mode: bicubic;
overflow: hidden;
font-size: 12px;
}
.content {
width: 940px;
margin: 0 auto;

View File

@ -4,7 +4,8 @@
<span style="color: gray;">&copy; ${year}</span> - <a href="${servePath}">${blogTitle}</a>${footerContent}
</div>
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version}&nbsp;&nbsp;
Theme by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a> & <a rel="friend" href="http://demo.woothemes.com/skeptical/" target="_blank">Skeptical</a>.
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">Community</a>
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div>
<div class="right nowrap">
<div class="goTop right" onclick="Util.goTop();">${goTopLabel}</div>

View File

@ -4,7 +4,8 @@
${footerContent}
<span class="fn-right">
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version}&nbsp;&nbsp;
Theme by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">Finding</a>
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</span>
</footer>
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>

View File

@ -3,8 +3,8 @@
<div class="left">
<span style="color: gray;">&copy; ${year}</span> - <a href="${servePath}">${blogTitle}</a>${footerContent}<br/>
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version}&nbsp;&nbsp;
Theme by <a rel="friend" href="http://www.neoease.com" target="_blank">NeoEase</a>
& <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">NeoEase</a>
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div>
<div class="clear"></div>
</div>

View File

@ -20,7 +20,7 @@
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @author <a href="mailto:DL88250@gmail.com">Liang Ding</a>
* @version 1.2.0.0, Sep 21, 2017
* @version 1.3.0.0, Jun 4, 2018
*/
a, a:link {
color: #0000CC;
@ -403,6 +403,16 @@ h5 {
box-shadow: inset 0 -1px 0 #bbb
}
.content-reset img {
max-width: 100%;
vertical-align: middle;
border: 0;
height: auto;
-ms-interpolation-mode: bicubic;
overflow: hidden;
font-size: 12px;
}
.has-toc > ul > li {
list-style: none;
float: left;

View File

@ -1,6 +1,8 @@
<span style="color: gray;">&copy; ${year}</span> - <a href="${servePath}">${blogTitle}</a>${footerContent}<br/>
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version}&nbsp;&nbsp;
Theme by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">classic</a>
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
<div class='goTopIcon' onclick='Util.goTop();'></div>
<div class='goBottomIcon' onclick='Util.goBottom();'></div>
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

View File

@ -21,7 +21,7 @@
${comment.commentName}<#else>
<a target="_blank" href="${comment.commentURL}">
${comment.commentName}</a></#if>:
<a rel="nofollow" class='side-comment' href="${servePath}${comment.commentSharpURL}">
<a rel="nofollow" class='side-comment content-reset' href="${servePath}${comment.commentSharpURL}">
${comment.commentContent}
</a>
</li>

View File

@ -18,7 +18,7 @@
* Skin ease style.
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.1.0.0, Sep 21, 2017
* @version 1.2.0.0, Jun 4, 2018
*/
/* start base */
html, body, div, ul, li {
@ -63,6 +63,11 @@ a:active {
img {
vertical-align: middle;
border: 0;
max-width: 100%;
height: auto;
-ms-interpolation-mode: bicubic;
overflow: hidden;
font-size: 12px;
}
textarea, input {

View File

@ -3,7 +3,8 @@
<div class="left">
<span class="ft-gray">&copy; ${year}</span> - <a href="${servePath}">${blogTitle}</a>${footerContent}
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version}&nbsp;&nbsp;
Theme by <a rel="friend" rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">ease</a>
by <a rel="friend" rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div>
<div class="right">
<div class="left">

View File

@ -19,7 +19,7 @@
* skin favoutite style
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.1.0.8, Apr 9, 2017
* @version 1.2.0.0, Jun 4, 2018
*/
body {
background: url("../images/bg.jpg") repeat scroll left top transparent;
@ -41,6 +41,15 @@ h4 {
h5 {
font-size: 12px;
}
img {
max-width: 100%;
vertical-align: middle;
border: 0;
height: auto;
-ms-interpolation-mode: bicubic;
overflow: hidden;
font-size: 12px;
}
.margin5R {
margin-right: 5px;
}

View File

@ -2,7 +2,8 @@
<div class="copyright">
<span style="color:white;">&copy; ${year}</span> - <a style="color:white;" href="${servePath}">${blogTitle}</a>${footerContent}<br/>
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version}&nbsp;&nbsp;
Theme by <a style="color:white;" rel="friend" href="http://www.iprimidieci.com/" target="_blank">Primi</a> & <a rel="friend" style="color:white;" href="http://lamb.b3log.org" target="_blank">Lamb</a>.
Theme <a rel="friend" style="color:white;" href="https://github.com/b3log/solo-skins" target="_blank">favourite</a>
by <a rel="friend" style="color:white;" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div>
<div class="right goTop">
<span onclick="Util.goTop();">${goTopLabel}</span>

View File

@ -1,7 +1,8 @@
<div class="left copyright">
<span style="color: gray;">&copy; ${year}</span> - <a href="${servePath}">${blogTitle}</a>${footerContent}<br/>
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version}&nbsp;&nbsp;
Theme by <a rel="friend" href="http://www.neoease.com" target="_blank">NeoEase</a> & <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">i-nove</a>
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div>
<div class="right goTop">
<span onclick="Util.goTop();">${goTopLabel}</span>

View File

@ -1,5 +1,7 @@
<div class="footer">
<span class="ft-gray">&copy; ${year}</span> -
<a href="${servePath}">${blogTitle}</a>${footerContent} Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version}&nbsp;&nbsp;Theme by
<a href="${servePath}">${blogTitle}</a>${footerContent} Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version}&nbsp;&nbsp;
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">metro-hot</a>
by
<a rel="friend" rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div>

View File

@ -6,7 +6,8 @@
</center>
<p><span style="color: gray;">&copy; ${year}</span> - <a href="${servePath}">${blogTitle}</a>${footerContent}</p>
<p>Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version},
Theme by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a></p>
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">mobile</a>
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a></p>
</div>
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
<script type="text/javascript" src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>

View File

@ -7,7 +7,8 @@
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> •
<a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version}
<div class="fn-right">Theme by <a href="http://iissnan.com/" target="_blank">IIssNan</a> & <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.</div>
<div class="fn-right">Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">next</a>
by <a href="http://iissnan.com/" target="_blank">IIssNan</a> & <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.</div>
</div>
</footer>
<div class="back-to-top" onclick="Util.goTop()"></div>

View File

@ -1,7 +1,8 @@
<footer>
<span>&copy; ${year}</span> - <a href="${servePath}">${blogTitle}</a>${footerContent}
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version}&nbsp;&nbsp;
Theme by <a rel="friend" href="http://dx.b3log.org/" target="_blank">DX</a> & <a rel="friend" href="http://www.jabz.info/contact/jonas-jared-jacek/" title="Profile of Jonas Jacek">Jonas Jacek</a>.
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">owmx-3.0</a>
by <a href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
<div onclick="Util.goTop();">${goTopLabel}</div>
</footer>
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>

View File

@ -3,7 +3,8 @@
<div class="left">
<span>&copy; ${year}</span> - <a href="${servePath}">${blogTitle}</a>${footerContent}
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version}&nbsp;&nbsp;
Theme by <a rel="friend" target="_blank" href="http://themify.me/demo/themes/postline/">Postline</a> & <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">timeline</a>
by <a rel="friend" target="_blank" href="http://themify.me/demo/themes/postline/">Postline</a> & <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
</div>
<div class="right fn-clear">
<span class="left">

View File

@ -19,7 +19,7 @@
* skin tree-house style
*
* @author <a href="mailto:LLY219@gmail.com">Liyuan Li</a>
* @version 1.1.0.0, Sep 21, 2017
* @version 1.2.0.0, Jun 4, 2018
*/
html {
min-width: 948px;
@ -39,6 +39,15 @@ a:hover {
h5 {
font-size: 12px;
}
img {
max-width: 100%;
vertical-align: middle;
border: 0;
height: auto;
-ms-interpolation-mode: bicubic;
overflow: hidden;
font-size: 12px;
}
.wrapper {
background: url("../images/bg-header.jpg") no-repeat scroll 50% 0 transparent;
}

View File

@ -1,6 +1,7 @@
<span style="color: gray;">&copy; ${year}</span> - <a href="${servePath}">${blogTitle}</a>${footerContent}<br/>
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a> • <a href="https://hacpai.com/tag/Solo" target="_blank">Solo</a> ${version}&nbsp;&nbsp;
Theme by <a rel="friend" href="http://www.thepixel.com/blog" target="_blank">Pixel</a> & <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">tree-house</a>
by <a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>.
<div class='goTopIcon' onclick='Util.goTop();'></div>
<div class='goBottomIcon' onclick='Util.goBottom();'></div>
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>

View File

@ -1,5 +1,11 @@
<footer class="footer">
<div class="fn-clear">
<div class="fn-left">
Theme <a rel="friend" href="https://github.com/b3log/solo-skins" target="_blank">yilia</a>
by
<a rel="friend" href="http://litten.me/" target="_blank">Litten</a> &
<a rel="friend" href="http://vanessa.b3log.org" target="_blank">Vanessa</a>
</div>
<span class="fn-right">
${viewCount1Label}${statistic.statisticBlogViewCount}
&nbsp;

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B