This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
</sup>
|
||||
</#if>
|
||||
</h2>
|
||||
<div class="post_content content-reset">
|
||||
<div class="post_content vditor-reset">
|
||||
${article.articleContent}
|
||||
<div class="copyright_info opaque_10">
|
||||
»»»
|
||||
|
File diff suppressed because one or more lines are too long
@@ -21,7 +21,8 @@ Theme URI: http://isayme.com/
|
||||
Author: iSayme
|
||||
Author URI: http://isayme.com/
|
||||
*/
|
||||
@import "../../../scss/reset-content";
|
||||
@import "../../../scss/reset";
|
||||
@import "vditor/src/assets/scss/classic";
|
||||
body#blog{background:#474C52 url("../images/bg.jpg") center center fixed}
|
||||
#wrap{width:84em;margin:0 auto;text-align:left;}
|
||||
/*header*/
|
||||
|
@@ -36,21 +36,10 @@
|
||||
"staticServePath": "${staticServePath}"
|
||||
};
|
||||
var Label = ({
|
||||
"em00Label": "${em00Label}",
|
||||
"em01Label": "${em01Label}",
|
||||
"em02Label": "${em02Label}",
|
||||
"em03Label": "${em03Label}",
|
||||
"em04Label": "${em04Label}",
|
||||
"em05Label": "${em05Label}",
|
||||
"em06Label": "${em06Label}",
|
||||
"em07Label": "${em07Label}",
|
||||
"em08Label": "${em08Label}",
|
||||
"em09Label": "${em09Label}",
|
||||
"em10Label": "${em10Label}",
|
||||
"em11Label": "${em11Label}",
|
||||
"em12Label": "${em12Label}",
|
||||
"em13Label": "${em13Label}",
|
||||
"em14Label": "${em14Label}"
|
||||
"markedAvailable": ${markedAvailable?c},
|
||||
"hljsStyle": "atom-one-light",
|
||||
"langLabel": "${langLabel}",
|
||||
"skinDirName": "${skinDirName}"
|
||||
});
|
||||
$(document).ready(function () {
|
||||
Util.init();
|
||||
|
17
skins/Coda/js/coda.min.js
vendored
17
skins/Coda/js/coda.min.js
vendored
File diff suppressed because one or more lines are too long
17
skins/Coda/js/pagenavi.min.js
vendored
17
skins/Coda/js/pagenavi.min.js
vendored
@@ -1,18 +1 @@
|
||||
/*
|
||||
* Solo - A small and beautiful blogging system written in Java.
|
||||
* Copyright (c) 2010-2019, b3log.org & hacpai.com
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as published by
|
||||
* the Free Software Foundation, either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
function showPageLink(e,a,t,s){var o=0;for(o=Math.max(1,a-1),1==a?(document.write("<span class='pages' style='color:#7D7D7D'>1st</span> "),document.write("<span class='pages' style='color:#7D7D7D'>«</span> ")):(document.write('<a href="'+e+s+"1\" title='The 1 page'>1st</a> "),document.write('<a href="'+e+o+s+"\" title='Prev page(The "+o+" page)'>«</a> ")),6<a&&document.write("<span>...</span> "),o=Math.max(1,a-5);o<a;o++)document.write('<a href="'+e+o+s+"\" title='The "+o+" page'>"+o+"</a> ");for(document.write("<font color='red'>"+a+"</font> "),o=a+1;o<=Math.min(t,a+5);o++)document.write('<a href="'+e+o+s+"\" title='The "+o+" page'>"+o+"</a> ");o=Math.min(t,a+1),a+5<t&&document.write("<span>...</span> "),a==t?(document.write("<span class='pages' style='color:#7D7D7D'>»</span> "),document.write("<span class='pages' style='color:#7D7D7D'>Last</span> ")):(document.write(' <a href="'+e+o+s+"\" title='Next page(The "+o+" page)'>»</a>"),document.write('<a href="'+e+t+s+"\" title='Last page(The "+t+" page)'>Last</a> "))}
|
@@ -51,7 +51,7 @@
|
||||
</span> |
|
||||
<a class="replyto" rel="nofollow" href="javascript:page.toggleEditor('${comment.oId}', '${comment.commentName}');" title="${replyLabel}">${replyLabel}</a>
|
||||
</div>
|
||||
<div class="comment-content content-reset">
|
||||
<div class="comment-content vditor-reset">
|
||||
<p>
|
||||
<#if comment.isReply>
|
||||
<a class="atreply" rel="nofollow" href="#${comment.commentOriginalCommentId}"
|
||||
|
@@ -73,7 +73,7 @@
|
||||
${page.pageTitle}
|
||||
</a>
|
||||
</h2>
|
||||
<div class="post_content content-reset">
|
||||
<div class="post_content vditor-reset">
|
||||
${page.pageContent}
|
||||
</div>
|
||||
<div class="opaque_5 post_tags"></div>
|
||||
|
Reference in New Issue
Block a user