💄 img
This commit is contained in:
@@ -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;
|
||||
|
@@ -1,6 +1,8 @@
|
||||
<span style="color: gray;">© ${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}
|
||||
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>
|
||||
|
BIN
skins/classic/images/code-bg.png
Normal file
BIN
skins/classic/images/code-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 343 B |
@@ -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>
|
||||
|
Reference in New Issue
Block a user