]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Remove old styles
authorJohannes Zellner <johannes@cloudron.io>
Sun, 24 Feb 2019 19:34:43 +0000 (20:34 +0100)
committerJohannes Zellner <johannes@cloudron.io>
Sun, 24 Feb 2019 19:34:43 +0000 (20:34 +0100)
frontend/404.html
frontend/css/style.css
frontend/welcome.html

index 21fd6b4b8e005964b72716bb2eac5e1b38caccc0..c660424d0b5b40a4dc421a85ca71f6647b533089 100644 (file)
@@ -1,6 +1,6 @@
 <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>
-    <p>File not found</p>
-  </div>
+<div class="container-center">
+  <p>File not found</p>
 </div>
 
 </body>
index b868258faaac3a9b96cf539a6bc71d10e24d9017..3233715ff95bd15b688c5f176e9c47ec751d4a5c 100644 (file)
@@ -1,9 +1,15 @@
 
-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%;
-    height: 100%;
-}
-
-.content {
-    display: table-cell;
-    width: 100%;
+/* welcome and 404 page */
+.container-center {
+    display: flex;
     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;
 }
index ddc9c366243b2b3a58de820c519730ae357dcfb3..f125c1bdc9063ee9275b6b3b6587479c1d2f1279 100644 (file)
@@ -1,26 +1,26 @@
 <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">
+  <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>
 <body>
 
-<div class="wrapper">
-    <div class="content">
-        <img src="/_admin/img/logo.png"/>
-        <h2> Surfer </h2>
-        <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>.
-        </p>
-        <br/>
-        <br/>
-        <br/>
-        <br/>
-        <br/>
-    </div>
+<div class="container-center">
+  <center>
+    <img src="/_admin/img/logo.png"/>
+    <h2> Surfer </h2>
+    <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>.
+    </p>
+    <br/>
+    <br/>
+    <br/>
+    <br/>
+    <br/>
+  </center>
 </div>
 
 </body>