Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

PUBLIC / surfer-okd

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 7c15fe4c authored 6 years ago by Johannes Zellner's avatar Johannes Zellner
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

Remove old styles

1 parent cf286c1b
Show whitespace changes
Inline Side-by-side
Showing with 18 additions and 63 deletions
  • frontend/404.html
  • frontend/css/style.css
  • frontend/welcome.html
frontend/404.html
View file @7c15fe4
<html>
<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">
......@@ -8,11 +8,8 @@
</head>
<body>
<div class="wrapper">
<div class="content">
<h2> Surfer </h2>
<div class="container-center">
<p>File not found</p>
</div>
</div>
</body>
......
This diff is collapsed. Click to expand it.
frontend/css/style.css
View file @7c15fe4
body {
[v-cloak] {
display: none;
}
html, body {
margin: 0;
font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
font-weight: 400;
color: rgb(96, 98, 102);
height: 100%;
width: 100%;
}
.el-container {
......@@ -72,58 +78,10 @@ a:hover, a:focus {
padding: 7px;
}
/* old */
.wrapper {
display: table;
width: 100%;
/* welcome and 404 page */
.container-center {
display: flex;
height: 100%;
}
.content {
display: table-cell;
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
}
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;
align-items: center;
justify-content: center;
}
This diff is collapsed. Click to expand it.
frontend/welcome.html
View file @7c15fe4
<html>
<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">
......@@ -8,8 +8,8 @@
</head>
<body>
<div class="wrapper">
<div class="content">
<div class="container-center">
<center>
<img src="/_admin/img/logo.png"/>
<h2> Surfer </h2>
<p>
......@@ -20,7 +20,7 @@
<br/>
<br/>
<br/>
</div>
</center>
</div>
</body>
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
  • Please register or sign in to post a comment