💄 img
This commit is contained in:
@@ -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;
|
||||
|
@@ -4,7 +4,8 @@
|
||||
<span style="color: gray;">© ${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}
|
||||
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>
|
||||
|
Reference in New Issue
Block a user