Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo
Commits
c9f5ba9c
Commit
c9f5ba9c
authored
Jul 31, 2016
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
特性 - 新皮肤细节完善
parent
7dbcaab1
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
23 additions
and
18 deletions
+23
-18
src/main/resources/local.properties
src/main/resources/local.properties
+12
-12
src/main/webapp/skins/next/article.ftl
src/main/webapp/skins/next/article.ftl
+1
-1
src/main/webapp/skins/next/css/next.css
src/main/webapp/skins/next/css/next.css
+6
-3
src/main/webapp/skins/next/css/next.min.css
src/main/webapp/skins/next/css/next.min.css
+1
-0
src/main/webapp/skins/next/dynamic.ftl
src/main/webapp/skins/next/dynamic.ftl
+1
-1
src/main/webapp/skins/next/js/next.min.js
src/main/webapp/skins/next/js/next.min.js
+1
-0
src/main/webapp/skins/next/macro-comments.ftl
src/main/webapp/skins/next/macro-comments.ftl
+1
-1
src/main/webapp/skins/next/preview.png
src/main/webapp/skins/next/preview.png
+0
-0
No files found.
src/main/resources/local.properties
View file @
c9f5ba9c
...
...
@@ -21,20 +21,20 @@
#
#### H2 runtime ####
runtimeDatabase
=
H2
jdbc.username
=
root
jdbc.password
=
jdbc.driver
=
org.h2.Driver
jdbc.URL
=
jdbc:h2:~/b3log_solo_h2/db
jdbc.pool
=
h2
#### MySQL runtime ####
#runtimeDatabase=MYSQL
#runtimeDatabase=H2
#jdbc.username=root
#jdbc.password=
#jdbc.driver=com.mysql.jdbc.Driver
#jdbc.URL=jdbc:mysql://localhost:3306/b3log?useUnicode=yes&characterEncoding=utf8
#jdbc.pool=druid
#jdbc.driver=org.h2.Driver
#jdbc.URL=jdbc:h2:~/b3log_solo_h2/db
#jdbc.pool=h2
#### MySQL runtime ####
runtimeDatabase
=
MYSQL
jdbc.username
=
root
jdbc.password
=
jdbc.driver
=
com.mysql.jdbc.Driver
jdbc.URL
=
jdbc:mysql://localhost:3306/b3log?useUnicode=yes&characterEncoding=utf8
jdbc.pool
=
druid
# The minConnCnt MUST larger or equal to 3
jdbc.minConnCnt
=
5
...
...
src/main/webapp/skins/next/article.ftl
View file @
c9f5ba9c
...
...
@@ -44,7 +44,7 @@
</div>
</header>
<div
class=
"post-body"
>
<div
class=
"post-body
article-body
"
>
${article.articleContent}
<
#if
""
!=
article
.
articleSign
.
signHTML
?
trim
>
<div>
...
...
src/main/webapp/skins/next/css/next.css
View file @
c9f5ba9c
...
...
@@ -664,11 +664,13 @@ img {
text-align
:
center
;
}
.post-body
{
word-wrap
:
break-word
;
}
.post-body
img
{
box-sizing
:
border-box
;
margin
:
auto
;
padding
:
3px
;
border
:
1px
solid
#ddd
;
}
.posts-expand
.post-tags
{
margin-top
:
40px
;
...
...
@@ -734,6 +736,7 @@ ul.comments .avatar-48 {
ul
.comments
.comment-body
{
margin
:
8px
0
0
60px
;
min-height
:
50px
;
}
ul
.comments
li
.comment-body-ref
{
...
...
@@ -931,7 +934,7 @@ ul.comments .comment-meta time {
margin
:
0
;
padding
:
0
;
}
.page-archive
.posts-collapse
.archive-move-on
{
margin-left
:
5px
;
}
...
...
src/main/webapp/skins/next/css/next.min.css
0 → 100644
View file @
c9f5ba9c
This diff is collapsed.
Click to expand it.
src/main/webapp/skins/next/dynamic.ftl
View file @
c9f5ba9c
...
...
@@ -28,7 +28,7 @@
</span>
<a
class=
"fn-right"
href=
"${servePath}${comment.commentSharpURL}"
>
${viewLabel}»
</a>
</div>
<div
class=
"comment-content"
>
<div
class=
"comment-content
post-body article-body
"
>
${comment.commentContent}
</div>
</div>
...
...
src/main/webapp/skins/next/js/next.min.js
0 → 100644
View file @
c9f5ba9c
var
NexT
=
{
init
:
function
(){
$
(
"
.sidebar-toggle
"
).
click
(
function
(){
var
i
=
$
(
"
.sidebar
"
);
$
(
this
).
hasClass
(
"
sidebar-active
"
)?(
$
(
this
).
removeClass
(
"
sidebar-active
"
),
$
(
"
body
"
).
animate
({
"
padding-right
"
:
0
}),
i
.
animate
({
right
:
-
320
})):(
$
(
this
).
addClass
(
"
sidebar-active
"
),
$
(
"
body
"
).
animate
({
"
padding-right
"
:
320
}),
i
.
animate
({
right
:
0
}))}),
$
(
"
.site-nav-toggle
"
).
click
(
function
(){
$
(
"
.site-nav
"
).
slideToggle
()}),
$
(
document
).
ready
(
function
(){
setTimeout
(
function
(){
$
(
"
.logo-wrap
"
).
css
(
"
opacity
"
,
1
),
$
(
"
.logo-line-before i
"
).
animate
({
left
:
"
0
"
},
function
(){
$
(
"
.site-title
"
).
css
(
"
opacity
"
,
1
).
animate
({
top
:
0
},
function
(){
$
(
"
.menu
"
).
css
(
"
opacity
"
,
1
).
animate
({
"
margin-top
"
:
"
15px
"
}),
$
(
"
.main
"
).
css
(
"
opacity
"
,
1
).
animate
({
top
:
"
0
"
})})}),
$
(
"
.logo-line-after i
"
).
animate
({
right
:
"
0
"
})},
500
)})},
initArticle
:
function
(){
$
(
"
.b3-solo-list li
"
).
length
>
0
&&
$
(
window
).
width
()
>
700
&&
(
$
(
"
.sidebar
"
).
html
(
$
(
"
.b3-solo-list
"
)),
$
(
"
.sidebar-toggle
"
).
click
())}};
NexT
.
init
();
\ No newline at end of file
src/main/webapp/skins/next/macro-comments.ftl
View file @
c9f5ba9c
...
...
@@ -24,7 +24,7 @@
<a class="fn-right" href="javascript:replyTo('${comment.oId}')">${replyLabel}</a>
</#if>
</div>
<div class="comment-content">
<div class="comment-content
post-body article-body
">
${comment.commentContent}
</div>
</div>
...
...
src/main/webapp/skins/next/preview.png
deleted
100644 → 0
View file @
7dbcaab1
12.3 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment