diff --git a/skins/9IPHP/footer.ftl b/skins/9IPHP/footer.ftl index 141547c..ae8da90 100644 --- a/skins/9IPHP/footer.ftl +++ b/skins/9IPHP/footer.ftl @@ -6,7 +6,7 @@ Powered by B3log 开源   - Theme by 9IPHP & Vanessa + Theme 9IPHP by 9IPHP & Vanessa
diff --git a/skins/Andrea/css/Andrea.css b/skins/Andrea/css/Andrea.css index 325db72..a852cba 100644 --- a/skins/Andrea/css/Andrea.css +++ b/skins/Andrea/css/Andrea.css @@ -18,7 +18,7 @@ * skin andrea style * * @author Liyuan Li - * @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; diff --git a/skins/Bruce/common-comment.ftl b/skins/Bruce/common-comment.ftl index 48c65b6..0c54c2f 100644 --- a/skins/Bruce/common-comment.ftl +++ b/skins/Bruce/common-comment.ftl @@ -19,6 +19,6 @@ -
${comment.commentContent}
+
${comment.commentContent}
\ No newline at end of file diff --git a/skins/Bruce/footer.ftl b/skins/Bruce/footer.ftl index 56fc5b9..7dc57ed 100644 --- a/skins/Bruce/footer.ftl +++ b/skins/Bruce/footer.ftl @@ -1,5 +1,10 @@ diff --git a/skins/Community/css/Community.css b/skins/Community/css/Community.css index d5fb75b..7cb5697 100644 --- a/skins/Community/css/Community.css +++ b/skins/Community/css/Community.css @@ -19,7 +19,7 @@ * skin community style * * @author Liyuan Li - * @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; diff --git a/skins/Community/footer.ftl b/skins/Community/footer.ftl index a2b27a5..87d1bcf 100644 --- a/skins/Community/footer.ftl +++ b/skins/Community/footer.ftl @@ -4,7 +4,8 @@ © ${year} - ${blogTitle}${footerContent} Powered by B3log 开源Solo ${version}   - Theme by Vanessa & Skeptical. + Theme Community + by Vanessa.
${goTopLabel}
diff --git a/skins/Finding/footer.ftl b/skins/Finding/footer.ftl index 084106f..88806d3 100644 --- a/skins/Finding/footer.ftl +++ b/skins/Finding/footer.ftl @@ -4,7 +4,8 @@ ${footerContent} Powered by B3log 开源Solo ${version}   - Theme by Vanessa. + Theme Finding + by Vanessa. diff --git a/skins/NeoEase/footer.ftl b/skins/NeoEase/footer.ftl index 4e125a9..fcab6d1 100644 --- a/skins/NeoEase/footer.ftl +++ b/skins/NeoEase/footer.ftl @@ -3,8 +3,8 @@
© ${year} - ${blogTitle}${footerContent}
Powered by B3log 开源Solo ${version}   - Theme by NeoEase - & Vanessa. + Theme NeoEase + by Vanessa.
diff --git a/skins/classic/css/classic.css b/skins/classic/css/classic.css index 501d929..461d999 100644 --- a/skins/classic/css/classic.css +++ b/skins/classic/css/classic.css @@ -20,7 +20,7 @@ * * @author Liyuan Li * @author Liang Ding - * @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; diff --git a/skins/classic/footer.ftl b/skins/classic/footer.ftl index e67beed..5174222 100644 --- a/skins/classic/footer.ftl +++ b/skins/classic/footer.ftl @@ -1,6 +1,8 @@ © ${year} - ${blogTitle}${footerContent}
Powered by B3log 开源Solo ${version}   -Theme by Vanessa. + +Theme classic +by Vanessa.
diff --git a/skins/classic/images/code-bg.png b/skins/classic/images/code-bg.png new file mode 100644 index 0000000..ea1d136 Binary files /dev/null and b/skins/classic/images/code-bg.png differ diff --git a/skins/classic/side.ftl b/skins/classic/side.ftl index 4ac4b49..53c0372 100644 --- a/skins/classic/side.ftl +++ b/skins/classic/side.ftl @@ -21,7 +21,7 @@ ${comment.commentName}<#else> ${comment.commentName}: - + ${comment.commentContent} diff --git a/skins/ease/css/ease.css b/skins/ease/css/ease.css index 96fa9c3..cd8bfda 100644 --- a/skins/ease/css/ease.css +++ b/skins/ease/css/ease.css @@ -18,7 +18,7 @@ * Skin ease style. * * @author Liyuan Li -* @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 { diff --git a/skins/ease/footer.ftl b/skins/ease/footer.ftl index c8e84e6..631bd7c 100644 --- a/skins/ease/footer.ftl +++ b/skins/ease/footer.ftl @@ -3,7 +3,8 @@
© ${year} - ${blogTitle}${footerContent} Powered by B3log 开源Solo ${version}   - Theme by Vanessa. + Theme ease + by Vanessa.
diff --git a/skins/favourite/css/favourite.css b/skins/favourite/css/favourite.css index 15bf941..9852841 100644 --- a/skins/favourite/css/favourite.css +++ b/skins/favourite/css/favourite.css @@ -19,7 +19,7 @@ * skin favoutite style * * @author Liyuan Li - * @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; } diff --git a/skins/favourite/footer.ftl b/skins/favourite/footer.ftl index f6e9a5d..2543332 100644 --- a/skins/favourite/footer.ftl +++ b/skins/favourite/footer.ftl @@ -2,7 +2,8 @@
${goTopLabel} diff --git a/skins/i-nove/footer.ftl b/skins/i-nove/footer.ftl index 7896bd9..4cc8354 100644 --- a/skins/i-nove/footer.ftl +++ b/skins/i-nove/footer.ftl @@ -1,7 +1,8 @@
${goTopLabel} diff --git a/skins/metro-hot/copyright.ftl b/skins/metro-hot/copyright.ftl index 91256fc..e9c4e47 100644 --- a/skins/metro-hot/copyright.ftl +++ b/skins/metro-hot/copyright.ftl @@ -1,5 +1,7 @@ \ No newline at end of file diff --git a/skins/mobile/footer.ftl b/skins/mobile/footer.ftl index 1d21a32..3266c26 100644 --- a/skins/mobile/footer.ftl +++ b/skins/mobile/footer.ftl @@ -6,7 +6,8 @@

