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
523b7a62
Commit
523b7a62
authored
Dec 17, 2016
by
Liang Ding
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'refs/remotes/origin/1.8.0-dev'
parents
0ee86c0b
87e03566
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
157 additions
and
4 deletions
+157
-4
src/main/webapp/css/default-init.css
src/main/webapp/css/default-init.css
+1
-1
src/main/webapp/error/404.ftl
src/main/webapp/error/404.ftl
+1
-1
src/main/webapp/skins/next/css/next.css
src/main/webapp/skins/next/css/next.css
+139
-1
src/main/webapp/skins/next/css/next.min.css
src/main/webapp/skins/next/css/next.min.css
+16
-1
No files found.
src/main/webapp/css/default-init.css
View file @
523b7a62
...
...
@@ -169,7 +169,7 @@ button:active {
margin
:
0
auto
;
padding
:
0
0
28px
0
;
position
:
relative
;
width
:
7
0
0px
;
width
:
7
6
0px
;
top
:
60px
;
}
...
...
src/main/webapp/error/404.ftl
View file @
523b7a62
...
...
@@ -10,7 +10,7 @@
<body>
<div
class=
"wrapper"
>
<div
class=
"wrap"
>
<div
class=
"content"
style=
"height: 380px;width: 760px"
>
<div
class=
"content"
>
<div
class=
"logo"
>
<a
href=
"http://b3log.org"
target=
"_blank"
>
<img
border=
"0"
width=
"153"
height=
"56"
alt=
"B3log"
title=
"B3log"
src=
"${staticServePath}/images/logo.jpg"
/>
...
...
src/main/webapp/skins/next/css/next.css
View file @
523b7a62
...
...
@@ -18,7 +18,7 @@
* skin next style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 0.
2.2.1, Sep 6
, 2016
* @version 0.
3.2.1, Dec 17
, 2016
*/
/* start reset */
html
{
...
...
@@ -693,6 +693,144 @@ img {
/* end list*/
/* start article */
.article-body
{
font-family
:
"Helvetica Neue"
,
"Luxi Sans"
,
"DejaVu Sans"
,
Tahoma
,
"Hiragino Sans GB"
,
"Microsoft Yahei"
,
sans-serif
;
word-wrap
:
break-word
;
overflow
:
hidden
;
line-height
:
1.5
}
.article-body
ul
,
.article-body
ol
{
padding-left
:
2em
;
margin-top
:
0
;
margin-bottom
:
16px
}
.article-body
li
{
margin-top
:
0.25em
;
}
.article-body
h1
,
.article-body
h2
,
.article-body
h3
,
.article-body
h4
,
.article-body
h5
,
.article-body
h6
{
margin-top
:
24px
;
margin-bottom
:
16px
;
font-weight
:
600
;
line-height
:
1.25
}
.article-body
h1
{
padding-bottom
:
0.3em
;
font-size
:
2em
}
.article-body
h2
{
padding-bottom
:
0.3em
;
font-size
:
1.5em
}
.article-body
h3
{
font-size
:
1.25em
}
.article-body
h4
{
font-size
:
1em
}
.article-body
h5
{
font-size
:
0.875em
}
.article-body
h6
{
font-size
:
0.85em
}
.article-body
p
{
margin-top
:
0
;
margin-bottom
:
16px
}
.article-body
blockquote
{
padding
:
0
1em
;
color
:
#777
;
border-left
:
0.25em
solid
#ddd
;
margin-bottom
:
16px
}
.article-body
blockquote
p
{
margin
:
0
}
.article-body
iframe
{
border
:
1px
solid
#ccc
}
.article-body
table
{
width
:
100%
;
border
:
1px
solid
#dedede
;
margin
:
15px
auto
;
border-collapse
:
collapse
;
empty-cells
:
show
}
.article-body
thead
{
text-align
:
center
}
.article-body
td
,
.article-body
th
{
height
:
35px
;
border
:
1px
solid
#dedede
;
padding
:
0
10px
}
.article-body
th
{
font-weight
:
bold
;
text-align
:
center
!important
;
background
:
rgba
(
158
,
188
,
226
,
0.2
)
}
.article-body
tbody
tr
:nth-child
(
2n
)
{
background
:
rgba
(
158
,
188
,
226
,
0.12
)
}
.article-body
tr
:hover
{
background
:
#efefef
}
.article-body
code
{
padding
:
0.2em
0.4em
;
margin
:
0
;
font-size
:
85%
;
background-color
:
rgba
(
252
,
41
,
41
,
0.12
);
border-radius
:
3px
;
color
:
#d23f31
;
font-family
:
mononoki
,
Consolas
,
"Liberation Mono"
,
Menlo
,
Courier
,
monospace
}
.article-body
pre
>
code
{
padding
:
0.5em
;
border-radius
:
0
;
color
:
#333
;
background-color
:
rgba
(
0
,
0
,
0
,
0.04
);
background-image
:
url(../images/code-bg.png)
;
background-size
:
20px
20px
;
border-radius
:
5px
}
.article-body
kbd
{
display
:
inline-block
;
padding
:
3px
5px
;
font
:
11px
Consolas
,
"Liberation Mono"
,
Menlo
,
Courier
,
monospace
;
line-height
:
10px
;
color
:
#555
;
vertical-align
:
middle
;
background-color
:
#fcfcfc
;
border
:
solid
1px
#ccc
;
border-bottom-color
:
#bbb
;
border-radius
:
3px
;
box-shadow
:
inset
0
-1px
0
#bbb
}
.post-header
{
text-align
:
center
;
}
...
...
src/main/webapp/skins/next/css/next.min.css
View file @
523b7a62
This diff is collapsed.
Click to expand it.
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