Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
surfer-okd
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
PUBLIC
surfer-okd
Commits
7c15fe4c
Commit
7c15fe4c
authored
Feb 24, 2019
by
Johannes Zellner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove old styles
parent
cf286c1b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
76 deletions
+31
-76
404.html
frontend/404.html
+3
-6
style.css
frontend/css/style.css
+12
-54
welcome.html
frontend/welcome.html
+16
-16
No files found.
frontend/404.html
View file @
7c15fe4c
<html>
<html>
<head>
<head>
<title>
Surfer - File not found
</title>
<title>
Surfer - File not found
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
...
@@ -8,11 +8,8 @@
...
@@ -8,11 +8,8 @@
</head>
</head>
<body>
<body>
<div
class=
"wrapper"
>
<div
class=
"container-center"
>
<div
class=
"content"
>
<p>
File not found
</p>
<h2>
Surfer
</h2>
<p>
File not found
</p>
</div>
</div>
</div>
</body>
</body>
...
...
frontend/css/style.css
View file @
7c15fe4c
body
{
[
v-cloak
]
{
display
:
none
;
}
html
,
body
{
margin
:
0
;
margin
:
0
;
font-family
:
Helvetica
Neue
,
Helvetica
,
PingFang
SC
,
Hiragino
Sans
GB
,
Microsoft
YaHei
,
SimSun
,
sans-serif
;
font-family
:
Helvetica
Neue
,
Helvetica
,
PingFang
SC
,
Hiragino
Sans
GB
,
Microsoft
YaHei
,
SimSun
,
sans-serif
;
font-weight
:
400
;
font-weight
:
400
;
color
:
rgb
(
96
,
98
,
102
);
color
:
rgb
(
96
,
98
,
102
);
height
:
100%
;
width
:
100%
;
}
}
.el-container
{
.el-container
{
...
@@ -72,58 +78,10 @@ a:hover, a:focus {
...
@@ -72,58 +78,10 @@ a:hover, a:focus {
padding
:
7px
;
padding
:
7px
;
}
}
/* old */
/* welcome and 404 page */
.container-center
{
.wrapper
{
display
:
flex
;
display
:
table
;
width
:
100%
;
height
:
100%
;
}
.content
{
display
:
table-cell
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
text-align
:
center
;
align-items
:
center
;
vertical-align
:
middle
;
justify-content
:
center
;
}
pre
{
margin
:
auto
;
text-align
:
left
;
width
:
400px
;
}
[
v-cloak
]
{
display
:
none
;
}
.hand
{
cursor
:
pointer
;
}
.main
{
margin-bottom
:
40px
;
}
td
{
vertical-align
:
middle
!important
;
overflow
:
hidden
;
}
.entry-toolbar
{
opacity
:
0
;
transition
:
opacity
.25s
;
}
tr
:hover
.entry-toolbar
{
opacity
:
1
;
}
table
.sortable
th
:not
(
.sorttable_sorted
)
:not
(
.sorttable_sorted_reverse
)
:not
(
.sorttable_nosort
)
:after
{
content
:
" \25B4\25BE"
}
th
{
cursor
:
pointer
;
}
}
frontend/welcome.html
View file @
7c15fe4c
<html>
<html>
<head>
<head>
<title>
Surfer - Welcome
</title>
<title>
Surfer - Welcome
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<link
rel=
"stylesheet"
href=
"/_admin/css/style.css"
>
<link
rel=
"stylesheet"
href=
"/_admin/css/style.css"
>
</head>
</head>
<body>
<body>
<div
class=
"
wrapp
er"
>
<div
class=
"
container-cent
er"
>
<div
class=
"content"
>
<center
>
<img
src=
"/_admin/img/logo.png"
/>
<img
src=
"/_admin/img/logo.png"
/>
<h2>
Surfer
</h2>
<h2>
Surfer
</h2>
<p>
<p>
<a
href=
"/_admin"
>
Manage your files in your browser
</a>
or use the
<a
href=
"https://www.npmjs.com/package/cloudron-surfer"
>
commandline tool
</a>
.
<a
href=
"/_admin"
>
Manage your files in your browser
</a>
or use the
<a
href=
"https://www.npmjs.com/package/cloudron-surfer"
>
commandline tool
</a>
.
</p>
</p>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
</div
>
</center
>
</div>
</div>
</body>
</body>
...
...
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