© ${year} - ${blogTitle}${footerContent}

Powered by B3log 开源Solo ${version}, - Theme by Vanessa

+ Theme mobile + by Vanessa

diff --git a/skins/next/footer.ftl b/skins/next/footer.ftl index fc2b14e..bbb10a0 100644 --- a/skins/next/footer.ftl +++ b/skins/next/footer.ftl @@ -7,7 +7,8 @@ Powered by B3log 开源Solo ${version} -
Theme by IIssNan & Vanessa.
+
Theme next + by IIssNan & Vanessa.
diff --git a/skins/owmx-3.0/footer.ftl b/skins/owmx-3.0/footer.ftl index 4381f4e..98d7be9 100644 --- a/skins/owmx-3.0/footer.ftl +++ b/skins/owmx-3.0/footer.ftl @@ -1,7 +1,8 @@ diff --git a/skins/timeline/footer.ftl b/skins/timeline/footer.ftl index 4056c4e..26bd728 100644 --- a/skins/timeline/footer.ftl +++ b/skins/timeline/footer.ftl @@ -3,7 +3,8 @@
© ${year} - ${blogTitle}${footerContent} Powered by B3log 开源Solo ${version}   - Theme by Postline & Vanessa. + Theme timeline + by Postline & Vanessa.
diff --git a/skins/tree-house/css/tree-house.css b/skins/tree-house/css/tree-house.css index b1d4041..010082f 100644 --- a/skins/tree-house/css/tree-house.css +++ b/skins/tree-house/css/tree-house.css @@ -19,7 +19,7 @@ * skin tree-house style * * @author Liyuan Li - * @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; } diff --git a/skins/tree-house/footer.ftl b/skins/tree-house/footer.ftl index 8f373ae..89c2e2a 100644 --- a/skins/tree-house/footer.ftl +++ b/skins/tree-house/footer.ftl @@ -1,6 +1,7 @@ © ${year} - ${blogTitle}${footerContent}
Powered by B3log 开源Solo ${version}   -Theme by Pixel & Vanessa. +Theme tree-house +by Vanessa.
diff --git a/skins/yilia/footer.ftl b/skins/yilia/footer.ftl index de61369..3130c5e 100644 --- a/skins/yilia/footer.ftl +++ b/skins/yilia/footer.ftl @@ -1,5 +1,11 @@