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
075f5723
Commit
075f5723
authored
Aug 21, 2016
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#12150
parent
28f56c2c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
39 deletions
+51
-39
src/main/webapp/admin-index.ftl
src/main/webapp/admin-index.ftl
+1
-1
src/main/webapp/css/default-admin.css
src/main/webapp/css/default-admin.css
+40
-38
src/main/webapp/css/default-base.css
src/main/webapp/css/default-base.css
+10
-0
No files found.
src/main/webapp/admin-index.ftl
View file @
075f5723
...
...
@@ -21,7 +21,6 @@
<span
class=
"right"
>
<span>
${userName}
</span><a
href=
"${servePath}"
title=
'${indexLabel}'
>
${indexLabel}
</a><a
href=
'javascript:admin.logout();'
title=
'${logoutLabel}'
>
${logoutLabel}
</a>
</span>
<div
class=
"clear"
></div>
</div>
<div
id=
"tabs"
>
<ul>
...
...
@@ -125,6 +124,7 @@
<div
id=
"tabsPanel_plugin-list"
class=
"none"
></div>
<div
id=
"tabsPanel_about"
class=
"none"
></div>
</div>
<div
class=
"clear"
></div>
<div
class=
"footer"
>
Powered by
<a
href=
"http://b3log.org"
target=
"_blank"
>
B3log 开源
</a>
•
<a
href=
"http://b3log.org/services/#solo"
target=
"_blank"
>
Solo
</a>
${version}
</div>
...
...
src/main/webapp/css/default-admin.css
View file @
075f5723
...
...
@@ -22,12 +22,14 @@
/* start resset */
body
,
input
,
textarea
{
font-family
:
'sans-serif'
,
'\5fae\8f6f\96c5\9ed1'
;
font-family
:
"Helvetica Neue"
,
"Luxi Sans"
,
"DejaVu Sans"
,
Tahoma
,
"Hiragino Sans GB"
,
"Microsoft Yahei"
,
sans-serif
;
;
}
html
,
body
{
height
:
100%
;
min-width
:
1024px
;
background-color
:
#FAFAFA
;
color
:
#767676
;
background
:
#f1f2f7
;
font-size
:
13px
;
}
a
:link
{
color
:
#21759B
;
...
...
@@ -71,8 +73,9 @@ button.selected {
position
:
relative
;
}
#tabsPanel
{
margin
:
30px
0
0
162px
;
padding
:
0
12px
;
margin
:
80px
0
0
0
;
padding
:
15px
;
float
:
left
;
}
#tabsPanel
>
div
{
...
...
@@ -111,52 +114,51 @@ button.selected {
/* start top-nav */
#top
{
background-color
:
#666
;
background-image
:
linear-gradient
(
#666666
,
#7F7F7F
)
;
b
ackground-image
:
-ms-linear-gradient
(
#666666
,
#7F7F7F
);
background-image
:
-o-linear-gradient
(
#666666
,
#7F7F7F
)
;
background-image
:
-webkit-linear-gradient
(
#666666
,
#7F7F7F
)
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
GradientType
=
0
,
startColorstr
=
'#666666'
,
endColorstr
=
'#7F7F7F'
)
;
height
:
80px
;
position
:
fixed
;
b
ox-shadow
:
1px
0
3px
rgba
(
0
,
0
,
0
,
.15
);
width
:
100%
;
top
:
0
;
background-color
:
#fff
;
}
#top
a
,
#top
span
span
{
#top
>
a
{
background
:
#1fb5ad
;
float
:
left
;
line-height
:
18px
;
margin
:
6px
0
;
padding
:
0
6px
;
width
:
240px
;
height
:
80px
;
position
:
relative
;
color
:
#F7F7F7
;
text-align
:
center
;
text-decoration
:
none
;
font-size
:
20px
;
line-height
:
80px
;
}
#top
>
.right
a
,
#top
>
.right
span
{
color
:
#555
;
line-height
:
80px
;
margin
:
0
10px
;
border
:
1px
solid
#f6f6f6
;
background-color
:
#f6f6f6
;
border-radius
:
100px
;
padding
:
10px
;
text-decoration
:
none
;
text-shadow
:
0
-1px
0
#FFFFFF
;
font-weight
:
normal
;
border-right
:
1px
solid
#686868
;
color
:
#CCCCCC
;
text-shadow
:
0
-1px
0
#555555
;
}
#top
>
a
{
color
:
#FFFFFF
;
}
#top
a
:hover
,
#top
a
.hover
{
border-radius
:
0
13px
13px
0
;
margin
:
0px
;
line-height
:
30px
;
background-color
:
#4C4C4C
;
border-left-color
:
#707070
;
#top
>
.right
a
:hover
{
color
:
#333
;
}
/* end top-nav */
/* start first tab */
#tabs
{
background-color
:
#ECECEC
;
border-radius
:
0
5px
5px
0
;
border-right
:
1px
solid
#CCC
;
border-top
:
1px
solid
#DDD
;
bottom
:
0
;
box-shadow
:
6px
0
6px
#ECECEC
;
height
:
100%
;
min-height
:
468px
;
padding
:
15px
0
;
position
:
absolute
;
top
:
58px
;
width
:
145px
;
width
:
240px
;
margin-top
:
80px
;
float
:
left
;
}
#tabs
ul
{
...
...
src/main/webapp/css/default-base.css
View file @
075f5723
...
...
@@ -138,6 +138,16 @@ button:hover,.button:hover {
overflow
:
hidden
;
}
.fn-clear
:before
,
.fn-clear
:after
{
display
:
table
;
content
:
""
;
}
.fn-clear
:after
{
clear
:
both
;
}
.none
{
display
:
none
;
}
...
...
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